Right now if I want to find a part or group of parts inside a Region3 in a map I have to either check the name of all parts returned and find the ones that I am looking for, or else have all the parts other than the ones I’m searching for inside a seperate folder/model, due to the Region3 API only having an ignore list.
The first method is slow but definitely possible, the second totally impractical.
It would make working with Region3’s a lot simpler if a whitelist could be included:
workspace:FindPartsInRegion3WithWhiteList(region, whitelistTable)