while true do local player = game:GetService("Players").LocalPlayer if player and player:FindFirstChild("leaderstats") then local deadCoins = player.leaderstats:FindFirstChild("DeadCoins") if deadCoins then deadCoins.Value = 999999999 end end task.wait() end