OBS Switch Scene
The OBS Switch Scene effect transitions OBS to a different scene. You can provide the scene name dynamically via the input, or set it statically in the node's configuration. If both are provided, the input value takes priority.
Use this to automate scene changes based on stream events -- for example, switching to a "Be Right Back" scene when you step away, or changing to a special celebration scene when someone subscribes.
Inputs
| Name | Type | Description |
|---|---|---|
Scene Name | string | The name of the OBS scene to switch to. Must match the scene name in OBS exactly. |
Configuration
- Scene Name: You can pre-set the target scene name here instead of providing it via the input.
Example
Create a !brb moderator command that switches OBS to your "Be Right Back" scene. Connect the Chat Command trigger through an Is Moderator check, then connect to an OBS Switch Scene effect with the scene name set to "Be Right Back". When a mod types !brb, OBS automatically switches scenes.