Can't enable classic bubble chat?

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:
image
image

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?

4 Likes

I don’t know if this helps but there’s also properties in Players called BubbleChat and ClassicChat, try playing around with that

2 Likes

these properties cant be edited for whatever reason, I’m not sure what else to do

2 Likes