#how to disable not just the coregui but also the ICON of the chat as well?

1 messages · Page 1 of 1 (latest)

real arch
#

since I made my own custom chat system, I dont want the default roblox chat icon to appear above

tired cobalt
#

I actually am not sure if your allowed to have a custom chat system in Roblox

#

Id have to check

wispy raptor
gilded turtle
wispy raptor
gilded turtle
wispy raptor
#

I guess the best solution is to make custom chat UI, rather than a new system

gilded turtle
blissful magnet
#

and yes the post constains the answer.

gilded turtle
#

im sure they are talking about the chat icon that apears on the top left not jsut the chat window itself

blissful magnet
#

thats this

#

even if not then just google another thing

#

bam

#

not even a minute of searching

#

thats the point

real arch
# blissful magnet

chat icon and chat inputbox are two separate things in 2025 (based on my debugging)

real arch
# blissful magnet not even a minute of searching

yes, and if you paid attention you would soon realize putting

game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType,false)```
into your environment to see if the forum post from 2021 still holds up to this day would ACTUALLY give you the answer, in which case: NO, hence this thread
real arch
real arch
#

Again, reading comprehension

#

not your strongsuit huh?

glad pike
#

I just tried it and it works

real arch
#

it doesn't disable the icon

glad pike
#

It did for me

real arch
#

could you show me

#

a snippet

glad pike
#

oh i see the difference

#

Enum.CoreGuiType.Chat

real arch
#

😭😭

glad pike
#

is what u need

#
game:GetService("StarterGui"):SetCoreGuiEnabled(Enum.CoreGuiType.Chat, false)
#

That works for me to disable chat + the icon

real arch
#

could you show me a snippet please 💔

real arch
#

yes ik

#

I'm not at my place rn

glad pike
#

Okay

#

But yea thats the snippet

#

thats all you need to disable chat

real arch
#

no I mean like

#

in-game

glad pike
real arch
#

oohhh

glad pike
#

Dk what else to show

real arch
#

Insee

#

I see

#

thank you

glad pike
#

Nws

real arch
#

now I'm wondering if you can reprogram the button to make it do something else

glad pike
#

I think that would be very tedious

blissful magnet
glad pike
#

What was your answer

#

Where

real arch
#

I figured the icon shows up when I play the game from the experience, not from studio