// just a simple remote spammer haha while true do wait(0) local args = { [1] = { ["amount"] = 1 } } game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("SeedCollect"):FireServer(unpack(args)) end