Skip to content

Commit 6c8ae19

Browse files
update Open Source Docs from Roblox internal teams
1 parent 7380c59 commit 6c8ae19

File tree

20 files changed

+27
-35
lines changed

20 files changed

+27
-35
lines changed

content/en-us/art/characters/creating/modeling-best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ By understanding how to make non-destructive sculpting changes to the head, the
1616
</GridContainer>
1717

1818
<Alert severity = "error">
19-
When editing templates, **don't delete or add vertices to your character body**. This ensures that your character's skinning and facial animation data remains unaltered and fully functional. See [Best Practices](#best-practices) for additional information on customizing your character body without breaking the underlying structure of the avatar template.
19+
When editing templates, **don't delete or add vertices to your character body**. This ensures that your character's skinning and facial animation data remains unaltered and fully functional.
2020
</Alert>
2121

2222
## Non-destructive modeling

content/en-us/art/characters/creating/sculpting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The sculpting instructions utilize the following Sculpting tools:
1515
- **Elastic Deform** - Similar to Grab, but adds an organic stretch and elasticity to the neighboring vertices.
1616

1717
<Alert severity='info'>
18-
You can use Blender's other sculpting tools, though it's important to use a tool that aligns with the [Non-Destructive Modeling](#non-destructive-modeling) concepts to preserve the vertices of the model.
18+
You can use Blender's other sculpting tools, though it's important to use a tool that aligns with the [Non-Destructive Modeling](./modeling-best-practices.md#non-destructive-modeling) concepts to preserve the vertices of the model.
1919
</Alert>
2020

2121
To begin sculpting the head:

content/en-us/avatar-setup/auto-setup-requirements.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,19 @@ Auto-setup detects the following partial avatar body inputs:
2727
<tbody>
2828
<tr>
2929
<td><img src="../assets/avatar/avatar-setup/Partial-Inputs-None-Rigged.png"/></td>
30-
<td><Alert severity = 'success'>A single or multiple mesh body with **no rigging**.</Alert>The most common input is a single mesh object that doesn't include rigging data or other components. The input body must meet auto-setup's [model requirements](#body-model-requirements). <br /><br /> In this case, auto-setup creates the rest of the avatar components automatically.</td>
30+
<td><Alert severity = 'success'>A single or multiple mesh body with **no rigging**.</Alert>The most common input is a single mesh object that doesn't include rigging data or other components. The input body must meet auto-setup's [model requirements](#body). <br /><br /> In this case, auto-setup creates the rest of the avatar components automatically.</td>
3131
</tr>
3232
<tr>
3333
<td><img src="../assets/avatar/avatar-setup/Partial-Inputs-Body-Rigged.png"/></td>
3434
<td><Alert severity = "success">A single or multiple mesh body with **only body rigging**.</Alert>If the provided meshes include a compatible R15 body rig, auto-setup uses the provided rig, and creates the facial rig and all other components. <br /><br /> The input body rig must follow Roblox's [rigging configuration](../art/characters/specifications.md#rigging), otherwise auto-setup creates a brand new rig for you.</td>
3535
</tr>
3636
<tr>
3737
<td><img src="../assets/avatar/avatar-setup/Partial-Inputs-Head-Rigged.png"/><br /></td>
38-
<td><Alert severity = "success">A multiple mesh with **only facial rigging**.</Alert>If you intend to use your own custom facial rigging, set the FaceRootJoint (and all child bones) as a child of the R15 head joint. For more information, see [optional rig requirements](#optional-rig-requirements). </td>
38+
<td><Alert severity = "success">A multiple mesh with **only facial rigging**.</Alert>If you intend to use your own custom facial rigging, set the FaceRootJoint (and all child bones) as a child of the R15 head joint. For more information, see [optional rig requirements](#rig-requirements-optional). </td>
3939
</tr>
4040
<tr>
4141
<td><img src="../assets/avatar/avatar-setup/Partial-Inputs-All-Rigged.png"/><br /></td>
42-
<td><Alert severity = "success">A **single mesh** body with **both body and facial rigging**.</Alert>If the body rig, facial rig, and appropriate FACS data is included, auto-setup preserves that data and only generates the missing Roblox-specific components. **Bodies comprised of multiple meshes are not supported for this input.**<br /><br />For more information, see [optional rig requirements](#optional-rig-requirements).</td>
42+
<td><Alert severity = "success">A **single mesh** body with **both body and facial rigging**.</Alert>If the body rig, facial rig, and appropriate FACS data is included, auto-setup preserves that data and only generates the missing Roblox-specific components. **Bodies comprised of multiple meshes are not supported for this input.**<br /><br />For more information, see [optional rig requirements](#rig-requirements-optional).</td>
4343
</tr>
4444
</tbody></table>
4545

content/en-us/avatar-setup/auto-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Auto-setup supports the conversion of following asset types from a base `Class.M
4141
</tr>
4242
<tr>
4343
<td>Accessory</td>
44-
<td>`Class.Model` containing one or more `Class.MeshPart` objects that meet's auto-setup's supported [accessory inputs](./auto-setup-requirements.md#accessories). <br /> <br />Must [bundle](#bundle-multiple-assets) with an avatar body `Class.Model` for auto-setup.</td>
44+
<td>`Class.Model` containing one or more `Class.MeshPart` objects that meet's auto-setup's supported [accessory inputs](./auto-setup-requirements.md#accessories). <br /> <br />Must [bundle](./auto-setup-requirements.md#bundle-multiple-assets) with an avatar body `Class.Model` for auto-setup.</td>
4545
<td>`Class.Accessory` that includes all expected [rigid accessory components](../art/accessories/index.md#components-of-a-rigid-accessory).</td>
4646
</tr>
4747
<tr>

content/en-us/characters/name-health-display.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ By default, a humanoid's display name matches the user's Roblox account **Displa
172172

173173
### Set directly
174174

175-
You can set the `Class.Humanoid.DisplayName|DisplayName` property of any `Class.Humanoid` instance which you gain reference to through a `Class.Script`, such as the [team&nbsp;customization](#team-customization-script) example, or directly on an [NPC](#npc-characters) character's **Humanoid** object.
175+
You can set the `Class.Humanoid.DisplayName|DisplayName` property of any `Class.Humanoid` instance which you gain reference to through a `Class.Script`, such as the [team&nbsp;customization](#user-avatars) example, or directly on an [NPC](#npc-characters) character's **Humanoid** object.
176176

177177
### Set through user input
178178

content/en-us/characters/pathfinding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ end
395395
```
396396

397397
<Alert severity="error">
398-
Currently, `Class.Model|Models` containing a `Class.Humanoid` instance, including typical player characters, will **not** be considered for path [computation](#computing-the-path) or path blockage, although the agent may still be blocked by those models physically.
398+
Currently, `Class.Model|Models` containing a `Class.Humanoid` instance, including typical player characters, will **not** be considered for path [computation](#compute-the-path) or path blockage, although the agent may still be blocked by those models physically.
399399
</Alert>
400400

401401
## Pathfinding modifiers

content/en-us/parts/materials.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ When factoring physical properties, the engine prioritizes more granular per-par
181181
<Grid container spacing={2} alignItems="center">
182182
<Grid item XSmall={2} Medium={1} Large={1} XLarge={1}><img src="../assets/misc/Arrow-High.png" width="50" style={{float:"right"}} /></Grid>
183183
<Grid item XSmall={10} Medium={11} Large={11} XLarge={11}>
184-
Custom physical properties of the [material override](#setting-overrides) of the part's material.
184+
Custom physical properties of the [material override](#set-overrides) of the part's material.
185185
</Grid>
186186
</Grid>
187187
<Grid container spacing={2} alignItems="center">

content/en-us/production/configs.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ title: Experience configs
33
description: Configs let you update in-game values without restarting your servers.
44
---
55

6-
<Alert severity="success">
7-
Configs and experiments are rolling out soon to all users.
8-
</Alert>
9-
106
**Experience configs** let you update in-game values in real-time without restarting servers:
117

128
- Turn features on and off, such as enabling or disabling a new onboarding dungeon.

content/en-us/production/experiments.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ title: Experiments
33
description: Experiments let you run A/B tests within your experiences.
44
---
55

6-
<Alert severity="success">
7-
Configs and experiments are rolling out soon to all users.
8-
</Alert>
9-
106
**Experiments** let you run in-game and matchmaking A/B tests to measure the causal impact of changes to your experience. For example, you can show different onboarding experiences to different players and measure the difference in playtime, retention, and other key performance indicators.
117

128
Experiments are excellent for measuring the following:

content/en-us/production/monetization/commerce-products.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ To create a commerce product:
145145

146146
</AccordionDetails>
147147
</BaseAccordion>
148-
4. Double-check the details of your products and click **Preview** to preview the product listing for each product. For details on what this page contains and how it's populated, see [Customizing the Product Detail Page](#customizing-the-product-detail-page). Click **Submit for review**.
148+
4. Double-check the details of your products and click **Preview** to preview the product listing for each product. For details on what this page contains and how it's populated, see [Customizing the Product Detail Page](#product-detail-page). Click **Submit for review**.
149149
5. The status of your newly created commerce products is **Pending** as the product awaits moderation and potential bundling fee processing. You can hover over the information icon to see which tasks are pending.
150150
1. **Moderation**
151151
1. If your commerce product is found to violate Roblox community standards, you will see the **Status** of the commerce product change to **Moderated**.

0 commit comments

Comments
 (0)