Welding part to character doesn't move with character

I’ve welded a part to my character in studio, however whenever my character does an animation, the part doesn’t move with the character parts dynamically, it’s fixated in the same place. See this gif for clarification: https://gyazo.com/ecdbdf11e2f6c98c13b5a1eb14112f8d

How do I make that part move dynamically with the character’s animations?

2 Likes

That’s because you welded it to the HumanoidRootPart.

When animations are playing, the HumanoidRootPart doesn’t not move at all. It serves as the part of the character that is always consistent - it’s the psychics center of the player, so having it move with an animation could be problematic.

4 Likes

Ah thank you

1 Like