Today I have been getting a ton of messages from players about their data being lost in my game.
I went to check and it seems that all data in the DataStore has been wiped! It’s not like we can’t access the DataStore anymore, it’s just that the data has been wiped completely!
Was this intentional and can the data be retrieved?
I had to remove my place from my active places to prevent rage
edit: The messages first started coming in about data loss at 4:52pm EST if that helps
This. Roblox doesn’t exactly have a record of making 100% working features on the initial release. I would recommend waiting at least a week after it’s released for everyone before making your game rely on it.
[quote] Either way - DP isn’t reliable at all, and I haven’t messed with DataStore
but my web server is reliable [/quote]
I agree; DataStore isn’t reliable even if it does work as intended. You can very, very easily Get outdated data, and that’s especially problematic if you’re storing player data there. I get that Roblox needs to cache the data store to decrease the weight, but it simply isn’t a good system if you want to have a game with a reliable data center.
Yeah I lost hours of work and the third spot on Winter Karts.
Good thing I didn’t use any datastore for my games, but wonder how roblox will get themself out of this mess.