I want to freeze the player in the air in a script when they use an ability and the only way I can get it to work is by anchoring the HumanoidRootPart, but the problem is that this stops the torso from being able to move when the ability animation plays. Are there any other ways to freeze the player?
Animations should still play when the HumanoidRootPart is anchored, are you sure you’re doing it correctly?
Yeah, I didn’t realize that the default primary part for players was the head and not the HumanoidRootPart so I was anchoring the primary part which was the head and that was breaking my animation.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.