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
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
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.
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.
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.