getMechanismParts
Gets the full mechanism from parts. See NoCollisionConstraintUtils.
Functions
getMechanismParts
Gets all parts in a mechanisms. A mechanism in Roblox is anything connected by joints, constraints, and are all owned by network ownership.
info
Calling this class can be quite expensive.
print(getMechanismParts({ workspace.Part })) --> "Part", "Blah"
See: https://devforum.roblox.com/t/getting-all-parts-in-a-mechanism-one-part-in-each-assembly/101344/4