How do I get a chat not to show up but you can still chat?

So for a while I was wondering how to you get rid of the chat but you can still chat?

Picture of a game with it:

Thanks if you helped me!

1 Like

Uhhh so you have to:

  1. Run the game
  2. Copy Chat service childs
  3. Stop the game
  4. Paste the copied stuff
  5. Go into chat settings
  6. Find Classic Chat Enabled and set it to false
  7. Select Chat Service and enable Bubble Chat Enabled.
1 Like

where is that?

I am very confused how to copy chat service childs.

The Chat service is somewhere at the end of services, in explorer.
Here:
image

1 Like

image
There is no thing to expand.

1 Like
local ChatService = game:GetService("Chat")
ChatService:RegisterChatCallback(Enum.ChatCallbackType.OnCreatingChatWindow, function()
	return {BubbleChatEnabled = true, ClassicChatEnabled = false}
end)

idk still working or not

2 Likes

Do I put it as a script for chat?

I think its currently like this:Screenshot (87)

I think you have to set it to this?:Screenshot (88)

In the properties of “chat”.

off or on do I put it???..

Oh, now I know. I’ll see if that works.

well my default was that LoadDefultChat was already off.

Nvm that does the default default

You have to playtest the game and do it.

You can check out my tutorial about it:

1 Like

I did do that.

and I’ll check out JostosYT’s tutorial.