Script_CoditeGod

Tower of hecc tp to top ez

Jan 8th, 2021
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. local height = game.Workspace.tower.height.value
  2. local newPart = Instance.new("Part")
  3. newPart.Parent = game.Workspace
  4. newPart.Position = Vector3.new(-50, height, 0)
  5. newPart.Size = Vector3.new(5, 1, 5)
  6. newPart.Anchored = true
  7. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-50, height + 5, 0)
  8. wait(5)
  9. newPart:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment