the title is kinda self-explanatory im trying to check a value below 0
i tried: if plr.Data.Karma.Value <= "-150" then (script) end it just... doesnt works also, it works with numbers above zero
if plr.Data.Karma.Value < 0 then --whatever you want goes here end