Issue with custom StarterCharacter

Hello,

I just made a quick custom character and used RigEdit to rig it together. After setting it up, I tried playing the game and the character would fall over and my camera would jump all over the place.

Robot.rbxm (7.6 KB)

I tried changing the RigType, setting the HipHeight and going through StarterPlayer docs but I couldn’t find anything.

Does your character have a humanoid root part, and is it marked as the primary part?

There are some issues with your rig:

  1. The humanoid root part is not joined with any part
  2. the humanoid root part is sized wrong which will cause the character move to right

ima fix it rq

I fixed it
Robot.rbxm (7.7 KB)

I rerigged it since there were broken welds

1 Like

Thank you! I was confused on if I needed to do anything there but now I know.