Hey everyone! Ok so I’ve been looking around but where have the speech bubbles gone? If someone could let me know where they are that would be great! Thanks from John!..
TJT01
(Trevor)
May 13, 2019, 8:46pm
#2
Hey developers,
We are doing a strategic initiative to reduce confusion between places and games. As part of this, we audited the Configure Place page and decided to remove two unnecessary place settings:
Chat Type
This setting was used to control whether bubble chat appears above players’ heads. You can now achieve the same result by using this API:
local Chat = game:GetService("Chat")
local function setUpChatWindow()
return { BubbleChatEnabled = true }
end
Chat:RegisterChatCallback(Enu…
How to Enable/Disable/Change Classic Chat and Bubble Chat This method seems to be broken
7 Likes