BodyPartR15
BodyPartR15 is an Enum used with both Humanoid:GetBodyPartR15() and Humanoid:ReplaceBodyPartR15() to find and replace specific body parts of R15 characters.
Items
Name | Value | Summary |
---|---|---|
Head | 0 | Reference to a Humanoid's Head. |
UpperTorso | 1 | Reference to a Humanoid's UpperTorso. |
LowerTorso | 2 | Reference to a Humanoid's LowerTorso. |
LeftFoot | 3 | Reference to a Humanoid's LeftFoot. |
LeftLowerLeg | 4 | Reference to a Humanoid's LeftLowerLeg. |
LeftUpperLeg | 5 | Reference to a Humanoid's LeftUpperLeg. |
RightFoot | 6 | Reference to a Humanoid's RightFoot. |
RightLowerLeg | 7 | Reference to a Humanoid's RightLowerLeg. |
RightUpperLeg | 8 | Reference to a Humanoid's RightUpperLeg. |
LeftHand | 9 | Reference to a Humanoid's LeftHand. |
LeftLowerArm | 10 | Reference to a Humanoid's LeftLowerArm. |
LeftUpperArm | 11 | Reference to a Humanoid's LeftUpperArm. |
RightHand | 12 | Reference to a Humanoid's RightHand. |
RightLowerArm | 13 | Reference to a Humanoid's RightLowerArm. |
RightUpperArm | 14 | Reference to a Humanoid's RightUpperArm. |
RootPart | 15 | Reference to a Humanoid's HumanoidRootPart. |
Unknown | 17 | Unknown R15 Humanoid body part. |