Hey devs! I just found out the new bubble chat is now in Studio. And I read the post for the release of it. It says that the features in the topic are already added in. I wanted to change the back ground color and text color. I am wondering if I screwed it up because it isn’t working. And the script is under the chat category thing.
local settings =
{BackgroundColor3 = Color3.fromRGB(33, 73, 250),
TextColor3 = Color3.fromRGB(255, 255, 255),
game:GetService("Chat"):SetBubbleChatSettings(settings)
end)