Here is my code:
local Chat = game:GetService("Chat")
Chat.BubbleChatEnabled = true
local bubbleChatSettings = {
BackgroundColour3 = Color3.fromRGB(255, 0, 0),
TextSize = 20,
Font = Enum.Font.FredokaOne,
BubbleDuration = 10
}
Chat:SetBubbleChatSettings(bubbleChatSettings)
here is the error