BreakJoints (Function)

From Goodblox Wiki
Jump to navigationJump to search
Function
Syntax BreakJoints( )
Returns n/a
Description: Breaks any surface connection with any adjacent part, including Welds and other JointInstances.
In Object: BasePart, Model


Example

This code will break all the joints contained in the Model named 'Model' in the Workspace.

workspace.Model:BreakJoints()

See also