lua

  1. 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...
  2. 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