How to make a bubble chat on/off button

So, I want to make a button that turns on and off the bubble chat for a player that clicked it, only for a player that clicked, not for all players.

I tried different ways, and it didn’t work.

HOW SHOULD IT WORK:
It’s a GUI button, when player clicks it, bubble chat turns off for the player who clicked it (he can’t see bubble chat of all players, but other players that didn’t click it, can see his messages and all other bubblechat messages)

1 Like

image

or
game.Chat.BubbleChatEnabled = true

2 Likes

I know, I need like, a GUI button, and when player clicks it, it does game.Chat.BubbleChatEnabled = true but only for the player that clicked on the button

1 Like

Make a TextButton , insert a local script into it and do the code there
But if you want to make your own system [ make sure to filter text]

I don’t think thats possible lol, what you are trying is enabling bubble chat only for 1 person.

I suggest you to make custom bubble chat, its easy just player.Chatted event then filter the text and set the billboard gui adornee to the player’s head.

2 Likes