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.
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.
Yes, you can use events like Touched, TouchEnded, and even methods like GetTouchingParts() to see if a BasePart is touching Terrain.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.