ChannelTabsConfiguration
Configures properties of the optional channel tabs in the default chat window.
Memory category | Instances |
---|
Member index 14
Description
Configures properties of the optional channel tabs in the default chat window. It is parented to TextChatService.
To learn more, see Customizing Text Chat.
History 16
- 641 Change Default of TextSize from 14 to 18
- 635 Add SetAbsoluteSize
- 635 Add SetAbsolutePosition
- 635 Add TextStrokeTransparency
- 635 Add TextStrokeColor3
- 635 Add TextSize
- 635 Add TextColor3
- 635 Add SelectedTabTextColor3
- 635 Add HoverBackgroundColor3
- 635 Add FontFace
- 635 Add Enabled
- 635 Add BackgroundTransparency
- 635 Add BackgroundColor3
- 635 Add AbsoluteSize
- 635 Add AbsolutePosition
- 635 Add ChannelTabsConfiguration
Members 14
AbsolutePosition
Type | Default | |
---|---|---|
Vector2 | 0, 0 |
Read-only property that provides the screen position of the channel tab bar in pixels. Behaves similarly to GuiBase2d.AbsolutePosition.
Thread safety | ReadSafe |
---|---|
Category | Data |
Loaded/Saved | false |
History 1
- 635 Add AbsolutePosition
AbsoluteSize
Type | Default | |
---|---|---|
Vector2 | 0, 0 |
Read-only property that provides the screen size of the channel tab bar in pixels. Behaves similarly to GuiBase2d.AbsoluteSize.
Thread safety | ReadSafe |
---|---|
Category | Data |
Loaded/Saved | false |
History 1
- 635 Add AbsoluteSize
BackgroundColor3
Type | Default | |
---|---|---|
Color3 | 0.0980392, 0.105882, 0.113725 |
Background color of the channel tabs. If the background color is not overridden, this value will respect the user's GuiService.PreferredTransparency by making the menu more gray as the transparency of the menu decreases. Default value is Color3.new(25, 27, 29).
Thread safety | ReadSafe |
---|---|
Category | Appearance |
Loaded/Saved | true |
History 1
- 635 Add BackgroundColor3
BackgroundTransparency
Type | Default | |
---|---|---|
double | 0 |
Background transparency of the channel tabs as a number between 0
and
1
. This value is multiplied with the user's
GuiService.PreferredTransparency to create the effective
background transparency used by the channel tabs, which may be more opaque
than this value set here. Default value is 0
.
Thread safety | ReadSafe |
---|---|
Category | Appearance |
Loaded/Saved | true |
History 1
Enabled
Type | Default | |
---|---|---|
bool | false |
Whether to show the channel tabs. Set to false
to hide.
Thread safety | ReadSafe |
---|---|
Category | Behavior |
Loaded/Saved | true |
FontFace
Type | Default | |
---|---|---|
Font |
Font used to render text in the channel tabs. Default is Font.BuilderSansBold.
Thread safety | ReadSafe |
---|---|
Category | Appearance |
Loaded/Saved | true |
HoverBackgroundColor3
Type | Default | |
---|---|---|
Color3 | 0.490196, 0.490196, 0.490196 |
Background color of a channel tab when hovering over it. Default value is Color3.new(125, 125, 125).
Thread safety | ReadSafe |
---|---|
Category | Appearance |
Loaded/Saved | true |
History 1
SelectedTabTextColor3
Type | Default | |
---|---|---|
Color3 | 1, 1, 1 |
Color of text in a selected tab. Default value is Color3.new(255, 255, 255).
Thread safety | ReadSafe |
---|---|
Category | Appearance |
Loaded/Saved | true |
History 1
SetAbsolutePosition
Parameters (1) | ||
---|---|---|
value | Vector2 | |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
SetAbsoluteSize
Parameters (1) | ||
---|---|---|
value | Vector2 | |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
- 635 Add SetAbsoluteSize
TextColor3
Type | Default | |
---|---|---|
Color3 | 0.686275, 0.686275, 0.686275 |
Color of text in an unselected tab. Default value is Color3.new(175, 175, 175).
Thread safety | ReadSafe |
---|---|
Category | Appearance |
Loaded/Saved | true |
History 1
- 635 Add TextColor3
TextSize
Type | Default | |
---|---|---|
int64 | 18 |
Size of the text in channel tabs. Default value is 14
.
Thread safety | ReadSafe |
---|---|
Category | Appearance |
Loaded/Saved | true |
TextStrokeColor3
Type | Default | |
---|---|---|
Color3 | 0, 0, 0 |
Color of the text stroke for text in channel tabs. Default value is Color3.new(0, 0, 0).
Thread safety | ReadSafe |
---|---|
Category | Appearance |
Loaded/Saved | true |
History 1
- 635 Add TextStrokeColor3
TextStrokeTransparency
Type | Default | |
---|---|---|
double | 1 |
Transparency of the text stroke for text in channel tabs. Default value is
1
.
Thread safety | ReadSafe |
---|---|
Category | Appearance |
Loaded/Saved | true |