Reference API Roblox

Engine API

Website

Related

Reference API Roblox

Limb

Describes which limb a particular Instance belongs to (assuming the Instance is part of a Humanoid).

Items 7

HistoryNameValueDescription
265Head0

If the limb is a part of the Humanoid's Head.

265Torso1

If the limb is a part of the Humanoid's Torso. This includes UpperTorso and LowerTorso for R15 rigs.

265LeftArm2

If the limb is a part of the Humanoid's Left Arm. This includes UpperLeftArm, LowerLeftArm, and LeftHand for R15 rigs.

265RightArm3

If the limb is a part of the Humanoid's Right Arm. This includes UpperRightArm, LowerRightArm and RightHand for R15 rigs.

265LeftLeg4

If the limb is a part of the Humanoid's Left Leg. This includes UpperLeftLeg, LowerLeftLeg and LeftFoot for R15 rigs.

265RightLeg5

If the limb is a part of the Humanoid's Right Leg. This includes UpperRightLeg, LowerRightLeg, and RightFoot for R15 rigs.

265Unknown6

If a part is not a limb (e.g. running the Humanoid:GetLimb() function and passing it an accessory which is a sibling of the Humanoid will return this value).

Description

Describes which limb a particular Instance belongs to (assuming the Instance is part of a Humanoid). Passing an Instance to the Humanoid:GetLimb() function will return the Limb for the Instance.

History 17

Settings