As you can see, the entire body rotates (except the Left Leg, that part would be the pivot)
For this example i moved and rotated the entire body, but how can i rotate the entire body (except the pivot part) using only 1 part as a pivot?
a father bone will rotate all his chield together when he is rotated
in that case roblox r6/r15 father is humanoidrootpart but you can’t animate the humanoid rootpart it self.
so if you want to rotate everything them you just need to make a new father that is child of humanoidrootpart
r6 father is the torso, you can ad a part call it anything you want.
then you make this new part be father of what you want to rotate when you rotate this new part.
“but if you want to add a new pivot point for legs them you need to add a part in the leg in where you want the leg be rotate based of.
this new part need to be child of torso them the leg need to be child of this new part
and the leg will rotate based on this new part”
basicly you create a part where you want your stuff to be rotated and make everything that you want to rotate based in the part child of the part
in my case humanoidrootpart>pivotpart>torso
but i addeded the pivot point close to the leg, so everything will rotate based on the position close to the leg.