Hi, i’m thinking to create something using GetOrderedDataStore to manage an Ranking points system for players, I would like to know how can I access the same GetOrderedDataStore i created in a Game place in a totally separate Game place
I think it isn’t possible unless the places are under the same universe, or you use a third party datastore.
1 Like
Oh so they have to be under the same universe?
Yes. @NyrionDev is correct. The places must be under the same game to share a DataStore. Otherwise, as @NyrionDev also correctly pointed out, you must use some external source to save your data.
1 Like