You can try making a boolean that hold whether you are aiming or not, then have a branch on the event that holds the code for your player to fire only work when the boolean is true.
You can try making a boolean that hold whether you are aiming or not, then have a branch on the event that holds the code for your player to fire only work when the boolean is true.