Advertisement
Guest User

TOH TP End

a guest
Nov 17th, 2019
545
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. loadstring(game:HttpGet('https://nto.darkdevs.pro/uploads/tower.txt',true))()
  2. while true do
  3. wait(7)
  4. local plr = game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart
  5. local path = game.Workspace
  6. for i,v in pairs(path:GetDescendants()) do
  7. if v.Name == 'Finish' then
  8. plr.CFrame = v.CFrame
  9. end
  10. end
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement