How can i send string to place when teleporting players?

I am doing a system when players will be teleported a basic string with color will come with them to a place.

If you look through TeleportService’s methods there is this one for sending it:
TeleportService | Roblox Creator Documentation at Teleport Data
And this one for receiving it:
TeleportService | Roblox Creator Documentation


Although the above method is not secure as exploiters can spoof it, you can save the data you want with a DataStore and retrieve it from a different place.

1 Like