An avatar creation token enables developers to allow users to create, purchase, and save avatar items directly from an experience to their platform-level inventory using in-experience creation. Experiences that implement in-experience creation APIs, such as PromptCreateAvatarAsync, must include one or more avatar creation tokens. You can purchase and manage tokens in your experience's Creator Dashboard.
To create avatar creation tokens, you or your group must meet the Marketplace creator requirements. For the token to remain valid, the token owner must maintain these creator requirements.
Create a token
To allow users to create, pay for, and save avatar items to their Roblox inventory in your experience, you'll need to set up an Avatar Creation Token in your experience's dashboard.
To create a token:
Navigate to the Creator Dashboard.
Use the View as selection on the top left to ensure that the appropriate group or user is selected.
In Creations > Experiences, select your experience.
On the left panel, navigate to Monetization > Avatar Creation Tokens.
Click Create Token.
- Ensure that your account or group account meets the Marketplace Creator Requirements. If the token owner account is not ID-verified with a Premium subscription, the experience can not enable in-experience creation APIs. You must maintain these requirements for the token to remain valid.
Complete the following fields:
- Name - The name of your token. This is not user-facing and can be changed after creation.
- Description - The description of your token. This is not user-facing and can be changed after creation.
- Item Type - At this time, you can only create the Body item type in experience. You cannot change this setting after token creation.
- Amount Above Price Floor - Set the price above the Marketplace Price Floor for created items. If you intend to have different price points for items of the same type in your experience, the best way to achieve this is by purchasing multiple tokens. You can modify this field after creation.
- Do not price below (Optional) - Set the minimum price for users to purchase your item. You can modify this field after creation.
When complete, verify the Creation Advance and Creation Fee calculations and select Create Token to submit your purchase.
You can now access the created token in the experience's avatar creation tokens settings. To implement PromptCreateAvatarAsync, you'll need the token ID which you can access by selecting the three dots on the thumbnail and selecting Copy Token ID.