Reduce allowed bullets

At the minute the game I am developing is way too easy with my character shooting bullets like there’s no tomorrow but I would like to reduce the amount of bullets she can shoot say per second.

I do want the character to have unlimited ammo but I want to reduced her fire power to say 2 per second but do not know how.

This is my shooting events

any help greatly appreciated

:wave:
There’s an extension for bullets.


Download it from the library and then either use it in your game or click ‘open in editor’ to check out how it’s made :slight_smile:
Basically, it starts a timer when you shoot, and then checks if the value of the timer is higher than the chosen cooldown before shooting again.