Advertisement
Theskyler900

Sans skin

Aug 17th, 2017
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. sansShirt = it("Shirt")
  2. sansShirt.Name = "Shirt"
  3. sansShirt.ShirtTemplate = "http://www.roblox.com/asset/?id=302011210"
  4. sansPants = it("Pants")
  5. sansPants.Name = "Pants"
  6. sansPants.PantsTemplate = "http://www.roblox.com/asset/?id=286482064"
  7. sansBodyColors = it("BodyColors")
  8. sansBodyColors.HeadColor = BrickColor.new("Really black")
  9. sansBodyColors.LeftArmColor = BrickColor.new("Institutional white")
  10. sansBodyColors.LeftLegColor = BrickColor.new("Institutional white")
  11. sansBodyColors.RightArmColor = BrickColor.new("Institutional white")
  12. sansBodyColors.RightLegColor = BrickColor.new("Institutional white")
  13. sansBodyColors.TorsoColor = BrickColor.new("Institutional white")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement