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

TeleportService not working correctly?

Asked by 9 years ago

I have this script to get rid of the teleport UI. Any idea how to do it? This script isn't working. Also how would I make it so it loads a custom Gui instead of that?

script.Parent.MouseButton1Down:connect(function()
    teleport = game:GetService('TeleportService'):Teleport(168448766)
    teleport.CustomizedTeleportUI = true
end)
0
Is this in a Server Script or a LocalScript? AwsomeSpongebob 350 — 9y

1 answer

Log in to vote
0
Answered by 9 years ago

Scratch that go to here: http://wiki.roblox.com/index.php?title=TeleportService It is probably the best reference.

0
I've been using that, but it doesn't say much about the CustomizedTeleportUI CardboardRocks 215 — 9y
Ad

Answer this question