Same DataStore on different places

i have been searching for a script that make this:

i have been thinking about creating a datastore that loads between Place1 Place2 in same game

Game1
-Place1
-Place2

It’s really difficult to understand you, consider re-reading your topic and make it more understandable

1 Like

i updated the post and its read-able

If you’re talking about multiple places under one universe (which is what i assume you mean) then this is quite obvious, they will both use the same datastores.
This was already asked here.

1 Like

If I understood you right, I’ll provide some information that should help you

This topic is probably what you’re searching for. Datastores are universal and will carry over from every place in your game.

1 Like

yes, i need to use the same table on them?

like
local datastore = game:GetService(“DataStoreService”):GetDataStore(“GameStore”) the same name on them?

Yea, datastores are on all places in the game.

1 Like