Chat:SetBubbleChatSettings() for specific players

After the new chat update where it was announced that the new bubblechat will be a corescript, it looks considerably more tedious to add custom bubble chat settings for specific players, not everyone. The only way I’ve seen to change it so far with the new update is Chat:SetBubbleChatSettings(), which sets it for everyone. Is there some sneaky way to do this since the new update that I’m not aware of?

3 Likes

Do it via a local script. Which should make everyones chat(On the client’s perspective) appear how to player set it.

Chat:SetBubbleChatSettings() can only be used from the client, and sets everyone’s chat to it with no Player specification.