SNAKERBLX

Untitled

Apr 28th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. while wait(.25) do
  2. for _, v in pairs(workspace.Misc.Coins:GetChildren()) do
  3. for _, q in pairs (v:GetChildren()) do
  4. q.CFrame = CFrame.new(workspace[game:GetService("Players").LocalPlayer.Name].Torso.Position)
  5. end
  6. end
  7. end
Add Comment
Please, Sign In to add comment