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?
Nah - chat channels, something like this:
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