You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: roblox/en-us/creator-programs/standout-games.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,8 +41,8 @@ While not necessary for consideration, it's recommended that your game:
41
41
We highly encourage you to prepare the following **before** applying for the Standout Games sort:
42
42
43
43
- 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.
46
46
- Review your existing thumbnails to make sure they comply with our [best practices](../production/publishing/thumbnails.md#best-practices).
47
47
48
48
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.
Copy file name to clipboardExpand all lines: roblox/en-us/creator-programs/todays-picks-marketplace.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
---
2
2
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.
4
4
---
5
5
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.
7
7
8
8
<figure>
9
9
<Chip
@@ -17,7 +17,7 @@ description: Today's Picks on Marketplace is a curated sort with items selected
<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>
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.
197
198
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
0 commit comments