--BROUGHT TO YOU BY RobloxScripter.com!--
while task.wait() do
for _,v in pairs(game:GetService("Workspace").Effects:GetChildren()) do
if v.Name == "Money" then
firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v, 1)
wait()
firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v, 0)
end
end
end