Hello programmers form devforum roblox, i have a problem with the rank value number in leaderboard, it shows a decimal number (example 10.0001) instead of 10,
If you know what values you put on the leaderboards, then modify them by adding
“value_here = math.round(value_here)” where you replace “value_here” with your value.