Hi I would like to enable classic bubble chat for my game but its not working no matter what I try?
I can get the classic chat to work, however it will not show the bubbles.
Below is the chat settings I’m using:
I have also tried inserting this script into ReplicatedFirst, but still no luck.
local Chat = game:GetService("Chat")
Chat:RegisterChatCallback(Enum.ChatCallbackType.OnCreatingChatWindow, function()
return {BubbleChatEnabled = true, ClassicChatEnabled = true}
end)
Anyone able to help?