DataStore2 between different places under the same game?

According to my forum research, DataStore allows this by simply calling for the data store (please correct me if I’m mistaken). Is this the same for DataStore2 and if so, do I simply use DataStore2(“x”, player) to call for the player’s value between places?

I’ve never really understood DataStore2 so I hope I get to learn something with this!

I Believe(don’t know if I’m right), Datastore2 is not made by Roblox but it’s a module made by a community member. There is only one way to save data on Roblox with its data store. But what Datastore2 does is optimizes saving, getting and storing data (basically a middle man between your values and the Roblox datastore) for higher success rate and reliability.

Short answer, yes it works.

1 Like

Oh, that’s awesome. Thank you!