Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Does anyone know how to send variables across places?

Asked by 6 years ago

I wanna be able to send variables while teleporting the player. Is anything possible?

1 answer

Log in to vote
0
Answered by 6 years ago

http://wiki.roblox.com/index.php?title=API:Class/TeleportService/Teleport

The above function of TeleportService has a parameter named teleportData, here you can put strings, tables, numbers, etc...

You can then use: http://wiki.roblox.com/index.phptitle=API:Class/TeleportService/LocalPlayerArrivedFromTeleport

to get the data.

Ad

Answer this question