Is it possible to save stats from one place to another?

In my game I am trying to figure out a way to award Coins and have the leaderboard stats save from the starting place to another place, but I am not sure how to do this. Let’s use Tower Defense Simulator for an example, once you finish a round and get teleported back to the starting place your stats have been updated with the corresponding coins that you have earned.

I have been trying to think of how to accomplish this but have no idea where to start. I hope this made some sense, if not feel free to ask me to clarify.

Any help is appreciated, thanks

See: Introduction to Saving Data and Data Stores.

1 Like

i believe roblox has a function where you can teleport data

Datastores are shared between places in an experience, so if you’re teleporting within your own experience either side can fetch/update the same data from datastores.