getColorgetColor(): Promise<string, Error>현재 플레이어의 색상 반환함수 예시player.getColor().then(function(color) { // color = the hex color of the player }).catch(function(error) { // an error occurred });