For the complete documentation index, see llms.txt. This page is also available as Markdown.

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 = Attachment

Attachment1

Attachment

Sets the second attachment point (Attachment1) for the constraint.

Code Samples

Enabled

boolean

Sets whether the constraint is active.

Code Samples

Methods

Events

Last updated