I have made a Screen GUI with a Local script that teleports you when clicked.
1 | function Click() |
2 | script.Parent.Parent.Parent.Parent.Character.Torso.CFrame = CFrame.new(- 10.4 , 10.488 , - 71 ) |
3 | end |
4 |
5 | script.Parent.MouseButton 1 Down:connect(Click) |