Reference API Roblox

Engine API

Website

Related

Reference API Roblox

HumanoidRigDescription

Member index 131

HistoryMember
662Chest: Instance
662ChestRangeMax: Vector3
662ChestRangeMin: Vector3
662ChestSize: float
705ChestTposeAdjustment: CFrame
674HeadBase: Instance
674HeadBaseRangeMax: Vector3
674HeadBaseRangeMin: Vector3
674HeadBaseSize: float
705HeadBaseTposeAdjustment: CFrame
662LeftAnkle: Instance
662LeftAnkleRangeMax: Vector3
662LeftAnkleRangeMin: Vector3
662LeftAnkleSize: float
705LeftAnkleTposeAdjustment: CFrame
662LeftClavicle: Instance
662LeftClavicleRangeMax: Vector3
662LeftClavicleRangeMin: Vector3
662LeftClavicleSize: float
705LeftClavicleTposeAdjustment: CFrame
662LeftElbow: Instance
662LeftElbowRangeMax: Vector3
662LeftElbowRangeMin: Vector3
662LeftElbowSize: float
705LeftElbowTposeAdjustment: CFrame
662LeftHip: Instance
662LeftHipRangeMax: Vector3
662LeftHipRangeMin: Vector3
662LeftHipSize: float
705LeftHipTposeAdjustment: CFrame
662LeftKnee: Instance
662LeftKneeRangeMax: Vector3
662LeftKneeRangeMin: Vector3
662LeftKneeSize: float
705LeftKneeTposeAdjustment: CFrame
662LeftShoulder: Instance
662LeftShoulderRangeMax: Vector3
662LeftShoulderRangeMin: Vector3
662LeftShoulderSize: float
705LeftShoulderTposeAdjustment: CFrame
712LeftToeBase: Instance
712LeftToeBaseRangeMax: Vector3
712LeftToeBaseRangeMin: Vector3
712LeftToeBaseSize: float
712LeftToeBaseTposeAdjustment: CFrame
662LeftWrist: Instance
662LeftWristRangeMax: Vector3
662LeftWristRangeMin: Vector3
662LeftWristSize: float
705LeftWristTposeAdjustment: CFrame
662Neck: Instance
662NeckRangeMax: Vector3
662NeckRangeMin: Vector3
662NeckSize: float
705NeckTposeAdjustment: CFrame
705OriginOffset: CFrame
662RightAnkle: Instance
662RightAnkleRangeMax: Vector3
662RightAnkleRangeMin: Vector3
662RightAnkleSize: float
705RightAnkleTposeAdjustment: CFrame
662RightClavicle: Instance
662RightClavicleRangeMax: Vector3
662RightClavicleRangeMin: Vector3
662RightClavicleSize: float
705RightClavicleTposeAdjustment: CFrame
662RightElbow: Instance
662RightElbowRangeMax: Vector3
662RightElbowRangeMin: Vector3
662RightElbowSize: float
705RightElbowTposeAdjustment: CFrame
662RightHip: Instance
662RightHipRangeMax: Vector3
662RightHipRangeMin: Vector3
662RightHipSize: float
705RightHipTposeAdjustment: CFrame
662RightKnee: Instance
662RightKneeRangeMax: Vector3
662RightKneeRangeMin: Vector3
662RightKneeSize: float
705RightKneeTposeAdjustment: CFrame
662RightShoulder: Instance
662RightShoulderRangeMax: Vector3
662RightShoulderRangeMin: Vector3
662RightShoulderSize: float
705RightShoulderTposeAdjustment: CFrame
712RightToeBase: Instance
712RightToeBaseRangeMax: Vector3
712RightToeBaseRangeMin: Vector3
712RightToeBaseSize: float
712RightToeBaseTposeAdjustment: CFrame
662RightWrist: Instance
662RightWristRangeMax: Vector3
662RightWristRangeMin: Vector3
662RightWristSize: float
705RightWristTposeAdjustment: CFrame
662Root: Instance
662RootRangeMax: Vector3
662RootRangeMin: Vector3
662RootSize: float
705RootTposeAdjustment: CFrame
712Spine: Instance
712SpineRangeMax: Vector3
712SpineRangeMin: Vector3
712SpineSize: float
712SpineTposeAdjustment: CFrame
662Waist: Instance
662WaistRangeMax: Vector3
662WaistRangeMin: Vector3
662WaistSize: float
705WaistTposeAdjustment: CFrame
699AutoRig(character: Instance): null
715GetContainedJointLabels(bodyMeshPartName: string): Array
701GetJoint(label: RigLabel): Instance
674GetJointFromName(name: string): Instance
701GetJointLabels(): Array
662GetJointNames(): Array
701GetJointRangeMax(rigLabel: RigLabel): Vector3
701GetJointRangeMin(rigLabel: RigLabel): Vector3
701GetJointSize(label: RigLabel): float
701GetR15JointLabels(): Array
662GetR15JointNames(): Array
701GetR6JointLabels(): Array
662GetR6JointNames(): Array
701GetTposeAdjustment(label: RigLabel): CFrame
710SetJoint(label: RigLabel, joint: Instance): null
701SetJointRangeMax(rigLabel: RigLabel, rangeMax: Vector3): null
701SetJointRangeMin(rigLabel: RigLabel, rangeMin: Vector3): null
701SetJointSize(label: RigLabel, size: float): null
701SetTposeAdjustment(label: RigLabel, transform: CFrame): null
700ShowVolumes(show: bool): null
inherited from Instance
553Archivable: bool
670Capabilities: SecurityCapabilities
553Name: string
553Parent: Instance
702PredictionMode: PredictionMode
670Sandboxed: bool
680UniqueId: UniqueId
576AddTag(tag: string): null
573ClearAllChildren(): null
462Clone(): Instance
573Destroy(): null
486FindFirstAncestor(name: string): Instance
486FindFirstAncestorOfClass(className: string): Instance
486FindFirstAncestorWhichIsA(className: string): Instance
486FindFirstChild(name: string, recursive: bool = false): Instance
486FindFirstChildOfClass(className: string): Instance
486FindFirstChildWhichIsA(className: string, recursive: bool = false): Instance
486FindFirstDescendant(name: string): Instance
563GetActor(): Actor
486GetAttribute(attribute: string): Variant
462GetAttributeChangedSignal(attribute: string): RBXScriptSignal
631GetAttributes(): Dictionary
648GetChildren(): Instances
462GetDebugId(scopeLength: int = 4): string
707GetDescendants(): Instances
486GetFullName(): string
706GetStyled(name: string, selector: string?): Variant
657GetStyledPropertyChangedSignal(property: string): RBXScriptSignal
576GetTags(): Array
576HasTag(tag: string): bool
486IsAncestorOf(descendant: Instance): bool
486IsDescendantOf(ancestor: Instance): bool
664IsPropertyModified(property: string): bool
698QueryDescendants(selector: string): Instances
573Remove(): null
576RemoveTag(tag: string): null
664ResetPropertyToDefault(property: string): null
573SetAttribute(attribute: string, value: Variant): null
462WaitForChild(childName: string, timeOut: double): Instance
648children(): Instances
553clone(): Instance
573destroy(): null
553findFirstChild(name: string, recursive: bool = false): Instance
648getChildren(): Instances
553isDescendantOf(ancestor: Instance): bool
573remove(): null
462AncestryChanged(child: Instance, parent: Instance)
462AttributeChanged(attribute: string)
462ChildAdded(child: Instance)
462ChildRemoved(child: Instance)
462DescendantAdded(descendant: Instance)
462DescendantRemoving(descendant: Instance)
500Destroying()
657StyledPropertiesChanged()
553childAdded(child: Instance)
inherited from Object
647ClassName: string
647className: string
647GetPropertyChangedSignal(property: string): RBXScriptSignal
647IsA(className: string): bool
650isA(className: string): bool
647Changed(property: string)

Removed member index 21

HistoryMember
674Head: Instance
674HeadRangeMax: Vector3
674HeadRangeMin: Vector3
674HeadSize: float
674HeadTposeAdjustment: CFrame
712LeftToes: Instance
712LeftToesRangeMax: Vector3
712LeftToesRangeMin: Vector3
712LeftToesSize: float
712LeftToesTposeAdjustment: CFrame
712Pelvis: Instance
712PelvisRangeMax: Vector3
712PelvisRangeMin: Vector3
712PelvisSize: float
712PelvisTposeAdjustment: CFrame
712RightToes: Instance
712RightToesRangeMax: Vector3
712RightToesRangeMin: Vector3
712RightToesSize: float
712RightToesTposeAdjustment: CFrame
699Automap(character: Instance): null

Description

Stores the joint mapping, reference T-pose and per-joint properties for a bipedal Humanoid character rig. Each of the 22 joints in the rig hierarchy can reference an Instance (typically a Motor6D, AnimationConstraint or Bone), define a T-pose adjustment transform, rotation range limits, and carry a size for volumetric visualization and retargeting. For an example Blender and Maya rig hierarchy with all optional joints, see Character specifications - Higher-fidelity rigs.

Use AutoRig to automatically populate joint references from a character model, or assign joints individually. Supports both R6 (6-joint) and R15 (15-joint) rig subsets in addition to the full 22-joint standard set, as well as rigs with more than 22 joints by mapping the key subset of joints.

History 246

Members 131

AutoRig

Parameters (1)
characterInstance
Returns (1)
null

History 1

Chest

TypeDefault
Instance

The Motor6D, AnimationConstraint, or Bone joint instance for the chest joint. This joint is the branch point for the neck chain and both clavicle chains.

History 1

ChestRangeMax

TypeDefault
Vector30, 0, 0

Maximum rotation range in degrees for the chest joint along each local axis (X, Y, Z).

History 1

ChestRangeMin

TypeDefault
Vector30, 0, 0

Minimum rotation range in degrees for the chest joint along each local axis (X, Y, Z).

History 1

ChestSize

TypeDefault
float0

Size of the chest joint's volume sphere, used for rig visualization and collision.

History 1

ChestTposeAdjustment

TypeDefault
CFrame0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1

Coordinate frame adjustment applied to the chest joint to align it with the T-pose reference orientation.

History 4

GetContainedJointLabels

Parameters (1)
bodyMeshPartNamestring
Returns (1)
Array

History 1

GetJoint

Parameters (1)
labelRigLabel
Returns (1)
Instance

History 1

GetJointFromName

Parameters (1)
namestring
Returns (1)
Instance

Returns the joint instance associated with the given joint name. Accepts both standard joint names (e.g., "LeftShoulder") and R15 body part names (e.g., "LeftLowerLeg"). Name matching is case-insensitive. Returns nil if no joint with the given name is mapped.

History 1

GetJointLabels

Parameters (0)
No parameters.
Returns (1)
Array

History 1

GetJointNames

Parameters (0)
No parameters.
Returns (1)
Array

Returns an array of all 22 standard joint name strings for this rig description, in hierarchy order: Root, Waist, Spine, Chest, Neck, HeadBase, LeftClavicle, LeftShoulder, LeftElbow, LeftWrist, RightClavicle, RightShoulder, RightElbow, RightWrist, LeftHip, LeftKnee, LeftAnkle, LeftToeBase, RightHip, RightKnee, RightAnkle, RightToeBase.

History 1

GetJointRangeMax

Parameters (1)
rigLabelRigLabel
Returns (1)
Vector3

History 1

GetJointRangeMin

Parameters (1)
rigLabelRigLabel
Returns (1)
Vector3

History 1

GetJointSize

Parameters (1)
labelRigLabel
Returns (1)
float

History 1

GetR15JointLabels

Parameters (0)
No parameters.
Returns (1)
Array

History 1

GetR15JointNames

Parameters (0)
No parameters.
Returns (1)
Array

Returns an array of the 15 joint name strings used by R15 rigs: Root, Waist, Neck, LeftShoulder, LeftElbow, LeftWrist, RightShoulder, RightElbow, RightWrist, LeftHip, LeftKnee, LeftAnkle, RightHip, RightKnee, RightAnkle.

History 1

GetR6JointLabels

Parameters (0)
No parameters.
Returns (1)
Array

History 1

GetR6JointNames

Parameters (0)
No parameters.
Returns (1)
Array

Returns an array of the 6 joint name strings used by R6 rigs: Root, Neck, LeftShoulder, RightShoulder, LeftHip, RightHip.

History 1

GetTposeAdjustment

Parameters (1)
labelRigLabel
Returns (1)
CFrame

History 1

HeadBase

TypeDefault
Instance

The Motor6D, AnimationConstraint, or Bone joint instance for the head base joint. This is the terminal joint of the head chain.

History 1

HeadBaseRangeMax

TypeDefault
Vector30, 0, 0

Maximum rotation range in degrees for the head base joint along each local axis (X, Y, Z).

History 1

HeadBaseRangeMin

TypeDefault
Vector30, 0, 0

Minimum rotation range in degrees for the head base joint along each local axis (X, Y, Z).

History 1

HeadBaseSize

TypeDefault
float0

Diameter of the head base joint's volume sphere, used for rig visualization and collision.

History 1

HeadBaseTposeAdjustment

TypeDefault
CFrame0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1

Coordinate frame adjustment applied to the head base joint to align it with the T-pose reference orientation.

History 4

LeftAnkle

TypeDefault
Instance

The Motor6D, AnimationConstraint, or Bone joint instance for the left ankle joint.

History 1

LeftAnkleRangeMax

TypeDefault
Vector30, 0, 0

Maximum rotation range in degrees for the left ankle joint along each local axis (X, Y, Z).

History 1

LeftAnkleRangeMin

TypeDefault
Vector30, 0, 0

Minimum rotation range in degrees for the left ankle joint along each local axis (X, Y, Z).

History 1

LeftAnkleSize

TypeDefault
float0

Diameter of the left ankle joint's volume sphere, used for rig visualization and collision.

History 1

LeftAnkleTposeAdjustment

TypeDefault
CFrame0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1

Coordinate frame adjustment applied to the left ankle joint to align it with the T-pose reference orientation.

History 4

LeftClavicle

TypeDefault
Instance

The Motor6D, AnimationConstraint, or Bone joint instance for the left clavicle (collarbone) joint.

History 1

LeftClavicleRangeMax

TypeDefault
Vector30, 0, 0

Maximum rotation range in degrees for the left clavicle joint along each local axis (X, Y, Z).

History 1

LeftClavicleRangeMin

TypeDefault
Vector30, 0, 0

Minimum rotation range in degrees for the left clavicle joint along each local axis (X, Y, Z).

History 1

LeftClavicleSize

TypeDefault
float0

Diameter of the left clavicle joint's volume sphere, used for rig visualization and collision.

History 1

LeftClavicleTposeAdjustment

TypeDefault
CFrame0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1

Coordinate frame adjustment applied to the left clavicle joint to align it with the T-pose reference orientation.

History 4

LeftElbow

TypeDefault
Instance

The Motor6D, AnimationConstraint, or Bone joint instance for the left elbow joint.

History 1

LeftElbowRangeMax

TypeDefault
Vector30, 0, 0

Maximum rotation range in degrees for the left elbow joint along each local axis (X, Y, Z).

History 1

LeftElbowRangeMin

TypeDefault
Vector30, 0, 0

Minimum rotation range in degrees for the left elbow joint along each local axis (X, Y, Z).

History 1

LeftElbowSize

TypeDefault
float0

Diameter of the left elbow joint's volume sphere, used for rig visualization and collision.

History 1

LeftElbowTposeAdjustment

TypeDefault
CFrame0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1

Coordinate frame adjustment applied to the left elbow joint to align it with the T-pose reference orientation.

History 4

LeftHip

TypeDefault
Instance

The Motor6D, AnimationConstraint, or Bone joint instance for the left hip joint. This is the root of the left leg chain.

History 1

LeftHipRangeMax

TypeDefault
Vector30, 0, 0

Maximum rotation range in degrees for the left hip joint along each local axis (X, Y, Z).

History 1

LeftHipRangeMin

TypeDefault
Vector30, 0, 0

Minimum rotation range in degrees for the left hip joint along each local axis (X, Y, Z).

History 1

LeftHipSize

TypeDefault
float0

Diameter of the left hip joint's volume sphere, used for rig visualization and collision.

History 1

LeftHipTposeAdjustment

TypeDefault
CFrame0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1

Coordinate frame adjustment applied to the left hip joint to align it with the T-pose reference orientation.

History 4

LeftKnee

TypeDefault
Instance

The Motor6D, AnimationConstraint, or Bone joint instance for the left knee joint.

History 1

LeftKneeRangeMax

TypeDefault
Vector30, 0, 0

Maximum rotation range in degrees for the left knee joint along each local axis (X, Y, Z).

History 1

LeftKneeRangeMin

TypeDefault
Vector30, 0, 0

Minimum rotation range in degrees for the left knee joint along each local axis (X, Y, Z).

History 1

LeftKneeSize

TypeDefault
float0

Diameter of the left knee joint's volume sphere, used for rig visualization and collision.

History 1

LeftKneeTposeAdjustment

TypeDefault
CFrame0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1

Coordinate frame adjustment applied to the left knee joint to align it with the T-pose reference orientation.

History 4

LeftShoulder

TypeDefault
Instance

The Motor6D, AnimationConstraint, or Bone joint instance for the left shoulder joint.

History 1

LeftShoulderRangeMax

TypeDefault
Vector30, 0, 0

Maximum rotation range in degrees for the left shoulder joint along each local axis (X, Y, Z).

History 1

LeftShoulderRangeMin

TypeDefault
Vector30, 0, 0

Minimum rotation range in degrees for the left shoulder joint along each local axis (X, Y, Z).

History 1

LeftShoulderSize

TypeDefault
float0

Diameter of the left shoulder joint's volume sphere, used for rig visualization and collision.

History 1

LeftShoulderTposeAdjustment

TypeDefault
CFrame0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1

Coordinate frame adjustment applied to the left shoulder joint to align it with the T-pose reference orientation.

History 4

LeftToeBase

TypeDefault
Instance

The Motor6D, AnimationConstraint, or Bone joint instance for the left toe base joint. This is the terminal joint of the left leg chain.

History 1

LeftToeBaseRangeMax

TypeDefault
Vector30, 0, 0

Maximum rotation range in degrees for the left toe base joint along each local axis (X, Y, Z).

History 1

LeftToeBaseRangeMin

TypeDefault
Vector30, 0, 0

Minimum rotation range in degrees for the left toe base joint along each local axis (X, Y, Z).

History 1

LeftToeBaseSize

TypeDefault
float0

Diameter of the left toe base joint's volume sphere, used for rig visualization and collision.

History 1

LeftToeBaseTposeAdjustment

TypeDefault
CFrame0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1

Coordinate frame adjustment applied to the left toe base joint to align it with the T-pose reference orientation.

History 1

LeftWrist

TypeDefault
Instance

The Motor6D, AnimationConstraint, or Bone joint instance for the left wrist joint. This is the terminal joint of the left arm chain.

History 1

LeftWristRangeMax

TypeDefault
Vector30, 0, 0

Maximum rotation range in degrees for the left wrist joint along each local axis (X, Y, Z).

History 1

LeftWristRangeMin

TypeDefault
Vector30, 0, 0

Minimum rotation range in degrees for the left wrist joint along each local axis (X, Y, Z).

History 1

LeftWristSize

TypeDefault
float0

Diameter of the left wrist joint's volume sphere, used for rig visualization and collision.

History 1

LeftWristTposeAdjustment

TypeDefault
CFrame0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1

Coordinate frame adjustment applied to the left wrist joint to align it with the T-pose reference orientation.

History 4

Neck

TypeDefault
Instance

The Motor6D, AnimationConstraint, or Bone joint instance for the neck joint.

History 1

NeckRangeMax

TypeDefault
Vector30, 0, 0

Maximum rotation range in degrees for the neck joint along each local axis (X, Y, Z).

History 1

NeckRangeMin

TypeDefault
Vector30, 0, 0

Minimum rotation range in degrees for the neck joint along each local axis (X, Y, Z).

History 1

NeckSize

TypeDefault
float0

Diameter of the neck joint's volume sphere, used for rig visualization and collision.

History 1

NeckTposeAdjustment

TypeDefault
CFrame0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1

Coordinate frame adjustment applied to the neck joint to align it with the T-pose reference orientation.

History 4

OriginOffset

TypeDefault
CFrame0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1

Coordinate frame offset of the rig origin relative to the character model's primary part. Adjusts where the rig hierarchy is anchored within the character.

History 4

RightAnkle

TypeDefault
Instance

The Motor6D, AnimationConstraint, or Bone joint instance for the right ankle joint.

History 1

RightAnkleRangeMax

TypeDefault
Vector30, 0, 0

Maximum rotation range in degrees for the right ankle joint along each local axis (X, Y, Z).

History 1

RightAnkleRangeMin

TypeDefault
Vector30, 0, 0

Minimum rotation range in degrees for the right ankle joint along each local axis (X, Y, Z).

History 1

RightAnkleSize

TypeDefault
float0

Diameter of the right ankle joint's volume sphere, used for rig visualization and collision.

History 1

RightAnkleTposeAdjustment

TypeDefault
CFrame0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1

Coordinate frame adjustment applied to the right ankle joint to align it with the T-pose reference orientation.

History 4

RightClavicle

TypeDefault
Instance

The Motor6D, AnimationConstraint, or Bone joint instance for the right clavicle (collarbone) joint.

History 1

RightClavicleRangeMax

TypeDefault
Vector30, 0, 0

Maximum rotation range in degrees for the right clavicle joint along each local axis (X, Y, Z).

History 1

RightClavicleRangeMin

TypeDefault
Vector30, 0, 0

Minimum rotation range in degrees for the right clavicle joint along each local axis (X, Y, Z).

History 1

RightClavicleSize

TypeDefault
float0

Diameter of the right clavicle joint's volume sphere, used for rig visualization and collision.

History 1

RightClavicleTposeAdjustment

TypeDefault
CFrame0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1

Coordinate frame adjustment applied to the right clavicle joint to align it with the T-pose reference orientation.

History 4

RightElbow

TypeDefault
Instance

The Motor6D, AnimationConstraint, or Bone joint instance for the right elbow joint.

History 1

RightElbowRangeMax

TypeDefault
Vector30, 0, 0

Maximum rotation range in degrees for the right elbow joint along each local axis (X, Y, Z).

History 1

RightElbowRangeMin

TypeDefault
Vector30, 0, 0

Minimum rotation range in degrees for the right elbow joint along each local axis (X, Y, Z).

History 1

RightElbowSize

TypeDefault
float0

Diameter of the right elbow joint's volume sphere, used for rig visualization and collision.

History 1

RightElbowTposeAdjustment

TypeDefault
CFrame0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1

Coordinate frame adjustment applied to the right elbow joint to align it with the T-pose reference orientation.

History 4

RightHip

TypeDefault
Instance

The Motor6D, AnimationConstraint, or Bone joint instance for the right hip joint. This is the root of the right leg chain.

History 1

RightHipRangeMax

TypeDefault
Vector30, 0, 0

Maximum rotation range in degrees for the right hip joint along each local axis (X, Y, Z).

History 1

RightHipRangeMin

TypeDefault
Vector30, 0, 0

Minimum rotation range in degrees for the right hip joint along each local axis (X, Y, Z).

History 1

RightHipSize

TypeDefault
float0

Diameter of the right hip joint's volume sphere, used for rig visualization and collision.

History 1

RightHipTposeAdjustment

TypeDefault
CFrame0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1

Coordinate frame adjustment applied to the right hip joint to align it with the T-pose reference orientation.

History 4

RightKnee

TypeDefault
Instance

The Motor6D, AnimationConstraint, or Bone joint instance for the right knee joint.

History 1

RightKneeRangeMax

TypeDefault
Vector30, 0, 0

Maximum rotation range in degrees for the right knee joint along each local axis (X, Y, Z).

History 1

RightKneeRangeMin

TypeDefault
Vector30, 0, 0

Minimum rotation range in degrees for the right knee joint along each local axis (X, Y, Z).

History 1

RightKneeSize

TypeDefault
float0

Diameter of the right knee joint's volume sphere, used for rig visualization and collision.

History 1

RightKneeTposeAdjustment

TypeDefault
CFrame0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1

Coordinate frame adjustment applied to the right knee joint to align it with the T-pose reference orientation.

History 4

RightShoulder

TypeDefault
Instance

The Motor6D, AnimationConstraint, or Bone joint instance for the right shoulder joint.

History 1

RightShoulderRangeMax

TypeDefault
Vector30, 0, 0

Maximum rotation range in degrees for the right shoulder joint along each local axis (X, Y, Z).

History 1

RightShoulderRangeMin

TypeDefault
Vector30, 0, 0

Minimum rotation range in degrees for the right shoulder joint along each local axis (X, Y, Z).

History 1

RightShoulderSize

TypeDefault
float0

Diameter of the right shoulder joint's volume sphere, used for rig visualization and collision.

History 1

RightShoulderTposeAdjustment

TypeDefault
CFrame0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1

Coordinate frame adjustment applied to the right shoulder joint to align it with the T-pose reference orientation.

History 4

RightToeBase

TypeDefault
Instance

The Motor6D, AnimationConstraint, or Bone joint instance for the right toe base joint. This is the terminal joint of the right leg chain.

History 1

RightToeBaseRangeMax

TypeDefault
Vector30, 0, 0

Maximum rotation range in degrees for the right toe base joint along each local axis (X, Y, Z).

History 1

RightToeBaseRangeMin

TypeDefault
Vector30, 0, 0

Minimum rotation range in degrees for the right toe base joint along each local axis (X, Y, Z).

History 1

RightToeBaseSize

TypeDefault
float0

Diameter of the right toe base joint's volume sphere, used for rig visualization and collision.

History 1

RightToeBaseTposeAdjustment

TypeDefault
CFrame0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1

Coordinate frame adjustment applied to the right toe base joint to align it with the T-pose reference orientation.

History 1

RightWrist

TypeDefault
Instance

The Motor6D, AnimationConstraint, or Bone joint instance for the right wrist joint. This is the terminal joint of the right arm chain.

History 1

RightWristRangeMax

TypeDefault
Vector30, 0, 0

Maximum rotation range in degrees for the right wrist joint along each local axis (X, Y, Z).

History 1

RightWristRangeMin

TypeDefault
Vector30, 0, 0

Minimum rotation range in degrees for the right wrist joint along each local axis (X, Y, Z).

History 1

RightWristSize

TypeDefault
float0

Diameter of the right wrist joint's volume sphere, used for rig visualization and collision.

History 1

RightWristTposeAdjustment

TypeDefault
CFrame0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1

Coordinate frame adjustment applied to the right wrist joint to align it with the T-pose reference orientation.

History 4

Root

TypeDefault
Instance

The Motor6D, AnimationConstraint, or Bone joint instance for the root joint, which is the base of the entire rig hierarchy. The waist, left hip, and right hip chains all originate from this joint.

History 1

RootRangeMax

TypeDefault
Vector30, 0, 0

Maximum rotation range in degrees for the root joint along each local axis (X, Y, Z).

History 1

RootRangeMin

TypeDefault
Vector30, 0, 0

Minimum rotation range in degrees for the root joint along each local axis (X, Y, Z).

History 1

RootSize

TypeDefault
float0

Diameter of the root joint's volume sphere, used for rig visualization and collision.

History 1

RootTposeAdjustment

TypeDefault
CFrame0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1

Coordinate frame adjustment applied to the root joint to align it with the T-pose reference orientation.

History 4

SetJoint

Parameters (2)
labelRigLabel
jointInstance
Returns (1)
null

History 2

SetJointRangeMax

Parameters (2)
rigLabelRigLabel
rangeMaxVector3
Returns (1)
null

History 1

SetJointRangeMin

Parameters (2)
rigLabelRigLabel
rangeMinVector3
Returns (1)
null

History 1

SetJointSize

Parameters (2)
labelRigLabel
sizefloat
Returns (1)
null

History 1

SetTposeAdjustment

Parameters (2)
labelRigLabel
transformCFrame
Returns (1)
null

History 1

ShowVolumes

Parameters (1)
showbool
Returns (1)
null

History 1

Spine

TypeDefault
Instance

The Motor6D, AnimationConstraint, or Bone joint instance for the spine joint.

History 1

SpineRangeMax

TypeDefault
Vector30, 0, 0

Maximum rotation range in degrees for the spine joint along each local axis (X, Y, Z).

History 1

SpineRangeMin

TypeDefault
Vector30, 0, 0

Minimum rotation range in degrees for the spine joint along each local axis (X, Y, Z).

History 1

SpineSize

TypeDefault
float0

Diameter of the spine joint's volume sphere, used for rig visualization and collision.

History 1

SpineTposeAdjustment

TypeDefault
CFrame0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1

Coordinate frame adjustment applied to the spine joint to align it with the T-pose reference orientation.

History 1

Waist

TypeDefault
Instance

The Motor6D, AnimationConstraint, or Bone joint instance for the waist joint.

History 1

WaistRangeMax

TypeDefault
Vector30, 0, 0

Maximum rotation range in degrees for the waist joint along each local axis (X, Y, Z).

History 1

WaistRangeMin

TypeDefault
Vector30, 0, 0

Minimum rotation range in degrees for the waist joint along each local axis (X, Y, Z).

History 1

WaistSize

TypeDefault
float0

Diameter of the waist joint's volume sphere, used for rig visualization and collision.

History 1

WaistTposeAdjustment

TypeDefault
CFrame0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1

Coordinate frame adjustment applied to the waist joint to align it with the T-pose reference orientation.

History 4

Removed members 21

Automap

Parameters (1)
characterInstance
Returns (1)
null

History 2

Head

TypeDefault
Instance

History 2

HeadRangeMax

TypeDefault
Vector30, 0, 0

History 2

HeadRangeMin

TypeDefault
Vector30, 0, 0

History 2

HeadSize

TypeDefault
float0

History 2

HeadTposeAdjustment

TypeDefault
CFrame

History 2

LeftToes

TypeDefault
Instance

History 2

LeftToesRangeMax

TypeDefault
Vector30, 0, 0

History 2

LeftToesRangeMin

TypeDefault
Vector30, 0, 0

History 2

LeftToesSize

TypeDefault
float0

History 2

LeftToesTposeAdjustment

TypeDefault
CFrame0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1

History 5

Pelvis

TypeDefault
Instance

History 2

PelvisRangeMax

TypeDefault
Vector30, 0, 0

History 2

PelvisRangeMin

TypeDefault
Vector30, 0, 0

History 2

PelvisSize

TypeDefault
float0

History 2

PelvisTposeAdjustment

TypeDefault
CFrame0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1

History 5

RightToes

TypeDefault
Instance

History 2

RightToesRangeMax

TypeDefault
Vector30, 0, 0

History 2

RightToesRangeMin

TypeDefault
Vector30, 0, 0

History 2

RightToesSize

TypeDefault
float0

History 2

RightToesTposeAdjustment

TypeDefault
CFrame0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1

History 5

Settings