I'm trying to spawn a bullet object every 20 seconds when the players score reaches 5000 or above.
I've tried system 5000 = > wait 20 create object but it will continuously create the object. I want to create the object only once.
Any help would be appreciated.