Advertisement
TheUnsafeEnd

whaterver

May 18th, 2018
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.94 KB | None | 0 0
  1.  
  2. char.Shirt:Remove()
  3. char.Pants:Remove()
  4.  
  5. shirt = Instance.new("Shirt", char)
  6. shirt.Name = "Shirt"
  7. pants = Instance.new("Pants", char)
  8. pants.Name = "Pants"
  9. char.Shirt.ShirtTemplate = "rbxassetid://1091712911"
  10. char.Pants.PantsTemplate = "rbxassetid://1448269749"
  11. for i, v in pairs(char:GetChildren()) do
  12. if v.ClassName == "Accessory" then
  13. v:Remove()
  14. end
  15. end
  16.  
  17. Hat3 = Instance.new("Model")
  18. Hat3.Parent = char
  19. Hat3.Name = "Hat3"
  20. rh = Instance.new("Part")
  21. rh.Parent = Hat3
  22. rh.BrickColor = BrickColor.new("Really black")
  23. rh.Locked = true
  24. rh.CanCollide = false
  25. mesh = Instance.new("SpecialMesh")
  26. rh.formFactor = "Symmetric"
  27. mesh.MeshType = "FileMesh"
  28. mesh.MeshId = "rbxassetid://1476257758"
  29. mesh.TextureId = "rbxassetid://871411385"
  30. mesh.Parent = rh
  31. local weld = Instance.new("Weld")
  32. weld.Parent = rh
  33. weld.Part0 = rh
  34. weld.Part1 = char.Head
  35. weld.C0 = CFrame.new(-0.05, -0.2, 0.1)*CFrame.Angles(0, 0, 0)
  36. mesh.Scale = Vector3.new(1.05,1, 0.8)
  37. Hat3.Part.Transparency = 0
  38.  
  39. Hat = Instance.new("Model")
  40. Hat.Parent = char
  41. Hat.Name = "Hat"
  42. rh = Instance.new("Part")
  43. rh.Parent = Hat
  44. rh.BrickColor = BrickColor.new("Really black")
  45. rh.Locked = true
  46. rh.CanCollide = false
  47. mesh = Instance.new("SpecialMesh")
  48. rh.formFactor = "Symmetric"
  49. mesh.MeshType = "FileMesh"
  50. mesh.MeshId = "rbxassetid://874044556"
  51. mesh.TextureId = "rbxassetid://875114591"
  52. mesh.Parent = rh
  53. local weld = Instance.new("Weld")
  54. weld.Parent = rh
  55. weld.Part0 = rh
  56. weld.Part1 =char.Head
  57. weld.C0 = CFrame.new(0, -0.8, -0.5)*CFrame.Angles(0, 0, 0)
  58. mesh.Scale = Vector3.new(0.04,0.038, 0.04)
  59.  
  60. muscle = Instance.new("Model")
  61. muscle.Parent = char
  62. muscle.Name = "muscle"
  63. rh = Instance.new("Part")
  64. rh.Parent = muscle
  65. rh.BrickColor = BrickColor.new("Alder")
  66. rh.Locked = true
  67. rh.CanCollide = false
  68. mesh = Instance.new("SpecialMesh")
  69. rh.formFactor = "Symmetric"
  70. mesh.MeshType = "FileMesh"
  71. mesh.MeshId = "rbxassetid://958074736"
  72. mesh.Parent = rh
  73. local weld = Instance.new("Weld")
  74. weld.Parent = rh
  75. weld.Part0 = rh
  76. weld.Part1 =char.Torso
  77. weld.C0 = CFrame.new(0, 0.1, 0.5)*CFrame.Angles(12.4, 0, 0)
  78. mesh.Scale = Vector3.new(0.009,0.01,0.01)
  79.  
  80.  
  81.  
  82.  
  83. scarf = Instance.new("Model")
  84. scarf.Parent = char
  85. scarf.Name = "scarf"
  86. rh = Instance.new("Part")
  87. rh.Parent = scarf
  88. rh.BrickColor = BrickColor.new("White")
  89. rh.Locked = true
  90. rh.CanCollide = false
  91. mesh = Instance.new("SpecialMesh")
  92. rh.formFactor = "Symmetric"
  93. mesh.MeshType = "FileMesh"
  94. mesh.MeshId = "rbxassetid://873798502"
  95.  
  96. mesh.Parent = rh
  97. local weld = Instance.new("Weld")
  98. weld.Parent = rh
  99. weld.Part0 = rh
  100. weld.Part1 =char.Torso
  101. weld.C0 = CFrame.new(0, -1., 0)*CFrame.Angles(0, 0, 0)
  102. mesh.Scale = Vector3.new(0.0155,0.0155,0.0155)
  103.  
  104. rs = Instance.new("Model")
  105. rs.Parent = char
  106. rs.Name = "rs"
  107. rh = Instance.new("Part")
  108. rh.Parent = rs
  109. rh.BrickColor = BrickColor.new("Bright yellow")
  110. rh.Locked = true
  111. rh.CanCollide = false
  112. mesh = Instance.new("SpecialMesh")
  113. rh.formFactor = "Symmetric"
  114. mesh.MeshType = "FileMesh"
  115. mesh.MeshId = "rbxassetid://874040321"
  116. mesh.TextureId = "rbxassetid://875114591"
  117. mesh.Parent = rh
  118. local weld = Instance.new("Weld")
  119. weld.Parent = rh
  120. weld.Part0 = rh
  121. weld.Part1 =char["Right Arm"]
  122. weld.C0 = CFrame.new(0, -1, 0)*CFrame.Angles(0, 0, 0)
  123. mesh.Scale = Vector3.new(0.012,0.012,0.012)
  124.  
  125. ls = Instance.new("Model")
  126. ls.Parent = char
  127. ls.Name = "ls"
  128. rh = Instance.new("Part")
  129. rh.Parent = ls
  130. rh.BrickColor = BrickColor.new("Bright yellow")
  131. rh.Locked = true
  132. rh.CanCollide = false
  133. mesh = Instance.new("SpecialMesh")
  134. rh.formFactor = "Symmetric"
  135. mesh.MeshType = "FileMesh"
  136. mesh.MeshId = "rbxassetid://874041559"
  137. mesh.TextureId = "rbxassetid://875114591"
  138. mesh.Parent = rh
  139. local weld = Instance.new("Weld")
  140. weld.Parent = rh
  141. weld.Part0 = rh
  142. weld.Part1 =char["Left Arm"]
  143. weld.C0 = CFrame.new(0, -1, 0)*CFrame.Angles(0, 0, 0)
  144. mesh.Scale = Vector3.new(0.012,0.012,0.012)
  145.  
  146. cloth = Instance.new("Model")
  147. cloth.Parent = char
  148. cloth.Name = "cloth"
  149. rh = Instance.new("Part")
  150. rh.Parent = cloth
  151. rh.BrickColor = BrickColor.new("Quill grey")
  152. rh.Locked = true
  153. rh.CanCollide = false
  154. mesh = Instance.new("SpecialMesh")
  155. rh.formFactor = "Symmetric"
  156. mesh.MeshType = "FileMesh"
  157. mesh.MeshId = "rbxassetid://874045262"
  158.  
  159. mesh.Parent = rh
  160. local weld = Instance.new("Weld")
  161. weld.Parent = rh
  162. weld.Part0 = rh
  163. weld.Part1 =char.Torso
  164. weld.C0 = CFrame.new(0, 1.6, 0.2)*CFrame.Angles(-0.5, 0, 0)
  165. mesh.Scale = Vector3.new(0.0065,0.008,0.008)
  166.  
  167. ear1 = Instance.new("Model")
  168. ear1.Parent = char
  169. ear1.Name = "ear1"
  170. rh = Instance.new("Part")
  171. rh.Parent = ear1
  172. rh.BrickColor = BrickColor.new("Pastel Blue")
  173. rh.Locked = true
  174. rh.CanCollide = false
  175. mesh = Instance.new("SpecialMesh")
  176. rh.formFactor = "Symmetric"
  177. mesh.MeshType = "FileMesh"
  178. mesh.MeshId = "rbxassetid://431119824"
  179. mesh.Parent = rh
  180. local weld = Instance.new("Weld")
  181. weld.Parent = rh
  182. weld.Part0 = rh
  183. weld.Part1 =char.Head
  184. weld.C0 = CFrame.new(0, -0.2, 0.65)*CFrame.Angles(0, 64, 0)
  185. mesh.Scale = Vector3.new(0.025,0.025, 0.025)
  186. end <eof>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement