Why does my rig not show any parts to animation

I made this snake rig and I wanna animate it to slither but after binding every part to each other I doesn’t show any part on the left of the animation GUI.

I have a head,torso and a humanoidrootpart which are all spelled right with a humanoid

Everything has to be connected to the HumanoidRootPart. I had a similar issue with my custom rig, which was solved by this:

Make sure the Torso/Body has a Motor6D connection to the HumanoidRootPart. Imagine a chain,
HumanoidRootPart->Torso->Arm->Hand->Finger
It all has to lead back to the HumanoidRootPart.

2 Likes