Advertisement
num6456

ink

May 16th, 2018
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. --------------------------------------------------------------------
  2.  
  3. hed.face.Texture = "rbxassetid://589766751"
  4. ----------------------------------------------------
  5. Debounces = {
  6. CanAttack = true;
  7. NoIdl = false;
  8. Slashing = false;
  9. Slashed = false;
  10. RPunch = false;
  11. RPunched = false;
  12. LPunch = false;
  13. LPunched = false;
  14. }
  15. local Touche = {char.Name, }
  16. ----------------------------------------------------
  17. char["Body Colors"].HeadColor = BrickColor.new("White")
  18. char["Body Colors"].TorsoColor = BrickColor.new("White")
  19. char["Body Colors"].LeftArmColor = BrickColor.new("White")
  20. char["Body Colors"].RightArmColor = BrickColor.new("White")
  21. ----------------------------------------------------
  22. ----------------------------------------------------------------
  23.  
  24. ---------------------------- SHIRT AND PANTS --
  25. --------------------------------
  26. shirt = Instance.new("Shirt", char)
  27. shirt.Name = "Shirt"
  28. pants = Instance.new("Pants", char)
  29. pants.Name = "Pants"
  30. char.Shirt.ShirtTemplate = "rbxassetid://769121053"
  31. char.Pants.PantsTemplate = "rbxassetid://1507168534"
  32.  
  33. ---------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement