Part whose faces touch: (unexpected behavior)
print(#workspace.Part:GetTouchingParts())
0
Part intersecting: (expected behavior)
print(#workspace.Part:GetTouchingParts())
1
Part whose faces touch, but was unanchored and fell on top of another: (kind of expected behavior…?)
print(#workspace.Part:GetTouchingParts())
1