Sn00py 3 Posted September 27, 2018 if (player.model === 1885233650) { player.setClothes(1, 0, 28, 0); // Mask player.setClothes(11, 78, misc.getRandomInt(0, 15), 0); // Top player.setClothes(3, 14, 0, 0); player.setClothes(252, 0, 0, 0); player.setClothes(84, 0, misc.getRandomInt(0, 15), 0); // Legs } else { player.setProp(0, 132, 0); // Hat player.setClothes(11, 78, misc.getRandomInt(0, 7), 0); // Top player.setClothes(3, 9, 0, 0); player.setClothes(82, 0, 0, 0); player.setClothes(4, 1, misc.getRandomInt(0, 15), 0); // Legs }; How can i set clothes like i will? i do not understand the different between masks and hats... can someone drop an example with an mask and an hat? Share this post Link to post Share on other sites