Constraint
Constraint : Instance
Overview
The base class for constraint-based instances
Properties
Attachment0
Attachment
Sets the first attachment point (Attachment0) for the constraint.
Code Samples
local LinearVelocity = script.Parent
LinearVelocity.Attachment0 = AttachmentAttachment1
Attachment
Sets the second attachment point (Attachment1) for the constraint.
Code Samples
local LinearVelocity = script.Parent
LinearVelocity.Attachment1 = AttachmentColor
Color3
Currently not supported.
Code Samples
Enabled
bool
Sets whether the constraint is active.
Code Samples
local LinearVelocity = script.Parent
LinearVelocity.Enabled = falseVisible
bool
Currently not supported.
Code Samples
Methods
Events
Last updated