These are scripts made for the Intro to Lua Scripting for Davinci Resolve series on the Asher Roland Channel on YouTube. Learn from the very basics all the way up to making our own script that will ...
function MENU() mn == gg.choice({ "Function 1", "Function 2", "Function 3", },nil,"fast knife, etc standleo") if mn == 1 then funtion1() end if mn == 2 then funtion2 ...