How to lock NPC during Animation without Anchoring?

I’m currently creating a Skill for my Fighting game. I was wondering how I can lock a NPC so it does not move when a move is playing without Anchoring the HumanoidRootPart?

Without Anchoring HumanoidRootPart: https://i.gyazo.com/76dacbf4f6042dea088841be9f02537b.mp4
Anchoring HumanoidRootPart: https://i.gyazo.com/5525d15068e1f1796384d3de813e018d.mp4

1 Like

Might not be what you are looking for but you could possibly rename the body parts that are keyed in the animation. Won’t move it they don’t have the correct names. Then you’d set them back when you wish for them to move again.

1 Like

I found my own solution for this, I just added an invisible part and welded the HumanoidRootPart to it.

2 Likes

Thanks, you have also helped me with this issue :slight_smile: