Can a part collide with terrain but nothing else?

I don’t often use collision groups, so I am a bit unfamiliar with them.
I need a part that can collide with the terrain, but nothing else.
Is there a way to do this with collision groups?

Thanks.

Yep terrain inherits from basepart so you can do collision group stuff like create a terrain group and a special part group and such.

1 Like

Awesome, thank you so much, so I assume you mean just use the terrain object under workspace as I would any part.

1 Like

I had read that page, but didn’t see anything about Terrain. Good link and good info though.