addEventHandler ( "onPlayerJoin", getRootElement, function() local name = getClientName ( source ) outputChatBox ( "Welcome " .. name .. " to INSERT_SERVER_NAME_HERE", source, 255, 255, 255 ) end )
you can change the color to anything you like
EDIT: moo.. hankey beat me to it
EDIT2: fixed