Rounding 1,000,000,000 to 1B+ and so forth?

Is there an easy way to do this? If not, how would I approach it anyway?

Take a look at the shorten function here. It works very well.

2 Likes

I have that in a module script I’m requiring. Thanks for that. But how do I actually get that shorten function now?

Nevermind, I used DealWithPoints. Thanks for that!

what do you mean by “DealWithPoints”

That’s one of the functions of berezaa’s module.

He should have just exposed the shorten function directly or even copied it and not bothered with the rest of the module, but whatever works for him. :man_shrugging:t2: