I'm making a game with very high leveling capabilities and the lenth of the xp displayed is getting out of hand lol.
I was thinking of a way to code this, making an existing number display 100k, 1m, 1b, 1T, ect as you level
perhaps if xp is larger than 100,000 somehow take the 1st 3 numbers from xp and display that as 100k but im not sure how to go about that. any suggestions welcome, thank you!