Skip to content

GetChatChannel

Returns the TextChannel with the specified name. Currently there are two channels: RBXGeneral and RBXSystem.

This function will yield until the instance with the provided name is found. If the instance found is not a TextChannel, it will error.

NameTypeDefaultDescription
channelNamestringThe channel name.

TextChannel?