lua

  1. bfxdev

    Tips and tricks for Lua scripts

    I start this thread to share my main advancements with Lua scripting. As of today (OBS v26.0.2 released October 6th 2020), the online documentation describes the OBS API in its original C form, and it is left as an exercise for the scripting enthusiast to figure out how data types are converted...
  2. DeckerEgo

    TallyOBS: Push scene changes to WiFi-enabled tally lights

    DeckerEgo submitted a new resource: TallyPi: Push scene changes to WiFi-enabled tally lights - A tally light platform that doesn't require remote connections into your OBS instance Read more about this resource...
  3. M

    Regular crashing

    Almost every time I use OBS it crashes at least once (and more likely twice or more) on me. * At startup, there's about a 25% chance of it crashing * If I switch scene collections, there's about a 50% chance of it crashing * If I try to remove a scene collection, there's about a 75% chance...
  4. Alexik

    OBS Lua Scene Browsers Refresh 1.0

    This script refreshes all browsers on chosen scene. Created from other script refresh-browsers.lua which refreshes all browsers in the project.
  5. Alexik

    OBS Lua - Scene Item to Source

    I need to get a list of sources of needed scene, but i only found the way to get a list of obs_scene_item objects. How to take the obs_source objects from them?
  6. D

    OBS Lua Whiteboard Source (Windows only) 1.3a

    Whiteboard Source for OBS Studio (Windows only) This script adds a new whiteboard source to OBS Studio that allows users to display live drawings on top of their scenes. Each scene can have its own whiteboard, though the tool settings (color, size, etc.) are shared. Installation Download the...
  7. P

    OBS Lua Text Label Replicator 0.9 (alpha)

    This script is used to propagate changes in the text from a source label (such as, say, a timer) to up to 10 target labels. This is most useful if you have a script such as a countdown timer that you can share among multiple scenes, but which you might want to have styled differently for each...
  8. F

    Hotkeys with Lua script

    Hello! I want to write a script that will write an increasing value to a file. The script code is in the attachments. It works, but the hotkey works twice. When a hot key is pressed once, the value 2 will be written to the file, not 1. Where did I make a mistake?
Top