How do I enable the old bubble chat?

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)

I figured it out, please disregard this post. In chat settings, enable both classic and bubble to true.

4 Likes