What is the toontown injector code for the scientist shirt
What is the toontown injector code for the scientist shirt
^^ i dont have it, but i do have other clothing codes (;!
- 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 Dude')
- base.localAvatar.setColor(111,0.7122,0.544)
- shirts3=loader.loadTexture("phase_4/maps/tt_t_chr_shirt_scientistA.jpg")
- sleve3=loader.loadTexture("phase_4/maps/tt_t_chr_shirtSleeve_scientist.jpg")
- shorts3=loader.loadTexture("phase_4/maps/tt_t_chr_shorts_scientistA.jpg")
- base.localAvatar.findAllMatches('**/torso-top').setTexture(shirts3, 1)
- base.localAvatar.findAllMatches('**/torso-bot').setTexture(shorts3, 1)
- base.localAvatar.findAllMatches('**/sleeves').setTexture(sleve3, 1)
- base.localAvatar.setScale(6)
hope it works ! (;!