Remove Chat Gui

Hi, Im recently trying to hide this GUI:
hide
But I cant find anything related to that.
Could someone send me a script to remove it,
Thanks.

1 Like

You can use

game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Chat, false)
1 Like

Alright, Im gonna try that out.

It did work but It should’nt be like this:
notwo
It should only remove this:
hide
Thanks.

That’s the only way to remove it. Or just press the chat icon (in-game) next to the Roblox Icon to temporarily hide-it

Perhaps this is what you're looking for?
Glad to’ve been of service. :slight_smile:

3 Likes

That’s the only way to remove it when playing the frame will fade away after you stop interacting with it for a while and as @HugeCoolboy2007 said you can just press the chat icon to hide it

Edit: @TheeDeathCaster Well i learned something new today and there’s a good chance thats the solution

2 Likes

Yes, that was I was looking for! Thanks soo much

1 Like