How can I make 2 different chats?

I recently started working on a Among Us inspired game on Roblox. I was working on chat when I came up with an idea to just make 2 chats, one for ghosts and one for the players alive. I tried to find a tutorial or post on devforum that could help me but I haven’t found anything. I need a script that makes 2 different chats and also makes it so specific players (players dead) can see but can’t type in one , and so that the other players (players alive) can’t even see the other chat. Can anyone give me a link to a devforum post, or maybe even a small script?

I can’t find any examples, but there are games that have a system chat, and when you try to type in there it says “You are muted in this channel”. This is exactly what I need.

2 Likes

Maybe this is you want?

1 Like

So muting player would work so some players can’t chat, but how would I make 2 chats?

Oh nevermind, I see it, thanks.

warning

Impostor [Beta] - Roblox

(Small update) They're Among Us - Roblox

. - Roblox

Among Us - Roblox

(NEW MAP) Among Us - Roblox

Just warning you- you’ve got competition, and Among Us games are relatively hated.


(also mark @dollychun as a solution)

2 Likes

Yup, got a bunch of competition, but the game is going good so far

I know exactly what your talking about. First of all, play your game [in Studio] and then copy the chat scripts. Then stop play-testing and paste the scripts you copied into Chat. You should be able to find something related to tabbed chat in the ‘ChatSettings’ module script [which is in the ClientChatModules folder] and then enable ‘ShowChannelsBar’ in the ChatSettings and you should be able to now have a tabbed chat. You can also change other stuff in this modulescript including the display name feature which is coming soon.