Can I have no chat box, no bubble chat but have the chat bar?

I need help to know how can I remove the chat box/history and the bubble chat without removing the chat bar cuz I need the chatted event to do a walkye talkye.

1 Like

put this inside a local script in replicated first

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

and to disable bubble chat go to chat in explorer and disable it in the properties

1 Like

I did all of that but i still see the bubble chat @NitrogenDEV

are you sure the BubbleChatEnabled variable is set to false? its even false by default

This is rather simple to do. Playtest the game > Chat > ClientChatModule > Copy it > Stop playtesting > Paste it into the Chat Service > ChatSettings and check lines 27 and 28. That should do the trick. Please let me know if it doesn’t work, have an amazing rest of your day/night.

Edit

If you want the chat bar to be enabled, leave the bubblechat setting enabled.

I already did that but the bubble chat still appearing @SkyWalk1n

The bubblechat should appear, if it doesn’t the chatbox won’t appear itself. Roblox does this so there is a way to communicate with players.

Yea but i want that way to be by the walkye talkye.

You’re probably better off disabling Roblox’s chat entirely and making your own chat ui. By disabling the chat message box & bubble chat messages all you are left with is a text box.

StarterGui:SetCore (roblox.com)

Yea I will probably do that cuz this is giving me a lot of problems.
Basically what I want to do is this:
robloxapp-20201217-1350025.wmv (4.1 MB)
but without the bubble chat above the player.