Saving Datas between places?

HOW CAN I SAVE DATA BETWEEN PLACES?

Hello, firstly forgive my English. I have a game with 5 places. When you join the game, there is a GUI with buttons that teleports users between places. Like massive maps for the game. And I want to save the data of the players(Cash, XP, etc.). Also, I have a datastore save system but it’s confusing in a lot of places. Can someone help me?

Thanks for reading my topic. :+1:

If the places are under the same game you should still be able to use the same stores to get the data. If the issue is that you don’t understand your current system, stop using it and make your own.

If this isn’t a viable option for you then you can try sending the data with the player and save it separately.

1 Like

I didn’t know I can use same datastore between places. Thanks for the information! :smiley: