Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local root = game:GetService("Players").LocalPlayer.Character:WaitForChild("HumanoidRootPart")
- local locations = {
- [1] = CFrame.new(-1153.02, 2442.70, -558.54),
- [2] = CFrame.new(-1137.48, 2464.70, -668.40),
- [3] = CFrame.new(-1005.48, 2414.70, -746.71),
- [4] = CFrame.new(-713.55, 2477.70, -783.40),
- [5] = CFrame.new(-143.31, 1777.70, 354.97)
- }
- for i,v in next, locations do
- root.CFrame = v
- wait(0.1)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement