Hello! I have been attempting to find the parts that surround a particular part, but every method I have tried has not worked. I considered firing rays in each direction but I couldn't figure that out. What are my options?
You could make use of the GetConnectedParts() or the GetTouchingParts() functions. There may also be some other pre-built functions for BasePart
s that could be useful to you, I suggest giving this article a look.