ChatWindowMessageProperties
This class is not creatable. Instances of this class cannot be created with Instance.new.
Memory category | Instances |
---|
Member index 6
Description
History 7
- 644 Add TextStrokeTransparency
- 644 Add TextStrokeColor3
- 644 Add TextSize
- 644 Add TextColor3
- 644 Add PrefixTextProperties
- 644 Add FontFace
- 644 Add ChatWindowMessageProperties
Members 6
FontFace
Type | Default | |
---|---|---|
Font |
Determines the font used to render text in the chat window. Default is Font.BuilderSansMedium.
Thread safety | ReadSafe |
---|---|
Category | Appearance |
Loaded/Saved | false |
PrefixTextProperties
Type | Default | |
---|---|---|
ChatWindowMessageProperties |
Determines the properties of the TextChatMessage.PrefixText preceding the chat message.
Thread safety | ReadSafe |
---|---|
Category | Appearance |
Loaded/Saved | false |
History 1
TextColor3
Type | Default | |
---|---|---|
Color3 | 1, 1, 1 |
Determines the color of the text in the chat window. Default value is Color3.new(255, 255, 255) (white).
Thread safety | ReadSafe |
---|---|
Category | Appearance |
Loaded/Saved | false |
History 1
- 644 Add TextColor3
TextSize
Type | Default | |
---|---|---|
int | 18 |
Determines the size of the text in the chat window.
Thread safety | ReadSafe |
---|---|
Category | Appearance |
Loaded/Saved | false |
TextStrokeColor3
Type | Default | |
---|---|---|
Color3 | 0, 0, 0 |
Determines the stroke color applied to text in the chat window. Default value is Color3.new(0, 0, 0) (black).
Thread safety | ReadSafe |
---|---|
Category | Appearance |
Loaded/Saved | false |
History 1
- 644 Add TextStrokeColor3
TextStrokeTransparency
Type | Default | |
---|---|---|
double | 0.5 |
Determines the transparency of the stroke applied to text in the chat
window. Default value is 0.5
.
Thread safety | ReadSafe |
---|---|
Category | Appearance |
Loaded/Saved | false |