Spawning items help

Why does this script stop spawning collectables after a while?

1 Like

Your script stops spawning collectibles after it reaches 200 collectibles, could that be why?

1 Like

Probably. do i change it to caprate 10,000 or something?

Shouldn’t your script spawn more once they get collected? (Since it’s a while loop) If it does I assume that’s a normal behavior since you don’t want too many of them spawning in your game and that’s the whole point of having a cap set.