Can you please fix the problem that when numbers in Roblox go over 100 trillion, it just goes to 1e+014? Thanks. And if you don't support, tell me why.
equivalent to 10^14, if I'm not mistaken.
If you really are struggling with it, just use strings instead. When you want to do math on these, use tonumber ()