A question about places

hello im making a game with a lot of places and i was wondering about this:

For example i went from the lobby to placeA and i have won the game and got 300 coins

My question is how do i track the 300 coins since they are different games?

If so, please link me to the article or YouTube video, thank you

If they are places within the same universe/game, no problem, the roblox data store works per game, otherwise you should look for other methods such as external bases, bots that send information from one game to another, etc.

1 Like

You could use DataStores (which work between places). Try saving the coin value in one place and loading it when the player enters a different place.

Thank you very much for the help

1 Like