ChannelTabsConfiguration

Show Deprecated
Not Creatable

Configures properties of the optional channel tabs in the default chat window. It is parented to TextChatService.

To learn more, see Customizing Text Chat.

Summary

Properties

Properties

AbsolutePosition

Read Only
Not Replicated
Read Parallel

Read-only property that provides the screen position of the channel tab bar in pixels. Behaves similarly to GuiBase2d.AbsolutePosition.

AbsoluteSize

Read Only
Not Replicated
Read Parallel

Read-only property that provides the screen size of the channel tab bar in pixels. Behaves similarly to GuiBase2d.AbsoluteSize.

BackgroundColor3

Read Parallel

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).

BackgroundTransparency

Read Parallel

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.

Enabled

Read Parallel

Whether to show the channel tabs. Set to false to hide.

FontFace

Read Parallel

Font used to render text in the channel tabs. Default is Enum.Font.BuilderSansBold.

HoverBackgroundColor3

Read Parallel

Background color of a channel tab when hovering over it. Default value is Color3.new(125, 125, 125).

SelectedTabTextColor3

Read Parallel

Color of text in a selected tab. Default value is Color3.new(255, 255, 255).

TextColor3

Read Parallel

Color of text in an unselected tab. Default value is Color3.new(175, 175, 175).

TextSize

Read Parallel

Size of the text in channel tabs. Default value is 14.

TextStrokeColor3

Read Parallel

Color of the text stroke for text in channel tabs. Default value is Color3.new(0, 0, 0).

TextStrokeTransparency

Read Parallel

Transparency of the text stroke for text in channel tabs. Default value is 1.

Methods

Events