Colored-Bubble Chat?

Does anyone have a Color-Bubble chat, Where I can add an ID for a user and have a Custom Bubble chat for that one user.

1 Like

Im talking about a Module. or a Script

Place a localscript inside ReplicatedFirst and paste this code:

local ChatSettings = {
BackgroundColor3 = Color3.fromRGB(57, 59, 61),
TextColor3 = Color3.fromRGB(250, 250, 250)
}
game:GetService(“Chat”):SetBubbleChatSettings(ChatSettings)

Set BackgroundColor3 to the bacground color, and TextColor3 to the text color

2 Likes

I know but, I want to make it where it’s Where its only my ID

Sorry for replying late, you should reply to me instead of replying to your own post. In that case I think you could use a serverscript to place this localscript inside your character