Reference API Roblox

Engine API

Website

Related

Reference API Roblox

IKCollisionsMode

Items 3

HistoryNameValueDescription
427NoCollisions0

Only the part and any parts directly joined to it via joints/constraints be involved in the resolution, everything else in the workspace will be treated as though it doesn't exist.

427OtherMechanismsAnchored1

Only the part and any parts directly jointed to it via joints/constraints will be moved during resolution, but they will collide with other objects in the workspace.

427IncludeContactedMechanisms2

The part, any parts directly joined to it via joints/constraints, and any parts which it comes into contact with during the solve will be moved during the resolution. That is, the moved parts will be allowed to "push" other unanchored parts in the workspace out of the way in order to get to the target position.

Description

History 4

Settings