my chatmodule breaking chat, not sure how to fix?
hey guys
need some help
so um
i have some chatmodules
and one of them
completely breaks chat
https://pastebin.com/psUkhkqF heres the script of the one that breaks it
heres what happens:
https://waddle.network/9aa5069b3.mp4
and it works fine without the chatmodule:
https://waddle.network/fb379ab33.mp4
ive been trying to figure it out
but idk whats causing the issue
i didnt change anything recently
and it worked before
so
idk what happened
no errors appear or anything
script that defines the channels:
01 | local Chat = game:GetService( "Chat" ) |
03 | local function Run(ChatService) |
05 | local Players = game:GetService( "Players" ) |
07 | local a = ChatService:AddChannel( "Alive" ) |
13 | local c = ChatService:AddChannel( "Werewolves" ) |
19 | local b = ChatService:AddChannel( "Dead" ) |
25 | local d = ChatService:AddChannel( "Jailer" ) |
31 | local e = ChatService:AddChannel( "General" ) |