game:GetService("Players").LocalPlayer.PlayerGui.hud.safezone.StatChangeList:Destroy() game:GetService("Players").LocalPlayer.PlayerGui.hud.safezone.announcements:Destroy() game:GetService('RunService').Stepped:Connect(function() for i = 1, 50 do game:GetService("ReplicatedStorage").packages.Net["RE/DailyReward/Claim"]:FireServer() end end) -- execute the bottom if you do not want coin sounds while task.wait() do for i,v in pairs(game:GetService("Players").LocalPlayer.PlayerGui.hud.safezone.coins:GetChildren()) do if v:IsA("Sound") then v.Volume = 0 end end end