BreakJoints (Function)

From Goodblox Wiki
Revision as of 23:50, 23 September 2021 by Xyrafrost (talk | contribs) (created the page for real this time. accidentally wrote the page for the wrong function YOU IDIOT)
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()