How would I go about making a youtuber simulator?

Its been 5 minutes since I’ve been spam click the upload button lol still can’t reach the max Number value

And your not gonna most likely for hours. With number values you can get a lot over DuoDecillion

Well, time for 2 auto clickers

My custom proximity prompt broke :skull:

You still won’t, duo decillion is a crazy high number. And plus it goes a lot higher than DuoDecillion, I’m pretty sure I once read it goes to like 10^302 maxcap

Dang, I won’t need to worry about fixing players getting to the cap, this is awesome lol

Well, this isn’t a great fix though as it lacks precision for high numbers, you should really be using BigNum. Read some of this topic I made a while back:

I will read that when I have time but, I reached the max. I have inf subs now :smile:

1 Like

For anyone looking at this I will be posting what I need help with in my game (youtuber simulator) after this post!

1 Like

You are incorrect. Go check the developer hub before replying.

IntValue: (max is around 2.147 billion)

NumberValue: (max is around 9.007 quadrillion)

1 Like

I was able to get WAAAAY more than that

1 Like

Hmm, weird that is says that. I used to use IntValued in my SPTS game but I couldn’t get past 9.223 Quadrillion, when I switched to number value I can now get over DuoDecillion (idk what comes after that that’s why I say over)

Also test it your self. Use a number value and try to store like 5 quad in it

The max value on the dev hub page is probably outdated

1 Like

I think the max value written on the developer page thing is outdated

1 Like

Oh okay, thanks for the info.

2 Likes

You managed to go over the 32 bit integer limit? I think you are using numvalues, it would be physically impossible to go over the 32 integer limit while using 32 bits.

That is not IntValue. It’s Integer.

Yes i do know that Int stands for Integer but If you check the DevHub for IntValue it shows 9.22 quad is the max.
image

It’s been 2 months… Where did you find this post? (Just curious)

From your script executor plugin.

Oh, alright I guess. (character limit)

@domboss37 already told me about this, also it was 2 months ago. The information on the dev hub was outdated. Also read the Integer page again, at the bottom it’s referring to IntValues (but it was outdated information).