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