pastebinxx

Untitled

Sep 5th, 2024
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. while wait() do
  2.  
  3.  
  4. local function getMoneyAroundMe()
  5. for i, money in ipairs(game.Workspace.Ignored.Drop:GetChildren()) do
  6. if money.Name == "MoneyDrop" and (money.Position - game.Players.LocalPlayer.Character.HumanoidRootPart.Position).magnitude <= 20 then
  7. fireclickdetector(money.ClickDetector)
  8. end
  9. end
  10. end
  11.  
  12. getMoneyAroundMe()
  13. end
Add Comment
Please, Sign In to add comment