CurrencyType
The CurrencyType Enum is used with MarketplaceService to set the currency used.
Items 3
| History | Name | Value | Description | |
|---|---|---|---|---|
| 83 | Default | 0 | Use the default currency (Robux), equivalent to not specifying a currency. | |
| 83 | Robux | 1 | Use Robux. | |
| 83 | Tix | 2 | Use Tickets. |
Description
The CurrencyType Enum is used with MarketplaceService to set the currency used. As tickets no longer exist on the Roblox platform, this enum is ignored in most API that previously used it, such as PromptPurchase.