Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. iz = (game.Players.LocalPlayer.Name)
  2.  
  3. is = (game.Players.LocalPlayer.Character)
  4.  
  5.  
  6. for i,v in pairs(is:GetChildren()) do
  7. if v.ClassName == 'Accessory' then
  8. v:Destroy()
  9. end
  10. end
  11.  
  12. for i,v in pairs(is:GetChildren()) do
  13. if v.ClassName == 'Shirt' then
  14. v:Destroy()
  15. end
  16. end
  17.  
  18. for i,v in pairs(is:GetChildren()) do
  19. if v.ClassName == 'Pants' then
  20. v:Destroy()
  21. end
  22. end
  23.  
  24.  
  25. wait()
  26.  
  27. hat1 = Instance.new('Hat')
  28. hat1.Parent = game.Players[iz].Character
  29.  
  30. handle = Instance.new('Part')
  31. handle.Name = 'Handle'
  32. handle.Parent = hat1
  33.  
  34. handlemesh = Instance.new('SpecialMesh')
  35. handlemesh.MeshType = 'FileMesh'
  36. handlemesh.MeshId = 'http://www.roblox.com/asset/?id=215745382'
  37. handlemesh.TextureId = 'rbxassetid://215692558'
  38. handlemesh.Parent = handle
  39.  
  40.  
  41. iz = (game.Players.LocalPlayer.Name)
  42.  
  43. is = (game.Players.LocalPlayer.Character)
  44.  
  45. is.Head.Transparency = 1
  46.  
  47. for i,v in pairs(is:GetChildren()) do
  48. if v.ClassName == 'Hat' then
  49. v:Destroy()
  50. end
  51. end
  52.  
  53. for i,v in pairs(is:GetChildren()) do
  54. if v.ClassName == 'Shirt' then
  55. v:Destroy()
  56. end
  57. end
  58.  
  59. for i,v in pairs(is:GetChildren()) do
  60. if v.ClassName == 'Pants' then
  61. v:Destroy()
  62. end
  63. end
  64.  
  65. hat2 = Instance.new('Hat')
  66. hat2.Parent = game.Players[iz].Character
  67.  
  68. shirt = Instance.new('Shirt')
  69. shirt.Parent = is
  70. shirt.ShirtTemplate = 'http://www.roblox.com/asset/?id=186852872'
  71.  
  72. shirt = Instance.new('Pants')
  73. shirt.Parent = is
  74. shirt.PantsTemplate = 'http://www.roblox.com/asset/?id=186884915'
  75.  
  76. hat1 = Instance.new('Hat')
  77. hat1.Parent = game.Players[iz].Character
  78.  
  79. handle = Instance.new('Part')
  80. handle.Name = 'Handle'
  81. handle.Parent = hat1
  82.  
  83. handlemesh = Instance.new('SpecialMesh')
  84. handlemesh.MeshType = 'FileMesh'
  85. handlemesh.MeshId = 'http://www.roblox.com/asset/?id=215745382'
  86. handlemesh.TextureId = 'rbxassetid://215692558'
  87. handlemesh.Parent = handle
  88.  
  89. hat2 = Instance.new('Hat')
  90. hat2.Parent = game.Players[iz].Character
  91.  
  92. shirt = Instance.new('Shirt')
  93. shirt.Parent = is
  94. shirt.ShirtTemplate = 'http://www.roblox.com/asset/?id=186852872'
  95.  
  96. shirt = Instance.new('Pants')
  97. shirt.Parent = is
  98. shirt.PantsTemplate = 'http://www.roblox.com/asset/?id=186884915'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement