
Roblox- how to store large arrays in roblox datastores
Sep 24, 2018 · If Roblox has a programming language you used to make in-game objects, you should show the relevant parts as an minimal reproducible example. The idea is you tell us what you want to …
Roblox Studio: Why isn't my values saving with datastore?
Oct 19, 2023 · Are you running the game in Studio? 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 …
roblox - Datastore player's data in different order than setasync ...
Mar 6, 2025 · Datastore player's data in different order than setasync Asked 9 months ago Modified 9 months ago Viewed 80 times
Roblox Studio: DataStore request was added to queue. Error
Nov 7, 2022 · See the docs for DataStores. In the Limits section, there's this note : There are also limits applied to the data store model. If an experience exceeds these limits, the service automatically …
Roblox Studio-DataStore request was added to queue
Nov 13, 2022 · I am making Race clicker game And this is my script of my code and I am keep getting the error, "DataStore request was added to queue. If request queue fills, further requests will …
datastore - Roblox: BindToClose works, PlayerRemoving does not
Nov 16, 2020 · 0 I am trying to store CFrame X, Y, and Z data into DataStore so that the player can start off where they left off. I am testing by trying to save hardcoded values. The loading of data using …
lua - EXP DATASTORE SCRIPT ROBLOX - Stack Overflow
May 21, 2023 · EXP DATASTORE SCRIPT ROBLOX Asked 2 years, 6 months ago Modified 2 years, 6 months ago Viewed 259 times
Roblox DataStore wont save or even remember my UserId
Sep 7, 2021 · Roblox DataStore wont save or even remember my UserId Asked 4 years, 3 months ago Modified 4 years, 2 months ago Viewed 696 times
roblox - Datastore:ListKeysAssync () Is giving errors and not looping ...
Apr 26, 2025 · Datastore:ListKeysAssync () Is giving errors and not looping through the datastore Asked 7 months ago Modified 6 months ago Viewed 79 times
ROBLOX LUAu | Get all keys and values in a DataStore
Jul 28, 2021 · You can have a regular DataStore with all your player data. But that doesn't allow you to figure out which players are in your game. If you add a 2nd OrderedDataStore (which only accepts …