i recently got this really weird glitch or i think is a glitch, and it’s like if i put my leaderstats cash value to a really high number it would go to this number(I’m using IntValues): 9223372036854775807 and it won’t go up anymore
You cannot store more than that value because it’s the maximum value for a 64 bit int Instead if you want to use large numbers you can use stringvalue instead of intvalue or split large numbers into multiple intvalues , this isn’t a glitch but a limitation of the data type being used
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.