Get the direction the player is facing while in animation

I’m trying to make a hitbox appear in front of the player, but some animations will cause the player to possibly face the wrong way. How can I find the rotation the player is facing, ignoring animations?

1 Like

Try using Character.HumanoidRootPart.CFrame.Lookvector, This will return the vector of what direction the player is looking, ignoring animations.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.