I want to make a firing system in my game. I have a launcher and I want to create an object in front of it every 5 seconds and make the object fall downwards. How can I do it?
Develop games in your browser. Powerful, performant & highly capable.
Good evening, abdullah3254!
You may want to create an object and set it as bullet behavior, then spawn it in your launcher object. There are plenty of examples teaching how to use bullet behavior, take a look at them.