Skip to content

Commit c3b1c31

Browse files
update Open Source Docs from Roblox internal teams
1 parent e402d76 commit c3b1c31

File tree

57 files changed

+677
-188
lines changed

Some content is hidden

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

57 files changed

+677
-188
lines changed

content/common/navigation/engine/guides.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,8 @@ navigation:
213213
path: /scripting/multithreading
214214
- title: Native Code Generation
215215
path: /luau/native-code-gen
216+
- title: Script Capabilities
217+
path: /scripting/capabilities
216218
- title: Security Tactics and Cheat Mitigation
217219
path: /scripting/security/security-tactics
218220
- title: Luau Reference
@@ -564,6 +566,8 @@ navigation:
564566
path: /production/promotion/experience-events
565567
- title: Player Invite Prompts
566568
path: /production/promotion/invite-prompts
569+
- title: Player Referral System
570+
path: /production/promotion/referral-system
567571
- title: Experience Notifications
568572
path: /production/promotion/experience-notifications
569573
- title: Nominating for the Discover Page

content/en-us/art/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Check out the following showcases made by Roblox and the community. Each of thes
132132

133133
<div class="container"
134134
style={{position: "relative", paddingBottom: "56.25%", height: 0}}>
135-
<img src="../assets/art/Thumbnail-Shrine.png" />
135+
<img src="../assets/art/Shrine-Detailed.jpg" />
136136
</div>
137137
<Typography variant='h4'>Community Creations</Typography>
138138
<Typography variant='body1' >Check out these amazing showcase experiences created members of the community!</Typography>

content/en-us/art/overview-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ For more information, see [Terrain](../parts/terrain.md).
294294

295295
Lighting can be categorized into the following:
296296

297-
- **Global lighting** - Refers to the luminescence from either the sun or moon in an outdoor environment. You can set the properties of your global lighting by adjusting the Lighting service. For additional hands-on instructions on adjusting global lighting, see the [Customize Global Lighting](../tutorials/core/building/customize-global-lighting.md) lesson of our Core Curriculum.
297+
- **Global lighting** - Refers to the luminescence from either the sun or moon in an outdoor environment. You can set the properties of your global lighting by adjusting the Lighting service. For additional hands-on instructions on adjusting global lighting, see the [Customize Global Lighting](../tutorials/curriculums/core/building/customize-global-lighting.md) lesson of our Core Curriculum.
298298
- **Local lighting** - Refers to light sources placed within your experiences, such as pointlights, spotlights, and surface lights. You can modify lighting scenarios based on different interior rooms or sections of your experience by using one or more light sources.
299299

300300
For additional information on modifying your environment's lighting, see [Lighting](../environment/lighting.md).
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading

content/en-us/assets/landing/get-started/Laser-Tag-Template.png

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

content/en-us/cloud/open-cloud/usage-assets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Updating asset metadata using the **Update Asset** endpoint is not subject to th
118118
<li>Up to 30 seconds of duration.</li>
119119
<li>Up to 4096x2160 resolution.</li>
120120
<li>Up to 375 MB.</li>
121-
<li>Currently, only English audio and text is allowed.</li>
121+
<li>Currently, only English and/or Spanish audio and text is allowed.</li>
122122
<li>Up to 3 uploads per month if you're 13+ and ID-verified.</li>
123123
</ul>
124124
</td>

content/en-us/get-started.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ knowledge. Give them a try and add on to them when you're ready!
8585
<Grid item container wrap="nowrap" direction="column" style={{gap: 8, flex: 1}}>
8686
<div class="container"
8787
style={{position: "relative", paddingBottom: "56.25%", height: 0, marginBottom: 12}}>
88-
<img src="/assets/landing/get-started/Laser-Tag-Template.png" />
88+
<img src="/assets/landing/get-started/Laser-Tag-Template.jpg" />
8989
</div>
9090
<Typography variant='h4'>Laser Tag</Typography>
9191
<Typography variant='body1' >Build your own **first-person shooter** with customizable blasters, round systems, and modular building assets to reconfigure a high-quality arena!</Typography>
@@ -103,7 +103,7 @@ knowledge. Give them a try and add on to them when you're ready!
103103
<Grid item container wrap="nowrap" direction="column" style={{gap: 8, flex: 1}}>
104104
<div class="container"
105105
style={{position: "relative", paddingBottom: "56.25%", height: 0, marginBottom: 12}}>
106-
<img src="/assets/landing/get-started/racing-template.png" />
106+
<img src="/assets/landing/get-started/Racing-Detailed.jpg" />
107107
</div>
108108
<Typography variant='h4'>Racing</Typography>
109109
<Typography variant='body1' >Build your own **kart racer** with a customizable driving mechanics, checkpoints, and modular winding track pieces that you can restructure for countless courses!</Typography>
@@ -133,7 +133,7 @@ that teaches you the skills you need to create and monetize your experiences.
133133
<Typography variant='h4'>Core</Typography>
134134
<Typography variant='body1' >Core teaches you how to build a simple 3D platformer where players collect coins to trade for jump power.</Typography>
135135
<div style={{marginTop:16}}>
136-
<a underline="none" href="./tutorials/core/">
136+
<a underline="none" href="./tutorials/curriculums/core">
137137
<Button variant="contained" color="secondary" size='large'
138138
style={{marginRight:16, alignSelf: 'flex-start'}}>Create</Button>
139139
</a>
@@ -151,7 +151,7 @@ that teaches you the skills you need to create and monetize your experiences.
151151
<Typography variant='h4'>Environmental Art</Typography>
152152
<Typography variant='body1' >Environmental Art teaches you how to create a high-quality environment for a laser tag experience.</Typography>
153153
<div style={{marginTop:16}}>
154-
<a underline="none" href="./tutorials/environmental-art">
154+
<a underline="none" href="./tutorials/curriculums/environmental-art">
155155
<Button variant="contained" color="secondary" size='large'
156156
style={{marginRight:16, alignSelf: 'flex-start'}}>Create</Button>
157157
</a>
@@ -169,7 +169,7 @@ that teaches you the skills you need to create and monetize your experiences.
169169
<Typography variant='h4'>Gameplay Scripting</Typography>
170170
<Typography variant='body1' >Gameplay Scripting teaches you how to organize and implement the scripting logic for large, complex project.</Typography>
171171
<div style={{marginTop:16}}>
172-
<a underline="none" href="./tutorials/gameplay-scripting/">
172+
<a underline="none" href="./tutorials/curriculums/gameplay-scripting/">
173173
<Button variant="contained" color="secondary" size='large'
174174
style={{marginRight:16, alignSelf: 'flex-start'}}>Create</Button>
175175
</a>

0 commit comments

Comments
 (0)