Sorry I’m a noob at this but what do this mean?
Can i please see a picture of the rig visualization and a picture of the model that you are using the animation editor?
I noticed some problems here, but you should do this to fix them all:
Delete every Motor6D of the rig, and then do the next steps:
- Your rig is missing a RootPart, wich determines the X,Y,Z center of your rig.
To make a RootPart, simply duplicate the torso part, then change its size, do not make it a perfect block, and it should not touch the floor, also rename it to HumanoidRootPart. Oh, and make it invisible (Transparency = 1). do not make it massless and do not give it custom physical properties
WARNING: Make sure it is facing front, you can check it out by inserting a decal from the object insert menu, so it will insert in the front face of the root part, if the decal is not facing to the front of your model, then rotate it to the front of your model. Oh, and also never anchor HumanoidRootPart.
Example:
- Blue arrow: front face direction of the RootPart
- Orange Arrow: direction of the front of your model
One you did that, select the model, go to the properties tab, and then find the PrimaryPart propetrty, once you found it, click it and select the HumanoidRootPart, then incercrase the RootPriority property of the RootPart (i recommend 10)
- Once finished, rig it like this:
-
- HumanoidRootPart > Torso
-
- Torso > RightLeg, LeftLeg, Head, RightArm, LeftArm, etc.
- Then, you should be able to animate it!
FAQ
Rig falling and moving weirdly?
- Make sure you disabled CanCollide to every part except HumanoidRootPart, Torso and Head (they will determine the hitbox of your model)
Model Sliding in the ground?
- Your model needs to have a HipHeight. To do so, go to the humanoid inside your model, and then incercrase the HipHeight property till the legs touch the floor and the model does not fly in the ground
Character falling and camera moving?
Model Unanimatable (keyframes not showing up)?
- Make sure you joined HumanoidRootPart > Torso
Extra Info
https://developer.roblox.com/en-us/api-reference/class/Motor6D
https://developer.roblox.com/en-us/api-reference/class/Humanoid
https://developer.roblox.com/en-us/api-reference/property/BasePart/RootPriority
Hope this helps!