Is Primary Part Necessary?

Hey! I would like to know if it is necessary to give every model I make a primary part. Is this a good habit to get into? Is there anything that could go wrong because I give a model a primary part?

I don’t know if there is or isn’t a use to adding a primary part to models if you’re just going to use them for building. But if you are adding code to make the model move, adding a primary part is most definitely helpful.

1 Like

It’s not necessary for most things, but some functions of Model class require a PrimaryPart so it depends on your use-case of the model itself. It does make it easier to find the most relevant part of a model without having to go through a bunch of children.

1 Like