How do I hide bubble chat on certain players?
Simply enable chat bubbles on client side, only at the clients of the âcertain playersâ
No but like I want them to still be able to see the chat bubbles above some players and not others
You will need to find where the chat bubble guiâs are stored, then disable/enable them depending on from who they are
Basically do what @theworldis_socruel stated. Below I will provide a more detailed answer though.
A way you could do this is detect when a player talks, if it is the player who talked is the user u wanna disable then remove the UI (buildboard UI) from the BubbleChat screengui. I think you would need to make the buildboard gui itself invisible or destroy it cuz I tested in studio and it seems like when you disable the screengui it does not affect anything. (you can experment around)
The screen gui is found in the playergui and also the âBillboardGuiâ instance gets added to the BubbleChat screen gui when someone talks and then when the bubble is no longer there it auto removes itself so you would just need to destory the billboardGui when it is created.
I tried that earlier and whenever I chatted nothing showed up in the bubblechat screengui inside the player gui, but there was actually another bubble chat screengui inside the core guis and it was showing up there instead. Maybe they updated it when was that screenshot from?
Could be the new version. I think the old version probs is diffrent then the new bubble chat.
Yea probably thanks for trying to help tho