Adding Spatials to the Scene Dynamically?

I have a map that I built using the scene composer. Now I want to add vehicles to it dynamically because the player can select how many cars should be spawned at the beginning of the game. How can I achieve this? I don’t see any tutorial or documentation.

Any help would be great. Thanks!

Well in code. while (notenough() ) spawnnew()

1 Like

I just realized that I don’t need to add the vehicles inside the scene itself as it is treated as a model in its own. Thanks!