How would i go about migrating data stores

Hi there i was wondering how is it possible to migrate data stores to another data store.

I am doing this because i have multiple data stores and want to reduce them into 1 single data store with no data loss in the most efficient way possible

just bumping this post (ignore)

Check if the player has the new DataStore, if they don’t, check for the old ones and load them into the game. Optionally, you can delete the old DataStore keys, but you really don’t need to as there’s no limit to the amount of keys. Then just save the data to the new key when the player leaves the game.

1 Like