Gun fires all 15 shots in one click, how to fix?

here is the player code i have on my character. Everything worked fine till i added the Timeline and the rotation, it supposed to be recoil and the recoil does work but everytime i fire now it shoots all 15 shots i have set up, please help

The timeline plays your recoil animation and updates every frame. For every update, i.e. every frame, of the timeline the SpawnActor First Person Projectile function is called. I guess just removing that connection will fix your problem… but maybe you already figured that out by now :slight_smile: