On run-time game.Chat has a ton of files imported into it. One of these files (Chat.ClientChatModules.ChatSettings) is a module script containing settings I want to change (line 21 module.ChatOnWithTopBarOff = false
)
How do I change this setting when the game begins? I have been trying to figure this out for a while but I don't really understand how to get at these settings....
desired: module.ChatOnWithTopBarOff = true
Thank you!
You can fork the Chat script and modify it to your needs, although this may not work some time in the near future because of the bubble chat update that's currently in beta.