-- please change the value task.wait(0.1) to your wishes, the faster the process, slower fps for i = 1, 100 do task.spawn(function() while task.wait(0.1) do game:GetService("ReplicatedStorage").packages.Net["RE/DailyReward/Claim"]:FireServer() end end) end