Hello,
I don’t know how I can revert back to the original bubble chat, since the new one breaks with some of my weapon scripts & I used to use one particular script and it just doesn’t work anymore.
Script I used before In Starter Player Scripts
local Chat = game:GetService("Chat")
local function setUpChatWindow()
return { BubbleChatEnabled = true }
end
Chat:RegisterChatCallback(Enum.ChatCallbackType.OnCreatingChatWindow, setUpChatWindow)