Advertisement
Gametoy

sute

Apr 16th, 2018
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 108.16 KB | None | 0 0
  1. local S = setmetatable({},{__index = function(s,i) return game:service(i) end})
  2. local ins =Instance.new
  3. local p=game:service("Players").LocalPlayer
  4. Instance.new("ForceField", game.Players.LocalPlayer.Character). Visible = false
  5. local char=p.Character
  6. local torso=char.Torso
  7. local hed=char.Head
  8. local hrp =char.HumanoidRootPart
  9. local larm=char:FindFirstChild("Left Arm")
  10. local rarm=char:FindFirstChild("Right Arm")
  11. local lleg=char:FindFirstChild("Left Leg")
  12. local rleg=char:FindFirstChild("Right Leg")
  13. local hum=char.Humanoid
  14. local hb=game:service("RunService").Heartbeat
  15. local rs=game:service("RunService").Stepped
  16. hum.MaxHealth = math.huge
  17. hum.Health = math.huge
  18.  
  19. local player = game:service("Players").LocalPlayer
  20. local mouse = player:GetMouse()
  21. local cam = workspace.CurrentCamera
  22. local char = player.Character
  23. local Torsoz = char:findFirstChild("Torso")
  24. local RA = char:findFirstChild("Right Arm")
  25. local LA = char:findFirstChild("Left Arm")
  26. local RL = char:findFirstChild("Right Leg")
  27. local LL = char:findFirstChild("Left Leg")
  28. local H = char:findFirstChild("Head")
  29. local Hu = char:findFirstChild("Humanoid")
  30. local RS = Torsoz:findFirstChild("Right Shoulder")
  31. local LS = Torsoz:findFirstChild("Left Shoulder")
  32. local RH = Torsoz:findFirstChild("Right Hip")
  33. local LH = Torsoz:findFirstChild("Left Hip")
  34. local N = Torsoz:findFirstChild("Neck")
  35. local NV = Vector3.new(0,0,0)
  36. local FOV = 70
  37. local Shift, Space, Sitting = false,false,false
  38. local GravPoint = 0
  39. local Diving = false
  40. local DivingCooldown = 0
  41. local DivingDir = NV
  42. local DivingCF = CFrame.new(0,0,0)
  43. local DivingBG, DivingBV
  44. local HWallRunning = false
  45. local HWRGravDrop = false
  46. local HWRLastPart
  47. local HWRCooldown = 0
  48. local HWRDir
  49. local VWallRunning = false
  50. local VWRLastPart
  51. local VWRCooldown = 0
  52. local VWRLeft,VWRRight = false,false
  53. local Sliding = false
  54. local SlideCooldown = 0
  55. local Standing = true
  56. local Action = "Standing"
  57. local animplus = true
  58. local animspeed = 0
  59. local animangle = 0.01
  60. local Joint1, Joint2, Joint3, Joint4, Joint5
  61.  
  62. pr = Instance.new("Part",H)
  63. pr.BrickColor = BrickColor.new("Black")
  64. pr.Material = "Metal"
  65. pr.Reflectance = 0.04
  66. pr.Anchored = false
  67. pr.CanCollide = false
  68. pr.Archivable = false
  69. pr.Locked = true
  70. pr.Size = Vector3.new(2,0.8,1)
  71. prm = Instance.new("SpecialMesh",pr)
  72. prm.MeshType = "FileMesh"
  73. prm.MeshId = "rbxassetid://16952952"
  74. prm.Scale = Vector3.new(1,1,1)
  75. --Left Arm
  76. m = Instance.new("Model")
  77. m.Name = "LeftArm"
  78. p1 = Instance.new("Part", m)
  79. p1.BrickColor = BrickColor.new("Lime green")
  80. p1.Material = Enum.Material.Granite
  81. p1.CFrame = CFrame.new(3.5, -9.44201183, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  82. p1.FormFactor = Enum.FormFactor.Custom
  83. p1.Size = Vector3.new(1, 0.200000048, 1)
  84. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  85. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  86. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  87. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  88. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  89. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  90. b1 = Instance.new("SpecialMesh", p1)
  91. b1.MeshType = Enum.MeshType.Brick
  92. b1.Name = "Mesh"
  93. b1.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  94. p2 = Instance.new("Part", m)
  95. p2.BrickColor = BrickColor.new("Lime green")
  96. p2.Material = Enum.Material.Granite
  97. p2.CFrame = CFrame.new(3.5, -9.74201393, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  98. p2.FormFactor = Enum.FormFactor.Custom
  99. p2.Size = Vector3.new(1, 0.200000048, 1)
  100. p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  101. p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  102. p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  103. p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  104. p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  105. p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  106. b2 = Instance.new("SpecialMesh", p2)
  107. b2.MeshType = Enum.MeshType.Brick
  108. b2.Name = "Mesh"
  109. b2.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  110. p3 = Instance.new("Part", m)
  111. p3.BrickColor = BrickColor.new("Lime green")
  112. p3.Material = Enum.Material.Granite
  113. p3.CFrame = CFrame.new(3.5, -9.14201164, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  114. p3.FormFactor = Enum.FormFactor.Custom
  115. p3.Size = Vector3.new(1, 0.200000048, 1)
  116. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  117. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  118. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  119. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  120. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  121. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  122. b3 = Instance.new("SpecialMesh", p3)
  123. b3.MeshType = Enum.MeshType.Brick
  124. b3.Name = "Mesh"
  125. b3.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  126. p4 = Instance.new("Part", m)
  127. p4.BrickColor = BrickColor.new("Lime green")
  128. p4.Material = Enum.Material.Granite
  129. p4.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  130. p4.FormFactor = Enum.FormFactor.Custom
  131. p4.Size = Vector3.new(1, 0.200000048, 1)
  132. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  133. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  134. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  135. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  136. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  137. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  138. b4 = Instance.new("SpecialMesh", p4)
  139. b4.MeshType = Enum.MeshType.Brick
  140. b4.Name = "Mesh"
  141. b4.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  142. p5 = Instance.new("Part", m)
  143. p5.BrickColor = BrickColor.new("Lime green")
  144. p5.Material = Enum.Material.Granite
  145. p5.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  146. p5.FormFactor = Enum.FormFactor.Custom
  147. p5.Size = Vector3.new(1, 0.200000048, 1)
  148. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  149. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  150. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  151. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  152. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  153. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  154. b5 = Instance.new("SpecialMesh", p5)
  155. b5.MeshType = Enum.MeshType.Brick
  156. b5.Name = "Mesh"
  157. b5.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  158. p6 = Instance.new("Part", m)
  159. p6.BrickColor = BrickColor.new("Lime green")
  160. p6.Material = Enum.Material.Granite
  161. p6.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  162. p6.FormFactor = Enum.FormFactor.Custom
  163. p6.Size = Vector3.new(1, 1, 1)
  164. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  165. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  166. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  167. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  168. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  169. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  170. b6 = Instance.new("SpecialMesh", p6)
  171. b6.MeshType = Enum.MeshType.Sphere
  172. b6.Name = "Mesh"
  173. p7 = Instance.new("Part", m)
  174. p7.BrickColor = BrickColor.new("Black")
  175. p7.Material = Enum.Material.SmoothPlastic
  176. p7.Name = "LeftArmPlate"
  177. p7.CFrame = CFrame.new(3.5, -9.54201603, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  178. p7.FormFactor = Enum.FormFactor.Symmetric
  179. p7.Size = Vector3.new(1, 2, 1)
  180. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  181. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  182. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  183. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  184. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  185. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  186. b7 = Instance.new("SpecialMesh", p7)
  187. b7.MeshType = Enum.MeshType.Brick
  188. b7.Name = "Mesh"
  189. b7.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  190. p8 = Instance.new("Part", m)
  191. p8.BrickColor = BrickColor.new("Lime green")
  192. p8.Material = Enum.Material.Granite
  193. p8.CFrame = CFrame.new(3.5, -9.14201164, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  194. p8.FormFactor = Enum.FormFactor.Custom
  195. p8.Size = Vector3.new(1, 0.200000048, 1)
  196. p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  197. p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  198. p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  199. p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  200. p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  201. p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  202. b8 = Instance.new("SpecialMesh", p8)
  203. b8.MeshType = Enum.MeshType.Brick
  204. b8.Name = "Mesh"
  205. b8.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  206. p9 = Instance.new("Part", m)
  207. p9.BrickColor = BrickColor.new("Black")
  208. p9.Material = Enum.Material.SmoothPlastic
  209. p9.CFrame = CFrame.new(3.5, -8.69201183, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  210. p9.FormFactor = Enum.FormFactor.Custom
  211. p9.Size = Vector3.new(1, 0.349999994, 1)
  212. p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  213. p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  214. p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  215. p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  216. p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  217. p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  218. b9 = Instance.new("SpecialMesh", p9)
  219. b9.MeshType = Enum.MeshType.Brick
  220. b9.Name = "Mesh"
  221. b9.Scale = Vector3.new(1.12, 1.01999998, 1.12)
  222. p10 = Instance.new("Part", m)
  223. p10.BrickColor = BrickColor.new("Black")
  224. p10.Material = Enum.Material.Metal
  225. p10.CFrame = CFrame.new(3.5, -8.99201584, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  226. p10.FormFactor = Enum.FormFactor.Custom
  227. p10.Size = Vector3.new(1, 0.25, 1)
  228. p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  229. p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  230. p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  231. p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  232. p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  233. p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  234. b10 = Instance.new("SpecialMesh", p10)
  235. b10.MeshType = Enum.MeshType.Brick
  236. b10.Name = "Mesh"
  237. b10.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  238. p11 = Instance.new("Part", m)
  239. p11.BrickColor = BrickColor.new("Black")
  240. p11.Material = Enum.Material.Metal
  241. p11.CFrame = CFrame.new(3.5, -9.29201508, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  242. p11.FormFactor = Enum.FormFactor.Custom
  243. p11.Size = Vector3.new(1, 0.25, 1)
  244. p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  245. p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  246. p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  247. p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  248. p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  249. p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  250. b11 = Instance.new("SpecialMesh", p11)
  251. b11.MeshType = Enum.MeshType.Brick
  252. b11.Name = "Mesh"
  253. b11.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  254. p12 = Instance.new("Part", m)
  255. p12.BrickColor = BrickColor.new("Black")
  256. p12.Material = Enum.Material.Metal
  257. p12.CFrame = CFrame.new(3.5, -9.59201431, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  258. p12.FormFactor = Enum.FormFactor.Custom
  259. p12.Size = Vector3.new(1, 0.25, 1)
  260. p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  261. p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  262. p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  263. p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  264. p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  265. p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  266. b12 = Instance.new("SpecialMesh", p12)
  267. b12.MeshType = Enum.MeshType.Brick
  268. b12.Name = "Mesh"
  269. b12.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  270. p13 = Instance.new("Part", m)
  271. p13.BrickColor = BrickColor.new("Lime green")
  272. p13.Material = Enum.Material.Granite
  273. p13.CFrame = CFrame.new(3.5, -9.44201088, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  274. p13.FormFactor = Enum.FormFactor.Custom
  275. p13.Size = Vector3.new(1, 0.200000048, 1)
  276. p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  277. p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  278. p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  279. p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  280. p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  281. p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  282. b13 = Instance.new("SpecialMesh", p13)
  283. b13.MeshType = Enum.MeshType.Brick
  284. b13.Name = "Mesh"
  285. b13.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  286. p14 = Instance.new("Part", m)
  287. p14.BrickColor = BrickColor.new("Black")
  288. p14.Material = Enum.Material.Metal
  289. p14.CFrame = CFrame.new(3.5, -9.89201069, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  290. p14.FormFactor = Enum.FormFactor.Custom
  291. p14.Size = Vector3.new(1, 0.25, 1)
  292. p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  293. p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  294. p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  295. p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  296. p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  297. p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  298. b14 = Instance.new("SpecialMesh", p14)
  299. b14.MeshType = Enum.MeshType.Brick
  300. b14.Name = "Mesh"
  301. b14.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  302. p15 = Instance.new("Part", m)
  303. p15.BrickColor = BrickColor.new("Lime green")
  304. p15.Material = Enum.Material.Granite
  305. p15.CFrame = CFrame.new(3.5, -9.74201298, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  306. p15.FormFactor = Enum.FormFactor.Custom
  307. p15.Size = Vector3.new(1, 0.200000048, 1)
  308. p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  309. p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  310. p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  311. p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  312. p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  313. p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  314. b15 = Instance.new("SpecialMesh", p15)
  315. b15.MeshType = Enum.MeshType.Brick
  316. b15.Name = "Mesh"
  317. b15.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  318. p16 = Instance.new("Part", m)
  319. p16.BrickColor = BrickColor.new("Black")
  320. p16.Material = Enum.Material.SmoothPlastic
  321. p16.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  322. p16.FormFactor = Enum.FormFactor.Custom
  323. p16.Size = Vector3.new(1.01999998, 0.300000012, 1.01999998)
  324. p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  325. p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  326. p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  327. p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  328. p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  329. p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  330. b16 = Instance.new("SpecialMesh", p16)
  331. b16.MeshType = Enum.MeshType.Brick
  332. b16.Name = "Mesh"
  333. b16.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  334. p17 = Instance.new("Part", m)
  335. p17.BrickColor = BrickColor.new("Black")
  336. p17.Material = Enum.Material.SmoothPlastic
  337. p17.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  338. p17.FormFactor = Enum.FormFactor.Custom
  339. p17.Size = Vector3.new(1.00999999, 0.400000036, 1.00999999)
  340. p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  341. p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  342. p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  343. p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  344. p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  345. p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  346. b17 = Instance.new("SpecialMesh", p17)
  347. b17.MeshType = Enum.MeshType.Brick
  348. b17.Name = "Mesh"
  349. b17.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  350. p18 = Instance.new("Part", m)
  351. p18.BrickColor = BrickColor.new("Really black")
  352. p18.Material = Enum.Material.SmoothPlastic
  353. p18.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  354. p18.FormFactor = Enum.FormFactor.Custom
  355. p18.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
  356. p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  357. p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  358. p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  359. p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  360. p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  361. p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  362. b18 = Instance.new("SpecialMesh", p18)
  363. b18.MeshType = Enum.MeshType.Brick
  364. b18.Name = "Mesh"
  365. b18.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  366. p19 = Instance.new("Part", m)
  367. p19.BrickColor = BrickColor.new("Black")
  368. p19.Material = Enum.Material.SmoothPlastic
  369. p19.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  370. p19.FormFactor = Enum.FormFactor.Custom
  371. p19.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
  372. p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  373. p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  374. p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  375. p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  376. p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  377. p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  378. b19 = Instance.new("SpecialMesh", p19)
  379. b19.MeshType = Enum.MeshType.Brick
  380. b19.Name = "Mesh"
  381. b19.Scale = Vector3.new(1.02999997, 0.50999999, 1.02999997)
  382. w1 = Instance.new("Weld", p1)
  383. w1.Name = "Part_Weld"
  384. w1.Part0 = p1
  385. w1.C0 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  386. w1.Part1 = p2
  387. w1.C1 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  388. w2 = Instance.new("Weld", p2)
  389. w2.Name = "Part_Weld"
  390. w2.Part0 = p2
  391. w2.C0 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  392. w2.Part1 = p3
  393. w2.C1 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  394. w3 = Instance.new("Weld", p3)
  395. w3.Name = "Part_Weld"
  396. w3.Part0 = p3
  397. w3.C0 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  398. w3.Part1 = p4
  399. w3.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  400. w4 = Instance.new("Weld", p4)
  401. w4.Name = "Part_Weld"
  402. w4.Part0 = p4
  403. w4.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  404. w4.Part1 = p5
  405. w4.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  406. w5 = Instance.new("Weld", p5)
  407. w5.Name = "Part_Weld"
  408. w5.Part0 = p5
  409. w5.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  410. w5.Part1 = p6
  411. w5.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  412. w6 = Instance.new("Weld", p6)
  413. w6.Name = "RightArmPlate_Weld"
  414. w6.Part0 = p6
  415. w6.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  416. w6.Part1 = p7
  417. w6.C1 = CFrame.new(-3.5, -4.10001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  418. w7 = Instance.new("Weld", p7)
  419. w7.Name = "Part_Weld"
  420. w7.Part0 = p7
  421. w7.C0 = CFrame.new(-3.5, -4.10001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  422. w7.Part1 = p8
  423. w7.C1 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  424. w8 = Instance.new("Weld", p8)
  425. w8.Name = "Part_Weld"
  426. w8.Part0 = p8
  427. w8.C0 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  428. w8.Part1 = p9
  429. w8.C1 = CFrame.new(-3.5, -4.95002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  430. w9 = Instance.new("Weld", p9)
  431. w9.Name = "Part_Weld"
  432. w9.Part0 = p9
  433. w9.C0 = CFrame.new(-3.5, -4.95002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  434. w9.Part1 = p10
  435. w9.C1 = CFrame.new(-3.5, -4.65001678, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  436. w10 = Instance.new("Weld", p10)
  437. w10.Name = "Part_Weld"
  438. w10.Part0 = p10
  439. w10.C0 = CFrame.new(-3.5, -4.65001678, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  440. w10.Part1 = p11
  441. w10.C1 = CFrame.new(-3.5, -4.35001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  442. w11 = Instance.new("Weld", p11)
  443. w11.Name = "Part_Weld"
  444. w11.Part0 = p11
  445. w11.C0 = CFrame.new(-3.5, -4.35001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  446. w11.Part1 = p12
  447. w11.C1 = CFrame.new(-3.5, -4.05001783, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  448. w12 = Instance.new("Weld", p12)
  449. w12.Name = "Part_Weld"
  450. w12.Part0 = p12
  451. w12.C0 = CFrame.new(-3.5, -4.05001783, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  452. w12.Part1 = p13
  453. w12.C1 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  454. w13 = Instance.new("Weld", p13)
  455. w13.Name = "Part_Weld"
  456. w13.Part0 = p13
  457. w13.C0 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  458. w13.Part1 = p14
  459. w13.C1 = CFrame.new(-3.5, -3.75002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  460. w14 = Instance.new("Weld", p14)
  461. w14.Name = "Part_Weld"
  462. w14.Part0 = p14
  463. w14.C0 = CFrame.new(-3.5, -3.75002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  464. w14.Part1 = p15
  465. w14.C1 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  466. w15 = Instance.new("Weld", p15)
  467. w15.Name = "Part_Weld"
  468. w15.Part0 = p15
  469. w15.C0 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  470. w15.Part1 = p16
  471. w15.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  472. w16 = Instance.new("Weld", p16)
  473. w16.Name = "Part_Weld"
  474. w16.Part0 = p16
  475. w16.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  476. w16.Part1 = p17
  477. w16.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  478. w17 = Instance.new("Weld", p17)
  479. w17.Name = "Part_Weld"
  480. w17.Part0 = p17
  481. w17.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  482. w17.Part1 = p18
  483. w17.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  484. w18 = Instance.new("Weld", p18)
  485. w18.Name = "Part_Weld"
  486. w18.Part0 = p18
  487. w18.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  488. w18.Part1 = p19
  489. w18.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  490. m.Parent = LA
  491. m:MakeJoints()
  492. ----------------------------------------------------
  493. local cor = Instance.new("Part", LA.LeftArm)
  494. cor.Name = "Thingy"
  495. cor.Locked = true
  496. cor.BottomSurface = 0
  497. cor.CanCollide = false
  498. cor.Size = Vector3.new(1, 1, 1)
  499. cor.Transparency = 1
  500. cor.TopSurface = 0
  501. corw = Instance.new("Weld", cor)
  502. corw.Part0 = LA
  503. corw.Part1 = cor
  504. corw.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  505. corw.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  506. weld1 = Instance.new("Weld", LA.LeftArm)
  507. weld1.Part0 = cor
  508. weld1.Part1 = LA.LeftArm.LeftArmPlate
  509. weld1.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  510. --Right Arm
  511. m2 = Instance.new("Model")
  512. m2.Name = "RightArm"
  513. p1 = Instance.new("Part", m2)
  514. p1.BrickColor = BrickColor.new("Lime green")
  515. p1.Material = Enum.Material.Granite
  516. p1.CFrame = CFrame.new(3.5, -9.44201183, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  517. p1.FormFactor = Enum.FormFactor.Custom
  518. p1.Size = Vector3.new(1, 0.200000048, 1)
  519. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  520. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  521. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  522. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  523. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  524. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  525. b1 = Instance.new("SpecialMesh", p1)
  526. b1.MeshType = Enum.MeshType.Brick
  527. b1.Name = "Mesh"
  528. b1.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  529. p2 = Instance.new("Part", m2)
  530. p2.BrickColor = BrickColor.new("Lime green")
  531. p2.Material = Enum.Material.Granite
  532. p2.CFrame = CFrame.new(3.5, -9.74201393, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  533. p2.FormFactor = Enum.FormFactor.Custom
  534. p2.Size = Vector3.new(1, 0.200000048, 1)
  535. p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  536. p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  537. p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  538. p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  539. p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  540. p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  541. b2 = Instance.new("SpecialMesh", p2)
  542. b2.MeshType = Enum.MeshType.Brick
  543. b2.Name = "Mesh"
  544. b2.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  545. p3 = Instance.new("Part", m2)
  546. p3.BrickColor = BrickColor.new("Lime green")
  547. p3.Material = Enum.Material.Granite
  548. p3.CFrame = CFrame.new(3.5, -9.14201164, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  549. p3.FormFactor = Enum.FormFactor.Custom
  550. p3.Size = Vector3.new(1, 0.200000048, 1)
  551. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  552. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  553. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  554. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  555. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  556. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  557. b3 = Instance.new("SpecialMesh", p3)
  558. b3.MeshType = Enum.MeshType.Brick
  559. b3.Name = "Mesh"
  560. b3.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  561. p4 = Instance.new("Part", m2)
  562. p4.BrickColor = BrickColor.new("Lime green")
  563. p4.Material = Enum.Material.Granite
  564. p4.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  565. p4.FormFactor = Enum.FormFactor.Custom
  566. p4.Size = Vector3.new(1, 0.200000048, 1)
  567. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  568. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  569. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  570. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  571. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  572. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  573. b4 = Instance.new("SpecialMesh", p4)
  574. b4.MeshType = Enum.MeshType.Brick
  575. b4.Name = "Mesh"
  576. b4.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  577. p5 = Instance.new("Part", m2)
  578. p5.BrickColor = BrickColor.new("Lime green")
  579. p5.Material = Enum.Material.Granite
  580. p5.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  581. p5.FormFactor = Enum.FormFactor.Custom
  582. p5.Size = Vector3.new(1, 0.200000048, 1)
  583. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  584. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  585. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  586. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  587. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  588. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  589. b5 = Instance.new("SpecialMesh", p5)
  590. b5.MeshType = Enum.MeshType.Brick
  591. b5.Name = "Mesh"
  592. b5.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  593. p6 = Instance.new("Part", m2)
  594. p6.BrickColor = BrickColor.new("Lime green")
  595. p6.Material = Enum.Material.Granite
  596. p6.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  597. p6.FormFactor = Enum.FormFactor.Custom
  598. p6.Size = Vector3.new(1, 1, 1)
  599. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  600. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  601. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  602. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  603. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  604. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  605. b6 = Instance.new("SpecialMesh", p6)
  606. b6.MeshType = Enum.MeshType.Sphere
  607. b6.Name = "Mesh"
  608. p7 = Instance.new("Part", m2)
  609. p7.BrickColor = BrickColor.new("Black")
  610. p7.Material = Enum.Material.SmoothPlastic
  611. p7.Name = "RightArmPlate"
  612. p7.CFrame = CFrame.new(3.5, -9.54201603, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  613. p7.FormFactor = Enum.FormFactor.Symmetric
  614. p7.Size = Vector3.new(1, 2, 1)
  615. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  616. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  617. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  618. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  619. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  620. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  621. b7 = Instance.new("SpecialMesh", p7)
  622. b7.MeshType = Enum.MeshType.Brick
  623. b7.Name = "Mesh"
  624. b7.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  625. p8 = Instance.new("Part", m2)
  626. p8.BrickColor = BrickColor.new("Lime green")
  627. p8.Material = Enum.Material.Granite
  628. p8.CFrame = CFrame.new(3.5, -9.14201164, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  629. p8.FormFactor = Enum.FormFactor.Custom
  630. p8.Size = Vector3.new(1, 0.200000048, 1)
  631. p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  632. p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  633. p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  634. p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  635. p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  636. p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  637. b8 = Instance.new("SpecialMesh", p8)
  638. b8.MeshType = Enum.MeshType.Brick
  639. b8.Name = "Mesh"
  640. b8.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  641. p9 = Instance.new("Part", m2)
  642. p9.BrickColor = BrickColor.new("Black")
  643. p9.Material = Enum.Material.SmoothPlastic
  644. p9.CFrame = CFrame.new(3.5, -8.69201183, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  645. p9.FormFactor = Enum.FormFactor.Custom
  646. p9.Size = Vector3.new(1, 0.349999994, 1)
  647. p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  648. p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  649. p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  650. p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  651. p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  652. p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  653. b9 = Instance.new("SpecialMesh", p9)
  654. b9.MeshType = Enum.MeshType.Brick
  655. b9.Name = "Mesh"
  656. b9.Scale = Vector3.new(1.12, 1.01999998, 1.12)
  657. p10 = Instance.new("Part", m2)
  658. p10.BrickColor = BrickColor.new("Black")
  659. p10.Material = Enum.Material.Metal
  660. p10.CFrame = CFrame.new(3.5, -8.99201584, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  661. p10.FormFactor = Enum.FormFactor.Custom
  662. p10.Size = Vector3.new(1, 0.25, 1)
  663. p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  664. p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  665. p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  666. p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  667. p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  668. p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  669. b10 = Instance.new("SpecialMesh", p10)
  670. b10.MeshType = Enum.MeshType.Brick
  671. b10.Name = "Mesh"
  672. b10.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  673. p11 = Instance.new("Part", m2)
  674. p11.BrickColor = BrickColor.new("Black")
  675. p11.Material = Enum.Material.Metal
  676. p11.CFrame = CFrame.new(3.5, -9.29201508, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  677. p11.FormFactor = Enum.FormFactor.Custom
  678. p11.Size = Vector3.new(1, 0.25, 1)
  679. p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  680. p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  681. p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  682. p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  683. p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  684. p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  685. b11 = Instance.new("SpecialMesh", p11)
  686. b11.MeshType = Enum.MeshType.Brick
  687. b11.Name = "Mesh"
  688. b11.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  689. p12 = Instance.new("Part", m2)
  690. p12.BrickColor = BrickColor.new("Black")
  691. p12.Material = Enum.Material.Metal
  692. p12.CFrame = CFrame.new(3.5, -9.59201431, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  693. p12.FormFactor = Enum.FormFactor.Custom
  694. p12.Size = Vector3.new(1, 0.25, 1)
  695. p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  696. p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  697. p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  698. p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  699. p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  700. p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  701. b12 = Instance.new("SpecialMesh", p12)
  702. b12.MeshType = Enum.MeshType.Brick
  703. b12.Name = "Mesh"
  704. b12.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  705. p13 = Instance.new("Part", m2)
  706. p13.BrickColor = BrickColor.new("Lime green")
  707. p13.Material = Enum.Material.Granite
  708. p13.CFrame = CFrame.new(3.5, -9.44201088, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  709. p13.FormFactor = Enum.FormFactor.Custom
  710. p13.Size = Vector3.new(1, 0.200000048, 1)
  711. p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  712. p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  713. p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  714. p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  715. p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  716. p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  717. b13 = Instance.new("SpecialMesh", p13)
  718. b13.MeshType = Enum.MeshType.Brick
  719. b13.Name = "Mesh"
  720. b13.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  721. p14 = Instance.new("Part", m2)
  722. p14.BrickColor = BrickColor.new("Black")
  723. p14.Material = Enum.Material.Metal
  724. p14.CFrame = CFrame.new(3.5, -9.89201069, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  725. p14.FormFactor = Enum.FormFactor.Custom
  726. p14.Size = Vector3.new(1, 0.25, 1)
  727. p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  728. p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  729. p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  730. p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  731. p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  732. p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  733. b14 = Instance.new("SpecialMesh", p14)
  734. b14.MeshType = Enum.MeshType.Brick
  735. b14.Name = "Mesh"
  736. b14.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  737. p15 = Instance.new("Part", m2)
  738. p15.BrickColor = BrickColor.new("Lime green")
  739. p15.Material = Enum.Material.Granite
  740. p15.CFrame = CFrame.new(3.5, -9.74201298, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  741. p15.FormFactor = Enum.FormFactor.Custom
  742. p15.Size = Vector3.new(1, 0.200000048, 1)
  743. p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  744. p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  745. p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  746. p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  747. p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  748. p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  749. b15 = Instance.new("SpecialMesh", p15)
  750. b15.MeshType = Enum.MeshType.Brick
  751. b15.Name = "Mesh"
  752. b15.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  753. p16 = Instance.new("Part", m2)
  754. p16.BrickColor = BrickColor.new("Black")
  755. p16.Material = Enum.Material.SmoothPlastic
  756. p16.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  757. p16.FormFactor = Enum.FormFactor.Custom
  758. p16.Size = Vector3.new(1.01999998, 0.300000012, 1.01999998)
  759. p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  760. p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  761. p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  762. p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  763. p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  764. p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  765. b16 = Instance.new("SpecialMesh", p16)
  766. b16.MeshType = Enum.MeshType.Brick
  767. b16.Name = "Mesh"
  768. b16.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  769. p17 = Instance.new("Part", m2)
  770. p17.BrickColor = BrickColor.new("Black")
  771. p17.Material = Enum.Material.SmoothPlastic
  772. p17.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  773. p17.FormFactor = Enum.FormFactor.Custom
  774. p17.Size = Vector3.new(1.00999999, 0.400000036, 1.00999999)
  775. p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  776. p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  777. p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  778. p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  779. p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  780. p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  781. b17 = Instance.new("SpecialMesh", p17)
  782. b17.MeshType = Enum.MeshType.Brick
  783. b17.Name = "Mesh"
  784. b17.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  785. p18 = Instance.new("Part", m2)
  786. p18.BrickColor = BrickColor.new("Really black")
  787. p18.Material = Enum.Material.SmoothPlastic
  788. p18.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  789. p18.FormFactor = Enum.FormFactor.Custom
  790. p18.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
  791. p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  792. p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  793. p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  794. p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  795. p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  796. p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  797. b18 = Instance.new("SpecialMesh", p18)
  798. b18.MeshType = Enum.MeshType.Brick
  799. b18.Name = "Mesh"
  800. b18.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  801. p19 = Instance.new("Part", m2)
  802. p19.BrickColor = BrickColor.new("Black")
  803. p19.Material = Enum.Material.SmoothPlastic
  804. p19.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  805. p19.FormFactor = Enum.FormFactor.Custom
  806. p19.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
  807. p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  808. p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  809. p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  810. p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  811. p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  812. p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  813. b19 = Instance.new("SpecialMesh", p19)
  814. b19.MeshType = Enum.MeshType.Brick
  815. b19.Name = "Mesh"
  816. b19.Scale = Vector3.new(1.02999997, 0.50999999, 1.02999997)
  817. w1 = Instance.new("Weld", p1)
  818. w1.Name = "Part_Weld"
  819. w1.Part0 = p1
  820. w1.C0 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  821. w1.Part1 = p2
  822. w1.C1 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  823. w2 = Instance.new("Weld", p2)
  824. w2.Name = "Part_Weld"
  825. w2.Part0 = p2
  826. w2.C0 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  827. w2.Part1 = p3
  828. w2.C1 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  829. w3 = Instance.new("Weld", p3)
  830. w3.Name = "Part_Weld"
  831. w3.Part0 = p3
  832. w3.C0 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  833. w3.Part1 = p4
  834. w3.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  835. w4 = Instance.new("Weld", p4)
  836. w4.Name = "Part_Weld"
  837. w4.Part0 = p4
  838. w4.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  839. w4.Part1 = p5
  840. w4.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  841. w5 = Instance.new("Weld", p5)
  842. w5.Name = "Part_Weld"
  843. w5.Part0 = p5
  844. w5.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  845. w5.Part1 = p6
  846. w5.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  847. w6 = Instance.new("Weld", p6)
  848. w6.Name = "RightArmPlate_Weld"
  849. w6.Part0 = p6
  850. w6.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  851. w6.Part1 = p7
  852. w6.C1 = CFrame.new(-3.5, -4.10001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  853. w7 = Instance.new("Weld", p7)
  854. w7.Name = "Part_Weld"
  855. w7.Part0 = p7
  856. w7.C0 = CFrame.new(-3.5, -4.10001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  857. w7.Part1 = p8
  858. w7.C1 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  859. w8 = Instance.new("Weld", p8)
  860. w8.Name = "Part_Weld"
  861. w8.Part0 = p8
  862. w8.C0 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  863. w8.Part1 = p9
  864. w8.C1 = CFrame.new(-3.5, -4.95002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  865. w9 = Instance.new("Weld", p9)
  866. w9.Name = "Part_Weld"
  867. w9.Part0 = p9
  868. w9.C0 = CFrame.new(-3.5, -4.95002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  869. w9.Part1 = p10
  870. w9.C1 = CFrame.new(-3.5, -4.65001678, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  871. w10 = Instance.new("Weld", p10)
  872. w10.Name = "Part_Weld"
  873. w10.Part0 = p10
  874. w10.C0 = CFrame.new(-3.5, -4.65001678, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  875. w10.Part1 = p11
  876. w10.C1 = CFrame.new(-3.5, -4.35001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  877. w11 = Instance.new("Weld", p11)
  878. w11.Name = "Part_Weld"
  879. w11.Part0 = p11
  880. w11.C0 = CFrame.new(-3.5, -4.35001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  881. w11.Part1 = p12
  882. w11.C1 = CFrame.new(-3.5, -4.05001783, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  883. w12 = Instance.new("Weld", p12)
  884. w12.Name = "Part_Weld"
  885. w12.Part0 = p12
  886. w12.C0 = CFrame.new(-3.5, -4.05001783, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  887. w12.Part1 = p13
  888. w12.C1 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  889. w13 = Instance.new("Weld", p13)
  890. w13.Name = "Part_Weld"
  891. w13.Part0 = p13
  892. w13.C0 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  893. w13.Part1 = p14
  894. w13.C1 = CFrame.new(-3.5, -3.75002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  895. w14 = Instance.new("Weld", p14)
  896. w14.Name = "Part_Weld"
  897. w14.Part0 = p14
  898. w14.C0 = CFrame.new(-3.5, -3.75002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  899. w14.Part1 = p15
  900. w14.C1 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  901. w15 = Instance.new("Weld", p15)
  902. w15.Name = "Part_Weld"
  903. w15.Part0 = p15
  904. w15.C0 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  905. w15.Part1 = p16
  906. w15.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  907. w16 = Instance.new("Weld", p16)
  908. w16.Name = "Part_Weld"
  909. w16.Part0 = p16
  910. w16.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  911. w16.Part1 = p17
  912. w16.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  913. w17 = Instance.new("Weld", p17)
  914. w17.Name = "Part_Weld"
  915. w17.Part0 = p17
  916. w17.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  917. w17.Part1 = p18
  918. w17.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  919. w18 = Instance.new("Weld", p18)
  920. w18.Name = "Part_Weld"
  921. w18.Part0 = p18
  922. w18.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  923. w18.Part1 = p19
  924. w18.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  925. m2.Parent = RA
  926. m2:MakeJoints()
  927. ----------------------------------------------------
  928. local cor2 = Instance.new("Part", RA.RightArm)
  929. cor2.Name = "Thingy"
  930. cor2.Locked = true
  931. cor2.BottomSurface = 0
  932. cor2.CanCollide = false
  933. cor2.Size = Vector3.new(1, 1, 1)
  934. cor2.Transparency = 1
  935. cor2.TopSurface = 0
  936. corw2 = Instance.new("Weld", cor2)
  937. corw2.Part0 = RA
  938. corw2.Part1 = cor2
  939. corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  940. corw2.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  941. weld2 = Instance.new("Weld", RA.RightArm)
  942. weld2.Part0 = cor2
  943. weld2.Part1 = RA.RightArm.RightArmPlate
  944. weld2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  945. --Torso
  946. m3 = Instance.new("Model")
  947. m3.Name = "Torso"
  948. p1 = Instance.new("Part", m3)
  949. p1.BrickColor = BrickColor.new("Really black")
  950. p1.Material = Enum.Material.Metal
  951. p1.Name = "TorsoPlate"
  952. p1.CFrame = CFrame.new(0, 3.10002589, 0.50000006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  953. p1.CanCollide = false
  954. p1.Locked = true
  955. p1.FormFactor = Enum.FormFactor.Custom
  956. p1.Size = Vector3.new(2, 2, 1)
  957. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  958. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  959. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  960. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  961. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  962. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  963. b1 = Instance.new("SpecialMesh", p1)
  964. b1.MeshType = Enum.MeshType.Brick
  965. b1.Name = "Mesh"
  966. b1.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  967. p2 = Instance.new("Part", m3)
  968. p2.BrickColor = BrickColor.new("Really black")
  969. p2.Material = Enum.Material.Metal
  970. p2.CFrame = CFrame.new(-0.450000942, 4.05002356, -0.100002818, -0.685070276, 0.686094284, 0.244853854, 0.616745472, 0.367372453, 0.696177125, 0.387690574, 0.627942622, -0.674821496)
  971. p2.CanCollide = false
  972. p2.Locked = true
  973. p2.FormFactor = Enum.FormFactor.Custom
  974. p2.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  975. b2 = Instance.new("SpecialMesh", p2)
  976. b2.MeshId = "http://www.roblox.com/asset/?id=3270017"
  977. b2.TextureId = ""
  978. b2.MeshType = Enum.MeshType.FileMesh
  979. b2.Name = "Mesh"
  980. b2.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  981. p3 = Instance.new("Part", m3)
  982. p3.BrickColor = BrickColor.new("Black")
  983. p3.Material = Enum.Material.Metal
  984. p3.CFrame = CFrame.new(0, 3.10002589, 0.970001996, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  985. p3.CanCollide = false
  986. p3.Locked = true
  987. p3.FormFactor = Enum.FormFactor.Custom
  988. p3.Size = Vector3.new(2, 2, 0.200000018)
  989. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  990. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  991. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  992. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  993. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  994. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  995. b3 = Instance.new("SpecialMesh", p3)
  996. b3.MeshType = Enum.MeshType.Brick
  997. b3.Name = "Mesh"
  998. b3.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  999. p4 = Instance.new("Part", m3)
  1000. p4.BrickColor = BrickColor.new("Black")
  1001. p4.Material = Enum.Material.Metal
  1002. p4.CFrame = CFrame.new(0, 4.00002623, 0.529999971, 1, 0, 0, 0, -4.37113883e-008, 1, 0, -1, -4.37113883e-008)
  1003. p4.CanCollide = false
  1004. p4.Locked = true
  1005. p4.FormFactor = Enum.FormFactor.Custom
  1006. p4.Size = Vector3.new(2, 1.04000008, 0.239999995)
  1007. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1008. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1009. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1010. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1011. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1012. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1013. b4 = Instance.new("SpecialMesh", p4)
  1014. b4.MeshType = Enum.MeshType.Brick
  1015. b4.Name = "Mesh"
  1016. b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  1017. p5 = Instance.new("Part", m3)
  1018. p5.BrickColor = BrickColor.new("Black")
  1019. p5.Material = Enum.Material.Metal
  1020. p5.CFrame = CFrame.new(-0.499999821, 3.15002489, 0.0999978557, 7.54979084e-008, 1, 0, 4.37113918e-008, 0, 1, 1, -7.54978942e-008, -4.37113883e-008)
  1021. p5.CanCollide = false
  1022. p5.Locked = true
  1023. p5.FormFactor = Enum.FormFactor.Custom
  1024. p5.Size = Vector3.new(0.300000012, 1, 1.89999998)
  1025. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1026. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1027. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1028. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1029. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1030. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1031. b5 = Instance.new("SpecialMesh", p5)
  1032. b5.MeshType = Enum.MeshType.Wedge
  1033. b5.Name = "Mesh"
  1034. b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  1035. p6 = Instance.new("Part", m3)
  1036. p6.BrickColor = BrickColor.new("Black")
  1037. p6.Material = Enum.Material.Metal
  1038. p6.CFrame = CFrame.new(0.500000179, 3.15002489, 0.0999980345, -4.37113918e-008, -1, 0, -4.37113812e-008, 0, 1, -1, 4.37113847e-008, -4.37113883e-008)
  1039. p6.CanCollide = false
  1040. p6.Locked = true
  1041. p6.FormFactor = Enum.FormFactor.Custom
  1042. p6.Size = Vector3.new(0.300000012, 0.99999994, 1.89999998)
  1043. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1044. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1045. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1046. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1047. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1048. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1049. b6 = Instance.new("SpecialMesh", p6)
  1050. b6.MeshType = Enum.MeshType.Wedge
  1051. b6.Name = "Mesh"
  1052. b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  1053. p7 = Instance.new("Part", m3)
  1054. p7.BrickColor = BrickColor.new("Black")
  1055. p7.Material = Enum.Material.Metal
  1056. p7.CFrame = CFrame.new(1.63912773e-007, 3.20002794, 0.0999980569, -3.09086197e-008, -0.707106829, -0.707106769, -7.46200044e-008, -0.707106769, 0.707106829, -1, 7.46200044e-008, -3.09086197e-008)
  1057. p7.CanCollide = false
  1058. p7.Locked = true
  1059. p7.FormFactor = Enum.FormFactor.Custom
  1060. p7.Size = Vector3.new(0.300000012, 1.20000005, 1.20000005)
  1061. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1062. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1063. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1064. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1065. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1066. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1067. b7 = Instance.new("SpecialMesh", p7)
  1068. b7.MeshType = Enum.MeshType.Wedge
  1069. b7.Name = "Mesh"
  1070. p8 = Instance.new("Part", m3)
  1071. p8.BrickColor = BrickColor.new("Black")
  1072. p8.Material = Enum.Material.Metal
  1073. p8.CFrame = CFrame.new(-1, 3.10002613, 0.520000935, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  1074. p8.CanCollide = false
  1075. p8.Locked = true
  1076. p8.FormFactor = Enum.FormFactor.Custom
  1077. p8.Size = Vector3.new(1, 2, 0.200000018)
  1078. p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1079. p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1080. p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1081. p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1082. p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1083. p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1084. b8 = Instance.new("SpecialMesh", p8)
  1085. b8.MeshType = Enum.MeshType.Brick
  1086. b8.Name = "Mesh"
  1087. b8.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  1088. p9 = Instance.new("Part", m3)
  1089. p9.BrickColor = BrickColor.new("Black")
  1090. p9.Material = Enum.Material.Metal
  1091. p9.CFrame = CFrame.new(1, 3.10002613, 0.520001054, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  1092. p9.CanCollide = false
  1093. p9.Locked = true
  1094. p9.FormFactor = Enum.FormFactor.Custom
  1095. p9.Size = Vector3.new(1, 2, 0.200000018)
  1096. p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1097. p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1098. p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1099. p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1100. p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1101. p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1102. b9 = Instance.new("SpecialMesh", p9)
  1103. b9.MeshType = Enum.MeshType.Brick
  1104. b9.Name = "Mesh"
  1105. b9.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  1106. p10 = Instance.new("Part", m3)
  1107. p10.BrickColor = BrickColor.new("Black")
  1108. p10.Material = Enum.Material.Metal
  1109. p10.CFrame = CFrame.new(0, 2.05002642, 0.539999843, 1, 0, 0, 0, -4.37113883e-008, 1, 0, -1, -4.37113883e-008)
  1110. p10.CanCollide = false
  1111. p10.Locked = true
  1112. p10.FormFactor = Enum.FormFactor.Custom
  1113. p10.Size = Vector3.new(2, 1.0200001, 0.239999995)
  1114. p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1115. p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1116. p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1117. p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1118. p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1119. p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1120. b10 = Instance.new("SpecialMesh", p10)
  1121. b10.MeshType = Enum.MeshType.Brick
  1122. b10.Name = "Mesh"
  1123. b10.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  1124. p11 = Instance.new("Part", m3)
  1125. p11.BrickColor = BrickColor.new("Really black")
  1126. p11.Material = Enum.Material.Metal
  1127. p11.CFrame = CFrame.new(0.499999523, 4.05002451, -0.0499982014, 1.00000024, -8.94069672e-008, -1.78813934e-007, -2.98023224e-008, 0.906307817, -0.422618449, -2.23517418e-007, 0.42261821, 0.906307697)
  1128. p11.CanCollide = false
  1129. p11.Locked = true
  1130. p11.FormFactor = Enum.FormFactor.Custom
  1131. p11.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1132. b11 = Instance.new("SpecialMesh", p11)
  1133. b11.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1134. b11.TextureId = ""
  1135. b11.MeshType = Enum.MeshType.FileMesh
  1136. b11.Name = "Mesh"
  1137. b11.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1138. p12 = Instance.new("Part", m3)
  1139. p12.BrickColor = BrickColor.new("Really black")
  1140. p12.Material = Enum.Material.Metal
  1141. p12.Transparency = 1
  1142. p12.Name = "Chain2Torso"
  1143. p12.CFrame = CFrame.new(0.0500000007, 3.35002589, 0.0200020671, -4.37113883e-008, -1, 0, -4.37113883e-008, 1.91068547e-015, -1, 1, -4.37113883e-008, -4.37113883e-008)
  1144. p12.CanCollide = false
  1145. p12.Locked = true
  1146. p12.FormFactor = Enum.FormFactor.Custom
  1147. p12.Size = Vector3.new(0.699999988, 0.300000012, 0.300000012)
  1148. b12 = Instance.new("SpecialMesh", p12)
  1149. b12.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1150. b12.TextureId = ""
  1151. b12.MeshType = Enum.MeshType.FileMesh
  1152. b12.Name = "Mesh"
  1153. b12.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1154. p13 = Instance.new("Part", m3)
  1155. p13.BrickColor = BrickColor.new("Really black")
  1156. p13.Material = Enum.Material.Metal
  1157. p13.CFrame = CFrame.new(-0.700000763, 4.25002289, 0.349998087, -0.606457233, -0.374239564, 0.70153743, -0.641863465, -0.290311694, -0.709739804, 0.469277143, -0.880717754, -0.0641489923)
  1158. p13.CanCollide = false
  1159. p13.Locked = true
  1160. p13.FormFactor = Enum.FormFactor.Custom
  1161. p13.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1162. b13 = Instance.new("SpecialMesh", p13)
  1163. b13.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1164. b13.TextureId = ""
  1165. b13.MeshType = Enum.MeshType.FileMesh
  1166. b13.Name = "Mesh"
  1167. b13.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1168. p14 = Instance.new("Part", m3)
  1169. p14.BrickColor = BrickColor.new("Really black")
  1170. p14.Material = Enum.Material.Metal
  1171. p14.CFrame = CFrame.new(-0.0500002243, 3.50002766, -0.150001988, -0.331867754, 0.457445055, -0.824989557, 0.877285957, -0.171802372, -0.448166817, -0.346746802, -0.87248385, -0.344294399)
  1172. p14.CanCollide = false
  1173. p14.Locked = true
  1174. p14.FormFactor = Enum.FormFactor.Custom
  1175. p14.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1176. b14 = Instance.new("SpecialMesh", p14)
  1177. b14.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1178. b14.TextureId = ""
  1179. b14.MeshType = Enum.MeshType.FileMesh
  1180. b14.Name = "Mesh"
  1181. b14.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1182. p15 = Instance.new("Part", m3)
  1183. p15.BrickColor = BrickColor.new("Really black")
  1184. p15.Material = Enum.Material.Metal
  1185. p15.CFrame = CFrame.new(0.199999034, 3.55002332, -0.150001839, -0.0627828911, -0.802308202, -0.593599737, 0.678633273, -0.470427632, 0.564052343, -0.731789052, -0.367423117, 0.57400763)
  1186. p15.CanCollide = false
  1187. p15.Locked = true
  1188. p15.FormFactor = Enum.FormFactor.Custom
  1189. p15.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1190. b15 = Instance.new("SpecialMesh", p15)
  1191. b15.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1192. b15.TextureId = ""
  1193. b15.MeshType = Enum.MeshType.FileMesh
  1194. b15.Name = "Mesh"
  1195. b15.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1196. p16 = Instance.new("Part", m3)
  1197. p16.BrickColor = BrickColor.new("Really black")
  1198. p16.Material = Enum.Material.Metal
  1199. p16.CFrame = CFrame.new(0.349999189, 3.70002842, -0.150001973, 0.994292557, 0.0709807873, 0.0796526894, -0.0587368309, 0.987431884, -0.146726117, -0.0890666768, 0.141209915, 0.985964835)
  1200. p16.CanCollide = false
  1201. p16.Locked = true
  1202. p16.FormFactor = Enum.FormFactor.Custom
  1203. p16.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1204. b16 = Instance.new("SpecialMesh", p16)
  1205. b16.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1206. b16.TextureId = ""
  1207. b16.MeshType = Enum.MeshType.FileMesh
  1208. b16.Name = "Mesh"
  1209. b16.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1210. p17 = Instance.new("Part", m3)
  1211. p17.BrickColor = BrickColor.new("Really black")
  1212. p17.Material = Enum.Material.Metal
  1213. p17.CFrame = CFrame.new(-0.200000346, 3.70002747, -0.150002211, 0.964791715, 0.0184034109, -0.262370646, -0.0587368906, 0.987431884, -0.146726027, 0.256372869, 0.156970888, 0.953746974)
  1214. p17.CanCollide = false
  1215. p17.Locked = true
  1216. p17.FormFactor = Enum.FormFactor.Custom
  1217. p17.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1218. b17 = Instance.new("SpecialMesh", p17)
  1219. b17.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1220. b17.TextureId = ""
  1221. b17.MeshType = Enum.MeshType.FileMesh
  1222. b17.Name = "Mesh"
  1223. b17.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1224. p18 = Instance.new("Part", m3)
  1225. p18.BrickColor = BrickColor.new("Really black")
  1226. p18.Material = Enum.Material.Metal
  1227. p18.CFrame = CFrame.new(-0.35000062, 3.85002661, -0.150002271, 0.407530367, -0.427938014, 0.806714416, 0.0989350602, 0.898891687, 0.426855773, -0.907816589, -0.0941444039, 0.40866372)
  1228. p18.CanCollide = false
  1229. p18.Locked = true
  1230. p18.FormFactor = Enum.FormFactor.Custom
  1231. p18.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1232. b18 = Instance.new("SpecialMesh", p18)
  1233. b18.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1234. b18.TextureId = ""
  1235. b18.MeshType = Enum.MeshType.FileMesh
  1236. b18.Name = "Mesh"
  1237. b18.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1238. p19 = Instance.new("Part", m3)
  1239. p19.BrickColor = BrickColor.new("Really black")
  1240. p19.Material = Enum.Material.Metal
  1241. p19.CFrame = CFrame.new(0.599999547, 4.25002337, 1.49011612e-008, 0.450589776, 0.596651912, -0.664060116, 0.322663993, 0.584720135, 0.744305372, 0.832379937, -0.549644768, 0.0709509254)
  1242. p19.CanCollide = false
  1243. p19.Locked = true
  1244. p19.FormFactor = Enum.FormFactor.Custom
  1245. p19.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1246. b19 = Instance.new("SpecialMesh", p19)
  1247. b19.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1248. b19.TextureId = ""
  1249. b19.MeshType = Enum.MeshType.FileMesh
  1250. b19.Name = "Mesh"
  1251. b19.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1252. p20 = Instance.new("Part", m3)
  1253. p20.BrickColor = BrickColor.new("Really black")
  1254. p20.Material = Enum.Material.Metal
  1255. p20.CFrame = CFrame.new(0.449999154, 3.90002728, -0.150000244, 0.148452312, 0.508259773, -0.848312676, -0.212012291, 0.85422945, 0.474703223, 0.965925753, 0.109381542, 0.234569833)
  1256. p20.CanCollide = false
  1257. p20.Locked = true
  1258. p20.FormFactor = Enum.FormFactor.Custom
  1259. p20.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1260. b20 = Instance.new("SpecialMesh", p20)
  1261. b20.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1262. b20.TextureId = ""
  1263. b20.MeshType = Enum.MeshType.FileMesh
  1264. b20.Name = "Mesh"
  1265. b20.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1266. p21 = Instance.new("Part", m3)
  1267. p21.BrickColor = BrickColor.new("Really black")
  1268. p21.Material = Enum.Material.Metal
  1269. p21.CFrame = CFrame.new(0.699999869, 4.25002337, 0.200001985, -0.0996009707, 0.981125295, 0.165750414, -0.142243966, -0.178907469, 0.973529041, 0.98480773, 0.0733870864, 0.157378286)
  1270. p21.CanCollide = false
  1271. p21.Locked = true
  1272. p21.FormFactor = Enum.FormFactor.Custom
  1273. p21.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1274. b21 = Instance.new("SpecialMesh", p21)
  1275. b21.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1276. b21.TextureId = ""
  1277. b21.MeshType = Enum.MeshType.FileMesh
  1278. b21.Name = "Mesh"
  1279. b21.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1280. p22 = Instance.new("Part", m3)
  1281. p22.BrickColor = BrickColor.new("Really black")
  1282. p22.Material = Enum.Material.Metal
  1283. p22.CFrame = CFrame.new(0.69999975, 4.25002289, 0.450001955, -0.167731196, 0.167446673, 0.971508265, 0.0449438766, -0.983146012, 0.17721194, 0.984807789, 0.0733873621, 0.157378122)
  1284. p22.CanCollide = false
  1285. p22.Locked = true
  1286. p22.FormFactor = Enum.FormFactor.Custom
  1287. p22.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1288. b22 = Instance.new("SpecialMesh", p22)
  1289. b22.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1290. b22.TextureId = ""
  1291. b22.MeshType = Enum.MeshType.FileMesh
  1292. b22.Name = "Mesh"
  1293. b22.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1294. p23 = Instance.new("Part", m3)
  1295. p23.BrickColor = BrickColor.new("Really black")
  1296. p23.Material = Enum.Material.Metal
  1297. p23.CFrame = CFrame.new(0.699999511, 4.25002289, 0.700001478, 0.0593914539, -0.993999004, 0.0918651819, 0.163175613, -0.0811224878, -0.98325628, 0.984807849, 0.0733875483, 0.157378405)
  1298. p23.CanCollide = false
  1299. p23.Locked = true
  1300. p23.FormFactor = Enum.FormFactor.Custom
  1301. p23.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1302. b23 = Instance.new("SpecialMesh", p23)
  1303. b23.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1304. b23.TextureId = ""
  1305. b23.MeshType = Enum.MeshType.FileMesh
  1306. b23.Name = "Mesh"
  1307. b23.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1308. p24 = Instance.new("Part", m3)
  1309. p24.BrickColor = BrickColor.new("Really black")
  1310. p24.Material = Enum.Material.Metal
  1311. p24.CFrame = CFrame.new(0.699999452, 4.25002289, 0.900001347, -0.197025463, -0.431517303, 0.880326331, 0.133022487, -0.90138948, -0.412070453, 0.971332312, 0.0359149873, 0.234997824)
  1312. p24.CanCollide = false
  1313. p24.Locked = true
  1314. p24.FormFactor = Enum.FormFactor.Custom
  1315. p24.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1316. b24 = Instance.new("SpecialMesh", p24)
  1317. b24.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1318. b24.TextureId = ""
  1319. b24.MeshType = Enum.MeshType.FileMesh
  1320. b24.Name = "Mesh"
  1321. b24.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1322. p25 = Instance.new("Part", m3)
  1323. p25.BrickColor = BrickColor.new("Really black")
  1324. p25.Material = Enum.Material.Metal
  1325. p25.CFrame = CFrame.new(0.599999249, 4.25002289, 1.05000341, -0.793593884, -0.433597952, 0.42685172, 0.426002622, 0.104941569, 0.898615122, -0.434431762, 0.894975305, 0.101432741)
  1326. p25.CanCollide = false
  1327. p25.Locked = true
  1328. p25.FormFactor = Enum.FormFactor.Custom
  1329. p25.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1330. b25 = Instance.new("SpecialMesh", p25)
  1331. b25.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1332. b25.TextureId = ""
  1333. b25.MeshType = Enum.MeshType.FileMesh
  1334. b25.Name = "Mesh"
  1335. b25.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1336. p26 = Instance.new("Part", m3)
  1337. p26.BrickColor = BrickColor.new("Really black")
  1338. p26.Material = Enum.Material.Metal
  1339. p26.CFrame = CFrame.new(0.399999261, 4.25002289, 1.09999716, 0.474074066, -0.73934859, 0.478140384, 0.876810074, 0.445984155, -0.17972827, -0.0803612769, 0.504442811, 0.859697402)
  1340. p26.CanCollide = false
  1341. p26.Locked = true
  1342. p26.FormFactor = Enum.FormFactor.Custom
  1343. p26.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1344. b26 = Instance.new("SpecialMesh", p26)
  1345. b26.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1346. b26.TextureId = ""
  1347. b26.MeshType = Enum.MeshType.FileMesh
  1348. b26.Name = "Mesh"
  1349. b26.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1350. p27 = Instance.new("Part", m3)
  1351. p27.BrickColor = BrickColor.new("Really black")
  1352. p27.Material = Enum.Material.Metal
  1353. p27.CFrame = CFrame.new(0.249999076, 4.25002289, 1.20000076, 0.524626255, -0.838181257, 0.149064019, -0.503709316, -0.446768612, -0.739374638, 0.686326742, 0.31281051, -0.656585932)
  1354. p27.CanCollide = false
  1355. p27.Locked = true
  1356. p27.FormFactor = Enum.FormFactor.Custom
  1357. p27.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1358. b27 = Instance.new("SpecialMesh", p27)
  1359. b27.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1360. b27.TextureId = ""
  1361. b27.MeshType = Enum.MeshType.FileMesh
  1362. b27.Name = "Mesh"
  1363. b27.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1364. p28 = Instance.new("Part", m3)
  1365. p28.BrickColor = BrickColor.new("Really black")
  1366. p28.Material = Enum.Material.Metal
  1367. p28.CFrame = CFrame.new(0.0499990731, 4.25002289, 1.20000088, 0.524626136, -0.838181317, 0.149063885, 0.588431716, 0.230477661, -0.775002301, 0.615236104, 0.494300276, 0.614126861)
  1368. p28.CanCollide = false
  1369. p28.Locked = true
  1370. p28.FormFactor = Enum.FormFactor.Custom
  1371. p28.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1372. b28 = Instance.new("SpecialMesh", p28)
  1373. b28.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1374. b28.TextureId = ""
  1375. b28.MeshType = Enum.MeshType.FileMesh
  1376. b28.Name = "Mesh"
  1377. b28.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1378. p29 = Instance.new("Part", m3)
  1379. p29.BrickColor = BrickColor.new("Really black")
  1380. p29.Material = Enum.Material.Metal
  1381. p29.CFrame = CFrame.new(-0.200000852, 4.25002289, 1.20000088, 0.524626195, -0.838181257, 0.149063647, 0.664180398, 0.512506962, 0.544243872, -0.532571197, -0.186519295, 0.825577736)
  1382. p29.CanCollide = false
  1383. p29.Locked = true
  1384. p29.FormFactor = Enum.FormFactor.Custom
  1385. p29.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1386. b29 = Instance.new("SpecialMesh", p29)
  1387. b29.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1388. b29.TextureId = ""
  1389. b29.MeshType = Enum.MeshType.FileMesh
  1390. b29.Name = "Mesh"
  1391. b29.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1392. p30 = Instance.new("Part", m3)
  1393. p30.BrickColor = BrickColor.new("Really black")
  1394. p30.Material = Enum.Material.Metal
  1395. p30.CFrame = CFrame.new(-0.400000989, 4.25002289, 1.15000105, -0.205189675, -0.942334533, -0.264392197, 0.472657442, 0.141141802, -0.869870245, 0.857025325, -0.303455055, 0.416440606)
  1396. p30.CanCollide = false
  1397. p30.Locked = true
  1398. p30.FormFactor = Enum.FormFactor.Custom
  1399. p30.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1400. b30 = Instance.new("SpecialMesh", p30)
  1401. b30.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1402. b30.TextureId = ""
  1403. b30.MeshType = Enum.MeshType.FileMesh
  1404. b30.Name = "Mesh"
  1405. b30.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1406. p31 = Instance.new("Part", m3)
  1407. p31.BrickColor = BrickColor.new("Really black")
  1408. p31.Material = Enum.Material.Metal
  1409. p31.CFrame = CFrame.new(-0.550001025, 4.25002337, 0.999999702, 0.151335806, -0.651350021, -0.743532896, 0.979139984, 0.201951638, 0.022377044, 0.135582238, -0.731408894, 0.668325186)
  1410. p31.CanCollide = false
  1411. p31.Locked = true
  1412. p31.FormFactor = Enum.FormFactor.Custom
  1413. p31.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1414. b31 = Instance.new("SpecialMesh", p31)
  1415. b31.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1416. b31.TextureId = ""
  1417. b31.MeshType = Enum.MeshType.FileMesh
  1418. b31.Name = "Mesh"
  1419. b31.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1420. p32 = Instance.new("Part", m3)
  1421. p32.BrickColor = BrickColor.new("Really black")
  1422. p32.Material = Enum.Material.Metal
  1423. p32.CFrame = CFrame.new(-0.700000763, 4.25002337, 0.800000489, -0.804778874, -0.593520701, 0.0080409348, 0.142058611, -0.205740049, -0.968240976, 0.576325178, -0.778077364, 0.249890015)
  1424. p32.CanCollide = false
  1425. p32.Locked = true
  1426. p32.FormFactor = Enum.FormFactor.Custom
  1427. p32.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1428. b32 = Instance.new("SpecialMesh", p32)
  1429. b32.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1430. b32.TextureId = ""
  1431. b32.MeshType = Enum.MeshType.FileMesh
  1432. b32.Name = "Mesh"
  1433. b32.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1434. p33 = Instance.new("Part", m3)
  1435. p33.BrickColor = BrickColor.new("Really black")
  1436. p33.Material = Enum.Material.Metal
  1437. p33.CFrame = CFrame.new(-0.700000942, 4.25002289, 0.549999833, -0.526802063, -0.220915288, -0.820777893, 0.708702326, 0.418966174, -0.567634225, 0.469277024, -0.880717933, -0.0641489923)
  1438. p33.CanCollide = false
  1439. p33.Locked = true
  1440. p33.FormFactor = Enum.FormFactor.Custom
  1441. p33.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1442. b33 = Instance.new("SpecialMesh", p33)
  1443. b33.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1444. b33.TextureId = ""
  1445. b33.MeshType = Enum.MeshType.FileMesh
  1446. b33.Name = "Mesh"
  1447. b33.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1448. p34 = Instance.new("Part", m3)
  1449. p34.BrickColor = BrickColor.new("Really black")
  1450. p34.Material = Enum.Material.Metal
  1451. p34.Name = "Connection"
  1452. p34.CFrame = CFrame.new(0.0551848896, 3.35002589, -0.131655902, 0.635109425, -0.765570045, -0.102657467, -0.766416311, -0.641122162, 0.0396047123, -0.0961361453, 0.0535250306, -0.993928015)
  1453. p34.CanCollide = false
  1454. p34.Locked = true
  1455. p34.FormFactor = Enum.FormFactor.Custom
  1456. p34.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1457. b34 = Instance.new("SpecialMesh", p34)
  1458. b34.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1459. b34.TextureId = ""
  1460. b34.MeshType = Enum.MeshType.FileMesh
  1461. b34.Name = "Mesh"
  1462. b34.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1463. p35 = Instance.new("Part", m3)
  1464. p35.BrickColor = BrickColor.new("Really black")
  1465. p35.Material = Enum.Material.Metal
  1466. p35.CFrame = CFrame.new(-0.600001037, 4.25002289, 0.149997264, 0.493824095, 0.604460001, 0.62511301, -0.565569818, -0.322785676, 0.758907318, 0.660506427, -0.728311539, 0.182464883)
  1467. p35.CanCollide = false
  1468. p35.Locked = true
  1469. p35.FormFactor = Enum.FormFactor.Custom
  1470. p35.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1471. b35 = Instance.new("SpecialMesh", p35)
  1472. b35.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1473. b35.TextureId = ""
  1474. b35.MeshType = Enum.MeshType.FileMesh
  1475. b35.Name = "Mesh"
  1476. b35.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1477. p36 = Instance.new("Part", m3)
  1478. p36.BrickColor = BrickColor.new("Really black")
  1479. p36.Material = Enum.Material.Metal
  1480. p36.CFrame = CFrame.new(-0.500000834, 4.2000227, -2.52574682e-006, -0.285961747, 0.418113738, -0.862210572, 0.191904813, 0.906544387, 0.375965416, 0.93882823, -0.0579507053, -0.339474916)
  1481. p36.CanCollide = false
  1482. p36.Locked = true
  1483. p36.FormFactor = Enum.FormFactor.Custom
  1484. p36.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1485. b36 = Instance.new("SpecialMesh", p36)
  1486. b36.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1487. b36.TextureId = ""
  1488. b36.MeshType = Enum.MeshType.FileMesh
  1489. b36.Name = "Mesh"
  1490. b36.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1491. w1 = Instance.new("Weld", p2)
  1492. w1.Name = "Joint"
  1493. w1.Part0 = p2
  1494. w1.C0 = CFrame.new(-0.211238861, -0.0362606049, -0.0810072422, -0.57012105, 0.811055779, -0.130959615, -0.254106343, -0.022495009, 0.966914535, 0.781275749, 0.584536016, 0.218919396)
  1495. w1.Part1 = p18
  1496. w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1497. w2 = Instance.new("Weld", p3)
  1498. w2.Name = "Joint"
  1499. w2.Part0 = p3
  1500. w2.C0 = CFrame.new(0, 0, -0.470001936, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1501. w2.Part1 = p1
  1502. w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1503. w3 = Instance.new("Weld", p4)
  1504. w3.Name = "Joint"
  1505. w3.Part0 = p4
  1506. w3.C0 = CFrame.new(0, 0.0299999714, -0.900000334, 1, 0, 0, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008)
  1507. w3.Part1 = p1
  1508. w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1509. w4 = Instance.new("Weld", p5)
  1510. w4.Name = "Joint"
  1511. w4.Part0 = p5
  1512. w4.C0 = CFrame.new(2.38418579e-007, 0.5, 0.0500030518, -1, -9.67369829e-009, -5.33850759e-008, 4.45892816e-008, -0.707106829, -0.707106769, -3.09086161e-008, -0.707106769, 0.707106829)
  1513. w4.Part1 = p7
  1514. w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1515. w5 = Instance.new("Weld", p6)
  1516. w5.Name = "Joint"
  1517. w5.Part0 = p6
  1518. w5.C0 = CFrame.new(0, 0.5, 0.0500030518, 1, -1.28027651e-008, 3.09086197e-008, -1.28027686e-008, 0.707106829, 0.707106769, -3.09086161e-008, -0.707106769, 0.707106829)
  1519. w5.Part1 = p7
  1520. w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1521. w6 = Instance.new("Weld", p7)
  1522. w6.Name = "Joint"
  1523. w6.Part0 = p7
  1524. w6.C0 = CFrame.new(-0.400002003, 0.070712328, -0.0707120895, -3.09086197e-008, -7.46200044e-008, -1, -0.707106829, -0.707106769, 7.46200044e-008, -0.707106769, 0.707106829, -3.09086197e-008)
  1525. w6.Part1 = p1
  1526. w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1527. w7 = Instance.new("Weld", p8)
  1528. w7.Name = "Joint"
  1529. w7.Part0 = p8
  1530. w7.C0 = CFrame.new(-0.0200009346, -2.38418579e-007, -1, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  1531. w7.Part1 = p1
  1532. w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1533. w8 = Instance.new("Weld", p9)
  1534. w8.Name = "Joint"
  1535. w8.Part0 = p9
  1536. w8.C0 = CFrame.new(-0.0200009346, -2.38418579e-007, 1, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  1537. w8.Part1 = p1
  1538. w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1539. w9 = Instance.new("Weld", p10)
  1540. w9.Name = "Joint"
  1541. w9.Part0 = p10
  1542. w9.C0 = CFrame.new(0, 0.0399997234, 1.04999948, 1, 0, 0, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008)
  1543. w9.Part1 = p1
  1544. w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1545. w10 = Instance.new("Weld", p11)
  1546. w10.Name = "Joint"
  1547. w10.Part0 = p11
  1548. w10.C0 = CFrame.new(0.100000024, 0.202390671, -0.0392093658, 0.450589836, 0.596651673, -0.664059937, 0.644212067, 0.297646403, 0.704554796, 0.618028879, -0.745260656, -0.250253737)
  1549. w10.Part1 = p19
  1550. w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1551. w11 = Instance.new("Weld", p12)
  1552. w11.Name = "Joint"
  1553. w11.Part0 = p12
  1554. w11.C0 = CFrame.new(0.479997993, 0.0499999784, 0.25, -4.37113883e-008, -4.37113883e-008, 1, -1, 1.91068547e-015, -4.37113883e-008, 0, -1, -4.37113883e-008)
  1555. w11.Part1 = p1
  1556. w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1557. w12 = Instance.new("Weld", p13)
  1558. w12.Name = "Joint"
  1559. w12.Part0 = p13
  1560. w12.C0 = CFrame.new(-0.1545012, 0.138720512, 0.0829834938, 0.373496056, -0.501174688, -0.780592561, -0.602336764, 0.50893271, -0.614961803, 0.70547235, 0.699865282, -0.111791633)
  1561. w12.Part1 = p35
  1562. w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1563. w13 = Instance.new("Weld", p14)
  1564. w13.Name = "Joint"
  1565. w13.Part0 = p14
  1566. w13.C0 = CFrame.new(-0.172863483, 0.0578804016, -0.0258672237, -0.849803627, -0.326939017, 0.413454711, 0.506076992, -0.286759645, 0.813421786, -0.147377193, 0.900488615, 0.409145683)
  1567. w13.Part1 = p34
  1568. w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1569. w14 = Instance.new("Weld", p15)
  1570. w14.Name = "Joint"
  1571. w14.Part0 = p15
  1572. w14.C0 = CFrame.new(0.0923810005, -0.190912724, -0.00442934036, -0.0371075198, 0.56231159, -0.826092422, -0.73737216, -0.573347449, -0.357148677, -0.674466848, 0.595884562, 0.435908347)
  1573. w14.Part1 = p16
  1574. w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1575. w15 = Instance.new("Weld", p16)
  1576. w15.Name = "Joint"
  1577. w15.Part0 = p16
  1578. w15.C0 = CFrame.new(0.0876817107, 0.204583645, -0.0213780403, 0.074026458, 0.445441723, -0.892245352, -0.0624118894, 0.895015597, 0.441646636, 0.995301366, 0.022993207, 0.0940556675)
  1579. w15.Part1 = p20
  1580. w15.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1581. w16 = Instance.new("Weld", p17)
  1582. w16.Name = "Joint"
  1583. w16.Part0 = p17
  1584. w16.C0 = CFrame.new(0.156466246, -0.194725513, -0.0100102425, -0.460608691, 0.227749109, -0.85788697, 0.80572325, -0.29817903, -0.51176101, -0.372357011, -0.926941037, -0.0461589098)
  1585. w16.Part1 = p14
  1586. w16.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1587. w17 = Instance.new("Weld", p18)
  1588. w17.Name = "Joint"
  1589. w17.Part0 = p18
  1590. w17.C0 = CFrame.new(0.046289444, -0.199023724, 0.0569794178, 0.154631272, -0.0373091251, -0.987267554, -0.489805043, 0.864940584, -0.109402351, 0.858009458, 0.500485599, 0.115472674)
  1591. w17.Part1 = p17
  1592. w17.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1593. w18 = Instance.new("Weld", p19)
  1594. w18.Name = "Joint"
  1595. w18.Part0 = p19
  1596. w18.C0 = CFrame.new(0.211536884, -0.0502645969, -0.0522158146, 0.728958309, 0.445444137, 0.519806981, -0.683894217, 0.440442294, 0.581635118, 0.0301409438, -0.779480696, 0.625700712)
  1597. w18.Part1 = p21
  1598. w18.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1599. w19 = Instance.new("Weld", p20)
  1600. w19.Name = "Joint"
  1601. w19.Part0 = p20
  1602. w19.C0 = CFrame.new(0.0722160339, 0.164483547, 0.0522456169, 0.148452476, 0.216069669, 0.965026319, 0.508259654, 0.820421398, -0.261879444, -0.848312438, 0.529360592, 0.0119740963)
  1603. w19.Part1 = p11
  1604. w19.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1605. w20 = Instance.new("Weld", p21)
  1606. w20.Name = "Joint"
  1607. w20.Part0 = p21
  1608. w20.C0 = CFrame.new(0.246201992, 0.0183468163, 0.0393443108, 0.980159461, 0.195441127, 0.0330170989, -0.100333519, 0.345563769, 0.933016002, 0.170940176, -0.917817175, 0.358316928)
  1609. w20.Part1 = p22
  1610. w20.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1611. w21 = Instance.new("Weld", p22)
  1612. w21.Name = "Joint"
  1613. w21.Part0 = p22
  1614. w21.C0 = CFrame.new(0.246201515, 0.0183467865, 0.0393443108, 0.96721822, 0.235350817, 0.0953874439, -0.0782081187, -0.0813006833, 0.993616521, 0.241603509, -0.968504071, -0.060229145)
  1615. w21.Part1 = p23
  1616. w21.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1617. w22 = Instance.new("Weld", p23)
  1618. w22.Name = "Joint"
  1619. w22.Part0 = p23
  1620. w22.C0 = CFrame.new(0.196961403, 0.014677465, 0.031475544, 0.966579735, -0.137344033, 0.21647194, 0.256335169, 0.504686236, -0.824368834, 0.0039717555, 0.852307677, 0.523025632)
  1621. w22.Part1 = p24
  1622. w22.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1623. w23 = Instance.new("Weld", p24)
  1624. w23.Name = "Joint"
  1625. w23.Part0 = p24
  1626. w23.C0 = CFrame.new(0.16540432, 0.0485391617, -0.0527825356, -0.208951756, 0.968707323, 0.133960381, -0.0571475253, 0.124654606, -0.990553021, -0.976254702, -0.214633241, 0.0293123852)
  1627. w23.Part1 = p25
  1628. w23.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1629. w24 = Instance.new("Weld", p25)
  1630. w24.Name = "Joint"
  1631. w24.Part0 = p25
  1632. w24.C0 = CFrame.new(0.136999726, 0.131462574, -0.0802993774, 0.0322127938, 0.557586372, -0.829493642, -0.185464859, 0.81884563, 0.543226421, 0.982122838, 0.136343077, 0.129789978)
  1633. w24.Part1 = p26
  1634. w24.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1635. w25 = Instance.new("Weld", p26)
  1636. w25.Name = "Joint"
  1637. w25.Part0 = p26
  1638. w25.C0 = CFrame.new(-0.0791475773, 0.161348343, 0.014251709, -0.2480997, -0.814228892, -0.524859786, -0.266315132, 0.578250885, -0.771169424, 0.931409001, -0.0515488982, -0.360305429)
  1639. w25.Part1 = p27
  1640. w25.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1641. w26 = Instance.new("Weld", p27)
  1642. w26.Name = "Joint"
  1643. w26.Part0 = p27
  1644. w26.C0 = CFrame.new(-0.104925156, 0.167636156, -0.0298128128, 0.401087224, -0.216573805, 0.890070021, -0.510172248, 0.754199564, 0.413409412, -0.760824084, -0.619902253, 0.192009777)
  1645. w26.Part1 = p28
  1646. w26.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1647. w27 = Instance.new("Weld", p28)
  1648. w27.Name = "Joint"
  1649. w27.Part0 = p28
  1650. w27.C0 = CFrame.new(-0.131156445, 0.209545135, -0.037266016, 0.338400394, -0.252909899, 0.906378388, -0.549903035, 0.728472173, 0.408576787, -0.763604522, -0.636682749, 0.10743928)
  1651. w27.Part1 = p29
  1652. w27.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1653. w28 = Instance.new("Weld", p29)
  1654. w28.Name = "Joint"
  1655. w28.Part0 = p29
  1656. w28.C0 = CFrame.new(-0.0782968998, 0.176962137, -0.0710916519, -0.250144869, -0.239018306, -0.938241899, 0.254374206, 0.918783069, -0.301879942, 0.934195518, -0.314178288, -0.169028759)
  1657. w28.Part1 = p30
  1658. w28.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1659. w29 = Instance.new("Weld", p30)
  1660. w29.Name = "Joint"
  1661. w29.Part0 = p30
  1662. w29.C0 = CFrame.new(-0.097776413, 0.186868906, -0.022808075, 0.547942579, -0.39773193, 0.735913277, -0.0455548018, 0.864242792, 0.501007974, -0.835274637, -0.30804801, 0.455436885)
  1663. w29.Part1 = p31
  1664. w29.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1665. w30 = Instance.new("Weld", p31)
  1666. w30.Name = "Joint"
  1667. w30.Part0 = p31
  1668. w30.C0 = CFrame.new(-0.0498166084, 0.243983507, -0.0221347809, 0.0954426825, -0.396762908, -0.912945747, 0.131352007, 0.914132595, -0.38354671, 0.986730695, -0.0833105743, 0.139362901)
  1669. w30.Part1 = p32
  1670. w30.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1671. w31 = Instance.new("Weld", p32)
  1672. w31.Name = "Joint"
  1673. w31.Part0 = p32
  1674. w31.C0 = CFrame.new(-0.144081593, 0.194519997, -0.0624723434, 0.795092285, -0.270274341, 0.542936563, -0.198274553, 0.730186164, 0.653846622, -0.573162735, -0.627518892, 0.526976764)
  1675. w31.Part1 = p33
  1676. w31.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1677. w32 = Instance.new("Weld", p33)
  1678. w32.Name = "Joint"
  1679. w32.Part0 = p33
  1680. w32.C0 = CFrame.new(-0.0938563347, 0.176145077, 0.0128297806, 0.0848137587, -0.421895206, -0.902668893, -0.548244178, 0.736708403, -0.39583993, 0.832006574, 0.528455555, -0.168818489)
  1681. w32.Part1 = p13
  1682. w32.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1683. w33 = Instance.new("Weld", p34)
  1684. w33.Name = "Joint"
  1685. w33.Part0 = p34
  1686. w33.C0 = CFrame.new(-0.0178728104, 0.0120868683, -0.150204837, -0.0961361453, -0.635109425, 0.766416311, 0.0535250939, 0.765570045, 0.641122162, -0.993928015, 0.102657512, -0.0396046676)
  1687. w33.Part1 = p12
  1688. w33.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1689. w34 = Instance.new("Weld", p35)
  1690. w34.Name = "Joint"
  1691. w34.Part0 = p35
  1692. w34.C0 = CFrame.new(-0.0214147568, 0.185832024, -0.00280380249, 0.370351821, -0.344516218, -0.862640202, -0.918555975, 0.00231964141, -0.395284295, 0.138182849, 0.938777506, -0.315598398)
  1693. w34.Part1 = p36
  1694. w34.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1695. w35 = Instance.new("Weld", p36)
  1696. w35.Name = "Joint"
  1697. w35.Part0 = p36
  1698. w35.C0 = CFrame.new(-0.136966705, -0.109280109, -0.0655572414, 0.678235054, 0.463834167, -0.569960475, 0.250202835, 0.583515286, 0.772598565, 0.690938354, -0.666609228, 0.279707849)
  1699. w35.Part1 = p2
  1700. w35.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1701. m3.Parent = Torsoz
  1702. m3:MakeJoints()
  1703. ----------------------------------------------------
  1704. local cor3 = Instance.new("Part", Torsoz.Torso)
  1705. cor3.Name = "Thingy"
  1706. cor3.Locked = true
  1707. cor3.BottomSurface = 0
  1708. cor3.CanCollide = false
  1709. cor3.Size = Vector3.new(1, 1, 1)
  1710. cor3.Transparency = 1
  1711. cor3.TopSurface = 0
  1712. corw3 = Instance.new("Weld", cor3)
  1713. corw3.Part0 = Torsoz
  1714. corw3.Part1 = cor3
  1715. corw3.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1716. corw3.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1717. weld3 = Instance.new("Weld", Torsoz.Torso)
  1718. weld3.Part0 = cor3
  1719. weld3.Part1 =Torsoz.Torso.TorsoPlate
  1720. weld3.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1721. --Left Leg
  1722. m4 = Instance.new("Model")
  1723. m4.Name = "LeftLeg"
  1724. p1 = Instance.new("Part", m4)
  1725. p1.BrickColor = BrickColor.new("Really black")
  1726. p1.Material = Enum.Material.Metal
  1727. p1.Name = "LeftLegPlate"
  1728. p1.CFrame = CFrame.new(-1.5, 4.74442291, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1729. p1.Anchored = false
  1730. p1.CanCollide = false
  1731. p1.FormFactor = Enum.FormFactor.Custom
  1732. p1.Size = Vector3.new(1, 2, 1)
  1733. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1734. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1735. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1736. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1737. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1738. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1739. b1 = Instance.new("SpecialMesh", p1)
  1740. b1.MeshType = Enum.MeshType.Brick
  1741. b1.Name = "Mesh"
  1742. b1.Scale = Vector3.new(1.01999998, 1, 1.01999998)
  1743. p2 = Instance.new("Part", m4)
  1744. p2.BrickColor = BrickColor.new("Really black")
  1745. p2.Material = Enum.Material.Metal
  1746. p2.CFrame = CFrame.new(-2.0999999, 5.44442606, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1747. p2.Anchored = false
  1748. p2.CanCollide = false
  1749. p2.FormFactor = Enum.FormFactor.Custom
  1750. p2.Size = Vector3.new(0.239999995, 0.300000012, 0.899999976)
  1751. p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1752. p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1753. p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1754. p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1755. p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1756. p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1757. b2 = Instance.new("SpecialMesh", p2)
  1758. b2.MeshType = Enum.MeshType.Brick
  1759. b2.Name = "Mesh"
  1760. b2.Scale = Vector3.new(1.01999998, 1, 1.01999998)
  1761. p3 = Instance.new("Part", m4)
  1762. p3.BrickColor = BrickColor.new("Really black")
  1763. p3.Material = Enum.Material.Metal
  1764. p3.CFrame = CFrame.new(-2.0999999, 5.04442501, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1765. p3.Anchored = false
  1766. p3.CanCollide = false
  1767. p3.FormFactor = Enum.FormFactor.Custom
  1768. p3.Size = Vector3.new(0.200000003, 0.600000024, 0.800000012)
  1769. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1770. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1771. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1772. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1773. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1774. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1775. b3 = Instance.new("SpecialMesh", p3)
  1776. b3.MeshType = Enum.MeshType.Brick
  1777. b3.Name = "Mesh"
  1778. b3.Scale = Vector3.new(1.01999998, 1, 1.01999998)
  1779. p4 = Instance.new("Part", m4)
  1780. p4.BrickColor = BrickColor.new("Black")
  1781. p4.Material = Enum.Material.Metal
  1782. p4.CFrame = CFrame.new(-1.5, 4.74442291, -7.02999783, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1783. p4.Anchored = false
  1784. p4.CanCollide = false
  1785. p4.FormFactor = Enum.FormFactor.Custom
  1786. p4.Size = Vector3.new(1, 2, 0.200000018)
  1787. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1788. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1789. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1790. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1791. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1792. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1793. b4 = Instance.new("SpecialMesh", p4)
  1794. b4.MeshType = Enum.MeshType.Brick
  1795. b4.Name = "Mesh"
  1796. b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  1797. p5 = Instance.new("Part", m4)
  1798. p5.BrickColor = BrickColor.new("Black")
  1799. p5.Material = Enum.Material.Metal
  1800. p5.CFrame = CFrame.new(-2, 4.74442291, -7.47999907, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  1801. p5.Anchored = false
  1802. p5.CanCollide = false
  1803. p5.FormFactor = Enum.FormFactor.Custom
  1804. p5.Size = Vector3.new(1, 2, 0.200000018)
  1805. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1806. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1807. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1808. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1809. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1810. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1811. b5 = Instance.new("SpecialMesh", p5)
  1812. b5.MeshType = Enum.MeshType.Brick
  1813. b5.Name = "Mesh"
  1814. b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  1815. p6 = Instance.new("Part", m4)
  1816. p6.BrickColor = BrickColor.new("Black")
  1817. p6.Material = Enum.Material.Metal
  1818. p6.CFrame = CFrame.new(-1.50999999, 3.74442887, -7.5, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  1819. p6.Anchored = false
  1820. p6.CanCollide = false
  1821. p6.FormFactor = Enum.FormFactor.Custom
  1822. p6.Size = Vector3.new(1, 0.200000048, 0.980000019)
  1823. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1824. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1825. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1826. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1827. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1828. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1829. b6 = Instance.new("SpecialMesh", p6)
  1830. b6.MeshType = Enum.MeshType.Brick
  1831. b6.Name = "Mesh"
  1832. b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  1833. p7 = Instance.new("Part", m4)
  1834. p7.BrickColor = BrickColor.new("Black")
  1835. p7.Material = Enum.Material.Metal
  1836. p7.CFrame = CFrame.new(-1.5, 5.74442291, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1837. p7.Anchored = false
  1838. p7.CanCollide = false
  1839. p7.FormFactor = Enum.FormFactor.Custom
  1840. p7.Size = Vector3.new(1, 0.200000048, 0.99000001)
  1841. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1842. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1843. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1844. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1845. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1846. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1847. b7 = Instance.new("SpecialMesh", p7)
  1848. b7.MeshType = Enum.MeshType.Brick
  1849. b7.Name = "Mesh"
  1850. b7.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  1851. w1 = Instance.new("Weld", p2)
  1852. w1.Name = "Joint"
  1853. w1.Part0 = p2
  1854. w1.C0 = CFrame.new(0, -0.40000093, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1855. w1.Part1 = p3
  1856. w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1857. w2 = Instance.new("Weld", p3)
  1858. w2.Name = "Joint"
  1859. w2.Part0 = p3
  1860. w2.C0 = CFrame.new(0.0999999046, -0.300002098, 0.0200009346, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  1861. w2.Part1 = p5
  1862. w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1863. w3 = Instance.new("Weld", p4)
  1864. w3.Name = "Joint"
  1865. w3.Part0 = p4
  1866. w3.C0 = CFrame.new(0, 0, -0.470002174, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1867. w3.Part1 = p1
  1868. w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1869. w4 = Instance.new("Weld", p5)
  1870. w4.Name = "Joint"
  1871. w4.Part0 = p5
  1872. w4.C0 = CFrame.new(-0.0200009346, 0, -0.5, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  1873. w4.Part1 = p1
  1874. w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1875. w5 = Instance.new("Weld", p6)
  1876. w5.Name = "Joint"
  1877. w5.Part0 = p6
  1878. w5.C0 = CFrame.new(0, 0.99999404, -0.00999999046, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  1879. w5.Part1 = p1
  1880. w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1881. w6 = Instance.new("Weld", p7)
  1882. w6.Name = "Joint"
  1883. w6.Part0 = p7
  1884. w6.C0 = CFrame.new(0, -1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1885. w6.Part1 = p1
  1886. w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1887. m4.Parent = LL
  1888. m4:MakeJoints()
  1889. ----------------------------------------------------
  1890. local cor4 = Instance.new("Part", LL.LeftLeg)
  1891. cor4.Name = "Thingy"
  1892. cor4.Locked = true
  1893. cor4.BottomSurface = 0
  1894. cor4.CanCollide = false
  1895. cor4.Size = Vector3.new(1, 1, 1)
  1896. cor4.Transparency = 1
  1897. cor4.TopSurface = 0
  1898. corw4 = Instance.new("Weld", cor4)
  1899. corw4.Part0 = LL
  1900. corw4.Part1 = cor4
  1901. corw4.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1902. corw4.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1903. weld4 = Instance.new("Weld", LL.LeftLeg)
  1904. weld4.Part0 = cor4
  1905. weld4.Part1 = LL.LeftLeg.LeftLegPlate
  1906. weld4.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1907. --Right Leg
  1908. m5 = Instance.new("Model")
  1909. m5.Name = "RightLeg"
  1910. p1 = Instance.new("Part", m5)
  1911. p1.BrickColor = BrickColor.new("Really black")
  1912. p1.Material = Enum.Material.Metal
  1913. p1.Name = "RightLegPlate"
  1914. p1.CFrame = CFrame.new(1.5, 4.74441528, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1915. p1.Anchored = false
  1916. p1.CanCollide = false
  1917. p1.FormFactor = Enum.FormFactor.Custom
  1918. p1.Size = Vector3.new(1, 2, 1)
  1919. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1920. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1921. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1922. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1923. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1924. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1925. b1 = Instance.new("SpecialMesh", p1)
  1926. b1.MeshType = Enum.MeshType.Brick
  1927. b1.Name = "Mesh"
  1928. b1.Scale = Vector3.new(1.01999998, 1, 1.01999998)
  1929. p2 = Instance.new("Part", m5)
  1930. p2.BrickColor = BrickColor.new("Really black")
  1931. p2.Material = Enum.Material.Metal
  1932. p2.CFrame = CFrame.new(2.05000019, 5.44441557, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1933. p2.Anchored = false
  1934. p2.CanCollide = false
  1935. p2.FormFactor = Enum.FormFactor.Custom
  1936. p2.Size = Vector3.new(0.239999995, 0.300000012, 0.899999976)
  1937. p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1938. p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1939. p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1940. p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1941. p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1942. p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1943. b2 = Instance.new("SpecialMesh", p2)
  1944. b2.MeshType = Enum.MeshType.Brick
  1945. b2.Name = "Mesh"
  1946. b2.Scale = Vector3.new(1.01999998, 1, 1.01999998)
  1947. p3 = Instance.new("Part", m5)
  1948. p3.BrickColor = BrickColor.new("Really black")
  1949. p3.Material = Enum.Material.Metal
  1950. p3.CFrame = CFrame.new(2.05000019, 5.04441547, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1951. p3.Anchored = false
  1952. p3.CanCollide = false
  1953. p3.FormFactor = Enum.FormFactor.Custom
  1954. p3.Size = Vector3.new(0.200000003, 0.600000024, 0.800000012)
  1955. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1956. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1957. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1958. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1959. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1960. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1961. b3 = Instance.new("SpecialMesh", p3)
  1962. b3.MeshType = Enum.MeshType.Brick
  1963. b3.Name = "Mesh"
  1964. b3.Scale = Vector3.new(1.01999998, 1, 1.01999998)
  1965. p4 = Instance.new("Part", m5)
  1966. p4.BrickColor = BrickColor.new("Black")
  1967. p4.Material = Enum.Material.Metal
  1968. p4.CFrame = CFrame.new(1.5, 4.74441528, -7.0299983, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1969. p4.Anchored = false
  1970. p4.CanCollide = false
  1971. p4.FormFactor = Enum.FormFactor.Custom
  1972. p4.Size = Vector3.new(1, 2, 0.200000018)
  1973. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1974. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1975. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1976. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1977. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1978. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1979. b4 = Instance.new("SpecialMesh", p4)
  1980. b4.MeshType = Enum.MeshType.Brick
  1981. b4.Name = "Mesh"
  1982. b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  1983. p5 = Instance.new("Part", m5)
  1984. p5.BrickColor = BrickColor.new("Black")
  1985. p5.Material = Enum.Material.Metal
  1986. p5.CFrame = CFrame.new(2, 4.74441528, -7.47999907, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  1987. p5.Anchored = false
  1988. p5.CanCollide = false
  1989. p5.FormFactor = Enum.FormFactor.Custom
  1990. p5.Size = Vector3.new(1, 2, 0.200000018)
  1991. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1992. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1993. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1994. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1995. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1996. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1997. b5 = Instance.new("SpecialMesh", p5)
  1998. b5.MeshType = Enum.MeshType.Brick
  1999. b5.Name = "Mesh"
  2000. b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  2001. p6 = Instance.new("Part", m5)
  2002. p6.BrickColor = BrickColor.new("Black")
  2003. p6.Material = Enum.Material.Metal
  2004. p6.CFrame = CFrame.new(1.505, 3.74442124, -7.49999952, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  2005. p6.Anchored = false
  2006. p6.CanCollide = false
  2007. p6.FormFactor = Enum.FormFactor.Custom
  2008. p6.Size = Vector3.new(1, 0.200000048, 0.99000001)
  2009. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2010. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2011. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2012. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2013. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2014. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2015. b6 = Instance.new("SpecialMesh", p6)
  2016. b6.MeshType = Enum.MeshType.Brick
  2017. b6.Name = "Mesh"
  2018. b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  2019. p7 = Instance.new("Part", m5)
  2020. p7.BrickColor = BrickColor.new("Black")
  2021. p7.Material = Enum.Material.Metal
  2022. p7.CFrame = CFrame.new(1.505, 5.69442129, -7.49999952, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  2023. p7.Anchored = false
  2024. p7.CanCollide = false
  2025. p7.FormFactor = Enum.FormFactor.Custom
  2026. p7.Size = Vector3.new(1, 0.200000048, 0.99000001)
  2027. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2028. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2029. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2030. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2031. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2032. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2033. b7 = Instance.new("SpecialMesh", p7)
  2034. b7.MeshType = Enum.MeshType.Brick
  2035. b7.Name = "Mesh"
  2036. b7.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  2037. w1 = Instance.new("Weld", p2)
  2038. w1.Name = "Joint"
  2039. w1.Part0 = p2
  2040. w1.C0 = CFrame.new(0, -0.400000095, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2041. w1.Part1 = p3
  2042. w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2043. w2 = Instance.new("Weld", p3)
  2044. w2.Name = "Joint"
  2045. w2.Part0 = p3
  2046. w2.C0 = CFrame.new(-0.0500001907, -0.300000191, 0.0200004578, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  2047. w2.Part1 = p5
  2048. w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2049. w3 = Instance.new("Weld", p4)
  2050. w3.Name = "Joint"
  2051. w3.Part0 = p4
  2052. w3.C0 = CFrame.new(0, 0, -0.470001221, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2053. w3.Part1 = p1
  2054. w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2055. w4 = Instance.new("Weld", p5)
  2056. w4.Name = "Joint"
  2057. w4.Part0 = p5
  2058. w4.C0 = CFrame.new(-0.0200004578, 0, 0.5, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  2059. w4.Part1 = p1
  2060. w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2061. w5 = Instance.new("Weld", p6)
  2062. w5.Name = "Joint"
  2063. w5.Part0 = p6
  2064. w5.C0 = CFrame.new(0, 0.99999404, 0.00499999523, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  2065. w5.Part1 = p1
  2066. w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2067. w6 = Instance.new("Weld", p7)
  2068. w6.Name = "Joint"
  2069. w6.Part0 = p7
  2070. w6.C0 = CFrame.new(0, -0.950006008, 0.00499999523, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  2071. w6.Part1 = p1
  2072. w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2073. m5.Parent = RL
  2074. m5:MakeJoints()
  2075. ----------------------------------------------------
  2076. local cor5 = Instance.new("Part", RL.RightLeg)
  2077. cor5.Name = "Thingy"
  2078. cor5.Locked = true
  2079. cor5.BottomSurface = 0
  2080. cor5.CanCollide = false
  2081. cor5.Size = Vector3.new(1, 1, 1)
  2082. cor5.Transparency = 1
  2083. cor5.TopSurface = 0
  2084. corw5 = Instance.new("Weld", cor5)
  2085. corw5.Part0 = RL
  2086. corw5.Part1 = cor5
  2087. corw5.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2088. corw5.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2089. wld5 = Instance.new("Weld", RL.RightLeg)
  2090. wld5.Part0 = cor5
  2091. wld5.Part1 = RL.RightLeg.RightLegPlate
  2092. wld5.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2093. --Amulet
  2094. m7 = Instance.new("Model")
  2095. m7.Name = "Amulet"
  2096. p1 = Instance.new("Part", m7)
  2097. p1.BrickColor = BrickColor.new("Lime green")
  2098. p1.Material = Enum.Material.Neon
  2099. p1.Name = "Center"
  2100. p1.CFrame = CFrame.new(-1.0658141e-014, 14.4125643, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
  2101. p1.CanCollide = false
  2102. p1.Locked = true
  2103. p1.FormFactor = Enum.FormFactor.Custom
  2104. p1.Shape = Enum.PartType.Cylinder
  2105. p1.Size = Vector3.new(0.5, 0.5, 0.5)
  2106. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2107. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2108. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2109. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2110. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2111. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2112. p2 = Instance.new("Part", m7)
  2113. p2.BrickColor = BrickColor.new("Really black")
  2114. p2.Material = Enum.Material.Metal
  2115. p2.Name = "Bottom"
  2116. p2.CFrame = CFrame.new(1.19209318e-007, 14.1625719, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
  2117. p2.CanCollide = false
  2118. p2.Locked = true
  2119. p2.FormFactor = Enum.FormFactor.Custom
  2120. p2.Size = Vector3.new(0.200000003, 0.649999976, 0.649999976)
  2121. p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2122. p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2123. p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2124. p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2125. p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2126. p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2127. b1 = Instance.new("SpecialMesh", p2)
  2128. b1.MeshType = Enum.MeshType.Cylinder
  2129. b1.Name = "Mesh"
  2130. p3 = Instance.new("Part", m7)
  2131. p3.BrickColor = BrickColor.new("Really black")
  2132. p3.Material = Enum.Material.Metal
  2133. p3.CFrame = CFrame.new(1.23580463e-007, 14.4625673, -0.280000001, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
  2134. p3.CanCollide = false
  2135. p3.Locked = true
  2136. p3.FormFactor = Enum.FormFactor.Custom
  2137. p3.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  2138. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2139. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2140. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2141. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2142. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2143. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2144. b2 = Instance.new("SpecialMesh", p3)
  2145. b2.MeshType = Enum.MeshType.Brick
  2146. b2.Name = "Mesh"
  2147. b2.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  2148. p4 = Instance.new("Part", m7)
  2149. p4.BrickColor = BrickColor.new("Really black")
  2150. p4.Material = Enum.Material.Metal
  2151. p4.CFrame = CFrame.new(1.19209318e-007, 14.4625673, 0.280000001, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
  2152. p4.CanCollide = false
  2153. p4.Locked = true
  2154. p4.FormFactor = Enum.FormFactor.Custom
  2155. p4.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  2156. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2157. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2158. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2159. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2160. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2161. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2162. b3 = Instance.new("SpecialMesh", p4)
  2163. b3.MeshType = Enum.MeshType.Brick
  2164. b3.Name = "Mesh"
  2165. b3.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  2166. p5 = Instance.new("Part", m7)
  2167. p5.BrickColor = BrickColor.new("Really black")
  2168. p5.Material = Enum.Material.Metal
  2169. p5.CFrame = CFrame.new(0.14000012, 14.4625673, -0.242487118, -3.78551732e-008, -0.866025388, -0.5, 1, -4.37113883e-008, 0, -2.18556941e-008, -0.5, 0.866025388)
  2170. p5.CanCollide = false
  2171. p5.Locked = true
  2172. p5.FormFactor = Enum.FormFactor.Custom
  2173. p5.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  2174. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2175. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2176. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2177. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2178. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2179. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2180. b4 = Instance.new("SpecialMesh", p5)
  2181. b4.MeshType = Enum.MeshType.Brick
  2182. b4.Name = "Mesh"
  2183. b4.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  2184. p6 = Instance.new("Part", m7)
  2185. p6.BrickColor = BrickColor.new("Really black")
  2186. p6.Material = Enum.Material.Metal
  2187. p6.CFrame = CFrame.new(-0.139999881, 14.4625673, 0.242487103, -3.78551732e-008, -0.866025388, -0.5, 1, -4.37113883e-008, 0, -2.18556941e-008, -0.5, 0.866025388)
  2188. p6.CanCollide = false
  2189. p6.Locked = true
  2190. p6.FormFactor = Enum.FormFactor.Custom
  2191. p6.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  2192. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2193. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2194. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2195. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2196. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2197. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2198. b5 = Instance.new("SpecialMesh", p6)
  2199. b5.MeshType = Enum.MeshType.Brick
  2200. b5.Name = "Mesh"
  2201. b5.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  2202. p7 = Instance.new("Part", m7)
  2203. p7.BrickColor = BrickColor.new("Really black")
  2204. p7.Material = Enum.Material.Metal
  2205. p7.CFrame = CFrame.new(-0.242486984, 14.4625673, 0.139999986, -2.18556924e-008, -0.5, -0.866025388, 1, -4.37113847e-008, 0, -3.78551732e-008, -0.866025388, 0.5)
  2206. p7.CanCollide = false
  2207. p7.Locked = true
  2208. p7.FormFactor = Enum.FormFactor.Custom
  2209. p7.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  2210. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2211. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2212. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2213. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2214. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2215. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2216. b6 = Instance.new("SpecialMesh", p7)
  2217. b6.MeshType = Enum.MeshType.Brick
  2218. b6.Name = "Mesh"
  2219. b6.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  2220. p8 = Instance.new("Part", m7)
  2221. p8.BrickColor = BrickColor.new("Really black")
  2222. p8.Material = Enum.Material.Metal
  2223. p8.CFrame = CFrame.new(0.242487192, 14.4625673, -0.139999971, -2.18556924e-008, -0.5, -0.866025388, 1, -4.37113847e-008, 0, -3.78551732e-008, -0.866025388, 0.5)
  2224. p8.CanCollide = false
  2225. p8.Locked = true
  2226. p8.FormFactor = Enum.FormFactor.Custom
  2227. p8.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  2228. p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2229. p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2230. p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2231. p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2232. p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2233. p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2234. b7 = Instance.new("SpecialMesh", p8)
  2235. b7.MeshType = Enum.MeshType.Brick
  2236. b7.Name = "Mesh"
  2237. b7.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  2238. p9 = Instance.new("Part", m7)
  2239. p9.BrickColor = BrickColor.new("Really black")
  2240. p9.Material = Enum.Material.Metal
  2241. p9.CFrame = CFrame.new(0.280000091, 14.4625673, -1.64313008e-014, 0, 0, -1, 1, -4.37113847e-008, 0, -4.37113847e-008, -1, 0)
  2242. p9.CanCollide = false
  2243. p9.Locked = true
  2244. p9.FormFactor = Enum.FormFactor.Custom
  2245. p9.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  2246. p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2247. p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2248. p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2249. p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2250. p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2251. p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2252. b8 = Instance.new("SpecialMesh", p9)
  2253. b8.MeshType = Enum.MeshType.Brick
  2254. b8.Name = "Mesh"
  2255. b8.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  2256. p10 = Instance.new("Part", m7)
  2257. p10.BrickColor = BrickColor.new("Really black")
  2258. p10.Material = Enum.Material.Metal
  2259. p10.CFrame = CFrame.new(-0.279999852, 14.4625673, -1.49011772e-008, 0, 0, -1, 1, -4.37113847e-008, 0, -4.37113847e-008, -1, 0)
  2260. p10.CanCollide = false
  2261. p10.Locked = true
  2262. p10.FormFactor = Enum.FormFactor.Custom
  2263. p10.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  2264. p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2265. p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2266. p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2267. p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2268. p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2269. p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2270. b9 = Instance.new("SpecialMesh", p10)
  2271. b9.MeshType = Enum.MeshType.Brick
  2272. b9.Name = "Mesh"
  2273. b9.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  2274. p11 = Instance.new("Part", m7)
  2275. p11.BrickColor = BrickColor.new("Really black")
  2276. p11.Material = Enum.Material.Metal
  2277. p11.CFrame = CFrame.new(-0.242486984, 14.4625673, -0.139999986, 2.18556906e-008, 0.5, -0.866025388, 1, -4.37113847e-008, 0, -3.78551697e-008, -0.866025388, -0.5)
  2278. p11.CanCollide = false
  2279. p11.Locked = true
  2280. p11.FormFactor = Enum.FormFactor.Custom
  2281. p11.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  2282. p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2283. p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2284. p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2285. p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2286. p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2287. p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2288. b10 = Instance.new("SpecialMesh", p11)
  2289. b10.MeshType = Enum.MeshType.Brick
  2290. b10.Name = "Mesh"
  2291. b10.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  2292. p12 = Instance.new("Part", m7)
  2293. p12.BrickColor = BrickColor.new("Really black")
  2294. p12.Material = Enum.Material.Metal
  2295. p12.CFrame = CFrame.new(0.242487192, 14.4625673, 0.139999971, 2.18556906e-008, 0.5, -0.866025388, 1, -4.37113847e-008, 0, -3.78551697e-008, -0.866025388, -0.5)
  2296. p12.CanCollide = false
  2297. p12.Locked = true
  2298. p12.FormFactor = Enum.FormFactor.Custom
  2299. p12.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  2300. p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2301. p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2302. p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2303. p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2304. p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2305. p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2306. b11 = Instance.new("SpecialMesh", p12)
  2307. b11.MeshType = Enum.MeshType.Brick
  2308. b11.Name = "Mesh"
  2309. b11.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  2310. p13 = Instance.new("Part", m7)
  2311. p13.BrickColor = BrickColor.new("Really black")
  2312. p13.Material = Enum.Material.Metal
  2313. p13.CFrame = CFrame.new(-0.139999866, 14.4625673, -0.242487073, 3.78551732e-008, 0.866025388, -0.5, 1, -4.37113812e-008, 1.77635684e-015, -2.18556924e-008, -0.5, -0.866025388)
  2314. p13.CanCollide = false
  2315. p13.Locked = true
  2316. p13.FormFactor = Enum.FormFactor.Custom
  2317. p13.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  2318. p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2319. p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2320. p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2321. p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2322. p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2323. p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2324. b12 = Instance.new("SpecialMesh", p13)
  2325. b12.MeshType = Enum.MeshType.Brick
  2326. b12.Name = "Mesh"
  2327. b12.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  2328. p14 = Instance.new("Part", m7)
  2329. p14.BrickColor = BrickColor.new("Really black")
  2330. p14.Material = Enum.Material.Metal
  2331. p14.CFrame = CFrame.new(0.14000012, 14.4625673, 0.242487073, 3.78551732e-008, 0.866025388, -0.5, 1, -4.37113812e-008, 1.77635684e-015, -2.18556924e-008, -0.5, -0.866025388)
  2332. p14.CanCollide = false
  2333. p14.Locked = true
  2334. p14.FormFactor = Enum.FormFactor.Custom
  2335. p14.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  2336. p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2337. p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2338. p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2339. p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2340. p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2341. p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2342. b13 = Instance.new("SpecialMesh", p14)
  2343. b13.MeshType = Enum.MeshType.Brick
  2344. b13.Name = "Mesh"
  2345. b13.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  2346. p15 = Instance.new("Part", m7)
  2347. p15.BrickColor = BrickColor.new("Really black")
  2348. p15.Material = Enum.Material.Metal
  2349. p15.Name = "Top"
  2350. p15.CFrame = CFrame.new(0, 14.7125645, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
  2351. p15.CanCollide = false
  2352. p15.Locked = true
  2353. p15.FormFactor = Enum.FormFactor.Custom
  2354. p15.Size = Vector3.new(0.200000003, 0.649999976, 0.649999976)
  2355. p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2356. p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2357. p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2358. p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2359. p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2360. p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2361. b14 = Instance.new("SpecialMesh", p15)
  2362. b14.MeshType = Enum.MeshType.Cylinder
  2363. b14.Name = "Mesh"
  2364. w1 = Instance.new("Weld", p1)
  2365. w1.Name = "Joint"
  2366. w1.Part0 = p1
  2367. w1.C0 = CFrame.new(0.300000191, -1.31134357e-008, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2368. w1.Part1 = p15
  2369. w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2370. w2 = Instance.new("Weld", p2)
  2371. w2.Name = "Joint"
  2372. w2.Part0 = p2
  2373. w2.C0 = CFrame.new(0.249992371, 1.08281824e-007, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2374. w2.Part1 = p1
  2375. w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2376. w3 = Instance.new("Weld", p3)
  2377. w3.Name = "Joint"
  2378. w3.Part0 = p3
  2379. w3.C0 = CFrame.new(-0.0500030518, 1.25766178e-007, 0.280000001, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2380. w3.Part1 = p1
  2381. w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2382. w4 = Instance.new("Weld", p4)
  2383. w4.Name = "Joint"
  2384. w4.Part0 = p4
  2385. w4.C0 = CFrame.new(-0.0500030518, 1.21395033e-007, -0.280000001, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2386. w4.Part1 = p1
  2387. w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2388. w5 = Instance.new("Weld", p5)
  2389. w5.Name = "Joint"
  2390. w5.Part0 = p5
  2391. w5.C0 = CFrame.new(-0.0500030518, 1.00163732e-007, 0.280000061, 1, -5.85621507e-009, -2.18556941e-008, -5.85621507e-009, 0.866025388, -0.5, 2.18556941e-008, 0.5, 0.866025388)
  2392. w5.Part1 = p1
  2393. w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2394. w6 = Instance.new("Weld", p6)
  2395. w6.Name = "Joint"
  2396. w6.Part0 = p6
  2397. w6.C0 = CFrame.new(-0.0500030518, 1.00163732e-007, -0.279999942, 1, -5.85621507e-009, -2.18556941e-008, -5.85621507e-009, 0.866025388, -0.5, 2.18556941e-008, 0.5, 0.866025388)
  2398. w6.Part1 = p1
  2399. w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2400. w7 = Instance.new("Weld", p7)
  2401. w7.Name = "Joint"
  2402. w7.Part0 = p7
  2403. w7.C0 = CFrame.new(-0.0500030518, 5.54602479e-008, -0.279999882, 1, -2.18556959e-008, -3.78551732e-008, -2.18556906e-008, 0.5, -0.866025388, 3.78551732e-008, 0.866025388, 0.5)
  2404. w7.Part1 = p1
  2405. w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2406. w8 = Instance.new("Weld", p8)
  2407. w8.Name = "Joint"
  2408. w8.Part0 = p8
  2409. w8.C0 = CFrame.new(-0.0500030518, 7.03614091e-008, 0.280000061, 1, -2.18556959e-008, -3.78551732e-008, -2.18556906e-008, 0.5, -0.866025388, 3.78551732e-008, 0.866025388, 0.5)
  2410. w8.Part1 = p1
  2411. w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2412. w9 = Instance.new("Weld", p9)
  2413. w9.Name = "Joint"
  2414. w9.Part0 = p9
  2415. w9.C0 = CFrame.new(-0.0500030518, 2.1856863e-009, 0.280000091, 1, -4.37113883e-008, -4.37113847e-008, -4.37113847e-008, 1.91068525e-015, -1, 4.37113883e-008, 1, 0)
  2416. w9.Part1 = p1
  2417. w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2418. w10 = Instance.new("Weld", p10)
  2419. w10.Name = "Joint"
  2420. w10.Part0 = p10
  2421. w10.C0 = CFrame.new(-0.0500030518, -1.27154749e-008, -0.279999852, 1, -4.37113883e-008, -4.37113847e-008, -4.37113847e-008, 1.91068525e-015, -1, 4.37113883e-008, 1, 0)
  2422. w10.Part1 = p1
  2423. w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2424. w11 = Instance.new("Weld", p11)
  2425. w11.Name = "Joint"
  2426. w11.Part0 = p11
  2427. w11.C0 = CFrame.new(-0.0500030518, -5.6298461e-008, -0.279999882, 1, -6.55670789e-008, -3.78551697e-008, -6.55670789e-008, -0.5, -0.866025388, 3.78551732e-008, 0.866025388, -0.5)
  2428. w11.Part1 = p1
  2429. w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2430. w12 = Instance.new("Weld", p12)
  2431. w12.Name = "Joint"
  2432. w12.Part0 = p12
  2433. w12.C0 = CFrame.new(-0.0500030518, -6.37490416e-008, 0.280000061, 1, -6.55670789e-008, -3.78551697e-008, -6.55670789e-008, -0.5, -0.866025388, 3.78551732e-008, 0.866025388, -0.5)
  2434. w12.Part1 = p1
  2435. w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2436. w13 = Instance.new("Weld", p13)
  2437. w13.Name = "Joint"
  2438. w13.Part0 = p13
  2439. w13.C0 = CFrame.new(-0.0500030518, -1.01001945e-007, -0.279999912, 1, -8.15665615e-008, -2.18556924e-008, -8.15665544e-008, -0.866025388, -0.5, 2.18556959e-008, 0.5, -0.866025388)
  2440. w13.Part1 = p1
  2441. w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2442. w14 = Instance.new("Weld", p14)
  2443. w14.Name = "Joint"
  2444. w14.Part0 = p14
  2445. w14.C0 = CFrame.new(-0.0500030518, -1.08452525e-007, 0.280000031, 1, -8.15665615e-008, -2.18556924e-008, -8.15665544e-008, -0.866025388, -0.5, 2.18556959e-008, 0.5, -0.866025388)
  2446. w14.Part1 = p1
  2447. w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2448. m7.Parent = Torsoz
  2449. m7:MakeJoints()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement