About 517,000 results
Open links in new tab
  1. Data stores | Documentation - Roblox Creator Hub

    To access a data store inside an experience: Use the GetDataStore () function and specify the name of the data store you want to use. If the data store doesn't exist, Studio creates one …

  2. DataStores Access and Storage Updates - Roblox

    Apr 7, 2025 · You can visit Data Stores Manager to check your current storage usage by navigating to your experience and clicking on the Data Stores Manager tab on the left navigation.

  3. DataStores - Beginners to Advanced - Community Tutorials - Roblox

    Jun 13, 2021 · DataStores are “containers” that you can store data in. They are shared per game, so different places can access and change the same data. You can imagine them as dictionaries.

  4. How To Use, Utilize, and Succeed with DataStores - Roblox

    Nov 12, 2023 · First, you need to know what a data store is. A data store in Roblox is a holder that contains data. It can only save digits and is connected to your account through your user ID. …

  5. Usage guide for data stores | Documentation - Roblox

    In addition to accessing data stores using the Engine API (DataStoreService) in Studio or live servers, you can use the Open Cloud APIs to access and utilize standard and ordered data …

  6. DataStoreService | Documentation - Roblox Creator Hub

    DataStoreService exposes methods for getting GlobalDataStore and OrderedDataStore objects. Data stores can only be accessed by game servers, so you can only use DataStoreService …

  7. Data stores vs memory stores | Documentation - Roblox Creator …

    To store data, you can use data stores with the DataStoreService or memory stores with the MemoryStoreService. Alternatively, you can also use Luau types and variables to store data in …

  8. Understanding datastores and creating a datastore effectively ... - Roblox

    May 6, 2024 · Minimize the number of data stores in an experience and put related data in each data store. This approach allows you to configure each data store individually (versioning and …

  9. Launching Data Stores Manager on Creator Hub - Roblox

    [Update] April 11, 2025 Hi Creators, We are excited to announce the release of a Data Stores Manager on Creator Hub. This is a new page on Creator Hub that allows experience owners …

  10. How to use DataStore2 - Data Store caching and data loss ... - Roblox

    Jul 24, 2018 · DataStore2 is an open source module that uses berezaa’s method of saving data that prevents data loss, caches, and verifies data before saving. DataStore2 has been used in …

  11. Some results have been removed
Refresh