How do I transfer data between places with Datastore2?

Hello! I am making a game that has different places in them and each of those places must show the data of the player. Stuff like leaderstats and a few values. How would I transfer data from one place to another place while using datastore2? Please do explain whatever you can thoroughly as I am difficult to teach.

I think this depends how you set your game up.

A game is made up of one or multiple places. By nature, Datastores are global to a game and all of its places. But Datastores are not global between two different games. You shouldn’t have to do extra work to globalize data between a game and its places. I do not think it’s possible also to use the same datastore between two different roblox games.

Here is what the dev article has to say:

1 Like

The thing is I am using datastore2

Datastore2 uses Datastore though. So the nature of the data storage should be the same. Unless you are seeing some problems?

1 Like