Hi! I’m developing a multiplayer trivia game and I’m considering using TextChatService:DisplayBubble() to display a player’s submitted answer above their character as a gameplay mechanic.
I have a question regarding Roblox’s communication policies and the newer age-based communication restrictions.
If two players are in different communication groups and aren’t allowed to chat with each other, will they still see each other’s manually displayed bubbles created with TextChatService:DisplayBubble(), or does Roblox automatically apply the same visibility restrictions as normal bubble chat?
Also, is there anything else I should know before using DisplayBubble() for gameplay? For example, are there any moderation, filtering, or policy considerations that apply even if I’m only displaying validated gameplay input (such as trivia answers) rather than allowing free-form chat?
I couldn’t find documentation that specifically addresses this, so I’d appreciate any clarification or guidance. Thanks!