Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. hile true do
  2. for i, c in pairs(game.Workspace:GetChildren()) do
  3. if c.Name == "specialdiamond" then game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(c.Position)
  4. wait()
  5. end
  6. end
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement