This is just too annoying. I don’t want the new bubble chat. I want to get rid of it.
Please can someone help.
code:
local chatService = game:GetService("Chat")
chatService:Chat(player.Character, str, Enum.ChatColor.White)
This is just too annoying. I don’t want the new bubble chat. I want to get rid of it.
Please can someone help.
code:
local chatService = game:GetService("Chat")
chatService:Chat(player.Character, str, Enum.ChatColor.White)
: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.
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”