of     1   

TheCrookMeister
#141865056Monday, July 28, 2014 8:11 PM GMT

I've noticed that games with custom chats are able to hide the built-in chat wall on the top left of the screen without hiding the typing bar on the bottom. I know you can remove core guis by using the SetCoreGuiEnabled method, but I also know that using it to disable chat hides both the chat wall AND the typing bar. How are they able to disable one, but not the other?
super10099
#141865254Monday, July 28, 2014 8:13 PM GMT

it disables both, but they just make another chat bar thingy
Locard
#141865652Monday, July 28, 2014 8:16 PM GMT

Just set the chat type to bubble to get rid of the chat wall at the top left corner.
TheCrookMeister
#141866910Monday, July 28, 2014 8:23 PM GMT

@locard Oh yeah! I totally forgot you can do that @super I thought the same thing, but I'm pretty sure the built in chat bar is UNDER the screen. When you set a gui's size to {1,0,1,0} (covering the whole screen), it doesn't stretch past the chat bar.

    of     1