Does dataStore save in studio move to the actual published game vice versa?

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?

I used OrderedDataStore specifically

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.

I already fixed this thanks anyway. I accidentally skipped a page in the first leaderboard page.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.