ChannelTabsConfiguration

Mostrar obsoleto

*Pronto este contenido estará disponible en tu idioma seleccionado.

No creable

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

To learn more, see Customizing Text Chat.

Resumen

Propiedades

Propiedades

AbsolutePosition

Solo lectura
No replicado
Leer paralelo

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

AbsoluteSize

Solo lectura
No replicado
Leer paralelo

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

BackgroundColor3

Leer paralelo

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

Leer paralelo

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

Leer paralelo

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

FontFace

Leer paralelo

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

HoverBackgroundColor3

Leer paralelo

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

SelectedTabTextColor3

Leer paralelo

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

TextColor3

Leer paralelo

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

TextSize

Leer paralelo

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

TextStrokeColor3

Leer paralelo

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

TextStrokeTransparency

Leer paralelo

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

Métodos

Eventos