---
name: HumanoidRigType
last_updated: 2026-07-01T03:40:48Z
type: enum
summary: "Describes whether or not a character is using the new R15 rig, or the legacy R6 rig."
---

# HumanoidRigType

Describes whether or not a character is using the new R15 rig, or the legacy
R6 rig.

**Type:** enum

## Description

Describes whether or not a character is using the new R15 rig, or the legacy
R6 rig. This is the type returned by Humanoid's RigType property, which
indicates whether the Humanoid is R6 or R15.

## Items

| Name | Value | Description |
|------|-------|-------------|
| `R6` | 0 | Indicates that a character is using the legacy R6 rig. |
| `R15` | 1 | Indicates that a character is using the new R15 rig. |