I am creating a game where a bunch of cars drive around a set path. Every 30 seconds, more cars spawn in, the goal of the game is for the player to survive as long as possible without crashing into a car.
I trying to make it so that every 30 seconds, a new car spawns in at each of the original car's starting positions, but I can't figure out how to do it.
Can anyone help?