Creating a chat channel using TextChatService?

Title says it all, I’m not sure how to create a chat channel using textchatservice.

local TextChatService = game:GetService("TextChatService")

local redteam = TextChatService:AddChannel("Red Team")

Figured out AddChannel only works with the chat service and not textchatservice, and I’ve been searching around for a while on how to make a chat channel using textchatservice and found no good answers

I’ve checked out textchannel too(?) not sure if it’s relevant and I can’t seem to find any documentation on chat channels too

Is there anyway to make a chat channel using textchatservice? Or is there none currently?

I have read through the documentation, do you mean chat tags?

Nah - chat channels, something like this:
image
Except I have no idea how to implement it onto the textchatservice since AddChannel only works on the chat service and i can’t find any documentations with chat channels using textchatservice

2 Likes

As far as I am aware of there is currently no method for implementing this feature into the new chat box yet.

3 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.