Im making a game and if somewone touches the TextButton It will teleport them to a part how can i do this?
MouseButton1Down, game.Players.LocalPlayer, MoveTo(), etc.
script.Parent.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character:MoveTo(workspace.Part.Position) --change workspace.Part to whatever part you want them to teleport to end)