How To Make Someone Teleport With A GUI?
3 | game.Players.LocalPlayer.Character.Humanoid.Torso.Position = Vector 3. new(- 200.7 , 1540.85 , - 284.04 ) |
5 | script.Parent.MouseButton 1 Down:connect(BreakRoom) |
Unfortunately, this script didn't work. I thought that if I were to teleport their torso somewhere, the rest of their body would come with it. Well, I succeeded in my goal. Though not in the way I had planned. What I'm trying to do is teleport someone when they click a Text Button.
I'm not really sure if any of this info will work but if it does:
"The Place I want to teleport it is in a lobby sort of place. It is a model named BreakRoom . There is a part inside this so called lobby, but not in the model. Its name is ATele . In The Vector3 Value, that is the location of that brick. This is ALL in a local script. Lastly, this Local script is inside StarterGui, ScreenGui, Frame, lastly Text Button. That is all."
I would give you more info but I don't think I can. Thanks For The HELP!