Epic quote from someone on a different thread that answers why not.
'2,147,483,647 is the *LARGEST* number any *SINGLE* long 32 bit signed integer can hold. Anything larger and the string will glitch and turn it into the maximum negative number (-2,147,483,648). There is no getting around this unless ROBLOX uses int64, which because it has "64" in its name, I'd assume that means it requires the program to be 64 bit; which your OS needs to be 64; which means your CPU needs to be 64 bit; which means you need a new computer - or they can use unsigned strings which would then lose support for negative numbers but go up to positive 9 billion.'
AKA, some people will lost the abillity to play roblox if it was 64bit. |