---
name: UserCFrame
last_updated: 2026-06-10T02:17:47Z
type: enum
summary: "Determines what body part is being tracked by a VR device, and what its CFrame actually is."
---

# UserCFrame

Determines what body part is being tracked by a VR device, and what its CFrame
actually is.

**Type:** enum

## Items

| Name | Value | Description |
|------|-------|-------------|
| `Head` | 0 | The CFrame of the user's head. |
| `LeftHand` | 1 | The CFrame of the user's left hand. |
| `RightHand` | 2 | The CFrame of the user's right hand. |
| `Floor` | 3 |  |