How to make a custom chat?

First of all you need to make teams inside of your Roblox Studio:

If you cant see the “Teams” directory:
image

then insert it by going to MODEL then click Service"

after you have done following click on “Teams” and then “Insert”.

Now add a team to your teams directory.

image

(I’m going to make a few teams)

Make sure to give your team a color! (Make them different cololor.

Then go to your explorer and click on the chat directory.

Paste this into the chat directory:

ChatService.rbxm (120.2 KB)

Your explorer should now look something like this:

image

After doing the following open the folder “ClientChatModules” and edit the file called “ChatSettings”.

To get the result you asked for edit Line 15 to:

module.ShowChannelsBar = true

It should like this:

Now you should be able to see team channels!

3 Likes