Advertisement
JOSIMA3

Untitled

May 24th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.20 KB | None | 0 0
  1. while true do
  2.     for i, v in pairs(game.Workspace:GetDescendants()) do
  3.         if v.Name == "Coin" then
  4.             v.CFrame = game.Players.LocalPlayer.Character.Head.CFrame
  5.          end
  6.      end
  7.     end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement