hyperBlue
(hyperBlue)
June 26, 2018, 4:34am
#1
Here are the errors. I’m using this PlayerDataStore module: PlayerDataStore Module - Roblox
I use :Save() to save data, and :Get() to get data. Not sure if I’m supposed to be doing other things. My game is currently down right now because of this error. It just started happening randomly. Did I reach the data store limit?
mothmage
(moth)
June 26, 2018, 4:36am
#2
This is a known bug and is being looked into:
Thank you for the report. Our engineering team is actively investigating this issue and we’ll follow up soon with more information.
hyperBlue
(hyperBlue)
June 26, 2018, 4:36am
#3
Thank you! Sorry for not looking around. Was just panicking.
You aren’t using Pcall right?
You should always warp DataStore stuff with a Pcall so it does not stop the script execution.
X_Z
(X_Z)
June 26, 2018, 5:25am
#5
Make sure to use pcall.
Your datastores may take a while to load atm(datastores are down/being slow).
But it’ll keep your player data from going wrong in rare moments like these where it can be harmful to the player
I’m having this issue myself
Luckily I have a system in place that doesn’t save your data unless it has loaded in. The player’s data will be safe, but it will get annoying when you’re stuck on the loading screen.
Also I have a console warn whenever it fails to get data
[aata]
This loading screen won’t go away until your data loads
[aatag]
Edit: Finally it loaded, but it took ages of pcall retries
[afa]