About 1,360,000 results
Open links in new tab
  1. DataStore Not Working - Scripting Support - Developer Forum - Roblox

    Mar 21, 2020 · I am trying to make a datastore for a game I am making. I’m new to scripting and can’t get the data to save in the game. The game is published and I tested the datastore on the published game and it didn’t save my leaderstats.

  2. My datastore is not working and I have no idea why - Roblox

    Jan 20, 2025 · Most people suggest that you use BindToClose to fix this issue. However, I implemented that and It’s still not working. With the BindToClose, it runs the code but it does so after the player already left.

  3. How to use Datastore-Service correctly and fix dataloss - Roblox

    Mar 5, 2022 · In roblox studio, the game shuts down too fast for the server, making it unable to save the data. Luckily, there is an easy fix to this. Just add wait(3) to the game:BindToClose function.

  4. Datastore works in studios but not in game - Scripting Support ... - Roblox

    Mar 6, 2024 · I am learning about datastore, and for that I made a very basic and simple tool saving system, which saves the data by pressing a gui button, and well this system does not work in the game but it does in the studio, I think I have found the reason why but I …

  5. Data stores not working in roblox studio

    Jan 18, 2024 · in your bind to close, put a task.wait(maybe 2 seconds) AFTER the data save function is called. In roblox itself it doesn’t really matter but in roblox studio the game can close “too fast” and the data won’t be saved. DataStoreService doesn’t run instantly obviously

  6. Roblox Studio: Why isn't my values saving with datastore?

    Oct 19, 2023 · If so by default Roblox disables Studio access to DataStores, it is only recommended to disable this security feature if your game isn't live. If you wish to disable this you can do so in the Game Settings under the Home tab. Otherwise, you can test the game from the Roblox Player and all DataStores should operate as intended.

  7. 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. To synchronize and save the data, you can use DataStore:SetAsync() or DataStore:UpdateAsync(). To retrieve data, you’ll use DataStore:GetAsync(). Hold Up!

  8. Data store not working in game and studio - Roblox

    Dec 13, 2024 · Making the data of the user not getting saved. I have tried playing the game itself outside the studio but still it doesnt work. I have turned on API service on roblox studio and there is no error printing.

  9. Why Does Datastores Does Not Work? - Scripting Support - Roblox

    3 days ago · Hello, I’ve been making game and I came to 1 serious problem, The Database. No matter what i try, they don’t work: I’ve tried Youtube tutorials, I’ve tried free models, I’ve tried for myself and copied forum scripts too, but neither of those things worked. There’s no errors and I am 100% percent sure i got API services on. Is there something wrong with roblox’s servers or ...

  10. Data not saving - Scripting Support - Developer Forum - Roblox

    4 days ago · Hello, im making level system and i stuck with a problem that it just dont saving, im using profile store, and i really dont understand why some data are saving but level data is not saving: Code local Players = game:GetService("Players") local RunService = game:GetService("RunService") local Server = game:GetService("ServerScriptService") local ServerStorage = game:GetService("ServerStorage ...

Refresh