function serverCmdBlue(%client)
{
%player = %client.player;
%player.RLegColor("0.2 0 0.8 1");
%player.client.RArmColor("0.2 0 0.8 1");
%player.LArmColor("0.2 0 0.8 1");
%player.PackColor("0.2 0 0.8 1");
%player.ChestColor("0.2 0 0.8 1");
%player.LHandColor("0.2 0 0.8 1");
%player.SecondPackColor("0.2 0 0.8 1");
%player.LArmColor("0.2 0 0.8 0.7");
NewChatSO.addline("<color:ffffff>Your Now Set For Blue Team");
}
Am I Just Really Bad At Scripting, How Could I Make This Work To Change Those Certain Parts Of My Body That Color(Blue).