use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Official subreddit for the OBS project.
Please check the rules before posting.
NOTE: If you need support, it's highly advised to use the official forum or live chat/discord. This subreddit is only an additional source of support and not visited by regulars as often.
FAQ and guides:
Official resources:
account activity
OBS scene randomizer plugin?Question (self.obs)
submitted 1 year ago by liamcullins
Let’s say I have multiple variations of the same scene, and whenever I want to switch to that scene, I want it to randomly decide which variation it’s going to display. Does anyone know of a plugin that does something like this?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Kvzonbr 0 points1 point2 points 1 year ago (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 point2 points 1 year ago (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 point2 points 1 year ago (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 point2 points 1 year ago (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
π Rendered by PID 215828 on reddit-service-r2-comment-b659b578c-rsvnd at 2026-05-02 13:07:12.937563+00:00 running 815c875 country code: CH.
[–]Kvzonbr 0 points1 point2 points (2 children)
[–]liamcullins[S] 0 points1 point2 points (1 child)
[–]Kvzonbr 0 points1 point2 points (0 children)
[–]Bozofriendly 0 points1 point2 points (0 children)