I want to make a car driver game but it would take too long to make all the scenes. I was wondering if there is a way to have it auto-generate scenes with copied code.
You need to add the objects to your list of objects, and then in the events, at the beginning of the scene, create your objects where you need them, the way you need them, as many times as you need them.
If you want to fully generate your levels, there’s a recent post about that on the forum, by @erdo I think, look for it, but be ready for complex stuff.