How to use the module:
You can either download the module
or require(6055441479)
Abbreviation
local module = require(id or module)
local a = module.Simplify(number, decimal places)
print(a) --Would print abbreviated number
--Example
print(module.Simplify(24686, 2) --Prints 24.68K
print(module.Simplify(24686) --Prints 24.6K