Skip to content

Api > Script > Start()


Script.Start()⚓︎

Called once at the beginning of the game.

Usage⚓︎

local script = LUA.script;

--- Start message from Script

function script.Start()
   -- your code here 
end