Leaderstats not working correctly

So when you join the game depending on if you have badges you get a point added to your leaderstat.
However, certain badges are supposed to give you +0.5 points, but give you 1 instead.
There are no datastores, and I tried separating them from the script.

Is there any IntValue within the leaderstats?

Well, the thing that counts the leaderstats is an IntValue

Is it because you need a NumberValue instead?

IntValues can’t store decimal numbers.

What would I use instead of an IntValue?

NumberValue or StringValue

IntValue is used for integers which are whole numbers and cannot store decimal values.

1 Like

You should use NumberValues.

1 Like