findclientbyname(nat3).player.hidenode("YOURCURRENTTYPEOFHAT");thenfindclientbyname(nat3).player.unhidenode("VISOR");
findclientbyname(nat3).hidenode("YOURCURRENTTYPEOFHAT");thenfindclientbyname(nat3).unhidenode("VISOR");
fixed
$pref::Avatar::Hat = "7";clientcmdupdateprefs();
Code: [Select]$pref::Avatar::Hat = "7";clientcmdupdateprefs();Would change your hat to the knithatReplace 7 with the id of the hat you want (figure them out by trying numbers between 0 and 8)