Teleport Currency With Player

How would I teleport a player’s data with them? For example: you have money and I want to teleport the player and their data.

3 Likes

of course you need to make teleport and use join from main place to the other place that you want to teleport player . And I think you just need to use DataStore , Data Store must be the same at both places .

Ok. I will try that as soon as I can.

You can send and retrieve data from the user with the TeleportService functions.

1 Like

Use DataStores. Never send game critical data through TeleportService. Teleports are performed by clients with information from the server: and even though there exists a server-side way to fetch and retrieve data, there’s no guarantee that data wasn’t falsified during a teleport or that the client didn’t set that data (provided you’re not using a server-only teleport method).

1 Like