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

how do u make a button to teleport players to a diffrent game?

Asked by 8 years ago

just don't know how to teleport players

2 answers

Log in to vote
0
Answered by
ImfaoXD 158
8 years ago

Here is the link to the model if you want. You can also change the image and id too.

http://www.roblox.com/Teleport-to-another-Game-GUI-item?id=69929242

Ad
Log in to vote
0
Answered by 8 years ago

You may want to make a variable so your code is shorter down the track:

TS = game:GetService("TeleportService")

Then you can use TS:Teleport to teleport a player to a game.

There are more TeleportService functions: http://wiki.roblox.com/index.php?title=API:Class/TeleportService

Answer this question