BreakJoints (Method)

From Legacy Roblox Wiki
Jump to navigationJump to search
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()


See also