Skip to content

Commit 8a8f8f7

Browse files
update Open Source Docs from Roblox internal teams
1 parent 5012ec9 commit 8a8f8f7

File tree

17 files changed

+97
-71
lines changed

17 files changed

+97
-71
lines changed
Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 2 additions & 2 deletions
Loading

content/en-us/cloud-services/data-stores/best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Best practices for data stores
3-
description: Guidelines that help you manage your data more efficiently.
3+
description: Guidelines that help you manage your data and data stores (DataStores) more efficiently.
44
---
55

66
Best practices are guidelines that help you manage your data more efficiently.

content/en-us/cloud-services/data-stores/data-stores-manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Data Stores Manager
3-
description:
3+
description: The Data Stores Manager helps you monitor your data stores (DataStores) on Creator Hub.
44
---
55

66
With the Data Stores Manager, you can browse and monitor your data stores, their key entries, and their storage usage directly on the Creator Hub.

content/en-us/cloud-services/data-stores/error-codes-and-limits.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Error codes and limits
3-
description: Error codes you might come across and limits you might hit when using data stores to store data.
2+
title: Data store error codes and limits
3+
description: Error codes you might encounter and limits you might hit when using data stores (DataStores) to store data.
44
---
55

66
Requests you make to data stores can fail due to poor connectivity or other issues. To handle errors and return messages with an error code, wrap data store functions in `Global.LuaGlobals.pcall()`.
@@ -327,7 +327,7 @@ Each queue has a limit of 30 requests. When the limit of a queue is reached, req
327327
<Tabs>
328328
<TabItem label="Server limits">
329329
Each server is allowed a certain number of data store requests based on the request type and number of users. Use `Class.DataStoreService:GetRequestBudgetForRequestType()|GetRequestBudgetForRequestType()` to confirm the number of data store requests that the current place can make.
330-
330+
331331
For each request type, the limit is shared among all listed functions.
332332

333333
<table>
@@ -422,7 +422,7 @@ Each experience is allowed a certain number of data store requests based on the
422422
</table>
423423

424424
<h5>Ordered data stores</h5>
425-
425+
426426
<table>
427427
<thead>
428428
<tr>

content/en-us/cloud-services/data-stores/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Data stores
3-
description: How to implement data stores to store persistent data.
3+
description: How to implement data stores (DataStores) to store persistent data.
44
comments: The Creator Hub links to some of the anchors on this page, so if you move any of the headers, the team might need to update the links.
55
---
66

content/en-us/cloud-services/data-stores/observability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Data store observability
3-
description: Explains how to use the observability dashboard for data stores.
3+
description: Explains how to use the observability dashboard for data stores (DataStores).
44
---
55

66
The data stores observability dashboard provides real-time charts on your request counts and on your usage against future data store limits, and allows you to filter the request data by standard or ordered data stores.

content/en-us/cloud-services/data-stores/versioning-listing-and-caching.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Versioning, listing, and caching
3-
description: How to manage data stores through versioning, listing, and caching.
2+
title: Data store versioning, listing, and caching
3+
description: How to manage data stores (DataStores) through versioning, listing, and caching.
44
---
55

66
Manage your data using versioning, listing, and caching.

content/en-us/production/earn-on-roblox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ We are seeing healthy growth across creators and studios of varying sizes. Since
4848

4949
<img src="../assets/monetization/earning/Monetization-Growth-CAGR.png" width="800" />
5050

51-
<figcaption><Typography variant="captionHeader" color="info">⑴</Typography> DAUs as of the quarter ended December&nbsp;31,&nbsp;2024.</figcaption>
51+
<figcaption><Typography variant="captionHeader" color="info">⑴</Typography> DAUs as of the quarter ended June&nbsp;30,&nbsp;2025.</figcaption>
5252
<figcaption><Typography variant="captionHeader" color="info">⑵</Typography> Payouts for the year ended December&nbsp;31,&nbsp;2024.</figcaption>
5353
<figcaption><Typography variant="captionHeader" color="info">⑶</Typography> Based on readily available public data for daily active users of virtual worlds.</figcaption>
5454
<figcaption><Typography variant="captionHeader" color="info">⑷</Typography> Measured based on Roblox's annual bookings, which measures total economic activity on our platform.</figcaption>

0 commit comments

Comments
 (0)