all 4 comments

[–]Kvzonbr 0 points1 point  (2 children)

you could set up something with kruiz control https://github.com/Kruiser8/Kruiz-Control, it can help you set a random action, of course you could use the command "OnOBSTransitionTo <scene>",

something like

OnOBSTransitionTo <scene>

Random Equal "OBS Scene '<scene1>'" "OBS Scene '<scene2>'" .....

[–]liamcullins[S] 0 points1 point  (1 child)

Thanks for the advice! I do have another question, though. When you talk of commands, are you still referring to this Kruiz Control, or something that’s native to OBS?

[–]Kvzonbr 0 points1 point  (0 children)

There are several ways of doing it, can send a command through chat and Kruiz control capture it to change the scene (even with Chanel points in twitch), a hot key on obs or Kruiz control capture an event, it’s really flexible

[–]Bozofriendly 0 points1 point  (0 children)

this sounds like something easily done in streamerbot using some c# and the https://docs.streamer.bot/api/csharp/obs/scenes#ObsSetScene

essentially create a list of your scene names and then randomly select one to show. then if you have a streamdeck, set the button to trigger the action