OnLostOwnership
7/14/25Less than 1 minute
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