ill try, hope it works
(111111111111111)
ill try, hope it works
(111111111111111)
I guarantee you that your output does not have anything that can expose your personal information
some of my notes appear… :\
(111111111)
i tried everything but for some reason your script isnt working
Could you send the code where you’re getting the errors? All you should need to do is Suffix(Number)
and it will return a string of the number formatted
It’d really help to have the errors as well, without them I don’t know what’s going wrong. You can just only blur your notes if they need to be private.
local Number = 1000000
local Formatted = Suffix(Number) -- you can't do math with this, its a string now
print(Number) -- prints "1M"
here ill send you my original script
(fun fact i can get it to say 1SX and 1SP etc. but only if i use “developer hax”)
did in bad graphics/filter on purpose lol… im very secretive
If I were you, I’d use SI units:
“K” is thousand.
“M” is million…
But:
“G” is 10**9
“T” is 10**12
“P” is 10**15
“E” is 10**18
“Z” is 10**21
“Y” is 10**24
New prefixes, as of 2022!
“R” is 10**27
“Q” is 10**30
After that (or before, if you want), use scientific notation. For example, the number 53 followed by 29 zeroes could be 5.3e30
.
I use this list, which goes up to about 10^12000
(Ever heard of a Trillinovenonagintanongentillion? haha)
thank you my original list went only till: Novenonagintanongentillion - NNA lol so thanks
Else just make the value “inf”, thats it lol
Please also consider localisation. A billion is either 10**9
or 10**12
, depending on where you’re from. I don’t want to see the world any more angloformed than it already is.
That’s why I recommend SI prefixes.
When is the last time I’ve heard of a 512 BB drive?
please read entire post:
he fixed the live data loss bug which i now no-longer have to worry about, the main problem im having is purely visual,
i dont know about you but i can read how many i have, but its ugly and non-player friendly.
You can additionally try to add (if you want) a rebirth option, which can solve solutions for people who spend their time reaching the top of the leaderboard…
i already have 5 reset layers in my game lol… if you want you can go HERE
to see more info about the testing server.
I’m hopefully releasing the testing server in 1/2 weeks
Instead of storing the currency value as a number, you will need to store it as a string
… buddy its already converted to a string
uhhhh… the mods just took down my solution for being off topic??? huh??? it was marked as the solution so im just going to put this as the solution, cuz this doesn’t need to be revived
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.