Hello! I’m making a clicking game and I made a clicking system and an upgrade system but I ran into a problem.
The issue is that there is a limit on IntValues and in my game you will be able to go much higher than the limit
I tried using StringValues for no number limit it works but adding/subtracting values together doesn’t work I also tried searching the forum but I found nothing useful. I then tried BigNum but it causes too much lag when pressing the button.
May I ask, what’s the limit you need and do you need to lose precision? Can you explain further how using StringValues doesn’t work?
You can use NumberValue for this; I can’t think of any reason to use IntValues.
Thanks for reminding me, I forgot to say that I’m trying to add values together and subtract values then I thought that using StringValues would go past the limit yes it does but I can’t add values or subtract them and even using number values at one point players will be able to pass it.
Edit: I edited the post with those information if anyone was wondering.