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.
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.