base.localAvatar.findAllMatches('**/torso-top').setColorScale(25) base.localAvatar.findAllMatches('**/torso-bot').setColorScale(25) base.localAvatar.findAllMatches('**/sleeves').setColorScale(25) shirt = base.localAvatar.findAllMatches('**/torso-top') shirttex = loader.loadTexture("phase_4/maps/tt_t_chr_avt_shirt_sellbotCrusher.jpg") shirt.setTexture(shirttex, 1) short = base.localAvatar.findAllMatches('**/torso-bot') shorttex = loader.loadTexture("phase_4/maps/tt_t_chr_avt_shorts_sellbotCrusher.jpg") short.setTexture(shorttex, 1) sleeves = base.localAvatar.findAllMatches('**/sleeves') sleevestex = loader.loadTexture("phase_4/maps/tt_t_chr_avt_shirtSleeve_sellbotCrusher.jpg") sleeves.setTexture(sleevestex, 1) base.localAvatar.setName('RESISTANCE RANGER Yes') AW = base.cr.doFindAll("render/RESISTANCE RANGER Yes") for AW in base.cr.doFindAll("render/RESISTANCE RANGER Yes"): AW.findAllMatches('**/hands').setColor(0.55,0.55,1) AW.findAllMatches('**/hands').setColorScale(25) shirts=loader.loadTexture("phase_4/maps/tt_t_chr_avt_shirt_halloween4.jpg") sleve=loader.loadTexture("phase_4/maps/tt_t_chr_avt_shirtSleeve_halloween4.jpg") AW.findAllMatches('**/hands').setTexture(sleve, 2) AW.findAllMatches('**/hands').setColor(0,1,0)