Skip to content

Commit bf51cf0

Browse files
update Open Source Docs from Roblox internal teams
1 parent 962e2b6 commit bf51cf0

File tree

24 files changed

+516
-354
lines changed

24 files changed

+516
-354
lines changed

CODE_OF_CONDUCT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ representative at an online or offline event.
5959
## Enforcement
6060

6161
Instances of abusive, harassing, or otherwise unacceptable behavior may be
62-
reported to the community leaders responsible for enforcement at
63-
<[email protected]>. All complaints will be reviewed and investigated
62+
reported to the community leaders responsible for enforcement using GitHub's
63+
**Report content** form. All complaints will be reviewed and investigated
6464
promptly and fairly.
6565

6666
All community leaders are obligated to respect the privacy and security of the

content/common/navigation/avatar/guides.yaml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@ navigation:
22
- title: Get started
33
path: /avatar/
44

5+
- heading: Classic clothing
6+
section:
7+
- title: Overview
8+
path: /art/classic-clothing
9+
- title: Test in Studio
10+
path: /art/test-classic-clothing
11+
- title: Upload and sell
12+
path: /art/upload-classic-clothing
13+
514
- heading: Accessories
615
section:
716
- title: Overview
@@ -29,8 +38,6 @@ navigation:
2938
path: /art/accessories/clothing-export-settings
3039
- title: Import into Studio
3140
path: /art/accessories/import-clothing
32-
- title: Classic clothing
33-
path: /art/accessories/classic-clothing
3441

3542
- heading: Characters
3643
- title: Overview

content/common/navigation/engine/guides.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -636,12 +636,8 @@ navigation:
636636
path: /production/monetization/paid-access-local-currency
637637
- title: Private servers
638638
path: /production/monetization/private-servers
639-
- title: Resources
640-
section:
641-
- title: Build your business
642-
path: /production/monetization/business-resources
643-
- title: Randomized virtual items policy
644-
path: /production/monetization/randomized-virtual-items-policy
639+
- title: Virtual item policies
640+
path: /production/monetization/virtual-items
645641
- title: Localization
646642
path: /production/localization/
647643
section:

content/en-us/art/accessories/classic-clothing.md

Lines changed: 0 additions & 173 deletions
This file was deleted.

content/en-us/art/accessories/index.md

Lines changed: 42 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,48 @@ description: Rigid accessories are basic 3D cosmetics users can equip and wear o
44
hideBreadcrumbs: true
55
---
66

7-
<iframe width="800" height="450" src="https://www.youtube-nocookie.com/embed/tzPn6QvU8Bo" title="YouTube video player" frameborder="0" allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
8-
<br /><br />
7+
<Grid container spacing={2} style={{ marginBottom: 24, width: '100%' }}>
8+
<Grid item xs={6} style={{ padding: 16 }}>
9+
<Grid item container wrap="nowrap" direction="column" style={{ gap: 8, flex: 1 }}>
10+
11+
<div
12+
className="container"
13+
style={{ position: "relative", paddingBottom: "56.25%", height: 0, marginBottom: 12 }} >
14+
<iframe
15+
src="https://www.youtube-nocookie.com/embed/tzPn6QvU8Bo"
16+
title="YouTube video player"
17+
frameBorder="0"
18+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
19+
allowFullScreen
20+
style={{ position: "absolute", top: 0, left: 0, width: "100%", height: "100%" }} ></iframe>
21+
</div>
22+
<Typography variant="body1">
23+
A high-level overview of accessories on Roblox.
24+
</Typography>
25+
26+
</Grid>
27+
</Grid>
28+
29+
<Grid item xs={6} style={{ padding: 16 }}>
30+
<Grid item container wrap="nowrap" direction="column" style={{ gap: 8, flex: 1 }}>
31+
32+
<div
33+
className="container"
34+
style={{ position: "relative", paddingBottom: "56.25%", height: 0, marginBottom: 12 }} >
35+
<iframe
36+
src="https://www.youtube-nocookie.com/embed/Eed29gV0hLA"
37+
title="YouTube video player"
38+
frameBorder="0"
39+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
40+
allowFullScreen
41+
style={{ position: "absolute", top: 0, left: 0, width: "100%", height: "100%" }} ></iframe>
42+
</div>
43+
<Typography variant="body1">
44+
Create and sell your first basic accessory.
45+
</Typography>
46+
</Grid>
47+
</Grid>
48+
</Grid>
949

1050
Rigid accessories are the most basic 3D cosmetic items that users can equip and wear on their avatar character, such props, weapons, hats, and more. Unlike [clothing accessories](../accessories/layered-clothing.md) that stretch and fit over a character body, rigid accessories attach to a specific point on an avatar character and don't deform or wrap over a target.
1151

@@ -19,9 +59,6 @@ To create a custom Roblox accessory for your own experience or to sell on the Ma
1959
- [Clothing creation tutorial](../../art/accessories/creating/index.md) - a step-by-step process of creating your own avatar-ready clothing from scratch in Blender.
2060
- [Additional tools, resources, and guides](#resources) provided by Roblox to standardize and expedite the creation process.
2161

22-
<iframe width="800" height="450" src="https://www.youtube-nocookie.com/embed/Eed29gV0hLA" title="YouTube video player" frameborder="0" allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
23-
<br /><br />
24-
2562
## Components of a rigid accessory
2663

2764
All accessory models are made up of the same base components of a [mesh object](#mesh-part), [textures](#textures), and [attachment](#attachments).

content/en-us/art/accessories/layered-clothing.md

Lines changed: 43 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,48 @@ description: Layered clothing are cosmetic accessories that stretch, fit, and la
44
hideBreadcrumbs: true
55
---
66

7-
<iframe width="800" height="450" src="https://www.youtube-nocookie.com/embed/gXXukd6yOSs" title="YouTube video player" frameborder="0" allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
8-
<br /><br />
7+
<Grid container spacing={2} style={{ marginBottom: 24, width: '100%' }}>
8+
<Grid item xs={6} style={{ padding: 16 }}>
9+
<Grid item container wrap="nowrap" direction="column" style={{ gap: 8, flex: 1 }}>
10+
11+
<div
12+
className="container"
13+
style={{ position: "relative", paddingBottom: "56.25%", height: 0, marginBottom: 12 }} >
14+
<iframe
15+
src="https://www.youtube-nocookie.com/embed/gXXukd6yOSs"
16+
title="YouTube video player"
17+
frameBorder="0"
18+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
19+
allowFullScreen
20+
style={{ position: "absolute", top: 0, left: 0, width: "100%", height: "100%" }} ></iframe>
21+
</div>
22+
<Typography variant="body1">
23+
A high-level overview of 3D clothing on Roblox.
24+
</Typography>
25+
26+
</Grid>
27+
</Grid>
28+
29+
<Grid item xs={6} style={{ padding: 16 }}>
30+
<Grid item container wrap="nowrap" direction="column" style={{ gap: 8, flex: 1 }}>
31+
32+
<div
33+
className="container"
34+
style={{ position: "relative", paddingBottom: "56.25%", height: 0, marginBottom: 12 }} >
35+
<iframe
36+
src="https://www.youtube-nocookie.com/embed/C-DwGRBHvmE"
37+
title="YouTube video player"
38+
frameBorder="0"
39+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
40+
allowFullScreen
41+
style={{ position: "absolute", top: 0, left: 0, width: "100%", height: "100%" }} ></iframe>
42+
</div>
43+
<Typography variant="body1">
44+
Create and sell your first basic layered clothing.
45+
</Typography>
46+
</Grid>
47+
</Grid>
48+
</Grid>
949

1050
Layered clothing accessories are 3D cosmetic items that users can equip and wear on their avatar body, such as pants, t-shirt, jackets, dresses, and more. Unlike [rigid accessories](../../art/accessories/index.md) that only attach to a specific point on a character, layered clothing stretches and fits over any body type and existing clothing.
1151

@@ -153,6 +193,6 @@ If you are interested in specific avatar creation topics, use the following tabl
153193

154194
## Classic clothing
155195

156-
Classic clothing assets are 2D images that you can apply to the surface of an avatar body as t-shirts, shirts, or pants. You can design these assets in any image processing software, test the textures in Studio, and then upload the designs to the Marketplace to sell. See [Classic clothing](../../art/accessories/classic-clothing.md) for more information on creating, uploading, and selling these assets.
196+
Classic clothing assets are 2D images that you can apply to the surface of an avatar body as t-shirts, shirts, or pants. You can design these assets in any image processing software, test the textures in Studio, and then upload the designs to the Marketplace to sell. See [Classic clothing](../../art/classic-clothing.md) for more information on creating, uploading, and selling these assets.
157197

158198
<img src="../../assets/accessories/classic-clothing/Dummy-Clothed.jpg" width="80%" />

0 commit comments

Comments
 (0)