Today, we are going to add a new gameplay ability to our system which allows characters to react to attacks. Here we have implemented a sword attack system and when an opponent character is withing the hit area of the sword when an attack is performed, the opponent will get hit and it will be showed by a hit reaction animation. Everything will be network replicated so that you can attack other players in a multiplayer environment this way.