Making Non-Player Speaker join a team channel

What i’m trying to achieve is having a speaker which isnt a player be apart of team chat channel. The problem is i’ve attempted :JoinChannel(Team.Name) and i then checked my players speakers channels and it just says “Team”. How exactly would i achieve making a non player speaker have team chat?

Do you mean, you want NPC’s to be able to chat on teamchat?

I’ve decided to take my own approach instead, No that isn’t what i wanted, I wanted it so that a speaker which isn’t a player was capable of team-chatting so only the team could see that message, an example
image
I’ve decided im instead going to achieve this by messing around with the chat scripts and attempting to make a way of detecting and editing with richtext for game.StarterGui:SetCore("ChatMakeSystemMessage"
I originally wanted it so that speaker could connect to the team however this also raises the problem of how would a individual player disable quick-chats so they don’t appear for them.

1 Like

https://devforum.roblox.com/t/how-do-you-delete-a-chat-message/338562https://devforum.roblox.com/t/deleting-a-chat-message/385458

You can read those [ hopefully they help] on how you could delete/disable message on the chat.

1 Like

if anyone has a problem like mine in the future and you want something like a quick-chat, send only to clients on the same team as yours and fork + add richtext and just make it visually appear like Tags

1 Like