About 22,500 results
Open links in new tab
  1. DataStores - Beginners to Advanced - Community Tutorials - Roblox

    Jun 6, 2021 · Hey! This tutorial will teach you about regular DataStores (I won’t include OrderedDataStores, but they are pretty similar). DataStore Version 2.0 won’t be included in this tutorial either. Over the course of this, we will script a DataStore (that will hopefully be safe). Important: This won’t be as safe as DataStore2 or ProfileService This won’t be as safe as DataStore2 or ...

  2. Datastore Tutorial for Beginners - Community Tutorials - Roblox

    Aug 21, 2020 · I’ve created a tutorial for new people regarding the datastore and how to save multiple/singular data. In this tutorial I’m gonna try my best to explain every single line assuming that you’re really new to coding, but if you already know some basic stuff, it will be easier to read. For any improvements for this topic/thread please comment down below so I can improve it and make it better ...

  3. How can I make a datastore for my leaderstats? - Roblox

    Jun 18, 2021 · Hello, I want to make a datastore for my leaderstats. I found a tutorial to create datastore by entering the player’s userId, but I thought that I would have to enter every player’s data. I want to create a datastore script that saves automatically, and for all the people who join my game. I would like some examples of the code. Thank you!

  4. Making Secure and Safe Datastores - Scripting Support - Roblox

    Jul 16, 2020 · There are lots of caveats when making your own DataStore module - so many, in fact, that some of them are not even documented on the official Roblox API (And you certainly won’t have strangers on the forums list the entirety of them for you ). I highly advise you to at the very least explore modules that were created by the community to get ...

  5. How do I add a datastore to my leaderboard? - Roblox

    Jul 24, 2023 · Simple enough, I was wondering how I would be able to add a datastore to my leaderboard, so once they join the game it loads their previous data, and if they left it saves the data. That’s all! (simply, if they left with 5 smacks they rejoin with 5 smacks instead of 0) Heres my current script: local Players = game:GetService("Players") local DataStore = game:GetService("DataStoreService ...

  6. How Would I Possibly Make a Global Datastore System ... - Roblox

    Jul 27, 2020 · What I mean by a Global Datastore system is when someone saves their progress in my game, I want to be able to make it so if I make a new GAME, (not place, which is connected to a main game in their universe), their data would also be in that other game. For example, if someone plays my GAME and saves his progress, and he decides to go to my alt account to play that version of the GAME, (not ...

  7. Saving money (datastore) - Scripting Support - Developer Forum

    Dec 19, 2022 · Make sure that you have correctly enabled DataStores in your game settings. To do this, go to the Game Settings page in the Roblox Studio, click the “Advanced” tab, and make sure that the “Allow Data Stores” option is checked. Check that you are properly saving and loading the money value.

  8. Do DataStores carry over between different places within a

    Oct 31, 2018 · You might want to use the Roblox wiki search function before posting. Data stores are shared per game , so any place in a game, including places in different servers, can access and change the same data.

  9. ProfileStore - Save your player data easy (DataStore Module

    Oct 11, 2024 · “ProfileStore” by loleris (Successor module to ProfileService) [GitHub repo] ProfileStore is a Roblox DataStore wrapper that streamlines auto-saving, session locking and a few other features for the game developer. ProfileStore’s source code runs on a single ModuleScript. Read documentation here: ProfileStore wiki (Click me) Get the module here: Roblox library (Click me) Tutorials on ...

  10. How Do I Make A DataStore For This Leaderstats Script - Roblox

    Mar 2, 2022 · I would change the game.BindToClose() function to 3 seconds instead of 10. 10 is a little too long.

Refresh