I understand how Region3 works and all. But what’s really confusing me is the second argument of :FindPartsInRegion3 ignore. What does it mean by “ignore”? Any Help is Appreciated!
The second argument is an instance (and its descendants) that will be ignored by the Region3 check. This means that if that instance (or any of its descendants) are inside the Region3 when you check it, it will ignore those parts and it will not insert them in the array that Region3 returns.