Hello. What is wrong with this?? And yes, I read all post of data store here. Of course I read many times roblox dev hub and 4 different 20min each videos of data store but I still with this problem. Sometimes data is not loading and “crashes” the entire server. All is going well, saving and loading many times with many players like nothing with no problems until something gone wrong and I don’t see any error. My game sooo simple, I just need to store your coins, your equipped gun and some gamepasses like x2Coins and x2Speed which simple booleans
I’m dumb? Any kind soul to help me? check this:
This is how I start:
Next try:
This is my last prototype and still not working sometimes.
I realised what happened with this. It seems that if you leave, your data in server storage dont dissapear instantly, It stays there for a while for “join back fastly”?? So u joined back and I will create you new values and getasyncs, but server still have the former data. What I’ve done is write at the bottom of PlayerRemoved after the setAsyncs, is a wait(1) and playerData:Destroy() and that fixit