BreakJoints (Function)

From Goodblox Wiki
Revision as of 23:52, 23 September 2021 by Xyrafrost (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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