Advertisement
Burkino

Untitled

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