Question / Help Scripts and opensuse ...

georgezilla

New Member
Using opensuse Leap 15
OBS Studio 22.02

I want to use scripts in my stream. In /usr/share/obs/obs-plugins/frontend-tools/scripts there are 3 lua scripts.

But nowhere do I find where to use them. Should be in the Tools menu, but nothing there ( well, Auto-Config, Scene Switcher and Output Timer ), no clock-source, countdown or instant-replay .lua's that are listed in above location.

Reasonably new to OBS, am I missing something?
 

Narcogen

Active Member
Tools > Scripts

Click the + button to add a lua script and then options should appear to configure it.
 

georgezilla

New Member
There is no "Scripts" under Tools in the menu bar on my OBS.

And I mentioned in my OP ....

opensuse Leap 15
OBS Studio 22.02
 

carlsampurna

New Member
I just solved a similar problem (Tools menu missing "Scripts" entry) that was due to running obs with a firejail profile that disabled LUA. Adding

include allow-lua.inc

to ~/.config/firejail/obs.local fixed it
 
Top