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

How do I change ChatSettings?

Asked by 3 years ago

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!

1 answer

Log in to vote
0
Answered by
A_thruZ 29
3 years ago

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.

Ad

Answer this question