Constraint : Instance
Instance
The base class for constraint-based instances
Attachment
Sets the first attachment point (Attachment0) for the constraint.
local LinearVelocity = script.Parent LinearVelocity.Attachment0 = Attachment
Sets the second attachment point (Attachment1) for the constraint.
boolean
Sets whether the constraint is active.
Last updated 2 months ago
local LinearVelocity = script.Parent LinearVelocity.Attachment1 = Attachment
local LinearVelocity = script.Parent LinearVelocity.Enabled = false