It's working fine, it's copying the look of the object where it is attached to, and it's enabled by default. It wont work in GUI, you have to copy the attributes of the player you want to display.
PHP Code:
playerlook = false;
actor.head = player.head;
actor.body = player.body;
for (i=1; i<=30; i++)
actor.attr[i] = player.attr[i];
for (i=0; i<5; i++)
actor.colors[i] = player.colors[i];