I have made a Screen GUI with a Local script that teleports you when clicked.
function Click() script.Parent.Parent.Parent.Parent.Character.Torso.CFrame = CFrame.new(-10.4, 10.488, -71) end script.Parent.MouseButton1Down:connect(Click)