Skip to main content

OBS Current Scene

Runs on: Backend — reads state from the backend's OBS WebSocket bridge.

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​

NameTypeDescription
Scene NamestringThe 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.