Is there a way to detect if a BasePart is touching a Terrain part?

I want to be able to detect if a BasePart is touching a Terrain block. Is this possible or are there any methods or work arounds?

Thanks in advance.

1 Like

Yes, you can use events like Touched, TouchEnded, and even methods like GetTouchingParts() to see if a BasePart is touching Terrain.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.