Hello, I am trying to create a tower jumping game and I am making platforms spawn randomly in the game. The problem is that I don't want to have too any platforms spawned at once, as such this will make the game very easy. Is there anyway I can control the number of platforms spawned randomly at a specific amount? Thanks.