Collision Groups and Models

If I want to put a player in a collision group with scripts, can I just assign a model with to the collision group, or do I have to do ye old “loop through all the parts in the model” technique?

You have to loop through all the parts in the model.

As the SetCollisionGroup function requires a basepart. If you give a model it’ll error.

1 Like