Add the Ability to Rearrange Channel Tabs for Custom Channels in the Roblox Text Chat

There is currently no way in the TextChatService to rearrange the order of Channel Tabs for custom channels. It would be useful to able to order the channel tabs for custom channels so we can custom the chat to our needs.

The picture below shows why a feature like this is needed. We currently use the Roblox Chat System in our game with two custom channels. We would like the general channel tab to be to the left of the other custom channel’s tab and there is currently no way to do this.

image

3 Likes

Why don’t you just set an attribute for channel position?

Unless there is some undocumented internal attribute that allows for this, this isn’t something you can implement as a developer; it is a limitation of the Roblox TextChatService CoreGui, any solution has to be implemented by that team.