Disable Chat History

I’m having trouble trying to disable the chat logs, but seems like I can’t figure it out. Can anyone tell me on how to do so?

1 Like

Can you be more descriptive about what you mean by “chat logs”? Do you mean the chat window?

1 Like

Yeah sorry, I meant the chat history.

there’s a video on this:

1 Like

I already saw this and tried this, It didn’t work.

image
I’m not sure if this chat is new or it already has been in the game.

have you tried setcoreguienabled function?

1 Like

Can’t seem to find that, could you tell me where it is?

StarterGui:SetCoreGuiEnabled()

Just do this.

game.StarterGui:SetCoreGuiEnabled("Chat", false)

Doesn’t that permanently disable the whole chat?

If he is minimizing the chat, this doesn’t work. It disables it all together

If that isn’t what you want, then do you just want to hide the messages?

My chat looks like this
image
Not quite sure if I remember it like this.

Try enabling the classic chat system and then try the video above.

Thats the new TextChatService chat, you can change it to the old one, i’ll set up a video real quick to show how.

edit: already been solved, leaving this as is.

This is TextChatService, which means you need to set TextChatWindowConfiguration.Enabled to false
image
image

2 Likes

I just tried this. It didn’t do anything.

I could try :Destroy()
[Adding this cos of the limit]

FINALLY, Thank you so much, it worked!