%client.player.setNodeColor("ALL","R G B A");
%player.setNodeColor("ALL","R G B A");
%player.setFaceName("memeGrinMan"); //Example
Also, if you want the players to never change their appearance backpackage noChange{ function serverCmdUpdateBodyColors() {} function serverCmdUpdateBodyParts() {}};activatepackage(noChange);This makes the commands a client sends to change their avatar ineffective Use this if you plan on making players not have their avatars change back... ever
If you don't plan on ever deactivating the package, then there's no point to put this in a package.
Yes there is. What if you close the server and start one without the add-on enabled?
Then the function reverts back to normal because the base codes were executed?
Still, is there any reason to break the zen just because "it'll work without it"?