I'm trying to make a multiplayer fighting game. I've successfully implemented movement, jumping, blocking, and dodging in the game.
Now I've moved onto attacking and this is where the issue arises. Everything I have is set to booleans except for holding down the keys A and D for movement. For some reason after I try spamming attack, it locks up the attack and it's just constantly set at False. It also locks up the jump so my character won't leave the platform, and my blocking stops working.
File:
drive.google.com/file/d/1Jg64Uxpd1zes5tJFx6AzGxRnYANVcCE9/view
TL;DR
Attack => cannot spam, jumping and blocking stops working
spent hours on this already