Need help with my script

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
aaa

I get this one quite often, but it’s just a spelling mistake (Europe and America spell it differently :laughing:) - It should be BackgroundColor3 not BackgroundColour3

1 Like

Damn it took me quite a while to tell the difference but thanks anyway

1 Like