Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

my chatmodule breaking chat, not sure how to fix?

Asked by 5 years ago

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:

01local Chat = game:GetService("Chat")
02 
03local function Run(ChatService)
04 
05local Players = game:GetService("Players")
06 
07local a = ChatService:AddChannel("Alive")
08a.Joinable = false
09a.Leavable = false
10a.AutoJoin = false
11a.Private = false
12 
13local c = ChatService:AddChannel("Werewolves")
14c.Joinable = false
15c.Leavable = false
View all 44 lines...

Answer this question