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.
Parameters
Section titled “Parameters”| Name | Type | Default | Description |
|---|---|---|---|
channelName | string | The channel name. |
Returns
Section titled “Returns”TextChannel?