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
Called once at the beginning of the game.
local script = LUA.script;
--- Start message from Script
function script.Start()
-- your code here
end