OBS Current Scene
The OBS Current Scene data node gets the name of the currently active scene in OBS Studio. Each time a downstream node requests its value, it returns the up-to-date scene name as a string. Use this to make flow decisions based on which scene is active, or to display the current scene name in an overlay.
Outputs
| Name | Type | Description |
|---|---|---|
Scene Name | string | The name of the currently active OBS scene |
Example
You want a chat command to behave differently depending on which scene is active. Connect the OBS Current Scene node to a check node that compares the scene name. If the scene is "Just Chatting", play a casual sound effect. If the scene is "Gameplay", play a different one. This lets you create scene-aware interactions.