Skip to main content

OBS Scene Changed

The OBS Scene Changed trigger fires whenever you switch to a different scene in OBS. This lets you automate actions based on which scene is active -- for example, muting your microphone when you switch to a "Be Right Back" scene, or enabling specific chat commands only when you are on your gameplay scene.

The trigger provides the name of the new active scene as a string output.

Outputs

NameTypeDescription
Scene NamestringThe name of the scene that was switched to.

Example

Use the OBS Scene Changed trigger combined with a String Check node to detect when you switch to your "BRB" scene. When that happens, automatically post a message in chat letting viewers know you will be right back. When you switch to any other scene, send a message saying you have returned.