I'm trying to make a Breakout clone with randomized levels. I want the bricks, which are set up in a family, to spawn at the start of a layout. I'm trying to get between 35-150 bricks to spawn in a specific part of a grid when the layout starts. Is there a way to do this in this way or do I need to create a spawner sprite?