Introduction
This script helps recreate Q&A live streams for your online audience. Inspired by Tom Ellis's Facebook livestream where he answered random fan questions from a bowl, this plugin brings that interactive experience to any streamer. Inspiration— https://www.youtube.com/watch?v=rXM95xsV8LI
What it does! (Options & Features)
Installation
To Add Costum Questions
Issues, bugs, feedback is welcomed on this resource forum thread. Thank you and happy interactive streaming :)
This script helps recreate Q&A live streams for your online audience. Inspired by Tom Ellis's Facebook livestream where he answered random fan questions from a bowl, this plugin brings that interactive experience to any streamer. Inspiration— https://www.youtube.com/watch?v=rXM95xsV8LI
What it does! (Options & Features)
- Selects random questions from a predefined list
- Displays a new question when the source is toggled (Easy to use with Stream Deck)
- Cycles through questions & history (OBS Hotkeys)
- Auto-change interval (displays new questions based on a timer)
Installation
- Download and add the questions.lua script to OBS scripts directory
C:\Program Files\obs-studio\data\obs-plugins\frontend-tools\scripts\
- Open OBS > Menu bar > Tools > click Scripts
- Click The Plus
- Add a text source where questions will be displayed.
To Add Costum Questions
- Tools > Scripts
- Click Edit Script button on question.lua
- Insert your question in between the quotation marks
questions = { "What's your favorite food?", "This is my second question and it looks like this", }
- Save the file > Click the
Issues, bugs, feedback is welcomed on this resource forum thread. Thank you and happy interactive streaming :)