TheNadie

superhero simulator infinite money

Apr 13th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. local plr = game.Players.LocalPlayer.Character.HumanoidRootPart
  2. for i, v in pairs(workspace.Coins:GetChildren()) do
  3. if v.Name == "CashReward" then
  4. v.Coin.CFrame = plr.CFrame
  5. end
  6. end
Add Comment
Please, Sign In to add comment