ChatWindowMessageProperties
Summary
Properties
Font used to render text in the chat window.
Determines the properties of the PrefixText preceding the chat message.
Color of the text in the chat window.
Size of the text in the chat window.
Stroke color applied to text in the chat window.
Transparency of the stroke applied to text in the chat window.
The TextChatMessage.PrefixText to override.
The TextChatMessage.Text to override.
The TextChatMessage.Translation to override.
Properties
FontFace
Determines the font used to render text in the chat window. Default is Enum.Font.BuilderSansMedium.
PrefixTextProperties
Determines the properties of the TextChatMessage.PrefixText preceding the chat message.
TextColor3
Determines the color of the text in the chat window. Default value is Color3.new(255, 255, 255) (white).
TextStrokeColor3
Determines the stroke color applied to text in the chat window. Default value is Color3.new(0, 0, 0) (black).
TextStrokeTransparency
Determines the transparency of the stroke applied to text in the chat window. Default value is 0.5.