Skip to content

Commit 90a2a6a

Browse files
update Open Source Docs from Roblox internal teams
1 parent 0768e6c commit 90a2a6a

File tree

5 files changed

+8
-26
lines changed

5 files changed

+8
-26
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Updating asset metadata using the **Update Asset** endpoint is not subject to th
119119
<li>Up to 4096x2160 resolution.</li>
120120
<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>
122-
<li>Up to 10 uploads per month if you're 13+ and ID-verified.</li>
122+
<li>Up to 10 uploads per day if you're 13+ and ID-verified.</li>
123123
</ul>
124124
</td>
125125
</tr>

content/en-us/reference/engine/classes/GuiService.yaml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -345,25 +345,6 @@ properties:
345345
can_save: false
346346
capabilities: []
347347
writeCapabilities: []
348-
- name: GuiService.ViewportSizeInMM
349-
summary: ''
350-
description: ''
351-
code_samples: []
352-
type: Vector2
353-
tags:
354-
- ReadOnly
355-
- NotReplicated
356-
deprecation_message: ''
357-
security:
358-
read: RobloxScriptSecurity
359-
write: RobloxScriptSecurity
360-
thread_safety: ReadSafe
361-
category: Data
362-
serialization:
363-
can_load: false
364-
can_save: false
365-
capabilities: []
366-
writeCapabilities: []
367348
methods:
368349
- name: GuiService:AddSelectionParent
369350
summary: |

content/en-us/reference/engine/classes/UnreliableRemoteEvent.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ methods:
5151
summary: |
5252
Fires the `Class.UnreliableRemoteEvent.OnClientEvent|OnClientEvent` event
5353
for each client connected to the same `Class.UnreliableRemoteEvent`. Has a
54-
1000 byte limit to the payload of the event. Otherwise, the event is dropped.
54+
1000 byte limit to the payload of the event. Otherwise, the event is
55+
dropped.
5556
description: |
5657
Fires the `Class.UnreliableRemoteEvent.OnClientEvent|OnClientEvent` event
5758
for each client connected to the same `Class.UnreliableRemoteEvent`.

content/en-us/reference/engine/datatypes/Enums.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ summary: |
44
A root access point of all `Datatype.Enum|Enums`.
55
description: |
66
The `Datatype.Enums` data type, more commonly known as `Datatype.Enum` by its
7-
global variable in Luau, acts as the root access point for all available
8-
enums on Roblox. All enums on Roblox are indexed via their name through this
9-
data type, and developers can also utilize the `GetEnums()` method to get a
10-
list of all enums on Roblox.
7+
global variable in Luau, acts as the root access point for all available enums
8+
on Roblox. All enums on Roblox are indexed via their name through this data
9+
type, and developers can also utilize the `GetEnums()` method to get a list of
10+
all enums on Roblox.
1111
code_samples:
1212
tags: []
1313
deprecation_message: ''

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ If you're a 13+ [ID verified](https://en.help.roblox.com/hc/en-us/articles/44072
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 20 videos within any 30-day period, starting from the date of your first video upload.
26+
- You can upload a maximum of 10 videos a day.
2727

2828
## Play videos
2929

0 commit comments

Comments
 (0)