Is Subscriber
Runs on: Frontend (Chatbox) — only available in the Chatbox Flow Editor; runs inside the OBS browser source.
The Is Subscriber check reads the is_subscriber flag on the incoming chat message. This flag is set to true when the chatter has a subscriber badge in their badge list. If they are a subscriber the message is forwarded to Pass; otherwise it goes to Fail.
Use this node to give subscribers a visual reward in the chatbox — a gold username, a star icon, or an elevated layout variant. Combining it with the Is Moderator check lets you create tiered layouts for different viewer roles.
Inputs
| Name | Type | Description |
|---|---|---|
message | chat-message | The chat message object from the Chat Message trigger or an upstream check node. |
Outputs
| Name | Type | Description |
|---|---|---|
pass | chat-message | The message, forwarded if the chatter is a subscriber. |
fail | chat-message | The message, forwarded if the chatter is not a subscriber. |
Example
Connect the Pass branch to a "subscriber" variant that displays the chatter's username in gold with a star prefix. Connect the Fail branch to the standard variant so non-subscribers still appear normally.