---
name: BodyPartR15
last_updated: 2026-06-23T06:48:37Z
type: enum
summary: "BodyPartR15 is an enum with entries for each of the 15 body parts of an R15 character (plus an entry for the HumanoidRootPart)."
---

# BodyPartR15

BodyPartR15 is an enum with entries for each of the 15 body parts of an R15
character (plus an entry for the HumanoidRootPart).

**Type:** enum

## Description

BodyPartR15 is an Enum used with both [Humanoid:GetBodyPartR15()](/docs/reference/engine/classes/Humanoid.md) and
[Humanoid:ReplaceBodyPartR15()](/docs/reference/engine/classes/Humanoid.md) to find and replace specific body parts
of R15 characters.

## Items

| Name | Value | Description |
|------|-------|-------------|
| `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. |