Some Parts Models lack A Primary Part?

  1. What do you want to achieve? Keep it simple and clear!

want to understand why some models show up in my CFrame and others are Index ‘Nil’
and also how I would add a primary part into the model??

  1. What is the issue? Include screenshots / videos if possible!

to avoid this I have been just looking through different models to see which ones I can and can’t use but it happened to one of my favorite animal a monkey so I wanted to ask how to fix it

the script line is

camera.CFrame = CFrame.new(newPet.PrimaryPart.Position +(newPet.PrimaryPart.CFrame.LookVector * 3),newPet.PrimaryPart.Position)

To add a primary part to your model you have go on properties of your model, click on the primarypart property, then you go on the explorer and click on a part that is a descendant of that model.

2 Likes

thanks so much! have a nice day

1 Like

It doesn’t have to be a descendant of the model.

1 Like