Skip to content

Commit 0768e6c

Browse files
update Open Source Docs from Roblox internal teams
1 parent 4440a50 commit 0768e6c

File tree

9 files changed

+23
-14
lines changed

9 files changed

+23
-14
lines changed

content/common/navigation/engine/tutorials.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ navigation:
2727
navigation: /engine/tutorials-core.yaml
2828
- title: Luau basics
2929
path: /tutorials/fundamentals/coding-1/coding-fundamentals
30+
navigation: /engine/tutorials-fundamentals.yaml
3031
- heading: Intermediate tutorials
3132
- title: Overview
3233
path: /tutorials/use-case-tutorials/use-case-tutorial-overview
Lines changed: 3 additions & 0 deletions
Loading

content/en-us/cloud/auth/api-keys.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ To create an API key:
3737
1. In the **Access Permissions** section, select an API from the **Select API
3838
System** menu and click the **Add API System** button. Repeat this step if
3939
you need to add multiple APIs to the key.
40+
41+
<Alert severity="info">
42+
Certain permissions, generally those with the `legacy` prefix, aren't available for group-owned API keys. To add those permissions and send requests to the associated endpoints, you must use a user-owned API key.
43+
</Alert>
44+
4045
1. Select the experience that you want to access with the API key.
4146
1. From the **Experience Operations** dropdown, select the operations that you
4247
want to enable for the API key.
@@ -72,7 +77,7 @@ of your development team. </Alert>
7277
## Group-owned API key permissions
7378

7479
Group owners can manage group-owned API key permissions for group members to
75-
have different levels of control of API keys based on the [roles and
80+
have different levels of control of API keys based on their [roles and
7681
permissions](../../projects/groups.md#roles-and-permissions) within the group.
7782
There are also situations that automatically revoke API key management
7883
permissions for group members.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Updating asset metadata using the **Update Asset** endpoint is not subject to th
3434
</thead>
3535
<tbody>
3636
<tr>
37-
<td><a href="../../sound/assets.md">Audio</a></td>
37+
<td><a href="../../audio/assets.md">Audio</a></td>
3838
<td>
3939
<ul>
4040
<li>`.mp3`</li>
@@ -115,9 +115,9 @@ Updating asset metadata using the **Update Asset** endpoint is not subject to th
115115
</td>
116116
<td>
117117
<ul>
118-
<li>Up to 60 seconds of duration.</li>
118+
<li>Up to 5 minutes of duration.</li>
119119
<li>Up to 4096x2160 resolution.</li>
120-
<li>Up to 750 MB.</li>
120+
<li>Up to 3.75 GB.</li>
121121
<li>Currently, only English, Spanish, Portuguese, Indonesian, Chinese (simplified and traditional), Japanese, and/or Korean audio and text are allowed.</li>
122122
<li>Up to 10 uploads per month if you're 13+ and ID-verified.</li>
123123
</ul>

content/en-us/production/promotion/content-maturity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Content maturity
2+
title: Content maturity and compliance
33
description: Explains how to accurately disclose content in experiences to receive appropriate maturity labels and content descriptors.
44
---
55

content/en-us/tutorials/curriculums/building/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Intro to building
3-
description: Learn the basics of of building experiences.
3+
description: Learn the basics of building experiences.
44
next: /tutorials/curriculums/building/get-started
55
hideInPageNavigation: true
66
hideBreadcrumbs: true

content/en-us/tutorials/fundamentals/coding-1/coding-fundamentals.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ next: /tutorials/fundamentals/coding-1/landing
88

99
Start coding on Roblox with this easy-to-follow series covering the fundamentals of how to use the programming language Luau. These courses are perfect for those new to coding or just starting with Luau. Each course centers around a foundational computer science principle, and features individual lessons with step-by-step tutorials you can use to create your own experiences on Roblox.
1010

11-
Before beginning this course, the reader should have basic knowledge of Roblox Studio, as demonstrated in [Introduction to Studio](../../first-experience/index.md).
11+
Before beginning this course, the reader should have basic knowledge of Roblox Studio, as demonstrated in the [Studio](../../curriculums/studio/index.md) and [Building](../../curriculums/building/index.md) lesson.
1212

1313
### Series contents
1414

@@ -21,7 +21,7 @@ Before beginning this course, the reader should have basic knowledge of Roblox S
2121
</thead>
2222
<tbody>
2323
<tr>
24-
<td>[Variables and objects](../coding-1/landing.md)</td>
24+
<td>[Variables and objects](landing.md)</td>
2525
<td> Create your first script and start making things happen with code. These tutorials cover variables, data types, and properties.</td>
2626
</tr>
2727
<tr>

content/en-us/tutorials/fundamentals/coding-1/landing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ For anyone interested in learning computer science or coding, this serves as a f
4343
</thead>
4444
<tbody>
4545
<tr>
46-
<td><a href="../coding-1/create-a-script.md">Create a script</a></td>
46+
<td><a href="create-a-script.md">Create a script</a></td>
4747
<td>Learn how to create new script objects and print messages to the Output window.</td>
4848
</tr>
4949
<tr>
50-
<td><a href="../coding-1/object-properties.md">Object properties</a></td>
50+
<td><a href="object-properties.md">Object properties</a></td>
5151
<td>Change the color of a part using just code</td>
5252
</tr>
5353
<tr>
54-
<td><a href="../coding-1/parents-and-children.md">Parents and children</a></td>
54+
<td><a href="parents-and-children.md">Parents and children</a></td>
5555
<td>Instead of calling out a specific part name, learn how to navigate the hierarchy to make code that will work for any part</td>
5656
</tr>
5757
</tbody>

content/en-us/ui/video-frames.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ If you're a 13+ [ID verified](https://en.help.roblox.com/hc/en-us/articles/44072
1515

1616
- You have the legal rights to use the video asset.
1717
- It adheres to the [Roblox Community Standards](https://en.help.roblox.com/hc/en-us/articles/203313410) and [Terms of Use](https://en.help.roblox.com/hc/en-us/articles/115004647846).
18-
- It's 60 seconds or less in either `.mp4` or `.mov` format.
18+
- It's 5 minutes or less in either `.mp4` or `.mov` format.
1919
- Its resolution is less than or equal to 4096&times;2160.
20-
- It's less than 750 MB.
20+
- It's less than 3.75 GB.
2121
- It includes only English, Spanish, Portuguese, Indonesian, Chinese (simplified and traditional), Japanese, and/or Korean audio and text.
2222

2323
Videos that don't meet these requirements are rejected. Alpha channels are not supported and will be ignored. When uploading videos, consider the following:
2424

2525
- Each video upload costs 2,000 Robux.
26-
- You can upload a maximum of ten videos within any 30-day period, starting from the date of your first video upload.
26+
- You can upload a maximum of 20 videos within any 30-day period, starting from the date of your first video upload.
2727

2828
## Play videos
2929

0 commit comments

Comments
 (0)