BreakJoints (Method)
From Legacy Roblox Wiki
BreakJoints( ) | |
Returns | nil |
Description: | Breaks any surface connection with any adjacent part, including Welds and other JointInstances. |
Member of: | BasePart, Model |
Example
This code will break all the joints contained in the Model named 'Model' in the Workspace.
Workspace.Model:BreakJoints()
</SyntaxHighlight>
See also