Skip to main content

Get Broadcaster Variable

Runs on: Frontend (Chatbox) — only available in the Chatbox Flow Editor; runs inside the OBS browser source.

The Get Broadcaster Variable node reads a Streamer Variable — a channel-wide value shared by all viewers. Use it to make your chatbox react to channel state, such as a current game mode or whether an event is active.

It has no input. Connect the output into a check node to route messages based on the value.

Outputs

NameTypeDescription
outputanyThe current value of the chosen broadcaster variable.

Configuration

  • Variable: The name of the broadcaster variable to read.

Example

You keep a broadcaster variable hypeMode that you toggle on during big moments. Feed Get Broadcaster Variable into a check, and route Pass to a flashier chatbox variant so every message looks more energetic while hype mode is on.