Remove new bubble chat from the :Chat function

This is just too annoying. I don’t want the new bubble chat. I want to get rid of it.
Please can someone help.

image

code:

local chatService = game:GetService("Chat")
chatService:Chat(player.Character, str, Enum.ChatColor.White)
1 Like

:Chat is actually deprecated but, to remove the new bubble chat, find BubbleChatConfiguration in TextChatService, and set Enabled to false

If its not there, make it and do the above.


still there…

It looks like the property isn’t being respected under :Chat if ChatVersion is set to LegacyChatService, you should probably file this as a bug. Probably wont fix it because “no the locked down textchatservice is better”