As you can see there is a problem with rounding of the followers count, it rounds up rather than down. 5K goal was never actually achieved.
3 Likes
I think if the second number is 5 or higher it goes to the higher number. And 4 or below it goes to the lower one.
Good job getting 5k followers on Roblox
I don’t think think this a bug. The script uses math.round()
instead of math.floor()
for simplifying numbers.
It shows incorrect stats, it should be 4.9K in this case
This is an issue for every stat abbreviation, and for website users it shows correctly, but not on mobile, which makes people believe a milestone was hit and celebrate early (and for when developers make milestone updates like adding a promo-code, it will upset people)
1 Like
Thanks lol! I just wish it’d show 5K when I actually have 5k
Yeah, that’s the issue. You can’t display 5K when you don’t have 5K even if you’re close to it.