Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to save data across places?

Asked by 5 years ago

I KNOW IT POSSIBLE, Notoriety has it, you get teleported to another place (the heist) and the money adds and saves to main menu somehow... Please explain HOW this is possible and how i can do it, thanks :)

0
when you use :GetDataStore('something') and link other games to your main starter place, that 'something' can be used to get data from all your other games linked to your main starter place. greatneil80 2647 — 5y
0
what do you mean? do i put the asset id of that place or game in those () ? CommanderCaubunsia 126 — 5y
0
In Studio, go to the Game Explorer and then to Places and then right click and the add a new place, the data store will stay consistent between the places SerpentineKing 3885 — 5y
0
OH i get it ok CommanderCaubunsia 126 — 5y
View all comments (3 more)
0
it didnt work CommanderCaubunsia 126 — 5y
0
To get the Data, just use GetAsync() from any place within the SAME game, so if I have multiple places and they are all from different games they cannot use the same DataStore, also,(I could be wrong) I believe each time you join a new place you have to use the :GetAsync() again SerpentineKing 3885 — 5y
0
oh ok thx :) CommanderCaubunsia 126 — 5y

Answer this question