Model inserted into StarterPlayer is frozen

So I made this model from scratch, and when I fire the server (Press the play button) I get an error saying: “Model:GetPrimaryPartCFrame() failed because no PrimaryPart has been set, or the PrimaryPart no longer exists. Please set Model.PrimaryPart before using this.”

I figured it had to be the reason the server or whatever, is looking for arms of the humanoid when there aren’t. This is because I had an issue with properly animating every limb that looked odd which is why I decide to only keep the legs, Head and torso.

Make sure you set the PrimaryPart of the model to the HumanoidRootPart

1 Like

I figured it had to be the reason the server or whatever, is looking for arms of the humanoid when there aren’t. This is because I had an issue with properly animating every limb that looked odd which is why I decide to only keep the legs, Head and torso.

Assuming from your words I think you didn’t create the Humanoid Root Part or forgot to set the Primart part of the model to the Humanoid Root Part.

1 Like

Make sure to set the PrimaryPart of the model, which is traditionally named HumanoidRootPart.

1 Like