Skip to main content

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

NameTypeDescription
messagechat-messageThe chat message object from the Chat Message trigger or an upstream check node.

Outputs

NameTypeDescription
passchat-messageThe message, forwarded if the chatter is a subscriber.
failchat-messageThe 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.