Reference API Roblox

Engine API

Website

Related

Reference API Roblox

AlignType

An enum that specifies how the constraint will attempt to align the body associated with the constraint.

Items 6

HistoryNameValueDescription
602PrimaryAxisParallel2

Aligns the primary axis to be parallel to the axis given by Constraint.Attachment1.

602PrimaryAxisPerpendicular3

Aligns the primary axis to be perpendicular to the axis given by Constraint.Attachment1.

602PrimaryAxisLookAt4

Aligns the primary axis to look at the point given by Constraint.Attachment1 or the AlignOrientation.LookAtPosition.

602AllAxes5

Aligns all of the axes of Constraint.Attachment0 to the axes given by Constraint.Attachment1 or to the target orientation provided by AlignOrientation.PrimaryAxis and AlignOrientation.SecondaryAxis.

602Parallel0
602Perpendicular1

Description

An enum that specifies how the constraint will attempt to align the body associated with the constraint and attachment. Depending on the configuration, it can be used to align specific axes to be parallel, perpendicular, or to look at a specific point.

History 11

Settings