Script.OnBecomeOwner()
Called when the current client becomes the owner of the object.
Usage
local script = LUA.script;
--- OnBecomeOwner message from Script
function script.OnBecomeOwner()
-- your code here
end
Called when the current client becomes the owner of the object.
local script = LUA.script;
--- OnBecomeOwner message from Script
function script.OnBecomeOwner()
-- your code here
end