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

How do you transfer data from one game to another?

Asked by
RedCombee 585 Moderation Voter
10 years ago

I want to make a 1-player game and another game where the players can meet together and battle with each other. In order to do that, I need to retrieve the players' stats from the 1-player game. How would I do that?

1 answer

Log in to vote
1
Answered by
User#2 0
10 years ago

This can be done with the use of Games/Universes and DataStore.

Within a Game (Universe) there can be multiple places, which all share the same data stores. That means you can grab the stats from the 1-player place in your multiplayer place, and vice versa.

Ad

Answer this question