|
| 1 | +--- |
| 2 | +title: Avatar Creation Token |
| 3 | +description: Enable users to create and purchase avatar items in experience. |
| 4 | +--- |
| 5 | + |
| 6 | +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. Experiences that implement in-experience creation APIs, such as `Class.AvatarCreationService.PromptCreateAvatarAsync|PromptCreateAvatarAsync`, must include one or more Avatar Creation Tokens. You can purchase and manage tokens in your experience's [Creator Dashboard](https://create.roblox.com/dashboard/creations). |
| 7 | + |
| 8 | +<Alert severity = 'info'> |
| 9 | +Owners of experiences that incorporate in-experience avatar item creation also benefit from [Marketplace commissions](../../marketplace/marketplace-fees-and-commissions.md#commissions) as both **creator** and **experience owner**. |
| 10 | +</Alert> |
| 11 | + |
| 12 | +To create Avatar Creation Tokens, you or your group must meet the [Marketplace Creator requirements](../../marketplace/marketplace-policy.md#creator-requirements). For the token to remain valid, the token owner must maintain these creator requirements. |
| 13 | + |
| 14 | +## Creating a Token |
| 15 | + |
| 16 | +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. |
| 17 | + |
| 18 | +<Alert severity = 'warning'> |
| 19 | +Each token requires a **Creation Advance** and a **Creation Fee**. The advance is fully recoupable and based on the [current publishing advance prices](../../marketplace/marketplace-fees-and-commissions.md#publishing-advance) for that item type. Before purchase, you can preview a summary of your total combined advance and fee when creating your token. |
| 20 | +</Alert> |
| 21 | + |
| 22 | +To create a token: |
| 23 | + |
| 24 | +1. Navigate to the [Creator Dashboard](https://create.roblox.com/dashboard/creations). |
| 25 | +2. Use the **View as** selection on the top left to ensure that the appropriate group or user is selected. |
| 26 | +3. In **Creations** > **Experiences**, select your experience. |
| 27 | +4. On the left panel, navigate to **Monetization** > **Avatar Creation Tokens**. |
| 28 | +5. Click **Create Token**. |
| 29 | + 1. Ensure that your account or group account meets the [Marketplace Creator Requirements](../../marketplace/marketplace-policy.md#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. |
| 30 | +6. Complete the following fields: |
| 31 | + |
| 32 | + 1. **Name** - The name of your token. This is not user-facing and can be changed after creation. |
| 33 | + 2. **Description** - The description of your token. This is not user-facing and can be changed after creation. |
| 34 | + 3. **Item Type** - At this time, you can only create the **Body** item type in experience. You cannot change this setting after token creation. |
| 35 | + 4. **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. |
| 36 | + 5. **Do not price below (Optional)** - Set the minimum price for users to purchase your item. You can modify this field after creation. |
| 37 | + <img src="../../assets/monetization/avatar-creation-tokens/Avatar-Creation-Token-Prices.png" width="90%" alt="Price related fields for avatar token creation, including a calculated item price."/> |
| 38 | + |
| 39 | +7. When complete, verify the **Creation Advance** and **Creation Fee** calculations and select **Create Token** to submit your purchase. |
| 40 | +8. You can now access the created token in the experience's **Avatar Creation Tokens** settings. To implement `Class.AvatarCreationService.PromptCreateAvatarAsync|PromptCreateAvatarAsync`, you'll need the token ID which you can access by selecting the three dots on the thumbnail and selecting **Copy Token ID**. |
| 41 | + <img src="../../assets/monetization/avatar-creation-tokens/Avatar-Creation-Token-Copy-ID.png" width="30%" alt="Dropdown for created tokens revealing a Copy Token ID option" /> |
0 commit comments