onHandshake
Fired on a handshake with a user.
Note
Returning a World here will send the client to it.
Usage
function onHandshake(Client: cl)
cl:chat(string.format("Welcome to the server, %s", cl:getname()))
end
Fired on a handshake with a user.
Note
Returning a World here will send the client to it.
function onHandshake(Client: cl)
cl:chat(string.format("Welcome to the server, %s", cl:getname()))
end