Chat Bubble color replication

I am looking for some insight on Chat Bubble color replication. Now I know there are a lot of links that show how to change the chat bubble for certain players etc, but let me clarify that that is not what I’m looking for & I already know how to do that.

What I am looking for specifically is information on how to have those custom bubble chat colors of that one person replicate on all other clients.

For example, it’s a gamepass system, if that player owns the gamepass their chat bubble will have a dark background, with yellow text. I want all other clients that don’t own the gamepass, to still see the gamepass owner’s custom bubble compared to the normal chat bubbles from other players that also don’t own it.

If you can lead me into the right direction it would be much appreciated, thank you!

1 Like

Pretty sure most of those custom chat bubble colours DO replicate to the server unless you’re creating your own chat bubble control.

Chat bubbles are already created on the server which automatically replicates to the client:

You could copy the original implementation for the roblox chat bubble, disable the old one, and create a separate module with modified code that allows you to change the chat bubbles.

You can connect to whenever a player chats and fire the chat bubble module.