Help with rootpart not being aligned with the body

image
in the image you can see my friends body not being aligned with his humanoidrootpart. we’ve done a little bit of debugging and it’s caused after a little cutscene where the humanoid is anchored then lifted into the air and then unanchored again, after you do that, you use a invisible tool we have, then somebody joins, you press to go visible again, and you’re suddenly under the map (ONLY FOR THE JOINED PLAYER THOUGH!!) so i’m guessing it happens locally. is there a way to “reset” all the characters to their aligned body on the local?

The explanation you gave is really short, but I think I know what might be happening.

If you mean you made an animation, did you accidentally set the Position instead of the CFrame?

Setting the Position of the RootPart will just offset it, not actually move it properly.

Try changing the CFrame instead that should fix the issue.

If that’s not it, you’ll need to give more information so I can help better.

absolute life saver!!! thank you so so much!

1 Like

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