Thanks it worked but how would i change this script so it ends AFTER i have been teleported. I also dont want it popping up every time i did only the first time! Thanks!
function Click()
script.Parent.Parent.Parent.Parent.Character.Torso.CFrame = CFrame.new(18.5, 1, 30.5)end
script.Parent.MouseButton1Down:connect(Click)
function onButtonClicked()
script.Parent.Parent.Parent:Remove()
end
script.Parent.MouseButton1Down:connect(onButtonClicked) |