How can I limit my character to shooting when aiming is true only?

I currently can ■■■■ at any time when clicking the shoot button. How would I go about putting restrictions on my “Fire” event. I want firing to be true when aiming and false when not.

set a bool in your aiming code and check it on your fire event

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.