How to do so 2 places can access the same datastore

so i cant figure out on how to make so a place can access the same datastore as the other place even tho it is placed a a child to the starter place. i used the same load script for both but the values only loads .in the starter place. I did change to GetAsync() but still it doesnt work. anybody have any ideas?

1 Like

if you get the same datastore in a script, it should detect that its the same datastore from the other place

1 Like

like the load script is basically copy pasted with no change between the 2 games. smt more ineed to do or so?

As long as your 2 places are under the same experience they should work, either it’s a different experience or theres some data saving error in your code

1 Like

i have a game in which i had to also get data from another place, all i did was just copy the same script from the other that handled the data.

1 Like

ye guys i solved the problem the problem was with how the values were loaded since the other place didnt have the varibals. thank you so much for all the replies!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.