Script.OnLostOwnership()
Called when the current client loses the network ownership of the object.
Usage
local script = LUA.script;
--- OnLostOwnership message from Script
function script.OnLostOwnership()
-- your code here
end
Called when the current client loses the network ownership of the object.
local script = LUA.script;
--- OnLostOwnership message from Script
function script.OnLostOwnership()
-- your code here
end