Skip to main content

Streamer Variables

Streamer Variables are custom dynamic values that you define and control. Use them in Flows and overlay widgets to track custom data across your stream — counters, states, messages, or any value you need.

How They Work

  1. Define a variable with a name and default value
  2. Set the value from Flows (using the Set Broadcaster Variable effect)
  3. Read the value in Flows (using the Broadcaster Variable data node) or in overlay Text widgets

Creating Variables

  1. Navigate to Streamer Variables in the sidebar
  2. Click Create Variable
  3. Set the variable name and initial value
  4. Save

Using in Flows

Reading Variables

Use the Broadcaster Variable data node to read the current value:

Setting Variables

Use the Set Broadcaster Variable effect node to update values:

Using in Overlays

Reference streamer variables in Text widgets using the double curly brace syntax, similar to special variables.

Use Cases

  • Death counter — Track deaths in a game, increment from Stream Deck or chat command
  • Status tracker — Display a custom status message that can be updated via Flow
  • Score counter — Track points in a viewer competition
  • Custom greetings — Store and display personalized messages

See Also