Skip to content

Commit 53cd7a1

Browse files
update Open Source Docs from Roblox internal teams
1 parent 6ebaac6 commit 53cd7a1

File tree

8 files changed

+361
-40
lines changed

8 files changed

+361
-40
lines changed

content/common/navigation/engine/guides.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -613,6 +613,8 @@ navigation:
613613
path: /production/monetization/price-optimization
614614
- title: Avatar Items
615615
path: /production/monetization/avatar-items
616+
- title: Avatar Creation Tokens
617+
path: /production/monetization/avatar-creation-token
616618
- title: Engagement-Based Payouts
617619
path: /production/monetization/engagement-based-payouts
618620
- title: Paid Access in Robux

content/common/navigation/engine/tutorials.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ navigation:
8787
- title: Skinning Simple Meshes
8888
path: /art/modeling/skinning-a-simple-mesh
8989
- title: Rigging Humanoid Models
90-
path: /art/modeling/rigging-a-humanoid-model.md
90+
path: /art/modeling/rigging-a-humanoid-model
9191
- title: Skinning Humanoid Models
92-
path: /art/modeling/skinning-a-humanoid-model.md
92+
path: /art/modeling/skinning-a-humanoid-model
9393
- title: Scripting
9494
section:
9595
- title: Basic Gameplay

content/en-us/art/modeling/avatar-setup.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ title: Avatar Setup
33
description: The Avatar Setup tool previews animations, clothing, accessories, and body constructs on avatar rigs, directly in Studio.
44
---
55

6-
import BetaAlert from '../../includes/beta-features/beta-alert.md'
7-
8-
<BetaAlert betaName="Avatar Auto-Setup Beta" leadIn="The auto-setup feature of this tool is currently in beta through " leadOut="." components={props.components} />
9-
106
The **Avatar Setup** tool allows you to auto-setup avatar meshes, preview animations, clothing, skin tones, and test avatar character bodies directly in Studio. Marketplace creators can also begin the uploading and validation process from this tool to quickly publish their assets.
117

128
<img src="../../assets/studio/general/Avatar-Tab-Avatar-Setup.png" width="760" alt="Avatar Preview button indicated in Avatar tab" />
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
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" />

content/en-us/production/monetization/paid-access-robux.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ Experiences with paid access are not available on Xbox.
2222
To charge users for paid access in Robux, you must:
2323

2424
- Have a verified email address.
25-
- Be 13 years of age or older with a [verified ID](./../publishing/account-verification.md#verifying-through-government-id).
2625
- Have an account that is at least 30 days old.
2726

2827
## Pricing

0 commit comments

Comments
 (0)