Roblox Wiki
Register
Advertisement
Roblox Wiki
Warning
This page is not done.

A ChatChannel is a special class, that represents a channel on the ROBLOX chat. They cannot be created with Instance.new(), but with the :AddChannel() function of ChatService.

Properties

Name: string

The name of the ChatChannel.

WelcomeMessage: string

The message shown to a player on joining the channel.

Joinable: bool

Whether or not this channel can be joined using /j <channel>.

Leavable: bool

Whether or not this channel can be left.

AutoJoin: bool

Whether or not this channel will be automatically joined when a new ChatSpeaker is made.

Private: bool

Whether or not this channel will be shown when ChatService:GetChannelList() is called.

Advertisement