Hello, so recently I made a viewmodel for my game it works perfectly it’s animatable but I can’t select the humanoidRootPart. The part is not locked How do I fix this?
Here is the structure of my viewmodel:

Hello, so recently I made a viewmodel for my game it works perfectly it’s animatable but I can’t select the humanoidRootPart. The part is not locked How do I fix this?
Here is the structure of my viewmodel:

Is the ViewModel’s PrimaryPart property set to HumanoidRootPart?
false?Yes it is the primarypart of the vuewmodel and the anchor proprety is set to false and it is supposed to be animatable.
Root parts are meant to hold the rig together, it should not be animatable. I prefer to use the Torso instead.
If you have problems with your rig, I recommend trying:
In summary, Root parts are not meant to be animated. You should be fine if the Root part is the PrimaryPart of the ViewModel.
Let me know if this helps!