---
name: ChatColor
last_updated: 2026-06-19T03:26:26Z
type: enum
summary: "Describes the chat color."
---

# ChatColor

Describes the chat color.

**Type:** enum

## Description

The **ChatColor** enum is used to change the color of a chat using
[Chat](/docs/reference/engine/classes/Chat.md).

## Items

| Name | Value | Description |
|------|-------|-------------|
| `Blue` | 0 | Blue chat color. |
| `Green` | 1 | Green chat color. |
| `Red` | 2 | Red chat color. |
| `White` | 3 | White chat color. |