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