lua

  1. D

    OBS Lua Whiteboard Source (Windows only) 1.4

    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...
  2. 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...
  3. 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?
Back
Top