Skip to content

Commit cc4745a

Browse files
sync: update documentation sources (2026-03-10 02:06 UTC)
1 parent b16c297 commit cc4745a

12 files changed

Lines changed: 75 additions & 132 deletions
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:2461d39bbb3edc64058d8d7595b9f49877a4979585b362500d5d6c395e831f1b
3-
size 32108677
2+
oid sha256:5028f99e0437b868684e3e84b6755c6c7a28c24804e4ee030e1d5599e1d243fd
3+
size 32063707
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:2cee95e682030810134f6b1ca5d54557f9da7c03fb098141be20a57bfe67c0fd
3-
size 32267019
2+
oid sha256:7faa74160650effd3d2a467a9584f82303762dda33038301bef20157ae494982
3+
size 32280585
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:443a899bb67582626f902c7fb7813ab6ef329f4d873bd0cf08b268aae7708c9f
3-
size 16307969
2+
oid sha256:6656e57efcd3ee1649d9c3a81e5fc32c2484335287171049e9a41143614892bb
3+
size 16338018
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:3d854093812ff47269bf81c4672e0cb89e385748c1bb195371201eeb7b40929f
3-
size 17425457
2+
oid sha256:2c74bdf32fb1b0f7fe899c7ca69cdf22bb8324cd46eaacd1ff66f4b6223ab9fc
3+
size 17414833

roblox/en-us/creator-programs/standout-games.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ While not necessary for consideration, it's recommended that your game:
4141
We highly encourage you to prepare the following **before** applying for the Standout Games sort:
4242

4343
- Record video footage that highlights your core gameplay mechanics and other novel aspects to upload in your nomination survey.
44-
- [Localize](../production/localization/index.md) your game because Roblox can display it to global audiences.
45-
- Upload a gameplay [video preview](../production/publishing/thumbnails.md#videos) to help users visually see your game before they join.
44+
- [Localize](../production/localization/index.md) your game to reach a global audience and improve accessibility for international players.
45+
- Upload a gameplay [trailer](../production/publishing/thumbnails.md#videos) to give users a clear visual preview of the experience before they join.
4646
- Review your existing thumbnails to make sure they comply with our [best practices](../production/publishing/thumbnails.md#best-practices).
4747

4848
If you wish to nominate your novel game for Roblox to promote in the Standout Games sort, please complete the survey below. Our curation team reviews nominations on an ongoing basis. Once your nomination is reviewed, you will receive an email to inform you of whether or not your game has been selected.

roblox/en-us/creator-programs/todays-picks-marketplace.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: Today's Picks on Marketplace
3-
description: Today's Picks on Marketplace is a curated sort with items selected each day by a team of in-house editors.
3+
description: Today's Picks on Marketplace is a curated sort with items selected each day by a team of in-house curators.
44
---
55

6-
**Today's Picks on Marketplace** is a curated sort with items selected each day by a team of in-house editors. We strive to connect every user with the avatar items that help them bring their unique self to the platform.
6+
**Today's Picks on Marketplace** is a curated sort with items selected each day by a team of in-house curators. We strive to connect every user with the avatar items that help them bring their unique self to the platform.
77

88
<figure>
99
<Chip
@@ -17,7 +17,7 @@ description: Today's Picks on Marketplace is a curated sort with items selected
1717
<Grid item container Large={8} direction="row" style={{gap: 24, marginBottom: 12}}>
1818
<Grid item container wrap="nowrap" direction="column" style={{gap: 8, flex: 1}}>
1919
<h2>Why apply?</h2>
20-
<p>Using the combined efforts of our team of Roblox editors and our Marketplace recommendation system, Today's Picks on Marketplace will give us more ways to feature the work and creativity you bring to Roblox.</p>
20+
<p>Using the combined efforts of our team of Roblox curators and our Marketplace recommendation system, Today's Picks on Marketplace will give us more ways to feature the work and creativity you bring to Roblox.</p>
2121
<h2>Eligibility</h2>
2222
<ul>
2323
<li>Be 17+ and ID-verified</li>

roblox/en-us/reference/engine/classes/DataStoreService.yaml

Lines changed: 38 additions & 99 deletions
Original file line numberDiff line numberDiff line change
@@ -193,111 +193,50 @@ methods:
193193
capabilities:
194194
- DataStore
195195
- name: DataStoreService:SetRateLimitForRequestType
196-
summary: 'Sets the per-server rate limit (requests per minute) for a given Data Store request type.'
196+
summary: |
197+
Sets the rate limit for a given request type per minute.
197198
description: |
198-
Sets the per-server rate limit (requests per minute) for a given Data Store request type. The configured limit overrides the default rate limit for that request type on the current server. The rate limit is calculated as `rateLimit = baseLimit + (perPlayerLimit * numPlayers)`, where `numPlayers` is the current number of active players on the server. `Enum.DataStoreRequestType.OnUpdate|DataStoreRequestType.OnUpdate` and `Enum.DataStoreRequestType.UpdateAsync|DataStoreRequestType.UpdateAsync` cannot be configured with this function. Calling this API with those request types will result in an error.
199-
200-
You should call this API **once per request type during server initialization**. We don not recommend calling this API during active experience logic. If called multiple times, the new limit definitions will immediately overwrite the previous ones.
199+
Sets the per-server rate limit (requests per minute) for a given Data
200+
Store request type. The configured limit overrides the default rate limit
201+
for that request type on the current server. The rate limit is calculated
202+
as `rateLimit = baseLimit + (perPlayerLimit * numPlayers)`, where
203+
`numPlayers` is the current number of active players on the server.
204+
`Enum.DataStoreRequestType.OnUpdate|DataStoreRequestType.OnUpdate` and
205+
`Enum.DataStoreRequestType.UpdateAsync|DataStoreRequestType.UpdateAsync`
206+
cannot be configured with this function. Calling this API with those
207+
request types will result in an error.
201208
202-
The `baseLimit` and `perPlayerLimit` have different constraints depending on the request type. See the table below for more information.
209+
You should call this API **once per request type during server
210+
initialization**. We don't recommend calling this API during active
211+
experience logic. If called multiple times, the new limit definitions will
212+
immediately overwrite the previous ones.
203213
204-
<h4>Constraints by request type</h4>
214+
The `baseLimit` and `perPlayerLimit` have different constraints depending
215+
on the request type. See the table below for more information.
205216
206-
<table>
207-
<tr>
208-
<td>Request Type</td>
209-
<td>baseLimit constraints</td>
210-
<td>perPlayerLimit constraints</td>
211-
</tr>
212-
<tr>
213-
<td>`DataStoreRequestType.GetAsync`</td>
214-
<td>[0, 60]</td>
215-
<td>[0, 40]</td>
216-
</tr>
217-
<tr>
218-
<td>`DataStoreRequestType.SetIncrementAsync`</td>
219-
<td>[0, 60]</td>
220-
<td>[0, 40]</td>
221-
</tr>
222-
<tr>
223-
<td>`DataStoreRequestType.UpdateAsync`</td>
224-
<td>N/A</td>
225-
<td>N/A</td>
226-
</tr>
227-
<tr>
228-
<td>`DataStoreRequestType.GetSortedAsync`</td>
229-
<td>[0, 5]</td>
230-
<td>[0, 2]</td>
231-
</tr>
232-
<tr>
233-
<td>`DataStoreRequestType.SetIncrementSortedAsync`</td>
234-
<td>[0, 30]</td>
235-
<td>[0, 5]</td>
236-
</tr>
237-
<tr>
238-
<td>`DataStoreRequestType.OnUpdate`</td>
239-
<td>N/A</td>
240-
<td>N/A</td>
241-
</tr>
242-
<tr>
243-
<td>`DataStoreRequestType.ListAsync`</td>
244-
<td>[0, 5]</td>
245-
<td>[0, 2]</td>
246-
</tr>
247-
<tr>
248-
<td>`DataStoreRequestType.GetVersionAsync`</td>
249-
<td>[0, 5]</td>
250-
<td>[0, 2]</td>
251-
</tr>
252-
<tr>
253-
<td>`DataStoreRequestType.RemoveVersionAsync`</td>
254-
<td>[0, 5]</td>
255-
<td>[0, 2]</td>
256-
</tr>
257-
<tr>
258-
<td>`DataStoreRequestType.StandardRead`</td>
259-
<td>[0, 10000]</td>
260-
<td>[0, 200]</td>
261-
</tr>
262-
<tr>
263-
<td>`DataStoreRequestType.StandardWrite`</td>
264-
<td>[0, 10000]</td>
265-
<td>[0, 200]</td>
266-
</tr>
267-
<tr>
268-
<td>`DataStoreRequestType.StandardList`</td>
269-
<td>[0, 10000]</td>
270-
<td>[0, 200]</td>
271-
</tr>
272-
<tr>
273-
<td>`DataStoreRequestType.StandardRemove`</td>
274-
<td>[0, 10000]</td>
275-
<td>[0, 200]</td>
276-
</tr>
277-
<tr>
278-
<td>`DataStoreRequestType.OrderedRead`</td>
279-
<td>[0, 10000]</td>
280-
<td>[0, 200]</td>
281-
</tr>
282-
<tr>
283-
<td>`DataStoreRequestType.OrderedWrite`</td>
284-
<td>[0, 10000]</td>
285-
<td>[0, 200]</td>
286-
</tr>
287-
<tr>
288-
<td>`DataStoreRequestType.OrderedList`</td>
289-
<td>[0, 10000]</td>
290-
<td>[0, 200]</td>
291-
</tr>
292-
<tr>
293-
<td>`DataStoreRequestType.OrderedRemove`</td>
294-
<td>[0, 10000]</td>
295-
<td>[0, 200]</td>
296-
</tr>
297-
</table>
217+
##### Constraints by Request Type
298218
219+
| Request Type | baseLimit constraints | perPlayerLimit constraints |
220+
| :--------------------------------------------- | :-------------------- | :------------------------- |
221+
| `DataStoreRequestType.GetAsync` | [0, 60] | [0, 40] |
222+
| `DataStoreRequestType.SetIncrementAsync` | [0, 60] | [0, 40] |
223+
| `DataStoreRequestType.UpdateAsync` | N/A | N/A |
224+
| `DataStoreRequestType.GetSortedAsync` | [0, 5] | [0, 2] |
225+
| `DataStoreRequestType.SetIncrementSortedAsync` | [0, 30] | [0, 5] |
226+
| `DataStoreRequestType.OnUpdate` | N/A | N/A |
227+
| `DataStoreRequestType.ListAsync` | [0, 5] | [0, 2] |
228+
| `DataStoreRequestType.GetVersionAsync` | [0, 5] | [0, 2] |
229+
| `DataStoreRequestType.RemoveVersionAsync` | [0, 5] | [0, 2] |
230+
| `DataStoreRequestType.StandardRead` | [0, 10000] | [0, 200] |
231+
| `DataStoreRequestType.StandardWrite` | [0, 10000] | [0, 200] |
232+
| `DataStoreRequestType.StandardList` | [0, 10000] | [0, 200] |
233+
| `DataStoreRequestType.StandardRemove` | [0, 10000] | [0, 200] |
234+
| `DataStoreRequestType.OrderedRead` | [0, 10000] | [0, 200] |
235+
| `DataStoreRequestType.OrderedWrite` | [0, 10000] | [0, 200] |
236+
| `DataStoreRequestType.OrderedList` | [0, 10000] | [0, 200] |
237+
| `DataStoreRequestType.OrderedRemove` | [0, 10000] | [0, 200] |
299238
code_samples:
300-
- DataStoreService-SetRateLimits
239+
- DataStoreService-SetRateLimitForRequestType1
301240
parameters:
302241
- name: requestType
303242
type: DataStoreRequestType

roblox/en-us/reference/engine/classes/GuiButton.yaml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -356,14 +356,21 @@ events:
356356
capabilities:
357357
- UI
358358
- name: GuiButton.SecondaryActivated
359-
summary: ''
360-
description: ''
359+
summary: |
360+
Fires when a right-click is detected on desktop, long press detected on
361+
mobile, or triangle / Y activated in UI navigation mode on console. This
362+
function is not available yet.
363+
description: |
364+
Fires when a right-click is detected on desktop, long press detected on
365+
mobile, or triangle / Y activated in UI navigation mode on console. This
366+
function is not available yet.
361367
code_samples: []
362368
parameters:
363369
- name: inputObject
364370
type: InputObject
365371
default:
366-
summary: ''
372+
summary: |
373+
The input object representing the alternate activation action.
367374
tags: []
368375
deprecation_message: ''
369376
security: None

roblox/en-us/reference/engine/classes/Player.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1984,6 +1984,11 @@ methods:
19841984
A `Class.HumanoidDescription` containing traits like body
19851985
parts/colors, body scaling, accessories, clothing, and animations that
19861986
will be equipped to the loaded character.
1987+
- name: assetTypeVerification
1988+
type: AssetTypeVerification
1989+
default:
1990+
summary: |
1991+
The asset type verification mode.
19871992
returns:
19881993
- type: ()
19891994
summary: ''
@@ -2024,6 +2029,11 @@ methods:
20242029
A `Class.HumanoidDescription` containing traits like body
20252030
parts/colors, body scaling, accessories, clothing, and animations that
20262031
will be equipped to the loaded character.
2032+
- name: assetTypeVerification
2033+
type: AssetTypeVerification
2034+
default:
2035+
summary: |
2036+
The asset type verification mode.
20272037
returns:
20282038
- type: ()
20292039
summary: ''

0 commit comments

Comments
 (0)