On Avatar Spawn
API -
function yourEvent(user)
log(user.displayName .. ' has spawned!');
end
return function()
addEvent('spawn', 'yourEvent'); --attaches the event to yourEvent()
keepAlive();
end
Last updated
API -
function yourEvent(user)
log(user.displayName .. ' has spawned!');
end
return function()
addEvent('spawn', 'yourEvent'); --attaches the event to yourEvent()
keepAlive();
end
Last updated