Replicated animation problem on clients

Good solution! I confirm it worked.
However, it seems like my issue truly was a race condition. The kicks were responsible to set isAttacking to false through an anim notify, and the problem stemmed from the server and clients setting the boolean value back to false close to the same time.
Simple mistake on my part, but thanks for the solutions and suggestions! I’ll apply them in my project