Hello, 
i was wondering, how to create a command that sends you your current id of skin in the chat box. 
That's my current code, that isn't working. 
 
  
function checkSkin ( player ) 
    outputChatBox ( "Your skin ID is: " .. getElementModel ( player ) ) 
end 
addCommandHandler ( "skin", checkSkin )