Hi!
How to disable the chat history so the chat will look like this?
I’m not sure if scripting is required.
Thank you!
Hi!
How to disable the chat history so the chat will look like this?
I’m not sure if scripting is required.
Thank you!
If I’m not mistaken, I think it’s part of the CoreGuis.
If I did
game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Chat, false)
the whole chat window wouldn’t show up, I think.
Yes, follow the tutorial below:
But with these settings instead
--- Replace with true/false to force the chat type. Otherwise this will default to the setting on the website.
module.BubbleChatEnabled = true
module.ClassicChatEnabled = false
Speaking of which, I remember there being Chat options in Game Settings before… would honestly work be a lot easier if it was still there. Rather than fetching a module.
I did this and it enables bubble chat but doesn’t disable the message history, I’ve tried setting it outside of the settings script and in the settings script and both but I still have the message history?