BreakJoints (Method)

From Legacy Roblox Wiki
Revision as of 04:08, 27 April 2023 by Realjame (talk | contribs) (Text replacement - "</code>" to "</SyntaxHighlight>")
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()

</SyntaxHighlight>


See also