Does Region3WithWhiteList have non-descendants count toward the maxParts?

More importantly, why is this even a thing: Title seems unclear, is it a complete sentence
My original title was “Does Workspace:FindPartsInRegion3WithWhiteList have non-descendants count toward the maxParts?”

Wiki is unclear on this
My test which is setup like this:

print(#workspace:FindPartsInRegion3WithWhiteList(Region3.new(Vector3.new(-500,-500,-500),Vector3.new(500,500,500)),{script},1)>0)

image

says it doesn’t, but doesn’t that mean that a new octree/range tree/however Roblox implements this is created for each parent? Orrr does Roblox still use one but make just not increment the maxParts counter whenever it isn’t a descendant? (inconsistent with the rest of the region3 api)

Here is place link
Baseplate.rbxl (13.0 KB)

2 Likes