Add a Boolean ("Reloading" or something). Then, in your player shooting event, add the condition "Player is not Reloading". In the actions for that event, set Reloading to True at the top, then at the bottom add "Wait 5 seconds" (or whatever) and Set Reloading to False. Actions trigger in order from top to bottom so that should work