#How can I make a FSM for blocking
1 messages · Page 1 of 1 (latest)
If I got you right you want to block attacks in front of the character? Then you need maybe a hitbox that would be attached to the character's root part, and whenever the player is blocking you just make it so if the attacking player that is in the hitbox doesnt deal damage to you
Bad
Just make a dot product check
No need to over-complicate things with extra hitboxes and all that
What is that?