---
name: ChatStyle
last_updated: 2026-06-11T23:11:58Z
type: enum
summary: "The ChatStyle Enum is used to set the style of Chat used in a game via the Players:SetChatStyle() method."
---

# ChatStyle

The ChatStyle Enum is used to set the style of [Chat](/docs/reference/engine/classes/Chat.md) used in a game via
the [Players:SetChatStyle()](/docs/reference/engine/classes/Players.md) method.

**Type:** enum

## Items

| Name | Value | Description |
|------|-------|-------------|
| `Classic` | 0 | Displays chats in the chat user interface at the top-left corner of the screen. |
| `Bubble` | 1 | Displays chats in a bubble above the sender's head. |
| `ClassicAndBubble` | 2 | Has the effects of Classic and Bubble combined. |