Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- _G.Enabled = true
- while _G.Enabled == true do
- local character = game.Players.LocalPlayer.Character
- local humroot = character:FindFirstChild("HumanoidRootPart")
- if humroot then
- humroot.CFrame = CFrame.new(7, 21, 0)
- task.wait()
- humroot.CFrame = workspace.Main.Place.CFrame + Vector3.new(0,5,0)
- end
- task.wait()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement