-
What do you want to achieve? I am trying to use Region3 to detect if any other parts are touching a selected part.
-
What is the issue?
FindPartsInRegion3
is reporting as deprecated, and there seems to be no phrase when searching for “Region3” in WorldRoots anymore.
-
What solutions have you tried so far? I haven’t tried anything for my game yet, as I didn’t want to waste time, but I didn’t find a single post/video addressing this (tutorials used
FindPartsInRegion3
). It seems like what I may be looking for isArePartsTouchingOthers
(or maybe actuallyGetPartsInPart
for my use case), but just wanted to understand the situation better.
This announcement should be your solution.
GetPartsInPart is the successor to FindPartsInRegion3.
1 Like