dofile
Loads and executes a file on a new thread.
function dofile(pathpathstringPath to the file to execute.: string): ()Usage
Run a script file
dofile("scripts/autoexec.lua")Loads and executes a file on a new thread.
function dofile(pathpathstringPath to the file to execute.: string): ()dofile("scripts/autoexec.lua")