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