How do I do that? I want to hold left click on the mouse and fire a bullet, like lets say every 0.5 secs?
What I am having right now is that:
Condition : Mouse -> Left button is down
Action: Player -> Spawn Bullet
This will create the bullet every tick, thus a lot of bullets in one second. But I want to spawn the bullet only every 0.5sec.
Thanks in advance.