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.
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.
Awesome, thank you so much, so I assume you mean just use the terrain object under workspace as I would any part.
I had read that page, but didn’t see anything about Terrain. Good link and good info though.