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
- Define a variable with a name and default value
- Set the value from Flows (using the Set Broadcaster Variable effect)
- Read the value in Flows (using the Broadcaster Variable data node) or in overlay Text widgets
Creating Variables
- Navigate to Streamer Variables in the sidebar
- Click Create Variable
- Set the variable name and initial value
- 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
- Flow Variables — Variables scoped to individual flows
- Special Variables — Built-in stream variables