Advertisement
probanana

Raise Kenny Collect Money script

Mar 26th, 2023
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. while task.wait() do
  2. for _,v in pairs(game:GetService("Workspace").Effects:GetChildren()) do
  3. if v.Name == "Money" then
  4. firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v, 1)
  5. wait()
  6. firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v, 0)
  7. end
  8. end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement