Reference API Roblox

Engine API

Website

Related

Reference API Roblox

VelocityConstraintMode

The velocity constraint mode property controls how the linear velocity of the attachment(s) is constrained.

Items 3

HistoryNameValueDescription
490Line0

The velocity component in the direction of the line is constrained to the specified value. The line direction is based on the RelativeTo property:

490Plane1

The velocity components in the plane are constrained to the specified values. The plane tangents are based on the RelativeTo property:

490Vector2

The velocity components must be equal to the vector components specified. The coordinate system of the vector is based on the RelativeTo property:

  • Attachment0 - The vector components are in the coordinate system defined by the axes of Attachment0.
  • Attachment1 - The vector components are in the coordinate system defined by the axes of Attachment1.
  • World - The coordinate system is in the world and the vector components must be specified.

Description

The velocity constraint mode sets how the attachment velocity is constrained. The velocity can be constrained to a line, a plane or a vector. See each mode for more details.

History 4

Settings