Made this for an upcoming project on the main account and figured I'd post it here. It'll take any number and crunch it to a shorter value. If it's less than 1,000, it'll leave it alone, past that it'll output a 6-character output formatted as "x.xxxK" for example. The decimal will automatically move to keep a few digits before or behind it. It supports up to 10^27 abbreviations (which exceeds the values at which scratch will start replacing the number with scientific notation, so you'll be fine). #all #tutorial