Skip to content

Api > LuaBehaviour > Start()


LuaBehaviour.Start()⚓︎

Start is called on the frame when a script is enabled just before any of the Update methods are called the first time.

Usage⚓︎

local script = LUA.script;

--- Start message from LuaBehaviour

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