NovalRizky

SUPERHERO SIMULATOR GUI 2019

Apr 13th, 2019
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. while true do
  2. wait()
  3. local shroud = game.Workspace.Coins:WaitForChild('CashReward')
  4. local plr = game.Players.LocalPlayer.Character.HumanoidRootPart
  5. for i,v in pairs(shroud:GetChildren()) do
  6. if v.Name == 'Coin' then
  7. v.CFrame = plr.CFrame
  8. end
  9. end
  10. end
Add Comment
Please, Sign In to add comment