How to make my AI Shoot slower

I got my AI in my FPS game to follow my character and shoot at me; The problem is that he shoots way too fast, and I don’t know how to make it shoot slower, I am new at this engine and would appreciate if somebody could help me.

Kind regards~
Matt

Lets start with the following: could you show us how you currently make the AI shoot :slight_smile: ?

hard to tell a simple and specific answer without knowing how you made your AI shoot, but somewhere in your code you made your AI shoot and it’s probably looping, you need to set a delay between every loop, you can do it using a delay node, or using “set timer by function name”