ChatStyle (Enum): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>SCARFACIAL
New page: {{Enum|The ChatStyle Enum is used to set the style of chat used in a game. It has 3 numbers:| {{Enum/row|0|Classic|Chats in game are shown only in the HUD.}} {{Enum/row|1|Bubble|Chats ...
 
>SCARFACIAL
New page: {{Enum|The ChatStyle Enum is used to set the style of chat used in a game. It has 3 numbers:| {{Enum/row|0|Classic|Chats in game are shown only in the HUD.}} {{Enum/row|1|Bubble|Chats ...
(No difference)

Revision as of 16:05, 27 July 2011

The ChatStyle Enum is used to set the style of chat used in a game. It has 3 numbers:
Enum Name Description
0 Classic Chats in game are shown only in the HUD.
1 Bubble Chats in game are shown only in bubbles above the player's head.
2 ClassicAndBubble Chats in game are shown both in the HUD and in bubbles above the player's head.