I am trying to implement a parry system where the player can block/redirect a damaging linetrace, if that player is facing the linetrace. I have heard I need to use a dot product to do this, but I am having trouble getting that set up correctly