|
| 18 May 2016 06:24 AM |
Ok, so heres the script:
repeat wait() until game.Players.LocalPlayer and game.Players.LocalPlayer.Character
local plr = game.Players.LocalPlayer local Position = plr.Character:WaitForChild("Torso")
script.Parent.MouseButton1Down:connect(function(Teleport) Position.CFrame = CFrame.new(Vector3.new(80.269, 13.49, -81.899)) end)
Heres the error:
When I reset my character it show's the gui but when i click it it does not teleport me (It works fine before I reset) |
|
|
| Report Abuse |
|
xshot23
|
  |
| Joined: 17 Oct 2014 |
| Total Posts: 4873 |
|
| |
|
| 18 May 2016 06:40 AM |
| when i reset in the output it show's a long link, then when i click the button after i reset, it wont work |
|
|
| Report Abuse |
|