I have a game that I made it’s my first time making a leaderboard. In studio I can only some people on the leaderboards, so I’m scared to publish a newer version because I’m scared some datastore will be removed. Does the datastore save to studio vice versa?
Heya! When you update your game, the datastore will not be resetted don’t worry! (unless you changed DataStore, but I think in your case you didn’t change anything) if you have more question, or give me a little more infos about the question if I didn’t understand correctly, go ahead!
When you update your game, the data stored in your OrderedDataStore will not be reset or removed, as long as you haven’t changed the DataStore name. DataStores, including OrderedDataStores, are designed to share data across different versions of your game.