Hello, recently I have been working on a simulator but I have a big problem Int values dont go over 9QT and all simulators have like 100 DC. How do they do that?
I have tried searching up for this on the dev forum and I found this:
But I don’t know how to use this for datastores and leaderstats.
Thank you!
String values have a very high text count limit, up to more then uncentillions. So just save your numbers in ds like this:
“675467384679836709795498397 very long number”
then, when you need to do math, do tonumber(stringvalue.Value)