Skip to content

Commit 8ea16c0

Browse files
update Open Source Docs from Roblox internal teams
1 parent 4d4e5d7 commit 8ea16c0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+537
-535
lines changed

content/en-us/animation/editor.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -463,44 +463,44 @@ override the old. For example, a "jump" animation should take priority over an "
463463
Roblox uses seven levels of priority, ordered here from highest to lowest:
464464

465465
<Grid container spacing={2} alignItems="center">
466-
<Grid item xs={2} sm={1} md={1} lg={1}><img src="../assets/misc/Arrow-Highest.png" width="50" style={{float:"right"}} /></Grid>
467-
<Grid item xs={10} sm={11} md={11} lg={11}>
466+
<Grid item XSmall={2} Medium={1} Large={1} XLarge={1}><img src="../assets/misc/Arrow-Highest.png" width="50" style={{float:"right"}} /></Grid>
467+
<Grid item XSmall={10} Medium={11} Large={11} XLarge={11}>
468468
**Action4**
469469
</Grid>
470470
</Grid>
471471
<Grid container spacing={2} alignItems="center">
472-
<Grid item xs={2} sm={1} md={1} lg={1}><img src="../assets/misc/Arrow-Higher.png" width="50" style={{float:"right"}} /></Grid>
473-
<Grid item xs={10} sm={11} md={11} lg={11}>
472+
<Grid item XSmall={2} Medium={1} Large={1} XLarge={1}><img src="../assets/misc/Arrow-Higher.png" width="50" style={{float:"right"}} /></Grid>
473+
<Grid item XSmall={10} Medium={11} Large={11} XLarge={11}>
474474
**Action3**
475475
</Grid>
476476
</Grid>
477477
<Grid container spacing={2} alignItems="center">
478-
<Grid item xs={2} sm={1} md={1} lg={1}><img src="../assets/misc/Arrow-High.png" width="50" style={{float:"right"}} /></Grid>
479-
<Grid item xs={10} sm={11} md={11} lg={11}>
478+
<Grid item XSmall={2} Medium={1} Large={1} XLarge={1}><img src="../assets/misc/Arrow-High.png" width="50" style={{float:"right"}} /></Grid>
479+
<Grid item XSmall={10} Medium={11} Large={11} XLarge={11}>
480480
**Action2**
481481
</Grid>
482482
</Grid>
483483
<Grid container spacing={2} alignItems="center">
484-
<Grid item xs={2} sm={1} md={1} lg={1}><img src="../assets/misc/Arrow-Neutral.png" width="50" style={{float:"right"}} /></Grid>
485-
<Grid item xs={10} sm={11} md={11} lg={11}>
484+
<Grid item XSmall={2} Medium={1} Large={1} XLarge={1}><img src="../assets/misc/Arrow-Neutral.png" width="50" style={{float:"right"}} /></Grid>
485+
<Grid item XSmall={10} Medium={11} Large={11} XLarge={11}>
486486
**Action**
487487
</Grid>
488488
</Grid>
489489
<Grid container spacing={2} alignItems="center">
490-
<Grid item xs={2} sm={1} md={1} lg={1}><img src="../assets/misc/Arrow-Low.png" width="50" style={{float:"right"}} /></Grid>
491-
<Grid item xs={10} sm={11} md={11} lg={11}>
490+
<Grid item XSmall={2} Medium={1} Large={1} XLarge={1}><img src="../assets/misc/Arrow-Low.png" width="50" style={{float:"right"}} /></Grid>
491+
<Grid item XSmall={10} Medium={11} Large={11} XLarge={11}>
492492
**Movement**
493493
</Grid>
494494
</Grid>
495495
<Grid container spacing={2} alignItems="center">
496-
<Grid item xs={2} sm={1} md={1} lg={1}><img src="../assets/misc/Arrow-Lower.png" width="50" style={{float:"right"}} /></Grid>
497-
<Grid item xs={10} sm={11} md={11} lg={11}>
496+
<Grid item XSmall={2} Medium={1} Large={1} XLarge={1}><img src="../assets/misc/Arrow-Lower.png" width="50" style={{float:"right"}} /></Grid>
497+
<Grid item XSmall={10} Medium={11} Large={11} XLarge={11}>
498498
**Idle**
499499
</Grid>
500500
</Grid>
501501
<Grid container spacing={2} alignItems="center">
502-
<Grid item xs={2} sm={1} md={1} lg={1}><img src="../assets/misc/Arrow-Lowest.png" width="50" style={{float:"right"}} /></Grid>
503-
<Grid item xs={10} sm={11} md={11} lg={11}>
502+
<Grid item XSmall={2} Medium={1} Large={1} XLarge={1}><img src="../assets/misc/Arrow-Lowest.png" width="50" style={{float:"right"}} /></Grid>
503+
<Grid item XSmall={10} Medium={11} Large={11} XLarge={11}>
504504
**Core**
505505
</Grid>
506506
</Grid>

content/en-us/animation/using.md

Lines changed: 136 additions & 136 deletions
Large diffs are not rendered by default.

content/en-us/art/index.md

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ No matter your creative background, Roblox provides a variety of tools, guides,
1515
Whether you're just getting started with Roblox or need a quick refresher, use the following popular resources to get up to speed.
1616

1717
<Grid container spacing={2} style={{marginBottom: 24}}>
18-
<Grid item container sm={12} md={6} lg={4} direction="row" style={{gap: 24, marginBottom: 12}}>
18+
<Grid item container XSmall={12} Medium={6} Large={4} direction="row" style={{gap: 24, marginBottom: 12}}>
1919
<Grid item container wrap="nowrap" direction="column" style={{gap: 8, flex: 1}}>
2020

2121
<div class="container"
@@ -28,7 +28,7 @@ Whether you're just getting started with Roblox or need a quick refresher, use t
2828
</Grid>
2929
</Grid>
3030

31-
<Grid item container sm={12} md={6} lg={4} direction="row" style={{gap: 24, marginBottom: 12}}>
31+
<Grid item container XSmall={12} Medium={6} Large={4} direction="row" style={{gap: 24, marginBottom: 12}}>
3232
<Grid item container wrap="nowrap" direction="column" style={{gap: 8, flex: 1}}>
3333

3434
<div class="container"
@@ -44,7 +44,7 @@ Whether you're just getting started with Roblox or need a quick refresher, use t
4444
</Grid>
4545
</Grid>
4646

47-
<Grid item container sm={12} md={6} lg={4} direction="row" style={{gap: 24, marginBottom: 12}}>
47+
<Grid item container XSmall={12} Medium={6} Large={4} direction="row" style={{gap: 24, marginBottom: 12}}>
4848
<Grid item container wrap="nowrap" direction="column" style={{gap: 8, flex: 1}}>
4949

5050
<div class="container"
@@ -70,7 +70,7 @@ that teaches you the skills you need to create and monetize your experiences.
7070

7171
<Grid container spacing={2} style={{marginBottom: 24}}>
7272

73-
<Grid item container sm={12} md={6} lg={4} direction="row" style={{gap: 24, marginBottom: 12}}>
73+
<Grid item container XSmall={12} Medium={6} Large={4} direction="row" style={{gap: 24, marginBottom: 12}}>
7474
<Grid item container wrap="nowrap" direction="column" style={{gap: 8, flex: 1}}>
7575

7676
<div class="container"
@@ -89,7 +89,7 @@ style={{position: "relative", paddingBottom: "56.25%", height: 0}}>
8989
</Grid>
9090
</Grid>
9191

92-
<Grid item container sm={12} md={6} lg={4} direction="row" style={{gap: 24, marginBottom: 12}}>
92+
<Grid item container XSmall={12} Medium={6} Large={4} direction="row" style={{gap: 24, marginBottom: 12}}>
9393
<Grid item container wrap="nowrap" direction="column" style={{gap: 8, flex: 1}}>
9494

9595
<div class="container"
@@ -112,7 +112,7 @@ Check out the following showcases made by Roblox and the community. Each of thes
112112

113113
<Grid container spacing={2} style={{marginBottom: 24}}>
114114

115-
<Grid item container sm={12} md={6} lg={4} direction="row" style={{gap: 24, marginBottom: 12}}>
115+
<Grid item container XSmall={12} Medium={6} Large={4} direction="row" style={{gap: 24, marginBottom: 12}}>
116116
<Grid item container wrap="nowrap" direction="column" style={{gap: 8, flex: 1}}>
117117

118118
<div class="container"
@@ -127,7 +127,7 @@ Check out the following showcases made by Roblox and the community. Each of thes
127127
</Grid>
128128
</Grid>
129129

130-
<Grid item container sm={12} md={6} lg={4} direction="row" style={{gap: 24, marginBottom: 12}}>
130+
<Grid item container XSmall={12} Medium={6} Large={4} direction="row" style={{gap: 24, marginBottom: 12}}>
131131
<Grid item container wrap="nowrap" direction="column" style={{gap: 8, flex: 1}}>
132132

133133
<div class="container"
@@ -149,7 +149,7 @@ The following articles are from the staff, covering a broad array of topics that
149149

150150
<Grid container spacing={2} style={{marginBottom: 24}}>
151151

152-
<Grid item container sm={12} md={6} lg={4} direction="row" style={{gap: 24, marginBottom: 12}}>
152+
<Grid item container XSmall={12} Medium={6} Large={4} direction="row" style={{gap: 24, marginBottom: 12}}>
153153
<Grid item container wrap="nowrap" direction="column" style={{gap: 8, flex: 1}}>
154154
<img src="../assets/art/Thumbnail-Buttes.jpeg" />
155155
<Typography variant='h4'>Creating Buttes and Mesas with Studio Terrain</Typography>
@@ -162,7 +162,7 @@ style={{marginRight:8, alignSelf: 'flex-start'}}>Learn more</Button>
162162
</Grid>
163163
</Grid>
164164

165-
<Grid item container sm={12} md={6} lg={4} direction="row" style={{gap: 24, marginBottom: 12}}>
165+
<Grid item container XSmall={12} Medium={6} Large={4} direction="row" style={{gap: 24, marginBottom: 12}}>
166166
<Grid item container wrap="nowrap" direction="column" style={{gap: 8, flex: 1}}>
167167

168168
<div class="container"
@@ -179,7 +179,7 @@ style={{marginRight:8, alignSelf: 'flex-start'}}>Learn more</Button>
179179
</Grid>
180180
</Grid>
181181

182-
<Grid item container sm={12} md={6} lg={4} direction="row" style={{gap: 24, marginBottom: 12}}>
182+
<Grid item container XSmall={12} Medium={6} Large={4} direction="row" style={{gap: 24, marginBottom: 12}}>
183183
<Grid item container wrap="nowrap" direction="column" style={{gap: 8, flex: 1}}>
184184
<img src="../assets/art/Thumbnail-Tinting.jpeg" />
185185
<Typography variant='h4'>Using Alpha Masks to Customize Colors</Typography>
@@ -192,7 +192,7 @@ style={{marginRight:8, alignSelf: 'flex-start'}}>Learn more</Button>
192192
</Grid>
193193
</Grid>
194194

195-
<Grid item container sm={12} md={6} lg={4} direction="row" style={{gap: 24, marginBottom: 12}}>
195+
<Grid item container XSmall={12} Medium={6} Large={4} direction="row" style={{gap: 24, marginBottom: 12}}>
196196
<Grid item container wrap="nowrap" direction="column" style={{gap: 8, flex: 1}}>
197197
<img src="../assets/art/Thumbnail-Looping.png" />
198198
<Typography variant='h4'>Creating Perfect Audio Loops</Typography>
@@ -205,7 +205,7 @@ style={{marginRight:8, alignSelf: 'flex-start'}}>Learn more</Button>
205205
</Grid>
206206
</Grid>
207207

208-
<Grid item container sm={12} md={6} lg={4} direction="row" style={{gap: 24, marginBottom: 12}}>
208+
<Grid item container XSmall={12} Medium={6} Large={4} direction="row" style={{gap: 24, marginBottom: 12}}>
209209
<Grid item container wrap="nowrap" direction="column" style={{gap: 8, flex: 1}}>
210210
<img src="../assets/art/Thumbnail-Radial.png" />
211211
<Typography variant='h4'>Using Radial Symmetry with Zbrush</Typography>
@@ -218,7 +218,7 @@ style={{marginRight:8, alignSelf: 'flex-start'}}>Learn more</Button>
218218
</Grid>
219219
</Grid>
220220

221-
<Grid item container sm={12} md={6} lg={4} direction="row" style={{gap: 24, marginBottom: 12}}>
221+
<Grid item container XSmall={12} Medium={6} Large={4} direction="row" style={{gap: 24, marginBottom: 12}}>
222222
<Grid item container wrap="nowrap" direction="column" style={{gap: 8, flex: 1}}>
223223

224224
<Typography variant='h4'>Looking for more?</Typography>
@@ -239,7 +239,7 @@ The following is a list of common 3D art resources ordered by subject, as well a
239239
<Typography variant='h5'>Getting Started and Tutorials</Typography>
240240

241241
<Grid container spacing={2} style={{marginBottom: 24}}>
242-
<Grid item container sm={12} md={6} lg={4} direction="row" style={{gap: 24, marginBottom: 12}}>
242+
<Grid item container XSmall={12} Medium={6} Large={4} direction="row" style={{gap: 24, marginBottom: 12}}>
243243
<Grid item container wrap="nowrap" direction="column" style={{gap: 8, flex: 1}}>
244244
<Typography variant='h5'>Topic Overviews</Typography>
245245

@@ -252,7 +252,7 @@ The following is a list of common 3D art resources ordered by subject, as well a
252252
</Grid>
253253
</Grid>
254254

255-
<Grid item container sm={12} md={6} lg={4} direction="row" style={{gap: 24, marginBottom: 12}}>
255+
<Grid item container XSmall={12} Medium={6} Large={4} direction="row" style={{gap: 24, marginBottom: 12}}>
256256
<Grid item container wrap="nowrap" direction="column" style={{gap: 8, flex: 1}}>
257257
<Typography variant='h5'>3D Art Tutorials</Typography>
258258

@@ -266,7 +266,7 @@ The following is a list of common 3D art resources ordered by subject, as well a
266266
</Grid>
267267
</Grid>
268268

269-
<Grid item container sm={12} md={6} lg={4} direction="row" style={{gap: 24, marginBottom: 12}}>
269+
<Grid item container XSmall={12} Medium={6} Large={4} direction="row" style={{gap: 24, marginBottom: 12}}>
270270
<Grid item container wrap="nowrap" direction="column" style={{gap: 8, flex: 1}}>
271271

272272
<Typography variant='h5'>Avatar Tutorials</Typography>
@@ -287,7 +287,7 @@ The following is a list of common 3D art resources ordered by subject, as well a
287287

288288
<Grid container spacing={2} style={{marginBottom: 24}}>
289289

290-
<Grid item container sm={12} md={6} lg={4} direction="row" style={{gap: 24, marginBottom: 12}}>
290+
<Grid item container XSmall={12} Medium={6} Large={4} direction="row" style={{gap: 24, marginBottom: 12}}>
291291
<Grid item container wrap="nowrap" direction="column" style={{gap: 8, flex: 1}}>
292292

293293
<Typography variant='h5'>Technical Specs</Typography>
@@ -302,7 +302,7 @@ The following is a list of common 3D art resources ordered by subject, as well a
302302
</Grid>
303303
</Grid>
304304

305-
<Grid item container sm={12} md={6} lg={4} direction="row" style={{gap: 24, marginBottom: 12}}>
305+
<Grid item container XSmall={12} Medium={6} Large={4} direction="row" style={{gap: 24, marginBottom: 12}}>
306306
<Grid item container wrap="nowrap" direction="column" style={{gap: 8, flex: 1}}>
307307
<Typography variant='h5'>Reference Files</Typography>
308308
<a href="./modeling/project-files.md"><Typography variant='body1' style={{marginBottom: 12}}>Example Models</Typography></a>
@@ -312,7 +312,7 @@ The following is a list of common 3D art resources ordered by subject, as well a
312312
</Grid>
313313
</Grid>
314314

315-
<Grid item container sm={12} md={6} lg={4} direction="row" style={{gap: 24, marginBottom: 12}}>
315+
<Grid item container XSmall={12} Medium={6} Large={4} direction="row" style={{gap: 24, marginBottom: 12}}>
316316
<Grid item container wrap="nowrap" direction="column" style={{gap: 8, flex: 1}}>
317317
<Typography variant='h5'>Texturing</Typography>
318318

@@ -328,7 +328,7 @@ The following is a list of common 3D art resources ordered by subject, as well a
328328

329329
<Grid container spacing={2} style={{marginBottom: 24}}>
330330

331-
<Grid item container sm={12} md={6} lg={4} direction="row" style={{gap: 24, marginBottom: 12}}>
331+
<Grid item container XSmall={12} Medium={6} Large={4} direction="row" style={{gap: 24, marginBottom: 12}}>
332332
<Grid item container wrap="nowrap" direction="column" style={{gap: 8, flex: 1}}>
333333
<Typography variant='h5'>Studio Tools</Typography>
334334

@@ -354,7 +354,7 @@ The following is a list of common 3D art resources ordered by subject, as well a
354354
</Grid>
355355
</Grid>
356356

357-
<Grid item container sm={12} md={6} lg={4} direction="row" style={{gap: 24, marginBottom: 12}}>
357+
<Grid item container XSmall={12} Medium={6} Large={4} direction="row" style={{gap: 24, marginBottom: 12}}>
358358
<Grid item container wrap="nowrap" direction="column" style={{gap: 8, flex: 1}}>
359359
<Typography variant='h5'>Environment, Lighting, and Effects</Typography>
360360

@@ -373,7 +373,7 @@ The following is a list of common 3D art resources ordered by subject, as well a
373373

374374
</Grid>
375375
</Grid>
376-
<Grid item container sm={12} md={6} lg={4} direction="row" style={{gap: 24, marginBottom: 12}}>
376+
<Grid item container XSmall={12} Medium={6} Large={4} direction="row" style={{gap: 24, marginBottom: 12}}>
377377
<Grid item container wrap="nowrap" direction="column" style={{gap: 8, flex: 1}}>
378378

379379
<Typography variant='h5'>Avatar Item Creation</Typography>
@@ -387,7 +387,7 @@ The following is a list of common 3D art resources ordered by subject, as well a
387387
</Grid>
388388
</Grid>
389389

390-
<Grid item container sm={12} md={6} lg={4} direction="row" style={{gap: 24, marginBottom: 12}}>
390+
<Grid item container XSmall={12} Medium={6} Large={4} direction="row" style={{gap: 24, marginBottom: 12}}>
391391
<Grid item container wrap="nowrap" direction="column" style={{gap: 8, flex: 1}}>
392392
<Typography variant='h5'>Animation</Typography>
393393

@@ -401,7 +401,7 @@ The following is a list of common 3D art resources ordered by subject, as well a
401401
</Grid>
402402
</Grid>
403403

404-
<Grid item container sm={12} md={6} lg={4} direction="row" style={{gap: 24, marginBottom: 12}}>
404+
<Grid item container XSmall={12} Medium={6} Large={4} direction="row" style={{gap: 24, marginBottom: 12}}>
405405
<Grid item container wrap="nowrap" direction="column" style={{gap: 8, flex: 1}}>
406406
<Typography variant='h5'>Facial Animation and Live Heads</Typography>
407407

@@ -412,7 +412,7 @@ The following is a list of common 3D art resources ordered by subject, as well a
412412
</Grid>
413413
</Grid>
414414

415-
<Grid item container sm={12} md={6} lg={4} direction="row" style={{gap: 24, marginBottom: 12}}>
415+
<Grid item container XSmall={12} Medium={6} Large={4} direction="row" style={{gap: 24, marginBottom: 12}}>
416416
<Grid item container wrap="nowrap" direction="column" style={{gap: 8, flex: 1}}>
417417

418418
<Typography variant='h5'>Rigging and Skinning</Typography>
@@ -427,7 +427,7 @@ The following is a list of common 3D art resources ordered by subject, as well a
427427
</Grid>
428428
</Grid>
429429

430-
<Grid item container sm={12} md={6} lg={4} direction="row" style={{gap: 24, marginBottom: 12}}>
430+
<Grid item container XSmall={12} Medium={6} Large={4} direction="row" style={{gap: 24, marginBottom: 12}}>
431431
<Grid item container wrap="nowrap" direction="column" style={{gap: 8, flex: 1}}>
432432

433433
<Typography variant='h5'>Publishing to Creator Store and Marketplace</Typography>

0 commit comments

Comments
 (0)