Hi,
I'm having real trouble getting the "CarSpawn" function in this game to work. The function operates properly on start of layout but after the first car object has been destroyed, it doesn't spawn another object. I've found on the few occasions it does spawn another object, the bullet angle is always 0 instead of 180. Any advice would be really appreciated.
https://drive.google.com/file/d/1J6hpW7r671qRxkuIBpQf9_Snx0IaE94_/view?usp=sharing
Add a short wait before you set bullet enabled in that function. Also you can't just set position of that thing? you must destroy and create a new one each time?
Develop games in your browser. Powerful, performant & highly capable.
Thank lionz, it's working now.