Hello There How i can fix a value going to negative just a script prevents the number going to negative value just to prevent to appear as minus in the leaderboard
Finnaly Fixed it myself all i have to do is this
players = game.Workspace while true do if players.Value.Value < 0 then players.Value.Value = 0 end wait() end