---
name: CustomCameraMode
last_updated: 2026-06-11T23:11:58Z
type: enum
summary: "Changes the player's camera mode."
---

# CustomCameraMode

Changes the player's camera mode.

**Type:** enum

## Items

| Name | Value | Description |
|------|-------|-------------|
| `Default` | 0 | The default camera mode is classic. |
| `Classic` | 1 | Camera tracks the player but will not automatically rotate if the player walks left or right. |
| `Follow` | 2 | Camera tracks the player and automatically rotates if the player walks left or right. |