Disabling Chatlog

Hey developers!

Is there a way to disable the chat log, so you only see the chat bar (where you can send a message yourself)?

Have a nice day, iamajust

1 Like

Make sure to check if your question has been asked before next time.

I dont think thats what he is asking.

He asking about the chat log and bar not buble chat.

He wants to get rid of the log. Not the bar.

I would help but IDK how to.

I don’t want to fully disable the chat using game:GetService("StarterGui"):SetCoreGuiEnabled(Enum.CoreGuiType.Chat, false).

I just want to disable the chat log and only keep the chat bar where you type the chat messages you will send.

that’s not what @ TheGamer101 tried to explain, you can grab the chat module and modify it inside or an easier solution could be using the ChatService read more here:

I’ll try it right now! Thanks!

(Edited after 3 minutes)
It works! Thank you for your help!

1 Like