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
720Parallel0
720Perpendicular1
720PrimaryAxisParallel2

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

720PrimaryAxisPerpendicular3

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

720PrimaryAxisLookAt4

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

720AllAxes5

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.

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 17

Settings