How to disable the chat history?

Hi!
How to disable the chat history so the chat will look like this?
I’m not sure if scripting is required.

image

Thank you!

3 Likes

If I’m not mistaken, I think it’s part of the CoreGuis.

1 Like

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
6 Likes

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.

5 Likes

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?

does your script look like this and in the same directory?

2 Likes