Advertisement
Sheckles

for bio

Jun 7th, 2018
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 138.31 KB | None | 0 0
  1. wait(math.randomseed(tick()))
  2. local plr=game.Players.LocalPlayer;ch=plr.Character;
  3. local tor=ch.Torso;local head=ch.Head;local ra=ch['Right Arm'];local la=ch['Left Arm'];local rl=ch['Right Leg'];local ll=ch['Left Leg'];
  4. local rj=ch.HumanoidRootPart.RootJoint;local neck=tor.Neck;
  5. local hum=ch.Humanoid
  6. local defWS=16
  7. local defJP=50
  8. local mo=plr:GetMouse();local cam=workspace.CurrentCamera;
  9.  
  10. local godName="OmegaNoscope"
  11. local godTalkSFX="rbxassetid://418252437"
  12.  
  13. local talkGui=Instance.new("BillboardGui",head)
  14. local im=Instance.new("ImageLabel",talkGui)
  15. local text=Instance.new("TextLabel",im)
  16. talkGui.Name="BillBoardGui"
  17. talkGui.Size=UDim2.new(15,0,5,0)
  18. talkGui.Active=true
  19. talkGui.ExtentsOffset=Vector3.new(0,3.25,0)
  20.  
  21. im.Position=UDim2.new(0.10000000149012,0,0,0)
  22. im.Size=UDim2.new(0.80000001192093,0,0.80000001192093,0)
  23. im.Position=UDim2.new(0.10000000149012,0,0,0)
  24. im.Active=true
  25. im.BackgroundColor3=Color3.new(0,0,0)
  26. im.BackgroundTransparency=1
  27. im.Image="http://www.roblox.com/asset/?id=0"
  28.  
  29. text.BackgroundTransparency=1
  30. text.Size=UDim2.new(1,0,1,0)
  31. text.BackgroundColor3=Color3.new(0,1,1)
  32. text.Font=Enum.Font.SourceSans
  33. text.FontSize=Enum.FontSize.Size14
  34. text.TextScaled=true
  35. text.TextWrapped=true
  36. text.Text=""
  37.  
  38. local talkSound=Instance.new("Sound",head)
  39. talkSound.SoundId=godTalkSFX
  40. talkSound.Volume=0.85
  41.  
  42. function say(msg,col,strokeCol,font)
  43. coroutine.resume(coroutine.create(function()
  44. text.TextColor3=col
  45. text.TextStrokeColor3=strokeCol
  46. text.Font=font
  47. text.Text=""..godName..": "
  48. for i=1,msg:len() do
  49. local x=math.random(855,1155)
  50. talkSound.Pitch=x/1000
  51. talkSound:play()
  52. text.Text=""..text.Text..""..msg:sub(i,i)..""
  53. wait(.05)
  54. end
  55. wait(1.5)
  56. text.Text=""
  57. end))
  58. end
  59.  
  60. plr.Chatted:connect(function(msg)
  61. say(msg,Color3.new(0.36, 0.012, 0.36),Color3.new(0.36, 0.012, 0.36),"Fantasy")
  62. end)
  63. local p = game.Players.LocalPlayer--300899323
  64. local char = p.Character
  65. local mouse = p:GetMouse()
  66. local larm = char["Left Arm"]
  67. local rarm = char["Right Arm"]
  68. local lleg = char["Left Leg"]
  69. local rleg = char["Right Leg"]
  70. local hed = char.Head
  71. local torso = char.Torso
  72. local hum = char.Humanoid
  73. local cam = game.Workspace.CurrentCamera
  74. local root = char.HumanoidRootPart
  75. local rj = root.RootJoint
  76. local deb = false
  77. local shot = 0
  78. local l = game:GetService("Lighting")
  79. local rs = game:GetService("RunService").RenderStepped
  80. local hb = game:GetService("RunService").Heartbeat
  81. local Stepped = game:GetService("RunService").Stepped
  82. --Left Arm
  83. m = Instance.new("Model")
  84. m.Name = "LeftArm"
  85. p1 = Instance.new("Part", m)
  86. p1.BrickColor = BrickColor.new("Dark indigo")
  87. p1.Material = Enum.Material.Neon
  88. p1.CFrame = CFrame.new(-1.5, 5.73969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  89. p1.Size = Vector3.new(1, 0.200000048, 1)
  90. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  91. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  92. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  93. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  94. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  95. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  96. b1 = Instance.new("SpecialMesh", p1)
  97. b1.MeshType = Enum.MeshType.Brick
  98. b1.Name = "Mesh"
  99. b1.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  100. p2 = Instance.new("Part", m)
  101. p2.BrickColor = BrickColor.new("Dark indigo")
  102. p2.Material = Enum.Material.Neon
  103. p2.CFrame = CFrame.new(-1.5, 6.03969383, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  104. p2.Size = Vector3.new(1, 0.200000048, 1)
  105. p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  106. p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  107. p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  108. p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  109. p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  110. p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  111. b2 = Instance.new("SpecialMesh", p2)
  112. b2.MeshType = Enum.MeshType.Brick
  113. b2.Name = "Mesh"
  114. b2.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  115. p3 = Instance.new("Part", m)
  116. p3.BrickColor = BrickColor.new("Dark indigo")
  117. p3.Material = Enum.Material.Neon
  118. p3.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  119. p3.Size = Vector3.new(1, 0.200000048, 1)
  120. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  121. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  122. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  123. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  124. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  125. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  126. b3 = Instance.new("SpecialMesh", p3)
  127. b3.MeshType = Enum.MeshType.Brick
  128. b3.Name = "Mesh"
  129. b3.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  130. p4 = Instance.new("Part", m)
  131. p4.BrickColor = BrickColor.new("Mulberry")
  132. p4.Material = Enum.Material.SmoothPlastic
  133. p4.Name = "LeftArmPlate"
  134. p4.Size = Vector3.new(1, 2, 1)
  135. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  136. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  137. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  138. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  139. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  140. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  141. b4 = Instance.new("SpecialMesh", p4)
  142. b4.MeshType = Enum.MeshType.Brick
  143. b4.Name = "Mesh"
  144. b4.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  145. p5 = Instance.new("Part", m)
  146. p5.BrickColor = BrickColor.new("Dark indigo")
  147. p5.Material = Enum.Material.Neon
  148. p5.CFrame = CFrame.new(-1.5, 6.33969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  149. p5.Size = Vector3.new(1, 0.200000048, 1)
  150. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  151. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  152. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  153. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  154. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  155. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  156. b5 = Instance.new("SpecialMesh", p5)
  157. b5.MeshType = Enum.MeshType.Brick
  158. b5.Name = "Mesh"
  159. b5.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  160. p6 = Instance.new("Part", m)
  161. p6.BrickColor = BrickColor.new("Dark indigo")
  162. p6.Material = Enum.Material.Neon
  163. p6.CFrame = CFrame.new(-1.5, 5.73969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  164. p6.Size = Vector3.new(1, 0.200000048, 1)
  165. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  166. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  167. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  168. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  169. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  170. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  171. b6 = Instance.new("SpecialMesh", p6)
  172. b6.MeshType = Enum.MeshType.Brick
  173. b6.Name = "Mesh"
  174. b6.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  175. p7 = Instance.new("Part", m)
  176. p7.BrickColor = BrickColor.new("Dark indigo")
  177. p7.Material = Enum.Material.Neon
  178. p7.CFrame = CFrame.new(-1.5, 6.03969383, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  179. p7.FormFactor = Enum.FormFactor.Custom
  180. p7.Size = Vector3.new(1, 0.200000048, 1)
  181. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  182. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  183. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  184. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  185. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  186. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  187. b7 = Instance.new("SpecialMesh", p7)
  188. b7.MeshType = Enum.MeshType.Brick
  189. b7.Name = "Mesh"
  190. b7.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  191. p8 = Instance.new("Part", m)
  192. p8.BrickColor = BrickColor.new("Dark indigo")
  193. p8.Material = Enum.Material.Neon
  194. p8.CFrame = CFrame.new(-1.5, 6.33969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  195. p8.FormFactor = Enum.FormFactor.Custom
  196. p8.Size = Vector3.new(1, 0.200000048, 1)
  197. p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  198. p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  199. p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  200. p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  201. p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  202. p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  203. b8 = Instance.new("SpecialMesh", p8)
  204. b8.MeshType = Enum.MeshType.Brick
  205. b8.Name = "Mesh"
  206. b8.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  207. p9 = Instance.new("Part", m)
  208. p9.BrickColor = BrickColor.new("Dark indigo")
  209. p9.Material = Enum.Material.Neon
  210. p9.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  211. p9.FormFactor = Enum.FormFactor.Custom
  212. p9.Size = Vector3.new(1, 0.200000048, 1)
  213. p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  214. p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  215. p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  216. p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  217. p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  218. p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  219. b9 = Instance.new("SpecialMesh", p9)
  220. b9.MeshType = Enum.MeshType.Brick
  221. b9.Name = "Mesh"
  222. b9.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  223. p10 = Instance.new("Part", m)
  224. p10.BrickColor = BrickColor.new("Mulberry")
  225. p10.Material = Enum.Material.SmoothPlastic
  226. p10.CFrame = CFrame.new(-1.5, 6.78969193, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  227. p10.FormFactor = Enum.FormFactor.Custom
  228. p10.Size = Vector3.new(1, 0.349999994, 1)
  229. p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  230. p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  231. p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  232. p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  233. p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  234. p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  235. b10 = Instance.new("SpecialMesh", p10)
  236. b10.MeshType = Enum.MeshType.Brick
  237. b10.Name = "Mesh"
  238. b10.Scale = Vector3.new(1.12, 1.01999998, 1.12)
  239. p11 = Instance.new("Part", m)
  240. p11.BrickColor = BrickColor.new("Mulberry")
  241. p11.Material = Enum.Material.SmoothPlastic
  242. p11.CFrame = CFrame.new(-1.5, 6.48969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  243. p11.FormFactor = Enum.FormFactor.Custom
  244. p11.Size = Vector3.new(1, 0.25, 1)
  245. p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  246. p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  247. p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  248. p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  249. p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  250. p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  251. b11 = Instance.new("SpecialMesh", p11)
  252. b11.MeshType = Enum.MeshType.Brick
  253. b11.Name = "Mesh"
  254. b11.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  255. p12 = Instance.new("Part", m)
  256. p12.BrickColor = BrickColor.new("Mulberry")
  257. p12.Material = Enum.Material.SmoothPlastic
  258. p12.CFrame = CFrame.new(-1.5, 6.18969154, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  259. p12.FormFactor = Enum.FormFactor.Custom
  260. p12.Size = Vector3.new(1, 0.25, 1)
  261. p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  262. p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  263. p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  264. p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  265. p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  266. p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  267. b12 = Instance.new("SpecialMesh", p12)
  268. b12.MeshType = Enum.MeshType.Brick
  269. b12.Name = "Mesh"
  270. b12.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  271. p13 = Instance.new("Part", m)
  272. p13.BrickColor = BrickColor.new("Mulberry")
  273. p13.Material = Enum.Material.SmoothPlastic
  274. p13.CFrame = CFrame.new(-1.5, 5.88968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  275. p13.FormFactor = Enum.FormFactor.Custom
  276. p13.Size = Vector3.new(1, 0.25, 1)
  277. p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  278. p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  279. p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  280. p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  281. p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  282. p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  283. b13 = Instance.new("SpecialMesh", p13)
  284. b13.MeshType = Enum.MeshType.Brick
  285. b13.Name = "Mesh"
  286. b13.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  287. p14 = Instance.new("Part", m)
  288. p14.BrickColor = BrickColor.new("Mulberry")
  289. p14.Material = Enum.Material.SmoothPlastic
  290. p14.CFrame = CFrame.new(-1.5, 5.58969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  291. p14.FormFactor = Enum.FormFactor.Custom
  292. p14.Size = Vector3.new(1, 0.25, 1)
  293. p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  294. p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  295. p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  296. p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  297. p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  298. p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  299. b14 = Instance.new("SpecialMesh", p14)
  300. b14.MeshType = Enum.MeshType.Brick
  301. b14.Name = "Mesh"
  302. b14.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  303. p15 = Instance.new("Part", m)
  304. p15.BrickColor = BrickColor.new("Mulberry")
  305. p15.Material = Enum.Material.SmoothPlastic
  306. p15.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  307. p15.FormFactor = Enum.FormFactor.Custom
  308. p15.Size = Vector3.new(1, 1, 1)
  309. p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  310. p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  311. p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  312. p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  313. p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  314. p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  315. b15 = Instance.new("SpecialMesh", p15)
  316. b15.MeshType = Enum.MeshType.Brick
  317. b15.Name = "Mesh"
  318. p16 = Instance.new("Part", m)
  319. p16.BrickColor = BrickColor.new("Mulberry")
  320. p16.Material = Enum.Material.SmoothPlastic
  321. p16.CFrame = CFrame.new(-1.49142194, 4.80968094, 21.7695732, 1, 1.67448022e-007, -1.06342185e-007, -2.04123751e-007, 0.500000119, -0.866025269, -6.57511308e-008, 0.866025329, 0.5)
  322. p16.FormFactor = Enum.FormFactor.Custom
  323. p16.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  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.04999995, 1.01999998, 1.03999996)
  334. p17 = Instance.new("Part", m)
  335. p17.BrickColor = BrickColor.new("Mulberry")
  336. p17.Material = Enum.Material.SmoothPlastic
  337. p17.CFrame = CFrame.new(-1.50000083, 5.33968592, 22.4999943, 1, -9.44388034e-009, 5.2184074e-008, -7.54702114e-008, 0.999999881, 2.38418579e-007, 2.60919535e-008, 1.1920929e-007, 0.999999881)
  338. p17.FormFactor = Enum.FormFactor.Custom
  339. p17.Size = Vector3.new(1.01999998, 0.300000012, 1.01999998)
  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("Mulberry")
  352. p18.Material = Enum.Material.SmoothPlastic
  353. p18.CFrame = CFrame.new(-1.50000072, 5.33968782, 22.4999962, 1, -3.77485776e-008, 7.82760807e-008, -1.03774902e-007, 0.999999881, 3.57627869e-007, 5.21839532e-008, 2.38418565e-007, 0.999999881)
  354. p18.FormFactor = Enum.FormFactor.Custom
  355. p18.Size = Vector3.new(1.00999999, 0.400000036, 1.00999999)
  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("Mulberry")
  368. p19.Material = Enum.Material.SmoothPlastic
  369. p19.CFrame = CFrame.new(-1.5000006, 5.33968973, 22.4999981, 1, -6.60532748e-008, 1.04368084e-007, -1.32079592e-007, 0.999999881, 4.76837158e-007, 7.82759457e-008, 3.5762784e-007, 0.999999881)
  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. p20 = Instance.new("Part", m)
  383. p20.BrickColor = BrickColor.new("Really black")
  384. p20.Material = Enum.Material.Metal
  385. p20.CFrame = CFrame.new(-1.50000048, 5.33969164, 22.5, 1, -9.4357965e-008, 1.3046008e-007, -1.60384275e-007, 0.999999881, 5.96046448e-007, 1.04367942e-007, 4.76837101e-007, 0.999999881)
  386. p20.FormFactor = Enum.FormFactor.Custom
  387. p20.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
  388. p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  389. p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  390. p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  391. p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  392. p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  393. p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  394. b20 = Instance.new("SpecialMesh", p20)
  395. b20.MeshType = Enum.MeshType.Brick
  396. b20.Name = "Mesh"
  397. b20.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  398. p21 = Instance.new("Part", m)
  399. p21.BrickColor = BrickColor.new("Mulberry")
  400. p21.Material = Enum.Material.SmoothPlastic
  401. p21.CFrame = CFrame.new(-1.93255413, 4.43040705, 22.5000057, -1.61368675e-007, -0.707106769, -0.707106769, -4.62050195e-007, -0.707106471, 0.707106948, -0.999999881, -5.86611463e-007, 4.45824725e-007)
  402. p21.FormFactor = Enum.FormFactor.Custom
  403. p21.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976)
  404. p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  405. p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  406. p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  407. p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  408. p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  409. p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  410. b21 = Instance.new("SpecialMesh", p21)
  411. b21.MeshType = Enum.MeshType.Wedge
  412. b21.Name = "Mesh"
  413. b21.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  414. p22 = Instance.new("Part", m)
  415. p22.BrickColor = BrickColor.new("Mulberry")
  416. p22.Material = Enum.Material.SmoothPlastic
  417. p22.CFrame = CFrame.new(-2.22184062, 4.80970049, 22.5000057, -6.50768897e-008, 0.866025269, 0.50000006, -7.82806978e-007, 0.499999732, -0.866025329, -0.999999881, 3.74247918e-007, -2.56530342e-007)
  418. p22.FormFactor = Enum.FormFactor.Custom
  419. p22.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  420. p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  421. p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  422. p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  423. p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  424. p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  425. p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  426. b22 = Instance.new("SpecialMesh", p22)
  427. b22.MeshType = Enum.MeshType.Brick
  428. b22.Name = "Mesh"
  429. b22.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  430. p23 = Instance.new("Part", m)
  431. p23.BrickColor = BrickColor.new("Mulberry")
  432. p23.Material = Enum.Material.SmoothPlastic
  433. p23.CFrame = CFrame.new(-2.41184235, 5.35969734, 22.5000076, -1.73507274e-007, 0.98480767, 0.17364803, -8.28146199e-007, 0.173647702, -0.984807611, -0.999999881, 1.49283139e-007, -3.43238185e-007)
  434. p23.FormFactor = Enum.FormFactor.Custom
  435. p23.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  436. p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  437. p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  438. p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  439. p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  440. p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  441. p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  442. b23 = Instance.new("SpecialMesh", p23)
  443. b23.MeshType = Enum.MeshType.Brick
  444. b23.Name = "Mesh"
  445. b23.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  446. p24 = Instance.new("Part", m)
  447. p24.BrickColor = BrickColor.new("Mulberry")
  448. p24.Material = Enum.Material.SmoothPlastic
  449. p24.CFrame = CFrame.new(-2.41184616, 5.92969847, 22.5000076, -1.73507232e-007, 0.984807611, -0.173648104, -8.12965368e-007, -0.173648402, -0.984807432, -0.999999881, 2.02498356e-008, -3.8854634e-007)
  450. p24.FormFactor = Enum.FormFactor.Custom
  451. p24.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  452. p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  453. p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  454. p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  455. p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  456. p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  457. p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  458. b24 = Instance.new("SpecialMesh", p24)
  459. b24.MeshType = Enum.MeshType.Brick
  460. b24.Name = "Mesh"
  461. b24.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  462. p25 = Instance.new("Part", m)
  463. p25.BrickColor = BrickColor.new("Mulberry")
  464. p25.Material = Enum.Material.SmoothPlastic
  465. p25.CFrame = CFrame.new(-2.14142036, 6.39827347, 22.5000114, -7.7074823e-008, 0.707106829, -0.70710659, -7.54731559e-007, -0.707106769, -0.707106471, -0.999999881, -1.79262827e-007, -4.39258827e-007)
  466. p25.FormFactor = Enum.FormFactor.Custom
  467. p25.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  468. p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  469. p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  470. p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  471. p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  472. p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  473. p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  474. b25 = Instance.new("SpecialMesh", p25)
  475. b25.MeshType = Enum.MeshType.Brick
  476. b25.Name = "Mesh"
  477. b25.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  478. p26 = Instance.new("Part", m)
  479. p26.BrickColor = BrickColor.new("Mulberry")
  480. p26.Material = Enum.Material.SmoothPlastic
  481. p26.CFrame = CFrame.new(-1.49142087, 6.39827442, 23.1500168, -0.999999881, 1.1920929e-007, 2.68220901e-007, 1.49011612e-007, -0.707106948, -0.707106233, -1.77625395e-007, -0.707107306, 0.707106113)
  482. p26.FormFactor = Enum.FormFactor.Custom
  483. p26.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  484. p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  485. p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  486. p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  487. p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  488. p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  489. p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  490. b26 = Instance.new("SpecialMesh", p26)
  491. b26.MeshType = Enum.MeshType.Brick
  492. b26.Name = "Mesh"
  493. b26.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  494. p27 = Instance.new("Part", m)
  495. p27.BrickColor = BrickColor.new("Mulberry")
  496. p27.Material = Enum.Material.SmoothPlastic
  497. p27.CFrame = CFrame.new(-1.49141955, 5.92969704, 23.420433, -0.999999881, -3.03310628e-007, 3.64177367e-007, 1.73600242e-007, -0.173648864, -0.984807312, 2.67648517e-008, -0.98480773, 0.173647434)
  498. p27.FormFactor = Enum.FormFactor.Custom
  499. p27.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  500. p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  501. p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  502. p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  503. p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  504. p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  505. p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  506. b27 = Instance.new("SpecialMesh", p27)
  507. b27.MeshType = Enum.MeshType.Brick
  508. b27.Name = "Mesh"
  509. b27.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  510. p28 = Instance.new("Part", m)
  511. p28.BrickColor = BrickColor.new("Mulberry")
  512. p28.Material = Enum.Material.SmoothPlastic
  513. p28.CFrame = CFrame.new(-1.49141943, 5.35969734, 23.4204254, -0.999999881, -3.81113438e-007, 3.10304756e-007, 1.64414772e-007, 0.173647091, -0.984807551, -6.59209363e-008, -0.984807372, -0.17364876)
  514. p28.FormFactor = Enum.FormFactor.Custom
  515. p28.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  516. p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  517. p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  518. p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  519. p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  520. p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  521. p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  522. b28 = Instance.new("SpecialMesh", p28)
  523. b28.MeshType = Enum.MeshType.Brick
  524. b28.Name = "Mesh"
  525. b28.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  526. p29 = Instance.new("Part", m)
  527. p29.BrickColor = BrickColor.new("Mulberry")
  528. p29.Material = Enum.Material.SmoothPlastic
  529. p29.CFrame = CFrame.new(-1.49141932, 4.80969858, 23.2304344, -0.999999881, -4.47128798e-007, 1.98065763e-007, 1.97699791e-007, 0.499998987, -0.866025448, -1.51352623e-007, -0.866024613, -0.500000715)
  530. p29.FormFactor = Enum.FormFactor.Custom
  531. p29.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  532. p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  533. p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  534. p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  535. p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  536. p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  537. p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  538. b29 = Instance.new("SpecialMesh", p29)
  539. b29.MeshType = Enum.MeshType.Brick
  540. b29.Name = "Mesh"
  541. b29.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  542. p30 = Instance.new("Part", m)
  543. p30.BrickColor = BrickColor.new("Mulberry")
  544. p30.Material = Enum.Material.SmoothPlastic
  545. p30.CFrame = CFrame.new(-1.49142027, 4.43040895, 22.9411469, -0.999999881, 4.25206935e-007, 1.94115486e-007, 4.85997248e-007, -0.707105517, 0.707107246, -5.38012159e-008, 0.707105875, 0.707107246)
  546. p30.FormFactor = Enum.FormFactor.Custom
  547. p30.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976)
  548. p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  549. p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  550. p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  551. p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  552. p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  553. p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  554. b30 = Instance.new("SpecialMesh", p30)
  555. b30.MeshType = Enum.MeshType.Wedge
  556. b30.Name = "Mesh"
  557. b30.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  558. p31 = Instance.new("Part", m)
  559. p31.BrickColor = BrickColor.new("Mulberry")
  560. p31.Material = Enum.Material.SmoothPlastic
  561. p31.CFrame = CFrame.new(-1.49141979, 6.39827871, 21.8500175, 0.999999881, 3.40091276e-007, -1.70074486e-007, -5.85792634e-007, -0.707105458, -0.707107246, 1.83170471e-007, 0.707105815, -0.707107365)
  562. p31.FormFactor = Enum.FormFactor.Custom
  563. p31.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  564. p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  565. p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  566. p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  567. p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  568. p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  569. p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  570. b31 = Instance.new("SpecialMesh", p31)
  571. b31.MeshType = Enum.MeshType.Brick
  572. b31.Name = "Mesh"
  573. b31.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  574. p32 = Instance.new("Part", m)
  575. p32.BrickColor = BrickColor.new("Mulberry")
  576. p32.Material = Enum.Material.SmoothPlastic
  577. p32.CFrame = CFrame.new(-1.49141908, 4.43041086, 22.0588818, 0.999999881, -5.29441166e-008, -6.45117154e-007, -3.43892481e-007, -0.707107067, 0.707105517, 1.02492642e-007, -0.707107663, -0.707105637)
  578. p32.FormFactor = Enum.FormFactor.Custom
  579. p32.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976)
  580. p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  581. p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  582. p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  583. p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  584. p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  585. p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  586. b32 = Instance.new("SpecialMesh", p32)
  587. b32.MeshType = Enum.MeshType.Wedge
  588. b32.Name = "Mesh"
  589. b32.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  590. p33 = Instance.new("Part", m)
  591. p33.BrickColor = BrickColor.new("Mulberry")
  592. p33.Material = Enum.Material.SmoothPlastic
  593. p33.CFrame = CFrame.new(-1.4914217, 5.92970181, 21.5795879, 0.999999881, 5.22213554e-007, 2.83446013e-008, -7.00635724e-007, -0.173646629, -0.984807253, 1.38921934e-007, 0.984807372, -0.17364946)
  594. p33.FormFactor = Enum.FormFactor.Custom
  595. p33.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  596. p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  597. p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  598. p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  599. p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  600. p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  601. p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  602. b33 = Instance.new("SpecialMesh", p33)
  603. b33.MeshType = Enum.MeshType.Brick
  604. b33.Name = "Mesh"
  605. b33.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  606. p34 = Instance.new("Part", m)
  607. p34.BrickColor = BrickColor.new("Mulberry")
  608. p34.Material = Enum.Material.SmoothPlastic
  609. p34.CFrame = CFrame.new(-1.49141932, 5.35969925, 21.5795956, 0.999999881, 5.04442426e-007, 2.22697935e-007, -7.44121166e-007, 0.17364943, -0.984806716, 1.65013844e-007, 0.984807849, 0.173646525)
  610. p34.FormFactor = Enum.FormFactor.Custom
  611. p34.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  612. p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  613. p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  614. p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  615. p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  616. p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  617. p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  618. b34 = Instance.new("SpecialMesh", p34)
  619. b34.MeshType = Enum.MeshType.Brick
  620. b34.Name = "Mesh"
  621. b34.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  622. w1 = Instance.new("Weld", p1)
  623. w1.Name = "Part_Weld"
  624. w1.Part0 = p1
  625. w1.C0 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  626. w1.Part1 = p2
  627. w1.C1 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  628. w2 = Instance.new("Weld", p2)
  629. w2.Name = "Part_Weld"
  630. w2.Part0 = p2
  631. w2.C0 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  632. w2.Part1 = p3
  633. w2.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  634. w3 = Instance.new("Weld", p3)
  635. w3.Name = "LeftArmPlate_Weld"
  636. w3.Part0 = p3
  637. w3.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  638. w3.Part1 = p4
  639. w3.C1 = CFrame.new(1.5, -18.1000156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  640. w4 = Instance.new("Weld", p4)
  641. w4.Name = "Part_Weld"
  642. w4.Part0 = p4
  643. w4.C0 = CFrame.new(1.5, -18.1000156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  644. w4.Part1 = p5
  645. w4.C1 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  646. w5 = Instance.new("Weld", p5)
  647. w5.Name = "Part_Weld"
  648. w5.Part0 = p5
  649. w5.C0 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  650. w5.Part1 = p6
  651. w5.C1 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  652. w6 = Instance.new("Weld", p6)
  653. w6.Name = "Part_Weld"
  654. w6.Part0 = p6
  655. w6.C0 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  656. w6.Part1 = p7
  657. w6.C1 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  658. w7 = Instance.new("Weld", p7)
  659. w7.Name = "Part_Weld"
  660. w7.Part0 = p7
  661. w7.C0 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  662. w7.Part1 = p8
  663. w7.C1 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  664. w8 = Instance.new("Weld", p8)
  665. w8.Name = "Part_Weld"
  666. w8.Part0 = p8
  667. w8.C0 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  668. w8.Part1 = p9
  669. w8.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  670. w9 = Instance.new("Weld", p9)
  671. w9.Name = "Part_Weld"
  672. w9.Part0 = p9
  673. w9.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  674. w9.Part1 = p10
  675. w9.C1 = CFrame.new(1.5, -18.950016, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  676. w10 = Instance.new("Weld", p10)
  677. w10.Name = "Part_Weld"
  678. w10.Part0 = p10
  679. w10.C0 = CFrame.new(1.5, -18.950016, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  680. w10.Part1 = p11
  681. w10.C1 = CFrame.new(1.5, -18.6500149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  682. w11 = Instance.new("Weld", p11)
  683. w11.Name = "Part_Weld"
  684. w11.Part0 = p11
  685. w11.C0 = CFrame.new(1.5, -18.6500149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  686. w11.Part1 = p12
  687. w11.C1 = CFrame.new(1.5, -18.3500156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  688. w12 = Instance.new("Weld", p12)
  689. w12.Name = "Part_Weld"
  690. w12.Part0 = p12
  691. w12.C0 = CFrame.new(1.5, -18.3500156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  692. w12.Part1 = p13
  693. w12.C1 = CFrame.new(1.5, -18.0500126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  694. w13 = Instance.new("Weld", p13)
  695. w13.Name = "Part_Weld"
  696. w13.Part0 = p13
  697. w13.C0 = CFrame.new(1.5, -18.0500126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  698. w13.Part1 = p14
  699. w13.C1 = CFrame.new(1.5, -17.7500172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  700. w14 = Instance.new("Weld", p14)
  701. w14.Name = "Part_Weld"
  702. w14.Part0 = p14
  703. w14.C0 = CFrame.new(1.5, -17.7500172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  704. w14.Part1 = p15
  705. w14.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  706. w15 = Instance.new("Weld", p15)
  707. w15.Name = "Part_Weld"
  708. w15.Part0 = p15
  709. w15.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  710. w15.Part1 = p16
  711. w15.C1 = CFrame.new(1.49142683, -27.338007, 3.81166649, 1, -2.04123751e-007, -6.57511308e-008, 1.67448022e-007, 0.500000119, 0.866025329, -1.06342185e-007, -0.866025269, 0.5)
  712. w16 = Instance.new("Weld", p16)
  713. w16.Name = "Part_Weld"
  714. w16.Part0 = p16
  715. w16.C0 = CFrame.new(1.49142683, -27.338007, 3.81166649, 1, -2.04123751e-007, -6.57511308e-008, 1.67448022e-007, 0.500000119, 0.866025329, -1.06342185e-007, -0.866025269, 0.5)
  716. w16.Part1 = p17
  717. w16.C1 = CFrame.new(1.50000179, -17.5000076, -22.4999943, 1, -4.71655142e-008, -4.97379915e-014, 1.88608098e-008, 1, 2.98023224e-008, 2.60920601e-008, 8.94069672e-008, 1)
  718. w17 = Instance.new("Weld", p17)
  719. w17.Name = "Part_Weld"
  720. w17.Part0 = p17
  721. w17.C0 = CFrame.new(1.50000179, -17.5000076, -22.4999943, 1, -4.71655142e-008, -4.97379915e-014, 1.88608098e-008, 1, 2.98023224e-008, 2.60920601e-008, 8.94069672e-008, 1)
  722. w17.Part1 = p18
  723. w17.C1 = CFrame.new(1.50000179, -17.5000076, -22.4999943, 1, -4.71655142e-008, -4.97379915e-014, 1.88608098e-008, 1, 2.98023224e-008, 2.60920601e-008, 8.94069672e-008, 1)
  724. w18 = Instance.new("Weld", p18)
  725. w18.Name = "Part_Weld"
  726. w18.Part0 = p18
  727. w18.C0 = CFrame.new(1.50000179, -17.5000076, -22.4999943, 1, -4.71655142e-008, -4.97379915e-014, 1.88608098e-008, 1, 2.98023224e-008, 2.60920601e-008, 8.94069672e-008, 1)
  728. w18.Part1 = p19
  729. w18.C1 = CFrame.new(1.50000179, -17.5000076, -22.4999943, 1, -4.71655142e-008, -4.97379915e-014, 1.88608098e-008, 1, 2.98023224e-008, 2.60920601e-008, 8.94069672e-008, 1)
  730. w19 = Instance.new("Weld", p19)
  731. w19.Name = "Part_Weld"
  732. w19.Part0 = p19
  733. w19.C0 = CFrame.new(1.50000179, -17.5000076, -22.4999943, 1, -4.71655142e-008, -4.97379915e-014, 1.88608098e-008, 1, 2.98023224e-008, 2.60920601e-008, 8.94069672e-008, 1)
  734. w19.Part1 = p20
  735. w19.C1 = CFrame.new(1.50000179, -17.5000076, -22.4999943, 1, -4.71655142e-008, -4.97379915e-014, 1.88608098e-008, 1, 2.98023224e-008, 2.60920601e-008, 8.94069672e-008, 1)
  736. w20 = Instance.new("Weld", p20)
  737. w20.Name = "Part_Weld"
  738. w20.Part0 = p20
  739. w20.C0 = CFrame.new(1.50000179, -17.5000076, -22.4999943, 1, -4.71655142e-008, -4.97379915e-014, 1.88608098e-008, 1, 2.98023224e-008, 2.60920601e-008, 8.94069672e-008, 1)
  740. w20.Part1 = p21
  741. w20.C1 = CFrame.new(22.4999943, 10.3648901, -13.0979404, -3.09086232e-008, 1.63798575e-007, -1, -0.707106888, -0.70710665, -9.39673512e-008, -0.70710665, 0.707106888, 1.37678796e-007)
  742. w21 = Instance.new("Weld", p21)
  743. w21.Name = "Part_Weld"
  744. w21.Part0 = p21
  745. w21.C0 = CFrame.new(22.4999943, 10.3648901, -13.0979404, -3.09086232e-008, 1.63798575e-007, -1, -0.707106888, -0.70710665, -9.39673512e-008, -0.70710665, 0.707106888, 1.37678796e-007)
  746. w21.Part1 = p22
  747. w21.C1 = CFrame.new(22.4999981, -6.56083632, 15.8073826, 6.53831052e-008, -1.56958208e-007, -1, 0.866025388, 0.5, -2.18557226e-008, 0.5, -0.866025388, 1.68621398e-007)
  748. w22 = Instance.new("Weld", p22)
  749. w22.Name = "Part_Weld"
  750. w22.Part0 = p22
  751. w22.C0 = CFrame.new(22.4999981, -6.56083632, 15.8073826, 6.53831052e-008, -1.56958208e-007, -1, 0.866025388, 0.5, -2.18557226e-008, 0.5, -0.866025388, 1.68621398e-007)
  752. w22.Part1 = p23
  753. w22.C1 = CFrame.new(22.5, -0.667109907, 17.6726532, -4.30473222e-008, -2.02297542e-007, -1, 0.984807789, 0.17364794, -7.75219178e-008, 0.17364794, -0.984807789, 1.91749166e-007)
  754. w23 = Instance.new("Weld", p23)
  755. w23.Name = "Part_Weld"
  756. w23.Part0 = p23
  757. w23.C0 = CFrame.new(22.5, -0.667109907, 17.6726532, -4.30473222e-008, -2.02297542e-007, -1, 0.984807789, 0.17364794, -7.75219178e-008, 0.17364794, -0.984807789, 1.91749166e-007)
  758. w23.Part1 = p24
  759. w23.C1 = CFrame.new(22.5, 5.5165062, 17.3963699, -4.30473079e-008, -1.87116754e-007, -1, 0.98480773, -0.173648238, -9.9008588e-009, -0.173648238, -0.98480773, 1.91749152e-007)
  760. w24 = Instance.new("Weld", p24)
  761. w24.Name = "Part_Weld"
  762. w24.Part0 = p24
  763. w24.C0 = CFrame.new(22.5, 5.5165062, 17.3963699, -4.30473079e-008, -1.87116754e-007, -1, 0.98480773, -0.173648238, -9.9008588e-009, -0.173648238, -0.98480773, 1.91749152e-007)
  764. w24.Part1 = p25
  765. w24.C1 = CFrame.new(22.5000019, 14.6371164, 11.6086912, 5.33850866e-008, -1.28882959e-007, -1, 0.707106829, -0.707106769, 1.28882959e-007, -0.707106769, -0.707106829, 5.33851079e-008)
  766. w25 = Instance.new("Weld", p25)
  767. w25.Name = "Part_Weld"
  768. w25.Part0 = p25
  769. w25.C0 = CFrame.new(22.5000019, 14.6371164, 11.6086912, 5.33850866e-008, -1.28882959e-007, -1, 0.707106829, -0.707106769, 1.28882959e-007, -0.707106769, -0.707106829, 5.33851079e-008)
  770. w25.Part1 = p26
  771. w25.C1 = CFrame.new(-1.49141967, 29.4924316, -3.24661636, -1, -1.1920929e-007, -4.71654928e-008, 1.1920929e-007, -0.707106709, -0.707106888, 8.94069672e-008, -0.707106829, 0.70710665)
  772. w26 = Instance.new("Weld", p26)
  773. w26.Name = "Part_Weld"
  774. w26.Part0 = p26
  775. w26.C0 = CFrame.new(-1.49141967, 29.4924316, -3.24661636, -1, -1.1920929e-007, -4.71654928e-008, 1.1920929e-007, -0.707106709, -0.707106888, 8.94069672e-008, -0.707106829, 0.70710665)
  776. w26.Part1 = p27
  777. w26.C1 = CFrame.new(-1.49142396, 26.2059097, 13.748271, -1, -1.22925456e-007, 1.83316814e-007, -1.79966634e-007, -0.173648238, -0.98480773, 1.85296102e-007, -0.98480773, 0.173648149)
  778. w27 = Instance.new("Weld", p27)
  779. w27.Name = "Part_Weld"
  780. w27.Part0 = p27
  781. w27.C0 = CFrame.new(-1.49142396, 26.2059097, 13.748271, -1, -1.22925456e-007, 1.83316814e-007, -1.79966634e-007, -0.173648238, -0.98480773, 1.85296102e-007, -0.98480773, 0.173648149)
  782. w27.Part1 = p28
  783. w27.C1 = CFrame.new(-1.49142182, 20.0222931, 21.3207512, -1, -1.60415567e-007, 1.16723079e-007, -1.73416339e-007, 0.17364794, -0.98480773, 1.61053634e-007, -0.98480773, -0.173648015)
  784. w28 = Instance.new("Weld", p28)
  785. w28.Name = "Part_Weld"
  786. w28.Part0 = p28
  787. w28.C0 = CFrame.new(-1.49142182, 20.0222931, 21.3207512, -1, -1.60415567e-007, 1.16723079e-007, -1.73416339e-007, 0.17364794, -0.98480773, 1.61053634e-007, -0.98480773, -0.173648015)
  788. w28.Part1 = p29
  789. w28.C1 = CFrame.new(-1.49142063, 11.6331291, 26.311676, -1, -1.55435174e-007, 5.73833887e-008, -1.6416179e-007, 0.5, -0.866025329, 1.17385696e-007, -0.866025329, -0.500000119)
  790. w29 = Instance.new("Weld", p29)
  791. w29.Name = "Part_Weld"
  792. w29.Part0 = p29
  793. w29.C0 = CFrame.new(-1.49142063, 11.6331291, 26.311676, -1, -1.55435174e-007, 5.73833887e-008, -1.6416179e-007, 0.5, -0.866025329, 1.17385696e-007, -0.866025329, -0.500000119)
  794. w29.Part1 = p30
  795. w29.C1 = CFrame.new(-1.49142897, -4.49042225, -27.9532433, -1, 1.04557571e-007, 1.81026579e-007, 9.25360411e-008, -0.70710665, 0.707106829, 2.00373876e-007, 0.707106888, 0.707106769)
  796. w30 = Instance.new("Weld", p30)
  797. w30.Name = "Part_Weld"
  798. w30.Part0 = p30
  799. w30.C0 = CFrame.new(-1.49142897, -4.49042225, -27.9532433, -1, 1.04557571e-007, 1.81026579e-007, 9.25360411e-008, -0.70710665, 0.707106829, 2.00373876e-007, 0.707106888, 0.707106769)
  800. w30.Part1 = p31
  801. w30.C1 = CFrame.new(1.49142683, -2.32737827, 28.5731888, 1, -1.76048474e-007, -7.77491636e-008, -3.10438502e-008, -0.707106709, 0.707106769, -1.77897419e-007, -0.707106829, -0.707106829)
  802. w31 = Instance.new("Weld", p31)
  803. w31.Name = "Part_Weld"
  804. w31.Part0 = p31
  805. w31.C0 = CFrame.new(1.49142683, -2.32737827, 28.5731888, 1, -1.76048474e-007, -7.77491636e-008, -3.10438502e-008, -0.707106709, 0.707106769, -1.77897419e-007, -0.707106829, -0.707106829)
  806. w31.Part1 = p32
  807. w31.C1 = CFrame.new(1.49142444, 27.3293839, 3.86655521, 1, 9.41566256e-008, -1.8451928e-007, -6.23315088e-008, -0.70710665, -0.707107008, -2.35517859e-007, 0.707106888, -0.70710659)
  808. w32 = Instance.new("Weld", p32)
  809. w32.Name = "Part_Weld"
  810. w32.Part0 = p32
  811. w32.C0 = CFrame.new(1.49142444, 27.3293839, 3.86655521, 1, 9.41566256e-008, -1.8451928e-007, -6.23315088e-008, -0.70710665, -0.707107008, -2.35517859e-007, 0.707106888, -0.70710659)
  812. w32.Part1 = p33
  813. w32.C1 = CFrame.new(1.49143207, -18.1104279, 21.5624332, 1, -2.34282282e-007, -1.74181523e-007, 1.61463277e-007, -0.173648089, 0.98480773, -2.37625457e-007, -0.98480773, -0.173648238)
  814. w33 = Instance.new("Weld", p33)
  815. w33.Name = "Part_Weld"
  816. w33.Part0 = p33
  817. w33.C0 = CFrame.new(1.49143207, -18.1104279, 21.5624332, 1, -2.34282282e-007, -1.74181523e-007, 1.61463277e-007, -0.173648089, 0.98480773, -2.37625457e-007, -0.98480773, -0.173648238)
  818. w33.Part1 = p34
  819. w33.C1 = CFrame.new(1.49143016, -24.2940445, 13.5065851, 1, -2.49463085e-007, -1.74181523e-007, 2.35634644e-007, 0.173648074, 0.98480773, -1.83021399e-007, -0.98480773, 0.17364794)
  820. m.Parent = larm
  821. m:MakeJoints()
  822. ----------------------------------------------------
  823. local cor = Instance.new("Part", larm.LeftArm)
  824. cor.Name = "Thingy"
  825. cor.Locked = true
  826. cor.BottomSurface = 0
  827. cor.CanCollide = false
  828. cor.Size = Vector3.new(1, 1, 1)
  829. cor.Transparency = 1
  830. cor.TopSurface = 0
  831. corw = Instance.new("Weld", cor)
  832. corw.Part0 = larm
  833. corw.Part1 = cor
  834. corw.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  835. corw.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  836. weld1 = Instance.new("Weld", larm.LeftArm)
  837. weld1.Part0 = cor
  838. weld1.Part1 = larm.LeftArm.LeftArmPlate
  839. weld1.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  840. --Right Arm
  841. m2 = Instance.new("Model")
  842. m2.Name = "RightArm"
  843. p1 = Instance.new("Part", m2)
  844. p1.BrickColor = BrickColor.new("Dark indigo")
  845. p1.Material = Enum.Material.Neon
  846. p1.CFrame = CFrame.new(3.5, -9.44201183, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  847. p1.FormFactor = Enum.FormFactor.Custom
  848. p1.Size = Vector3.new(1, 0.200000048, 1)
  849. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  850. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  851. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  852. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  853. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  854. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  855. b1 = Instance.new("SpecialMesh", p1)
  856. b1.MeshType = Enum.MeshType.Brick
  857. b1.Name = "Mesh"
  858. b1.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  859. p2 = Instance.new("Part", m2)
  860. p2.BrickColor = BrickColor.new("Dark indigo")
  861. p2.Material = Enum.Material.Neon
  862. p2.CFrame = CFrame.new(3.5, -9.74201393, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  863. p2.FormFactor = Enum.FormFactor.Custom
  864. p2.Size = Vector3.new(1, 0.200000048, 1)
  865. p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  866. p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  867. p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  868. p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  869. p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  870. p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  871. b2 = Instance.new("SpecialMesh", p2)
  872. b2.MeshType = Enum.MeshType.Brick
  873. b2.Name = "Mesh"
  874. b2.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  875. p3 = Instance.new("Part", m2)
  876. p3.BrickColor = BrickColor.new("Dark indigo")
  877. p3.Material = Enum.Material.Neon
  878. p3.CFrame = CFrame.new(3.5, -9.14201164, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  879. p3.FormFactor = Enum.FormFactor.Custom
  880. p3.Size = Vector3.new(1, 0.200000048, 1)
  881. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  882. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  883. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  884. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  885. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  886. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  887. b3 = Instance.new("SpecialMesh", p3)
  888. b3.MeshType = Enum.MeshType.Brick
  889. b3.Name = "Mesh"
  890. b3.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  891. p4 = Instance.new("Part", m2)
  892. p4.BrickColor = BrickColor.new("Dark indigo")
  893. p4.Material = Enum.Material.Neon
  894. p4.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  895. p4.FormFactor = Enum.FormFactor.Custom
  896. p4.Size = Vector3.new(1, 0.200000048, 1)
  897. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  898. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  899. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  900. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  901. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  902. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  903. b4 = Instance.new("SpecialMesh", p4)
  904. b4.MeshType = Enum.MeshType.Brick
  905. b4.Name = "Mesh"
  906. b4.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  907. p5 = Instance.new("Part", m2)
  908. p5.BrickColor = BrickColor.new("Dark indigo")
  909. p5.Material = Enum.Material.Neon
  910. p5.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  911. p5.FormFactor = Enum.FormFactor.Custom
  912. p5.Size = Vector3.new(1, 0.200000048, 1)
  913. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  914. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  915. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  916. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  917. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  918. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  919. b5 = Instance.new("SpecialMesh", p5)
  920. b5.MeshType = Enum.MeshType.Brick
  921. b5.Name = "Mesh"
  922. b5.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  923. p6 = Instance.new("Part", m2)
  924. p6.BrickColor = BrickColor.new("Mulberry")
  925. p6.Material = Enum.Material.SmoothPlastic
  926. p6.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  927. p6.FormFactor = Enum.FormFactor.Custom
  928. p6.Size = Vector3.new(1, 1, 1)
  929. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  930. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  931. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  932. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  933. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  934. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  935. b6 = Instance.new("SpecialMesh", p6)
  936. b6.MeshType = Enum.MeshType.Brick
  937. b6.Name = "Mesh"
  938. p7 = Instance.new("Part", m2)
  939. p7.BrickColor = BrickColor.new("Mulberry")
  940. p7.Material = Enum.Material.SmoothPlastic
  941. p7.Name = "RightArmPlate"
  942. p7.CFrame = CFrame.new(3.5, -9.54201603, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  943. p7.FormFactor = Enum.FormFactor.Symmetric
  944. p7.Size = Vector3.new(1, 2, 1)
  945. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  946. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  947. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  948. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  949. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  950. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  951. b7 = Instance.new("SpecialMesh", p7)
  952. b7.MeshType = Enum.MeshType.Brick
  953. b7.Name = "Mesh"
  954. b7.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  955. p8 = Instance.new("Part", m2)
  956. p8.BrickColor = BrickColor.new("Dark indigo")
  957. p8.Material = Enum.Material.Neon
  958. p8.CFrame = CFrame.new(3.5, -9.14201164, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  959. p8.FormFactor = Enum.FormFactor.Custom
  960. p8.Size = Vector3.new(1, 0.200000048, 1)
  961. p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  962. p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  963. p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  964. p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  965. p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  966. p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  967. b8 = Instance.new("SpecialMesh", p8)
  968. b8.MeshType = Enum.MeshType.Brick
  969. b8.Name = "Mesh"
  970. b8.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  971. p9 = Instance.new("Part", m2)
  972. p9.BrickColor = BrickColor.new("Mulberry")
  973. p9.Material = Enum.Material.SmoothPlastic
  974. p9.CFrame = CFrame.new(3.5, -8.69201183, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  975. p9.FormFactor = Enum.FormFactor.Custom
  976. p9.Size = Vector3.new(1, 0.349999994, 1)
  977. p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  978. p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  979. p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  980. p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  981. p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  982. p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  983. b9 = Instance.new("SpecialMesh", p9)
  984. b9.MeshType = Enum.MeshType.Brick
  985. b9.Name = "Mesh"
  986. b9.Scale = Vector3.new(1.12, 1.01999998, 1.12)
  987. p10 = Instance.new("Part", m2)
  988. p10.BrickColor = BrickColor.new("Mulberry")
  989. p10.Material = Enum.Material.SmoothPlastic
  990. p10.CFrame = CFrame.new(3.5, -8.99201584, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  991. p10.FormFactor = Enum.FormFactor.Custom
  992. p10.Size = Vector3.new(1, 0.25, 1)
  993. p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  994. p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  995. p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  996. p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  997. p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  998. p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  999. b10 = Instance.new("SpecialMesh", p10)
  1000. b10.MeshType = Enum.MeshType.Brick
  1001. b10.Name = "Mesh"
  1002. b10.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  1003. p11 = Instance.new("Part", m2)
  1004. p11.BrickColor = BrickColor.new("Mulberry")
  1005. p11.Material = Enum.Material.SmoothPlastic
  1006. p11.CFrame = CFrame.new(3.5, -9.29201508, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1007. p11.FormFactor = Enum.FormFactor.Custom
  1008. p11.Size = Vector3.new(1, 0.25, 1)
  1009. p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1010. p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1011. p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1012. p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1013. p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1014. p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1015. b11 = Instance.new("SpecialMesh", p11)
  1016. b11.MeshType = Enum.MeshType.Brick
  1017. b11.Name = "Mesh"
  1018. b11.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  1019. p12 = Instance.new("Part", m2)
  1020. p12.BrickColor = BrickColor.new("Mulberry")
  1021. p12.Material = Enum.Material.SmoothPlastic
  1022. p12.CFrame = CFrame.new(3.5, -9.59201431, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1023. p12.FormFactor = Enum.FormFactor.Custom
  1024. p12.Size = Vector3.new(1, 0.25, 1)
  1025. p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1026. p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1027. p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1028. p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1029. p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1030. p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1031. b12 = Instance.new("SpecialMesh", p12)
  1032. b12.MeshType = Enum.MeshType.Brick
  1033. b12.Name = "Mesh"
  1034. b12.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  1035. p13 = Instance.new("Part", m2)
  1036. p13.BrickColor = BrickColor.new("Dark indigo")
  1037. p13.Material = Enum.Material.Neon
  1038. p13.CFrame = CFrame.new(3.5, -9.44201088, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1039. p13.FormFactor = Enum.FormFactor.Custom
  1040. p13.Size = Vector3.new(1, 0.200000048, 1)
  1041. p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1042. p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1043. p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1044. p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1045. p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1046. p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1047. b13 = Instance.new("SpecialMesh", p13)
  1048. b13.MeshType = Enum.MeshType.Brick
  1049. b13.Name = "Mesh"
  1050. b13.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  1051. p14 = Instance.new("Part", m2)
  1052. p14.BrickColor = BrickColor.new("Mulberry")
  1053. p14.Material = Enum.Material.SmoothPlastic
  1054. p14.CFrame = CFrame.new(3.5, -9.89201069, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1055. p14.FormFactor = Enum.FormFactor.Custom
  1056. p14.Size = Vector3.new(1, 0.25, 1)
  1057. p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1058. p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1059. p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1060. p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1061. p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1062. p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1063. b14 = Instance.new("SpecialMesh", p14)
  1064. b14.MeshType = Enum.MeshType.Brick
  1065. b14.Name = "Mesh"
  1066. b14.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  1067. p15 = Instance.new("Part", m2)
  1068. p15.BrickColor = BrickColor.new("Dark indigo")
  1069. p15.Material = Enum.Material.Neon
  1070. p15.CFrame = CFrame.new(3.5, -9.74201298, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1071. p15.FormFactor = Enum.FormFactor.Custom
  1072. p15.Size = Vector3.new(1, 0.200000048, 1)
  1073. p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1074. p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1075. p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1076. p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1077. p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1078. p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1079. b15 = Instance.new("SpecialMesh", p15)
  1080. b15.MeshType = Enum.MeshType.Brick
  1081. b15.Name = "Mesh"
  1082. b15.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  1083. p16 = Instance.new("Part", m2)
  1084. p16.BrickColor = BrickColor.new("Mulberry")
  1085. p16.Material = Enum.Material.SmoothPlastic
  1086. p16.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1087. p16.FormFactor = Enum.FormFactor.Custom
  1088. p16.Size = Vector3.new(1.01999998, 0.300000012, 1.01999998)
  1089. p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1090. p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1091. p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1092. p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1093. p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1094. p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1095. b16 = Instance.new("SpecialMesh", p16)
  1096. b16.MeshType = Enum.MeshType.Brick
  1097. b16.Name = "Mesh"
  1098. b16.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  1099. p17 = Instance.new("Part", m2)
  1100. p17.BrickColor = BrickColor.new("Mulberry")
  1101. p17.Material = Enum.Material.SmoothPlastic
  1102. p17.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1103. p17.FormFactor = Enum.FormFactor.Custom
  1104. p17.Size = Vector3.new(1.00999999, 0.400000036, 1.00999999)
  1105. p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1106. p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1107. p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1108. p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1109. p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1110. p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1111. b17 = Instance.new("SpecialMesh", p17)
  1112. b17.MeshType = Enum.MeshType.Brick
  1113. b17.Name = "Mesh"
  1114. b17.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  1115. p18 = Instance.new("Part", m2)
  1116. p18.BrickColor = BrickColor.new("Really black")
  1117. p18.Material = Enum.Material.Metal
  1118. p18.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1119. p18.FormFactor = Enum.FormFactor.Custom
  1120. p18.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
  1121. p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1122. p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1123. p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1124. p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1125. p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1126. p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1127. b18 = Instance.new("SpecialMesh", p18)
  1128. b18.MeshType = Enum.MeshType.Brick
  1129. b18.Name = "Mesh"
  1130. b18.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  1131. p19 = Instance.new("Part", m2)
  1132. p19.BrickColor = BrickColor.new("Mulberry")
  1133. p19.Material = Enum.Material.SmoothPlastic
  1134. p19.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1135. p19.FormFactor = Enum.FormFactor.Custom
  1136. p19.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
  1137. p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1138. p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1139. p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1140. p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1141. p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1142. p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1143. b19 = Instance.new("SpecialMesh", p19)
  1144. b19.MeshType = Enum.MeshType.Brick
  1145. b19.Name = "Mesh"
  1146. b19.Scale = Vector3.new(1.02999997, 0.50999999, 1.02999997)
  1147. w1 = Instance.new("Weld", p1)
  1148. w1.Name = "Part_Weld"
  1149. w1.Part0 = p1
  1150. w1.C0 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1151. w1.Part1 = p2
  1152. w1.C1 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1153. w2 = Instance.new("Weld", p2)
  1154. w2.Name = "Part_Weld"
  1155. w2.Part0 = p2
  1156. w2.C0 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1157. w2.Part1 = p3
  1158. w2.C1 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1159. w3 = Instance.new("Weld", p3)
  1160. w3.Name = "Part_Weld"
  1161. w3.Part0 = p3
  1162. w3.C0 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1163. w3.Part1 = p4
  1164. w3.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1165. w4 = Instance.new("Weld", p4)
  1166. w4.Name = "Part_Weld"
  1167. w4.Part0 = p4
  1168. w4.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1169. w4.Part1 = p5
  1170. w4.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1171. w5 = Instance.new("Weld", p5)
  1172. w5.Name = "Part_Weld"
  1173. w5.Part0 = p5
  1174. w5.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1175. w5.Part1 = p6
  1176. w5.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1177. w6 = Instance.new("Weld", p6)
  1178. w6.Name = "RightArmPlate_Weld"
  1179. w6.Part0 = p6
  1180. w6.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1181. w6.Part1 = p7
  1182. w6.C1 = CFrame.new(-3.5, -4.10001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1183. w7 = Instance.new("Weld", p7)
  1184. w7.Name = "Part_Weld"
  1185. w7.Part0 = p7
  1186. w7.C0 = CFrame.new(-3.5, -4.10001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1187. w7.Part1 = p8
  1188. w7.C1 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1189. w8 = Instance.new("Weld", p8)
  1190. w8.Name = "Part_Weld"
  1191. w8.Part0 = p8
  1192. w8.C0 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1193. w8.Part1 = p9
  1194. w8.C1 = CFrame.new(-3.5, -4.95002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1195. w9 = Instance.new("Weld", p9)
  1196. w9.Name = "Part_Weld"
  1197. w9.Part0 = p9
  1198. w9.C0 = CFrame.new(-3.5, -4.95002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1199. w9.Part1 = p10
  1200. w9.C1 = CFrame.new(-3.5, -4.65001678, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1201. w10 = Instance.new("Weld", p10)
  1202. w10.Name = "Part_Weld"
  1203. w10.Part0 = p10
  1204. w10.C0 = CFrame.new(-3.5, -4.65001678, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1205. w10.Part1 = p11
  1206. w10.C1 = CFrame.new(-3.5, -4.35001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1207. w11 = Instance.new("Weld", p11)
  1208. w11.Name = "Part_Weld"
  1209. w11.Part0 = p11
  1210. w11.C0 = CFrame.new(-3.5, -4.35001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1211. w11.Part1 = p12
  1212. w11.C1 = CFrame.new(-3.5, -4.05001783, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1213. w12 = Instance.new("Weld", p12)
  1214. w12.Name = "Part_Weld"
  1215. w12.Part0 = p12
  1216. w12.C0 = CFrame.new(-3.5, -4.05001783, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1217. w12.Part1 = p13
  1218. w12.C1 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1219. w13 = Instance.new("Weld", p13)
  1220. w13.Name = "Part_Weld"
  1221. w13.Part0 = p13
  1222. w13.C0 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1223. w13.Part1 = p14
  1224. w13.C1 = CFrame.new(-3.5, -3.75002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1225. w14 = Instance.new("Weld", p14)
  1226. w14.Name = "Part_Weld"
  1227. w14.Part0 = p14
  1228. w14.C0 = CFrame.new(-3.5, -3.75002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1229. w14.Part1 = p15
  1230. w14.C1 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1231. w15 = Instance.new("Weld", p15)
  1232. w15.Name = "Part_Weld"
  1233. w15.Part0 = p15
  1234. w15.C0 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1235. w15.Part1 = p16
  1236. w15.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1237. w16 = Instance.new("Weld", p16)
  1238. w16.Name = "Part_Weld"
  1239. w16.Part0 = p16
  1240. w16.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1241. w16.Part1 = p17
  1242. w16.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1243. w17 = Instance.new("Weld", p17)
  1244. w17.Name = "Part_Weld"
  1245. w17.Part0 = p17
  1246. w17.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1247. w17.Part1 = p18
  1248. w17.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1249. w18 = Instance.new("Weld", p18)
  1250. w18.Name = "Part_Weld"
  1251. w18.Part0 = p18
  1252. w18.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1253. w18.Part1 = p19
  1254. w18.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1255. m2.Parent = rarm
  1256. m2:MakeJoints()
  1257. ----------------------------------------------------
  1258. local cor2 = Instance.new("Part", rarm.RightArm)
  1259. cor2.Name = "Thingy"
  1260. cor2.Locked = true
  1261. cor2.BottomSurface = 0
  1262. cor2.CanCollide = false
  1263. cor2.Size = Vector3.new(1, 1, 1)
  1264. cor2.Transparency = 1
  1265. cor2.TopSurface = 0
  1266. corw2 = Instance.new("Weld", cor2)
  1267. corw2.Part0 = rarm
  1268. corw2.Part1 = cor2
  1269. corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1270. corw2.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1271. weld2 = Instance.new("Weld", rarm.RightArm)
  1272. weld2.Part0 = cor2
  1273. weld2.Part1 = rarm.RightArm.RightArmPlate
  1274. weld2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1275. --Torso
  1276. m3 = Instance.new("Model")
  1277. m3.Name = "Torso"
  1278. p1 = Instance.new("Part", m3)
  1279. p1.BrickColor = BrickColor.new("Really black")
  1280. p1.Material = Enum.Material.Metal
  1281. p1.Name = "TorsoPlate"
  1282. p1.CFrame = CFrame.new(0, 3.10002589, 0.50000006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1283. p1.CanCollide = false
  1284. p1.Locked = true
  1285. p1.FormFactor = Enum.FormFactor.Custom
  1286. p1.Size = Vector3.new(2, 2, 1)
  1287. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1288. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1289. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1290. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1291. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1292. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1293. b1 = Instance.new("SpecialMesh", p1)
  1294. b1.MeshType = Enum.MeshType.Brick
  1295. b1.Name = "Mesh"
  1296. b1.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  1297. p2 = Instance.new("Part", m3)
  1298. p2.BrickColor = BrickColor.new("Really black")
  1299. p2.Material = Enum.Material.Metal
  1300. 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)
  1301. p2.CanCollide = false
  1302. p2.Locked = true
  1303. p2.FormFactor = Enum.FormFactor.Custom
  1304. p2.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1305. b2 = Instance.new("SpecialMesh", p2)
  1306. b2.MeshId = "http://www.roblox.com/asset/?id=0"
  1307. b2.TextureId = ""
  1308. b2.MeshType = Enum.MeshType.FileMesh
  1309. b2.Name = "Mesh"
  1310. b2.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1311. p3 = Instance.new("Part", m3)
  1312. p3.BrickColor = BrickColor.new("Mulberry")
  1313. p3.Material = Enum.Material.SmoothPlastic
  1314. p3.CFrame = CFrame.new(0, 3.10002589, 0.970001996, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1315. p3.CanCollide = false
  1316. p3.Locked = true
  1317. p3.FormFactor = Enum.FormFactor.Custom
  1318. p3.Size = Vector3.new(2, 2, 0.200000018)
  1319. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1320. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1321. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1322. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1323. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1324. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1325. b3 = Instance.new("SpecialMesh", p3)
  1326. b3.MeshType = Enum.MeshType.Brick
  1327. b3.Name = "Mesh"
  1328. b3.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  1329. p4 = Instance.new("Part", m3)
  1330. p4.BrickColor = BrickColor.new("Mulberry")
  1331. p4.Material = Enum.Material.SmoothPlastic
  1332. p4.CFrame = CFrame.new(0, 4.00002623, 0.529999971, 1, 0, 0, 0, -4.37113883e-008, 1, 0, -1, -4.37113883e-008)
  1333. p4.CanCollide = false
  1334. p4.Locked = true
  1335. p4.FormFactor = Enum.FormFactor.Custom
  1336. p4.Size = Vector3.new(2, 1.04000008, 0.239999995)
  1337. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1338. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1339. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1340. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1341. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1342. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1343. b4 = Instance.new("SpecialMesh", p4)
  1344. b4.MeshType = Enum.MeshType.Brick
  1345. b4.Name = "Mesh"
  1346. b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  1347. p5 = Instance.new("Part", m3)
  1348. p5.BrickColor = BrickColor.new("Mulberry")
  1349. p5.Material = Enum.Material.SmoothPlastic
  1350. 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)
  1351. p5.CanCollide = false
  1352. p5.Locked = true
  1353. p5.FormFactor = Enum.FormFactor.Custom
  1354. p5.Size = Vector3.new(0.300000012, 1, 1.89999998)
  1355. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1356. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1357. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1358. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1359. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1360. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1361. b5 = Instance.new("SpecialMesh", p5)
  1362. b5.MeshType = Enum.MeshType.Wedge
  1363. b5.Name = "Mesh"
  1364. b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  1365. p6 = Instance.new("Part", m3)
  1366. p6.BrickColor = BrickColor.new("Mulberry")
  1367. p6.Material = Enum.Material.SmoothPlastic
  1368. 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)
  1369. p6.CanCollide = false
  1370. p6.Locked = true
  1371. p6.FormFactor = Enum.FormFactor.Custom
  1372. p6.Size = Vector3.new(0.300000012, 0.99999994, 1.89999998)
  1373. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1374. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1375. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1376. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1377. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1378. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1379. b6 = Instance.new("SpecialMesh", p6)
  1380. b6.MeshType = Enum.MeshType.Wedge
  1381. b6.Name = "Mesh"
  1382. b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  1383. p7 = Instance.new("Part", m3)
  1384. p7.BrickColor = BrickColor.new("Mulberry")
  1385. p7.Material = Enum.Material.SmoothPlastic
  1386. 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)
  1387. p7.CanCollide = false
  1388. p7.Locked = true
  1389. p7.FormFactor = Enum.FormFactor.Custom
  1390. p7.Size = Vector3.new(0.300000012, 1.20000005, 1.20000005)
  1391. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1392. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1393. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1394. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1395. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1396. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1397. b7 = Instance.new("SpecialMesh", p7)
  1398. b7.MeshType = Enum.MeshType.Wedge
  1399. b7.Name = "Mesh"
  1400. p8 = Instance.new("Part", m3)
  1401. p8.BrickColor = BrickColor.new("Mulberry")
  1402. p8.Material = Enum.Material.SmoothPlastic
  1403. p8.CFrame = CFrame.new(-1, 3.10002613, 0.520000935, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  1404. p8.CanCollide = false
  1405. p8.Locked = true
  1406. p8.FormFactor = Enum.FormFactor.Custom
  1407. p8.Size = Vector3.new(1, 2, 0.200000018)
  1408. p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1409. p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1410. p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1411. p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1412. p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1413. p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1414. b8 = Instance.new("SpecialMesh", p8)
  1415. b8.MeshType = Enum.MeshType.Brick
  1416. b8.Name = "Mesh"
  1417. b8.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  1418. p9 = Instance.new("Part", m3)
  1419. p9.BrickColor = BrickColor.new("Mulberry")
  1420. p9.Material = Enum.Material.SmoothPlastic
  1421. p9.CFrame = CFrame.new(1, 3.10002613, 0.520001054, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  1422. p9.CanCollide = false
  1423. p9.Locked = true
  1424. p9.FormFactor = Enum.FormFactor.Custom
  1425. p9.Size = Vector3.new(1, 2, 0.200000018)
  1426. p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1427. p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1428. p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1429. p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1430. p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1431. p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1432. b9 = Instance.new("SpecialMesh", p9)
  1433. b9.MeshType = Enum.MeshType.Brick
  1434. b9.Name = "Mesh"
  1435. b9.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  1436. p10 = Instance.new("Part", m3)
  1437. p10.BrickColor = BrickColor.new("Mulberry")
  1438. p10.Material = Enum.Material.SmoothPlastic
  1439. p10.CFrame = CFrame.new(0, 2.05002642, 0.539999843, 1, 0, 0, 0, -4.37113883e-008, 1, 0, -1, -4.37113883e-008)
  1440. p10.CanCollide = false
  1441. p10.Locked = true
  1442. p10.FormFactor = Enum.FormFactor.Custom
  1443. p10.Size = Vector3.new(2, 1.0200001, 0.239999995)
  1444. p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1445. p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1446. p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1447. p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1448. p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1449. p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1450. b10 = Instance.new("SpecialMesh", p10)
  1451. b10.MeshType = Enum.MeshType.Brick
  1452. b10.Name = "Mesh"
  1453. b10.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  1454. p11 = Instance.new("Part", m3)
  1455. p11.BrickColor = BrickColor.new("Really black")
  1456. p11.Material = Enum.Material.Metal
  1457. 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)
  1458. p11.CanCollide = false
  1459. p11.Locked = true
  1460. p11.FormFactor = Enum.FormFactor.Custom
  1461. p11.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1462. b11 = Instance.new("SpecialMesh", p11)
  1463. b11.MeshId = "http://www.roblox.com/asset/?id=0"
  1464. b11.TextureId = ""
  1465. b11.MeshType = Enum.MeshType.FileMesh
  1466. b11.Name = "Mesh"
  1467. b11.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1468. p12 = Instance.new("Part", m3)
  1469. p12.BrickColor = BrickColor.new("Really black")
  1470. p12.Material = Enum.Material.Metal
  1471. p12.Transparency = 1
  1472. p12.Name = "Chain2Torso"
  1473. 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)
  1474. p12.CanCollide = false
  1475. p12.Locked = true
  1476. p12.FormFactor = Enum.FormFactor.Custom
  1477. p12.Size = Vector3.new(0.699999988, 0.300000012, 0.300000012)
  1478. b12 = Instance.new("SpecialMesh", p12)
  1479. b12.MeshId = "http://www.roblox.com/asset/?id=0"
  1480. b12.TextureId = ""
  1481. b12.MeshType = Enum.MeshType.FileMesh
  1482. b12.Name = "Mesh"
  1483. b12.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1484. p13 = Instance.new("Part", m3)
  1485. p13.BrickColor = BrickColor.new("Really black")
  1486. p13.Material = Enum.Material.Metal
  1487. 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)
  1488. p13.CanCollide = false
  1489. p13.Locked = true
  1490. p13.FormFactor = Enum.FormFactor.Custom
  1491. p13.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1492. b13 = Instance.new("SpecialMesh", p13)
  1493. b13.MeshId = "http://www.roblox.com/asset/?id=0"
  1494. b13.TextureId = ""
  1495. b13.MeshType = Enum.MeshType.FileMesh
  1496. b13.Name = "Mesh"
  1497. b13.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1498. p14 = Instance.new("Part", m3)
  1499. p14.BrickColor = BrickColor.new("Really black")
  1500. p14.Material = Enum.Material.Metal
  1501. 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)
  1502. p14.CanCollide = false
  1503. p14.Locked = true
  1504. p14.FormFactor = Enum.FormFactor.Custom
  1505. p14.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1506. b14 = Instance.new("SpecialMesh", p14)
  1507. b14.MeshId = "http://www.roblox.com/asset/?id=0"
  1508. b14.TextureId = ""
  1509. b14.MeshType = Enum.MeshType.FileMesh
  1510. b14.Name = "Mesh"
  1511. b14.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1512. p15 = Instance.new("Part", m3)
  1513. p15.BrickColor = BrickColor.new("Really black")
  1514. p15.Material = Enum.Material.Metal
  1515. 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)
  1516. p15.CanCollide = false
  1517. p15.Locked = true
  1518. p15.FormFactor = Enum.FormFactor.Custom
  1519. p15.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1520. b15 = Instance.new("SpecialMesh", p15)
  1521. b15.MeshId = "http://www.roblox.com/asset/?id=0"
  1522. b15.TextureId = ""
  1523. b15.MeshType = Enum.MeshType.FileMesh
  1524. b15.Name = "Mesh"
  1525. b15.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1526. p16 = Instance.new("Part", m3)
  1527. p16.BrickColor = BrickColor.new("Really black")
  1528. p16.Material = Enum.Material.Metal
  1529. 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)
  1530. p16.CanCollide = false
  1531. p16.Locked = true
  1532. p16.FormFactor = Enum.FormFactor.Custom
  1533. p16.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1534. b16 = Instance.new("SpecialMesh", p16)
  1535. b16.MeshId = "http://www.roblox.com/asset/?id=0"
  1536. b16.TextureId = ""
  1537. b16.MeshType = Enum.MeshType.FileMesh
  1538. b16.Name = "Mesh"
  1539. b16.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1540. p17 = Instance.new("Part", m3)
  1541. p17.BrickColor = BrickColor.new("Really black")
  1542. p17.Material = Enum.Material.Metal
  1543. 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)
  1544. p17.CanCollide = false
  1545. p17.Locked = true
  1546. p17.FormFactor = Enum.FormFactor.Custom
  1547. p17.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1548. b17 = Instance.new("SpecialMesh", p17)
  1549. b17.MeshId = "http://www.roblox.com/asset/?id=0"
  1550. b17.TextureId = ""
  1551. b17.MeshType = Enum.MeshType.FileMesh
  1552. b17.Name = "Mesh"
  1553. b17.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1554. p18 = Instance.new("Part", m3)
  1555. p18.BrickColor = BrickColor.new("Really black")
  1556. p18.Material = Enum.Material.Metal
  1557. 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)
  1558. p18.CanCollide = false
  1559. p18.Locked = true
  1560. p18.FormFactor = Enum.FormFactor.Custom
  1561. p18.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1562. b18 = Instance.new("SpecialMesh", p18)
  1563. b18.MeshId = "http://www.roblox.com/asset/?id=0"
  1564. b18.TextureId = ""
  1565. b18.MeshType = Enum.MeshType.FileMesh
  1566. b18.Name = "Mesh"
  1567. b18.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1568. p19 = Instance.new("Part", m3)
  1569. p19.BrickColor = BrickColor.new("Really black")
  1570. p19.Material = Enum.Material.Metal
  1571. 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)
  1572. p19.CanCollide = false
  1573. p19.Locked = true
  1574. p19.FormFactor = Enum.FormFactor.Custom
  1575. p19.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1576. b19 = Instance.new("SpecialMesh", p19)
  1577. b19.MeshId = "http://www.roblox.com/asset/?id=0"
  1578. b19.TextureId = ""
  1579. b19.MeshType = Enum.MeshType.FileMesh
  1580. b19.Name = "Mesh"
  1581. b19.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1582. p20 = Instance.new("Part", m3)
  1583. p20.BrickColor = BrickColor.new("Really black")
  1584. p20.Material = Enum.Material.Metal
  1585. 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)
  1586. p20.CanCollide = false
  1587. p20.Locked = true
  1588. p20.FormFactor = Enum.FormFactor.Custom
  1589. p20.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1590. b20 = Instance.new("SpecialMesh", p20)
  1591. b20.MeshId = "http://www.roblox.com/asset/?id=0"
  1592. b20.TextureId = ""
  1593. b20.MeshType = Enum.MeshType.FileMesh
  1594. b20.Name = "Mesh"
  1595. b20.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1596. p21 = Instance.new("Part", m3)
  1597. p21.BrickColor = BrickColor.new("Really black")
  1598. p21.Material = Enum.Material.Metal
  1599. 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)
  1600. p21.CanCollide = false
  1601. p21.Locked = true
  1602. p21.FormFactor = Enum.FormFactor.Custom
  1603. p21.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1604. b21 = Instance.new("SpecialMesh", p21)
  1605. b21.MeshId = "http://www.roblox.com/asset/?id=0"
  1606. b21.TextureId = ""
  1607. b21.MeshType = Enum.MeshType.FileMesh
  1608. b21.Name = "Mesh"
  1609. b21.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1610. p22 = Instance.new("Part", m3)
  1611. p22.BrickColor = BrickColor.new("Really black")
  1612. p22.Material = Enum.Material.Metal
  1613. 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)
  1614. p22.CanCollide = false
  1615. p22.Locked = true
  1616. p22.FormFactor = Enum.FormFactor.Custom
  1617. p22.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1618. b22 = Instance.new("SpecialMesh", p22)
  1619. b22.MeshId = "http://www.roblox.com/asset/?id=0"
  1620. b22.TextureId = ""
  1621. b22.MeshType = Enum.MeshType.FileMesh
  1622. b22.Name = "Mesh"
  1623. b22.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1624. p23 = Instance.new("Part", m3)
  1625. p23.BrickColor = BrickColor.new("Really black")
  1626. p23.Material = Enum.Material.Metal
  1627. 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)
  1628. p23.CanCollide = false
  1629. p23.Locked = true
  1630. p23.FormFactor = Enum.FormFactor.Custom
  1631. p23.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1632. b23 = Instance.new("SpecialMesh", p23)
  1633. b23.MeshId = "http://www.roblox.com/asset/?id=0"
  1634. b23.TextureId = ""
  1635. b23.MeshType = Enum.MeshType.FileMesh
  1636. b23.Name = "Mesh"
  1637. b23.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1638. p24 = Instance.new("Part", m3)
  1639. p24.BrickColor = BrickColor.new("Really black")
  1640. p24.Material = Enum.Material.Metal
  1641. 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)
  1642. p24.CanCollide = false
  1643. p24.Locked = true
  1644. p24.FormFactor = Enum.FormFactor.Custom
  1645. p24.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1646. b24 = Instance.new("SpecialMesh", p24)
  1647. b24.MeshId = "http://www.roblox.com/asset/?id=0"
  1648. b24.TextureId = ""
  1649. b24.MeshType = Enum.MeshType.FileMesh
  1650. b24.Name = "Mesh"
  1651. b24.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1652. p25 = Instance.new("Part", m3)
  1653. p25.BrickColor = BrickColor.new("Really black")
  1654. p25.Material = Enum.Material.Metal
  1655. 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)
  1656. p25.CanCollide = false
  1657. p25.Locked = true
  1658. p25.FormFactor = Enum.FormFactor.Custom
  1659. p25.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1660. b25 = Instance.new("SpecialMesh", p25)
  1661. b25.MeshId = "http://www.roblox.com/asset/?id=0"
  1662. b25.TextureId = ""
  1663. b25.MeshType = Enum.MeshType.FileMesh
  1664. b25.Name = "Mesh"
  1665. b25.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1666. p26 = Instance.new("Part", m3)
  1667. p26.BrickColor = BrickColor.new("Really black")
  1668. p26.Material = Enum.Material.Metal
  1669. 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)
  1670. p26.CanCollide = false
  1671. p26.Locked = true
  1672. p26.FormFactor = Enum.FormFactor.Custom
  1673. p26.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1674. b26 = Instance.new("SpecialMesh", p26)
  1675. b26.MeshId = "http://www.roblox.com/asset/?id=0"
  1676. b26.TextureId = ""
  1677. b26.MeshType = Enum.MeshType.FileMesh
  1678. b26.Name = "Mesh"
  1679. b26.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1680. p27 = Instance.new("Part", m3)
  1681. p27.BrickColor = BrickColor.new("Really black")
  1682. p27.Material = Enum.Material.Metal
  1683. 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)
  1684. p27.CanCollide = false
  1685. p27.Locked = true
  1686. p27.FormFactor = Enum.FormFactor.Custom
  1687. p27.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1688. b27 = Instance.new("SpecialMesh", p27)
  1689. b27.MeshId = "http://www.roblox.com/asset/?id=0"
  1690. b27.TextureId = ""
  1691. b27.MeshType = Enum.MeshType.FileMesh
  1692. b27.Name = "Mesh"
  1693. b27.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1694. p28 = Instance.new("Part", m3)
  1695. p28.BrickColor = BrickColor.new("Really black")
  1696. p28.Material = Enum.Material.Metal
  1697. 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)
  1698. p28.CanCollide = false
  1699. p28.Locked = true
  1700. p28.FormFactor = Enum.FormFactor.Custom
  1701. p28.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1702. b28 = Instance.new("SpecialMesh", p28)
  1703. b28.MeshId = "http://www.roblox.com/asset/?id=0"
  1704. b28.TextureId = ""
  1705. b28.MeshType = Enum.MeshType.FileMesh
  1706. b28.Name = "Mesh"
  1707. b28.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1708. p29 = Instance.new("Part", m3)
  1709. p29.BrickColor = BrickColor.new("Really black")
  1710. p29.Material = Enum.Material.Metal
  1711. 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)
  1712. p29.CanCollide = false
  1713. p29.Locked = true
  1714. p29.FormFactor = Enum.FormFactor.Custom
  1715. p29.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1716. b29 = Instance.new("SpecialMesh", p29)
  1717. b29.MeshId = "http://www.roblox.com/asset/?id=0"
  1718. b29.TextureId = ""
  1719. b29.MeshType = Enum.MeshType.FileMesh
  1720. b29.Name = "Mesh"
  1721. b29.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1722. p30 = Instance.new("Part", m3)
  1723. p30.BrickColor = BrickColor.new("Really black")
  1724. p30.Material = Enum.Material.Metal
  1725. 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)
  1726. p30.CanCollide = false
  1727. p30.Locked = true
  1728. p30.FormFactor = Enum.FormFactor.Custom
  1729. p30.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1730. b30 = Instance.new("SpecialMesh", p30)
  1731. b30.MeshId = "http://www.roblox.com/asset/?id=0"
  1732. b30.TextureId = ""
  1733. b30.MeshType = Enum.MeshType.FileMesh
  1734. b30.Name = "Mesh"
  1735. b30.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1736. p31 = Instance.new("Part", m3)
  1737. p31.BrickColor = BrickColor.new("Really black")
  1738. p31.Material = Enum.Material.Metal
  1739. 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)
  1740. p31.CanCollide = false
  1741. p31.Locked = true
  1742. p31.FormFactor = Enum.FormFactor.Custom
  1743. p31.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1744. b31 = Instance.new("SpecialMesh", p31)
  1745. b31.MeshId = "http://www.roblox.com/asset/?id=0"
  1746. b31.TextureId = ""
  1747. b31.MeshType = Enum.MeshType.FileMesh
  1748. b31.Name = "Mesh"
  1749. b31.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1750. p32 = Instance.new("Part", m3)
  1751. p32.BrickColor = BrickColor.new("Really black")
  1752. p32.Material = Enum.Material.Metal
  1753. 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)
  1754. p32.CanCollide = false
  1755. p32.Locked = true
  1756. p32.FormFactor = Enum.FormFactor.Custom
  1757. p32.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1758. b32 = Instance.new("SpecialMesh", p32)
  1759. b32.MeshId = "http://www.roblox.com/asset/?id=0"
  1760. b32.TextureId = ""
  1761. b32.MeshType = Enum.MeshType.FileMesh
  1762. b32.Name = "Mesh"
  1763. b32.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1764. p33 = Instance.new("Part", m3)
  1765. p33.BrickColor = BrickColor.new("Really black")
  1766. p33.Material = Enum.Material.Metal
  1767. 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)
  1768. p33.CanCollide = false
  1769. p33.Locked = true
  1770. p33.FormFactor = Enum.FormFactor.Custom
  1771. p33.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1772. b33 = Instance.new("SpecialMesh", p33)
  1773. b33.MeshId = "http://www.roblox.com/asset/?id=0"
  1774. b33.TextureId = ""
  1775. b33.MeshType = Enum.MeshType.FileMesh
  1776. b33.Name = "Mesh"
  1777. b33.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1778. p34 = Instance.new("Part", m3)
  1779. p34.BrickColor = BrickColor.new("Really black")
  1780. p34.Material = Enum.Material.Metal
  1781. p34.Name = "Connection"
  1782. 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)
  1783. p34.CanCollide = false
  1784. p34.Locked = true
  1785. p34.FormFactor = Enum.FormFactor.Custom
  1786. p34.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1787. b34 = Instance.new("SpecialMesh", p34)
  1788. b34.MeshId = "http://www.roblox.com/asset/?id=0"
  1789. b34.TextureId = ""
  1790. b34.MeshType = Enum.MeshType.FileMesh
  1791. b34.Name = "Mesh"
  1792. b34.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1793. p35 = Instance.new("Part", m3)
  1794. p35.BrickColor = BrickColor.new("Really black")
  1795. p35.Material = Enum.Material.Metal
  1796. 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)
  1797. p35.CanCollide = false
  1798. p35.Locked = true
  1799. p35.FormFactor = Enum.FormFactor.Custom
  1800. p35.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1801. b35 = Instance.new("SpecialMesh", p35)
  1802. b35.MeshId = "http://www.roblox.com/asset/?id=0"
  1803. b35.TextureId = ""
  1804. b35.MeshType = Enum.MeshType.FileMesh
  1805. b35.Name = "Mesh"
  1806. b35.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1807. p36 = Instance.new("Part", m3)
  1808. p36.BrickColor = BrickColor.new("Really black")
  1809. p36.Material = Enum.Material.Metal
  1810. 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)
  1811. p36.CanCollide = false
  1812. p36.Locked = true
  1813. p36.FormFactor = Enum.FormFactor.Custom
  1814. p36.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1815. b36 = Instance.new("SpecialMesh", p36)
  1816. b36.MeshId = "http://www.roblox.com/asset/?id=0"
  1817. b36.TextureId = ""
  1818. b36.MeshType = Enum.MeshType.FileMesh
  1819. b36.Name = "Mesh"
  1820. b36.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1821. w1 = Instance.new("Weld", p2)
  1822. w1.Name = "Joint"
  1823. w1.Part0 = p2
  1824. 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)
  1825. w1.Part1 = p18
  1826. w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1827. w2 = Instance.new("Weld", p3)
  1828. w2.Name = "Joint"
  1829. w2.Part0 = p3
  1830. w2.C0 = CFrame.new(0, 0, -0.470001936, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1831. w2.Part1 = p1
  1832. w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1833. w3 = Instance.new("Weld", p4)
  1834. w3.Name = "Joint"
  1835. w3.Part0 = p4
  1836. w3.C0 = CFrame.new(0, 0.0299999714, -0.900000334, 1, 0, 0, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008)
  1837. w3.Part1 = p1
  1838. w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1839. w4 = Instance.new("Weld", p5)
  1840. w4.Name = "Joint"
  1841. w4.Part0 = p5
  1842. 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)
  1843. w4.Part1 = p7
  1844. w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1845. w5 = Instance.new("Weld", p6)
  1846. w5.Name = "Joint"
  1847. w5.Part0 = p6
  1848. 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)
  1849. w5.Part1 = p7
  1850. w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1851. w6 = Instance.new("Weld", p7)
  1852. w6.Name = "Joint"
  1853. w6.Part0 = p7
  1854. 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)
  1855. w6.Part1 = p1
  1856. w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1857. w7 = Instance.new("Weld", p8)
  1858. w7.Name = "Joint"
  1859. w7.Part0 = p8
  1860. w7.C0 = CFrame.new(-0.0200009346, -2.38418579e-007, -1, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  1861. w7.Part1 = p1
  1862. w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1863. w8 = Instance.new("Weld", p9)
  1864. w8.Name = "Joint"
  1865. w8.Part0 = p9
  1866. w8.C0 = CFrame.new(-0.0200009346, -2.38418579e-007, 1, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  1867. w8.Part1 = p1
  1868. w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1869. w9 = Instance.new("Weld", p10)
  1870. w9.Name = "Joint"
  1871. w9.Part0 = p10
  1872. w9.C0 = CFrame.new(0, 0.0399997234, 1.04999948, 1, 0, 0, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008)
  1873. w9.Part1 = p1
  1874. w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1875. w10 = Instance.new("Weld", p11)
  1876. w10.Name = "Joint"
  1877. w10.Part0 = p11
  1878. 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)
  1879. w10.Part1 = p19
  1880. w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1881. w11 = Instance.new("Weld", p12)
  1882. w11.Name = "Joint"
  1883. w11.Part0 = p12
  1884. 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)
  1885. w11.Part1 = p1
  1886. w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1887. w12 = Instance.new("Weld", p13)
  1888. w12.Name = "Joint"
  1889. w12.Part0 = p13
  1890. 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)
  1891. w12.Part1 = p35
  1892. w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1893. w13 = Instance.new("Weld", p14)
  1894. w13.Name = "Joint"
  1895. w13.Part0 = p14
  1896. 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)
  1897. w13.Part1 = p34
  1898. w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1899. w14 = Instance.new("Weld", p15)
  1900. w14.Name = "Joint"
  1901. w14.Part0 = p15
  1902. 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)
  1903. w14.Part1 = p16
  1904. w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1905. w15 = Instance.new("Weld", p16)
  1906. w15.Name = "Joint"
  1907. w15.Part0 = p16
  1908. 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)
  1909. w15.Part1 = p20
  1910. w15.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1911. w16 = Instance.new("Weld", p17)
  1912. w16.Name = "Joint"
  1913. w16.Part0 = p17
  1914. 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)
  1915. w16.Part1 = p14
  1916. w16.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1917. w17 = Instance.new("Weld", p18)
  1918. w17.Name = "Joint"
  1919. w17.Part0 = p18
  1920. 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)
  1921. w17.Part1 = p17
  1922. w17.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1923. w18 = Instance.new("Weld", p19)
  1924. w18.Name = "Joint"
  1925. w18.Part0 = p19
  1926. 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)
  1927. w18.Part1 = p21
  1928. w18.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1929. w19 = Instance.new("Weld", p20)
  1930. w19.Name = "Joint"
  1931. w19.Part0 = p20
  1932. 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)
  1933. w19.Part1 = p11
  1934. w19.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1935. w20 = Instance.new("Weld", p21)
  1936. w20.Name = "Joint"
  1937. w20.Part0 = p21
  1938. 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)
  1939. w20.Part1 = p22
  1940. w20.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1941. w21 = Instance.new("Weld", p22)
  1942. w21.Name = "Joint"
  1943. w21.Part0 = p22
  1944. 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)
  1945. w21.Part1 = p23
  1946. w21.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1947. w22 = Instance.new("Weld", p23)
  1948. w22.Name = "Joint"
  1949. w22.Part0 = p23
  1950. 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)
  1951. w22.Part1 = p24
  1952. w22.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1953. w23 = Instance.new("Weld", p24)
  1954. w23.Name = "Joint"
  1955. w23.Part0 = p24
  1956. 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)
  1957. w23.Part1 = p25
  1958. w23.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1959. w24 = Instance.new("Weld", p25)
  1960. w24.Name = "Joint"
  1961. w24.Part0 = p25
  1962. 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)
  1963. w24.Part1 = p26
  1964. w24.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1965. w25 = Instance.new("Weld", p26)
  1966. w25.Name = "Joint"
  1967. w25.Part0 = p26
  1968. 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)
  1969. w25.Part1 = p27
  1970. w25.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1971. w26 = Instance.new("Weld", p27)
  1972. w26.Name = "Joint"
  1973. w26.Part0 = p27
  1974. 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)
  1975. w26.Part1 = p28
  1976. w26.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1977. w27 = Instance.new("Weld", p28)
  1978. w27.Name = "Joint"
  1979. w27.Part0 = p28
  1980. 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)
  1981. w27.Part1 = p29
  1982. w27.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1983. w28 = Instance.new("Weld", p29)
  1984. w28.Name = "Joint"
  1985. w28.Part0 = p29
  1986. 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)
  1987. w28.Part1 = p30
  1988. w28.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1989. w29 = Instance.new("Weld", p30)
  1990. w29.Name = "Joint"
  1991. w29.Part0 = p30
  1992. 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)
  1993. w29.Part1 = p31
  1994. w29.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1995. w30 = Instance.new("Weld", p31)
  1996. w30.Name = "Joint"
  1997. w30.Part0 = p31
  1998. 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)
  1999. w30.Part1 = p32
  2000. w30.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2001. w31 = Instance.new("Weld", p32)
  2002. w31.Name = "Joint"
  2003. w31.Part0 = p32
  2004. 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)
  2005. w31.Part1 = p33
  2006. w31.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2007. w32 = Instance.new("Weld", p33)
  2008. w32.Name = "Joint"
  2009. w32.Part0 = p33
  2010. 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)
  2011. w32.Part1 = p13
  2012. w32.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2013. w33 = Instance.new("Weld", p34)
  2014. w33.Name = "Joint"
  2015. w33.Part0 = p34
  2016. 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)
  2017. w33.Part1 = p12
  2018. w33.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2019. w34 = Instance.new("Weld", p35)
  2020. w34.Name = "Joint"
  2021. w34.Part0 = p35
  2022. 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)
  2023. w34.Part1 = p36
  2024. w34.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2025. w35 = Instance.new("Weld", p36)
  2026. w35.Name = "Joint"
  2027. w35.Part0 = p36
  2028. 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)
  2029. w35.Part1 = p2
  2030. w35.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2031. m3.Parent = torso
  2032. m3:MakeJoints()
  2033. ----------------------------------------------------
  2034. local cor3 = Instance.new("Part", torso.Torso)
  2035. cor3.Name = "Thingy"
  2036. cor3.Locked = true
  2037. cor3.BottomSurface = 0
  2038. cor3.CanCollide = false
  2039. cor3.Size = Vector3.new(1, 1, 1)
  2040. cor3.Transparency = 1
  2041. cor3.TopSurface = 0
  2042. corw3 = Instance.new("Weld", cor3)
  2043. corw3.Part0 = torso
  2044. corw3.Part1 = cor3
  2045. corw3.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2046. corw3.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2047. weld3 = Instance.new("Weld", torso.Torso)
  2048. weld3.Part0 = cor3
  2049. weld3.Part1 = torso.Torso.TorsoPlate
  2050. weld3.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2051. --Left Leg
  2052. m4 = Instance.new("Model")
  2053. m4.Name = "LeftLeg"
  2054. p1 = Instance.new("Part", m4)
  2055. p1.BrickColor = BrickColor.new("Really black")
  2056. p1.Material = Enum.Material.Metal
  2057. p1.Name = "LeftLegPlate"
  2058. p1.CFrame = CFrame.new(-1.5, 4.74442291, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2059. p1.Anchored = false
  2060. p1.CanCollide = false
  2061. p1.FormFactor = Enum.FormFactor.Custom
  2062. p1.Size = Vector3.new(1, 2, 1)
  2063. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2064. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2065. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2066. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2067. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2068. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2069. b1 = Instance.new("SpecialMesh", p1)
  2070. b1.MeshType = Enum.MeshType.Brick
  2071. b1.Name = "Mesh"
  2072. b1.Scale = Vector3.new(1.01999998, 1, 1.01999998)
  2073. p2 = Instance.new("Part", m4)
  2074. p2.BrickColor = BrickColor.new("Really black")
  2075. p2.Material = Enum.Material.Metal
  2076. p2.CFrame = CFrame.new(-2.0999999, 5.44442606, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2077. p2.Anchored = false
  2078. p2.CanCollide = false
  2079. p2.FormFactor = Enum.FormFactor.Custom
  2080. p2.Size = Vector3.new(0.239999995, 0.300000012, 0.899999976)
  2081. p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2082. p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2083. p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2084. p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2085. p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2086. p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2087. b2 = Instance.new("SpecialMesh", p2)
  2088. b2.MeshType = Enum.MeshType.Brick
  2089. b2.Name = "Mesh"
  2090. b2.Scale = Vector3.new(1.01999998, 1, 1.01999998)
  2091. p3 = Instance.new("Part", m4)
  2092. p3.BrickColor = BrickColor.new("Really black")
  2093. p3.Material = Enum.Material.Metal
  2094. p3.CFrame = CFrame.new(-2.0999999, 5.04442501, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2095. p3.Anchored = false
  2096. p3.CanCollide = false
  2097. p3.FormFactor = Enum.FormFactor.Custom
  2098. p3.Size = Vector3.new(0.200000003, 0.600000024, 0.800000012)
  2099. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2100. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2101. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2102. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2103. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2104. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2105. b3 = Instance.new("SpecialMesh", p3)
  2106. b3.MeshType = Enum.MeshType.Brick
  2107. b3.Name = "Mesh"
  2108. b3.Scale = Vector3.new(1.01999998, 1, 1.01999998)
  2109. p4 = Instance.new("Part", m4)
  2110. p4.BrickColor = BrickColor.new("Mulberry")
  2111. p4.Material = Enum.Material.SmoothPlastic
  2112. p4.CFrame = CFrame.new(-1.5, 4.74442291, -7.02999783, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2113. p4.Anchored = false
  2114. p4.CanCollide = false
  2115. p4.FormFactor = Enum.FormFactor.Custom
  2116. p4.Size = Vector3.new(1, 2, 0.200000018)
  2117. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2118. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2119. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2120. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2121. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2122. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2123. b4 = Instance.new("SpecialMesh", p4)
  2124. b4.MeshType = Enum.MeshType.Brick
  2125. b4.Name = "Mesh"
  2126. b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  2127. p5 = Instance.new("Part", m4)
  2128. p5.BrickColor = BrickColor.new("Mulberry")
  2129. p5.Material = Enum.Material.SmoothPlastic
  2130. p5.CFrame = CFrame.new(-2, 4.74442291, -7.47999907, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  2131. p5.Anchored = false
  2132. p5.CanCollide = false
  2133. p5.FormFactor = Enum.FormFactor.Custom
  2134. p5.Size = Vector3.new(1, 2, 0.200000018)
  2135. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2136. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2137. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2138. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2139. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2140. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2141. b5 = Instance.new("SpecialMesh", p5)
  2142. b5.MeshType = Enum.MeshType.Brick
  2143. b5.Name = "Mesh"
  2144. b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  2145. p6 = Instance.new("Part", m4)
  2146. p6.BrickColor = BrickColor.new("Mulberry")
  2147. p6.Material = Enum.Material.SmoothPlastic
  2148. p6.CFrame = CFrame.new(-1.50999999, 3.74442887, -7.5, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  2149. p6.Anchored = false
  2150. p6.CanCollide = false
  2151. p6.FormFactor = Enum.FormFactor.Custom
  2152. p6.Size = Vector3.new(1, 0.200000048, 0.980000019)
  2153. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2154. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2155. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2156. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2157. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2158. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2159. b6 = Instance.new("SpecialMesh", p6)
  2160. b6.MeshType = Enum.MeshType.Brick
  2161. b6.Name = "Mesh"
  2162. b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  2163. p7 = Instance.new("Part", m4)
  2164. p7.BrickColor = BrickColor.new("Really black")
  2165. p7.Material = Enum.Material.SmoothPlastic
  2166. p7.CFrame = CFrame.new(-1.5, 5.74442291, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2167. p7.Anchored = false
  2168. p7.CanCollide = false
  2169. p7.FormFactor = Enum.FormFactor.Custom
  2170. p7.Size = Vector3.new(1, 0.200000048, 0.99000001)
  2171. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2172. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2173. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2174. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2175. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2176. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2177. b7 = Instance.new("SpecialMesh", p7)
  2178. b7.MeshType = Enum.MeshType.Brick
  2179. b7.Name = "Mesh"
  2180. b7.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  2181. w1 = Instance.new("Weld", p2)
  2182. w1.Name = "Joint"
  2183. w1.Part0 = p2
  2184. w1.C0 = CFrame.new(0, -0.40000093, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2185. w1.Part1 = p3
  2186. w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2187. w2 = Instance.new("Weld", p3)
  2188. w2.Name = "Joint"
  2189. w2.Part0 = p3
  2190. w2.C0 = CFrame.new(0.0999999046, -0.300002098, 0.0200009346, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  2191. w2.Part1 = p5
  2192. w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2193. w3 = Instance.new("Weld", p4)
  2194. w3.Name = "Joint"
  2195. w3.Part0 = p4
  2196. w3.C0 = CFrame.new(0, 0, -0.470002174, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2197. w3.Part1 = p1
  2198. w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2199. w4 = Instance.new("Weld", p5)
  2200. w4.Name = "Joint"
  2201. w4.Part0 = p5
  2202. w4.C0 = CFrame.new(-0.0200009346, 0, -0.5, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  2203. w4.Part1 = p1
  2204. w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2205. w5 = Instance.new("Weld", p6)
  2206. w5.Name = "Joint"
  2207. w5.Part0 = p6
  2208. w5.C0 = CFrame.new(0, 0.99999404, -0.00999999046, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  2209. w5.Part1 = p1
  2210. w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2211. w6 = Instance.new("Weld", p7)
  2212. w6.Name = "Joint"
  2213. w6.Part0 = p7
  2214. w6.C0 = CFrame.new(0, -1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2215. w6.Part1 = p1
  2216. w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2217. m4.Parent = lleg
  2218. m4:MakeJoints()
  2219. ----------------------------------------------------
  2220. local cor4 = Instance.new("Part", lleg.LeftLeg)
  2221. cor4.Name = "Thingy"
  2222. cor4.Locked = true
  2223. cor4.BottomSurface = 0
  2224. cor4.CanCollide = false
  2225. cor4.Size = Vector3.new(1, 1, 1)
  2226. cor4.Transparency = 1
  2227. cor4.TopSurface = 0
  2228. corw4 = Instance.new("Weld", cor4)
  2229. corw4.Part0 = lleg
  2230. corw4.Part1 = cor4
  2231. corw4.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2232. corw4.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2233. weld4 = Instance.new("Weld", lleg.LeftLeg)
  2234. weld4.Part0 = cor4
  2235. weld4.Part1 = lleg.LeftLeg.LeftLegPlate
  2236. weld4.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2237. --Right Leg
  2238. m5 = Instance.new("Model")
  2239. m5.Name = "RightLeg"
  2240. p1 = Instance.new("Part", m5)
  2241. p1.BrickColor = BrickColor.new("Really black")
  2242. p1.Material = Enum.Material.Metal
  2243. p1.Name = "RightLegPlate"
  2244. p1.CFrame = CFrame.new(1.5, 4.74441528, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2245. p1.Anchored = false
  2246. p1.CanCollide = false
  2247. p1.FormFactor = Enum.FormFactor.Custom
  2248. p1.Size = Vector3.new(1, 2, 1)
  2249. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2250. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2251. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2252. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2253. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2254. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2255. b1 = Instance.new("SpecialMesh", p1)
  2256. b1.MeshType = Enum.MeshType.Brick
  2257. b1.Name = "Mesh"
  2258. b1.Scale = Vector3.new(1.01999998, 1, 1.01999998)
  2259. p2 = Instance.new("Part", m5)
  2260. p2.BrickColor = BrickColor.new("Really black")
  2261. p2.Material = Enum.Material.Metal
  2262. p2.CFrame = CFrame.new(2.05000019, 5.44441557, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2263. p2.Anchored = false
  2264. p2.CanCollide = false
  2265. p2.FormFactor = Enum.FormFactor.Custom
  2266. p2.Size = Vector3.new(0.239999995, 0.300000012, 0.899999976)
  2267. p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2268. p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2269. p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2270. p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2271. p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2272. p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2273. b2 = Instance.new("SpecialMesh", p2)
  2274. b2.MeshType = Enum.MeshType.Brick
  2275. b2.Name = "Mesh"
  2276. b2.Scale = Vector3.new(1.01999998, 1, 1.01999998)
  2277. p3 = Instance.new("Part", m5)
  2278. p3.BrickColor = BrickColor.new("Really black")
  2279. p3.Material = Enum.Material.SmoothPlastic
  2280. p3.CFrame = CFrame.new(2.05000019, 5.04441547, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2281. p3.Anchored = false
  2282. p3.CanCollide = false
  2283. p3.FormFactor = Enum.FormFactor.Custom
  2284. p3.Size = Vector3.new(0.200000003, 0.600000024, 0.800000012)
  2285. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2286. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2287. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2288. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2289. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2290. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2291. b3 = Instance.new("SpecialMesh", p3)
  2292. b3.MeshType = Enum.MeshType.Brick
  2293. b3.Name = "Mesh"
  2294. b3.Scale = Vector3.new(1.01999998, 1, 1.01999998)
  2295. p4 = Instance.new("Part", m5)
  2296. p4.BrickColor = BrickColor.new("Mulberry")
  2297. p4.Material = Enum.Material.SmoothPlastic
  2298. p4.CFrame = CFrame.new(1.5, 4.74441528, -7.0299983, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2299. p4.Anchored = false
  2300. p4.CanCollide = false
  2301. p4.FormFactor = Enum.FormFactor.Custom
  2302. p4.Size = Vector3.new(1, 2, 0.200000018)
  2303. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2304. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2305. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2306. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2307. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2308. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2309. b4 = Instance.new("SpecialMesh", p4)
  2310. b4.MeshType = Enum.MeshType.Brick
  2311. b4.Name = "Mesh"
  2312. b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  2313. p5 = Instance.new("Part", m5)
  2314. p5.BrickColor = BrickColor.new("Mulberry")
  2315. p5.Material = Enum.Material.SmoothPlastic
  2316. p5.CFrame = CFrame.new(2, 4.74441528, -7.47999907, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  2317. p5.Anchored = false
  2318. p5.CanCollide = false
  2319. p5.FormFactor = Enum.FormFactor.Custom
  2320. p5.Size = Vector3.new(1, 2, 0.200000018)
  2321. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2322. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2323. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2324. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2325. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2326. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2327. b5 = Instance.new("SpecialMesh", p5)
  2328. b5.MeshType = Enum.MeshType.Brick
  2329. b5.Name = "Mesh"
  2330. b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  2331. p6 = Instance.new("Part", m5)
  2332. p6.BrickColor = BrickColor.new("Mulberry")
  2333. p6.Material = Enum.Material.SmoothPlastic
  2334. p6.CFrame = CFrame.new(1.505, 3.74442124, -7.49999952, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  2335. p6.Anchored = false
  2336. p6.CanCollide = false
  2337. p6.FormFactor = Enum.FormFactor.Custom
  2338. p6.Size = Vector3.new(1, 0.200000048, 0.99000001)
  2339. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2340. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2341. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2342. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2343. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2344. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2345. b6 = Instance.new("SpecialMesh", p6)
  2346. b6.MeshType = Enum.MeshType.Brick
  2347. b6.Name = "Mesh"
  2348. b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  2349. p7 = Instance.new("Part", m5)
  2350. p7.BrickColor = BrickColor.new("Really black")
  2351. p7.Material = Enum.Material.SmoothPlastic
  2352. p7.CFrame = CFrame.new(1.505, 5.69442129, -7.49999952, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  2353. p7.Anchored = false
  2354. p7.CanCollide = false
  2355. p7.FormFactor = Enum.FormFactor.Custom
  2356. p7.Size = Vector3.new(1, 0.200000048, 0.99000001)
  2357. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2358. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2359. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2360. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2361. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2362. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2363. b7 = Instance.new("SpecialMesh", p7)
  2364. b7.MeshType = Enum.MeshType.Brick
  2365. b7.Name = "Mesh"
  2366. b7.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  2367. w1 = Instance.new("Weld", p2)
  2368. w1.Name = "Joint"
  2369. w1.Part0 = p2
  2370. w1.C0 = CFrame.new(0, -0.400000095, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2371. w1.Part1 = p3
  2372. w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2373. w2 = Instance.new("Weld", p3)
  2374. w2.Name = "Joint"
  2375. w2.Part0 = p3
  2376. w2.C0 = CFrame.new(-0.0500001907, -0.300000191, 0.0200004578, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  2377. w2.Part1 = p5
  2378. w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2379. w3 = Instance.new("Weld", p4)
  2380. w3.Name = "Joint"
  2381. w3.Part0 = p4
  2382. w3.C0 = CFrame.new(0, 0, -0.470001221, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2383. w3.Part1 = p1
  2384. w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2385. w4 = Instance.new("Weld", p5)
  2386. w4.Name = "Joint"
  2387. w4.Part0 = p5
  2388. w4.C0 = CFrame.new(-0.0200004578, 0, 0.5, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  2389. w4.Part1 = p1
  2390. w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2391. w5 = Instance.new("Weld", p6)
  2392. w5.Name = "Joint"
  2393. w5.Part0 = p6
  2394. w5.C0 = CFrame.new(0, 0.99999404, 0.00499999523, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  2395. w5.Part1 = p1
  2396. w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2397. w6 = Instance.new("Weld", p7)
  2398. w6.Name = "Joint"
  2399. w6.Part0 = p7
  2400. w6.C0 = CFrame.new(0, -0.950006008, 0.00499999523, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  2401. w6.Part1 = p1
  2402. w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2403. m5.Parent = rleg
  2404. m5:MakeJoints()
  2405. ----------------------------------------------------
  2406. local cor5 = Instance.new("Part", rleg.RightLeg)
  2407. cor5.Name = "Thingy"
  2408. cor5.Locked = true
  2409. cor5.BottomSurface = 0
  2410. cor5.CanCollide = false
  2411. cor5.Size = Vector3.new(1, 1, 1)
  2412. cor5.Transparency = 1
  2413. cor5.TopSurface = 0
  2414. corw5 = Instance.new("Weld", cor5)
  2415. corw5.Part0 = rleg
  2416. corw5.Part1 = cor5
  2417. corw5.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2418. corw5.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2419. wld5 = Instance.new("Weld", rleg.RightLeg)
  2420. wld5.Part0 = cor5
  2421. wld5.Part1 = rleg.RightLeg.RightLegPlate
  2422. wld5.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2423.  
  2424. Player = game:GetService("Players").LocalPlayer
  2425. PlayerGui = Player.PlayerGui
  2426. Cam = workspace.CurrentCamera
  2427. Backpack = Player.Backpack
  2428. Character = Player.Character
  2429. Humanoid = Character.Humanoid
  2430. Mouse = Player:GetMouse()
  2431. RootPart = Character["HumanoidRootPart"]
  2432. Torso = Character["Torso"]
  2433. Head = Character["Head"]
  2434. RightArm = Character["Right Arm"]
  2435. LeftArm = Character["Left Arm"]
  2436. RightLeg = Character["Right Leg"]
  2437. LeftLeg = Character["Left Leg"]
  2438. RootJoint = RootPart["RootJoint"]
  2439. Neck = Torso["Neck"]
  2440. RightShoulder = Torso["Right Shoulder"]
  2441. LeftShoulder = Torso["Left Shoulder"]
  2442. RightHip = Torso["Right Hip"]
  2443. LeftHip = Torso["Left Hip"]
  2444. local sick = Instance.new("Sound",Character)
  2445.  
  2446. IT = Instance.new
  2447. CF = CFrame.new
  2448. VT = Vector3.new
  2449. RAD = math.rad
  2450. C3 = Color3.new
  2451. UD2 = UDim2.new
  2452. BRICKC = BrickColor.new
  2453. ANGLES = CFrame.Angles
  2454. EULER = CFrame.fromEulerAnglesXYZ
  2455. COS = math.cos
  2456. ACOS = math.acos
  2457. SIN = math.sin
  2458. ASIN = math.asin
  2459. ABS = math.abs
  2460. MRANDOM = math.random
  2461. FLOOR = math.floor
  2462.  
  2463. --//=================================\\
  2464. --|| USEFUL VALUES
  2465. --\\=================================//
  2466.  
  2467. Animation_Speed = 3
  2468. Frame_Speed = 1 / 60 -- (1 / 30) OR (1 / 60)
  2469. local Speed = 25
  2470. local ROOTC0 = CF(0, 0, 0) * ANGLES(RAD(-90), RAD(0), RAD(180))
  2471. local NECKC0 = CF(0, 1, 0) * ANGLES(RAD(-90), RAD(0), RAD(180))
  2472. local RIGHTSHOULDERC0 = CF(-0.5, 0, 0) * ANGLES(RAD(0), RAD(90), RAD(0))
  2473. local LEFTSHOULDERC0 = CF(0.5, 0, 0) * ANGLES(RAD(0), RAD(-90), RAD(0))
  2474. local DAMAGEMULTIPLIER = 1
  2475. local ANIM = "Idle"
  2476. local ATTACK = false
  2477. local EQUIPPED = false
  2478. local HOLD = false
  2479. local COMBO = 1
  2480. local Rooted = false
  2481. local SINE = 0
  2482. local KEYHOLD = false
  2483. local CHANGE = 2 / Animation_Speed
  2484. local WALKINGANIM = false
  2485. local VALUE1 = false
  2486. local VALUE2 = false
  2487. local ROBLOXIDLEANIMATION = IT("Animation")
  2488. ROBLOXIDLEANIMATION.Name = "Roblox Idle Animation"
  2489. ROBLOXIDLEANIMATION.AnimationId = "http://www.roblox.com/asset/?id=180435571"
  2490. --ROBLOXIDLEANIMATION.Parent = Humanoid
  2491. local WEAPONGUI = IT("ScreenGui", PlayerGui)
  2492. WEAPONGUI.Name = "Weapon GUI"
  2493. local Effects = IT("Folder", Character)
  2494. Effects.Name = "Effects"
  2495. local ANIMATOR = Humanoid.Animator
  2496. local ANIMATE = Character.Animate
  2497. local UNANCHOR = true
  2498. local PLAYMAINANIM = true
  2499. local BOLTSOUNDS = {168586621,168586586,178452241}
  2500.  
  2501.  
  2502.  
  2503. function CreatePart(FORMFACTOR, PARENT, MATERIAL, REFLECTANCE, TRANSPARENCY, BRICKCOLOR, NAME, SIZE, ANCHOR)
  2504. local NEWPART = IT("Part")
  2505. NEWPART.formFactor = FORMFACTOR
  2506. NEWPART.Reflectance = REFLECTANCE
  2507. NEWPART.Transparency = TRANSPARENCY
  2508. NEWPART.CanCollide = false
  2509. NEWPART.Locked = true
  2510. NEWPART.Anchored = true
  2511. if ANCHOR == false then
  2512. NEWPART.Anchored = false
  2513. end
  2514. NEWPART.BrickColor = BRICKC(tostring(BRICKCOLOR))
  2515. NEWPART.Name = NAME
  2516. NEWPART.Size = SIZE
  2517. NEWPART.Position = Torso.Position
  2518. NEWPART.Material = MATERIAL
  2519. NEWPART:BreakJoints()
  2520. NEWPART.Parent = PARENT
  2521. return NEWPART
  2522. end
  2523.  
  2524. local function weldBetween(a, b)
  2525. local weldd = Instance.new("ManualWeld")
  2526. weldd.Part0 = a
  2527. weldd.Part1 = b
  2528. weldd.C0 = CFrame.new()
  2529. weldd.C1 = b.CFrame:inverse() * a.CFrame
  2530. weldd.Parent = a
  2531. return weldd
  2532. end
  2533.  
  2534.  
  2535.  
  2536.  
  2537.  
  2538.  
  2539. function NoOutlines(PART)
  2540. PART.TopSurface, PART.BottomSurface, PART.LeftSurface, PART.RightSurface, PART.FrontSurface, PART.BackSurface = 10, 10, 10, 10, 10, 10
  2541. end
  2542.  
  2543. function CreateWeldOrSnapOrMotor(TYPE, PARENT, PART0, PART1, C0, C1)
  2544. local NEWWELD = IT(TYPE)
  2545. NEWWELD.Part0 = PART0
  2546. NEWWELD.Part1 = PART1
  2547. NEWWELD.C0 = C0
  2548. NEWWELD.C1 = C1
  2549. NEWWELD.Parent = PARENT
  2550. return NEWWELD
  2551. end
  2552.  
  2553.  
  2554.  
  2555.  
  2556.  
  2557.  
  2558. function CFrameFromTopBack(at, top, back)
  2559. local right = top:Cross(back)
  2560. return CF(at.x, at.y, at.z, right.x, top.x, back.x, right.y, top.y, back.y, right.z, top.z, back.z)
  2561. end
  2562.  
  2563.  
  2564.  
  2565. function MakeForm(PART,TYPE)
  2566. if TYPE == "Cyl" then
  2567. local MSH = IT("CylinderMesh",PART)
  2568. elseif TYPE == "Ball" then
  2569. local MSH = IT("SpecialMesh",PART)
  2570. MSH.MeshType = "Sphere"
  2571. elseif TYPE == "Wedge" then
  2572. local MSH = IT("SpecialMesh",PART)
  2573. MSH.MeshType = "Wedge"
  2574. end
  2575. end
  2576.  
  2577. Debris = game:GetService("Debris")
  2578.  
  2579. function CastProperRay(StartPos, EndPos, Distance, Ignore)
  2580. local DIRECTION = CF(StartPos,EndPos).lookVector
  2581. return Raycast(StartPos, DIRECTION, Distance, Ignore)
  2582. end
  2583.  
  2584. local HATWELD = nil
  2585. function Pose(WhichPose,Speed,Time,Magic,Gyro,Tors)
  2586. PLAYMAINANIM = false
  2587. if WhichPose == "Cast1" then
  2588. for i=0, Time, 0.1 / Animation_Speed do
  2589. Swait()
  2590. if Magic == true then
  2591. WACKYEFFECT({Time = 15, EffectType = "Crystal", Size = VT(1,1,1)*1.5, Size2 = VT(0,4,0), Transparency = 0, Transparency2 = 1, CFrame = RightArm.CFrame*CF(0,-1,0)*ANGLES(RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360))), MoveToPos = nil, RotationX = 0, RotationY = 0, RotationZ = 0, Material = "Glass", Color = BRICKC"Mulberry".Color, SoundID = nil, SoundPitch = nil, SoundVolume = nil})
  2592. end
  2593. if Gyro ~= nil and Gyro ~= false then
  2594. Gyro.cframe = CF(RootPart.Position,Mouse.Hit.p)
  2595. end
  2596. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(35)), Speed / Animation_Speed)
  2597. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(5 - 6.5 * SIN(SINE / 12)), RAD(0), RAD(-35)), Speed / Animation_Speed)
  2598. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.65 + 0.15 * COS(SINE / 12) - 0.05 * COS(SINE / 12), -0.5) * ANGLES(RAD(125), RAD(0), RAD(45)) * RIGHTSHOULDERC0, Speed / Animation_Speed)
  2599. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.25, 0.5 + 0.15 * COS(SINE / 12) - 0.05 * COS(SINE / 12), 0.5) * ANGLES(RAD(-45), RAD(0), RAD(45)) * LEFTSHOULDERC0, Speed / Animation_Speed)
  2600. RightHip.C0 = Clerp(RightHip.C0, CF(1, -0.5, -0.5) * ANGLES(RAD(0), RAD(65), RAD(0)) * ANGLES(RAD(-3), RAD(0), RAD(-15)), Speed / Animation_Speed)
  2601. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, -0.01) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), Speed / Animation_Speed)
  2602. end
  2603. elseif WhichPose == "Cast2" then
  2604. for i=0, Time, 0.1 / Animation_Speed do
  2605. Swait()
  2606. if Magic == true then
  2607. WACKYEFFECT({Time = 15, EffectType = "Crystal", Size = VT(1,1,1)*1.5, Size2 = VT(0,4,0), Transparency = 0, Transparency2 = 1, CFrame = RightArm.CFrame*CF(0,-1,0)*ANGLES(RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360))), MoveToPos = nil, RotationX = 0, RotationY = 0, RotationZ = 0, Material = "Glass", Color = BRICKC"Mulberry".Color, SoundID = nil, SoundPitch = nil, SoundVolume = nil})
  2608. WACKYEFFECT({Time = 15, EffectType = "Crystal", Size = VT(1,1,1)*1.5, Size2 = VT(0,4,0), Transparency = 0, Transparency2 = 1, CFrame = LeftArm.CFrame*CF(0,-1,0)*ANGLES(RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360))), MoveToPos = nil, RotationX = 0, RotationY = 0, RotationZ = 0, Material = "Glass", Color = BRICKC"Mulberry".Color, SoundID = nil, SoundPitch = nil, SoundVolume = nil})
  2609. end
  2610. if Gyro ~= nil and Gyro ~= false then
  2611. Gyro.cframe = CF(RootPart.Position,Mouse.Hit.p)
  2612. end
  2613. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(0)), Speed / Animation_Speed)
  2614. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(-15 - 6.5 * SIN(SINE / 12)), RAD(0), RAD(0)), Speed / Animation_Speed)
  2615. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.65 + 0.15 * COS(SINE / 12) - 0.05 * COS(SINE / 12), -0.5) * ANGLES(RAD(120), RAD(0), RAD(15)) * RIGHTSHOULDERC0, Speed / Animation_Speed)
  2616. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.65 + 0.15 * COS(SINE / 12) - 0.05 * COS(SINE / 12), -0.5) * ANGLES(RAD(120), RAD(0), RAD(-15)) * LEFTSHOULDERC0, Speed / Animation_Speed)
  2617. RightHip.C0 = Clerp(RightHip.C0, CF(1, -0.5, -0.5) * ANGLES(RAD(0), RAD(65), RAD(0)) * ANGLES(RAD(-3), RAD(0), RAD(-15)), Speed / Animation_Speed)
  2618. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, -0.01) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), Speed / Animation_Speed)
  2619. end
  2620. elseif WhichPose == "RightArmUp" then
  2621. for i=0, Time, 0.1 / Animation_Speed do
  2622. Swait()
  2623. if Magic == true then
  2624. WACKYEFFECT({Time = 15, EffectType = "Crystal", Size = VT(1,1,1)*1.5, Size2 = VT(0,4,0), Transparency = 0, Transparency2 = 1, CFrame = RightArm.CFrame*CF(0,-1,0)*ANGLES(RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360))), MoveToPos = nil, RotationX = 0, RotationY = 0, RotationZ = 0, Material = "Glass", Color = BRICKC"Mulberry".Color, SoundID = nil, SoundPitch = nil, SoundVolume = nil})
  2625. end
  2626. if Gyro ~= nil and Gyro ~= false then
  2627. Gyro.cframe = CF(RootPart.Position,Mouse.Hit.p)
  2628. end
  2629. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(15)), Speed / Animation_Speed)
  2630. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(-5 - 6.5 * SIN(SINE / 12)), RAD(0), RAD(-15)), Speed / Animation_Speed)
  2631. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.65 + 0.15 * COS(SINE / 12) - 0.05 * COS(SINE / 12), -0.2) * ANGLES(RAD(125), RAD(0), RAD(25)) * RIGHTSHOULDERC0, Speed / Animation_Speed)
  2632. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.25, 0.5 + 0.15 * COS(SINE / 12) - 0.05 * COS(SINE / 12), 0.5) * ANGLES(RAD(-45), RAD(0), RAD(45)) * LEFTSHOULDERC0, Speed / Animation_Speed)
  2633. RightHip.C0 = Clerp(RightHip.C0, CF(1, -0.5, -0.5) * ANGLES(RAD(0), RAD(65), RAD(0)) * ANGLES(RAD(-3), RAD(0), RAD(-15)), Speed / Animation_Speed)
  2634. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, -0.01) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), Speed / Animation_Speed)
  2635. end
  2636. elseif WhichPose == "Taunt" then
  2637. for i=0, Time, 0.1 / Animation_Speed do
  2638. Swait()
  2639. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(0)), Speed / Animation_Speed)
  2640. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(-5 - 6.5 * SIN(SINE / 12)), RAD(0), RAD(0)), Speed / Animation_Speed)
  2641. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.25, 0.5 + 0.15 * COS(SINE / 12) - 0.05 * COS(SINE / 12), -0.5) * ANGLES(RAD(175), RAD(0), RAD(-35)) * RIGHTSHOULDERC0, Speed / Animation_Speed)
  2642. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.25, 0.5 + 0.15 * COS(SINE / 12) - 0.05 * COS(SINE / 12), 0.5) * ANGLES(RAD(-45), RAD(0), RAD(45)) * LEFTSHOULDERC0, Speed / Animation_Speed)
  2643. RightHip.C0 = Clerp(RightHip.C0, CF(1, -0.5, -0.5) * ANGLES(RAD(0), RAD(65), RAD(0)) * ANGLES(RAD(-3), RAD(0), RAD(-15)), Speed / Animation_Speed)
  2644. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, -0.01) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), Speed / Animation_Speed)
  2645. end
  2646. HATWELD.Part0 = RightArm
  2647. HATWELD.C0 = CF(0,-1.1,-0.4) * ANGLES(RAD(0), RAD(0), RAD(180)) * ANGLES(RAD(-20), RAD(0), RAD(0))
  2648. CreateSound(221057812,Torso,10,1,false)
  2649. for i=0, Time*2, 0.1 / Animation_Speed do
  2650. Swait()
  2651. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(0)), Speed / Animation_Speed)
  2652. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(35 - 6.5 * SIN(SINE / 12)), RAD(0), RAD(0)), Speed / Animation_Speed)
  2653. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.25, 0.5 + 0.15 * COS(SINE / 12) - 0.05 * COS(SINE / 12), 0.5) * ANGLES(RAD(145), RAD(0), RAD(45)) * RIGHTSHOULDERC0, Speed / Animation_Speed)
  2654. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.25, 0.5 + 0.15 * COS(SINE / 12) - 0.05 * COS(SINE / 12), 0.5) * ANGLES(RAD(5), RAD(25), RAD(-15)) * LEFTSHOULDERC0, Speed / Animation_Speed)
  2655. RightHip.C0 = Clerp(RightHip.C0, CF(1, -0.5, -0.5) * ANGLES(RAD(0), RAD(65), RAD(0)) * ANGLES(RAD(-3), RAD(0), RAD(-15)), Speed / Animation_Speed)
  2656. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, -0.01) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), Speed / Animation_Speed)
  2657. end
  2658. for i=0, Time, 0.1 / Animation_Speed do
  2659. Swait()
  2660. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(0)), Speed / Animation_Speed)
  2661. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(5), RAD(0), RAD(0)), Speed / Animation_Speed)
  2662. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.35, 0.65, -0.5) * ANGLES(RAD(175), RAD(0), RAD(-35)) * RIGHTSHOULDERC0, Speed / Animation_Speed)
  2663. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.25, 0.5 + 0.15 * COS(SINE / 12) - 0.05 * COS(SINE / 12), 0.5) * ANGLES(RAD(-45), RAD(0), RAD(45)) * LEFTSHOULDERC0, Speed / Animation_Speed)
  2664. RightHip.C0 = Clerp(RightHip.C0, CF(1, -0.5, -0.5) * ANGLES(RAD(0), RAD(65), RAD(0)) * ANGLES(RAD(-3), RAD(0), RAD(-15)), Speed / Animation_Speed)
  2665. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, -0.01) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), Speed / Animation_Speed)
  2666. HATWELD.C0 = Clerp(HATWELD.C0, CF(-0.5,-1.2,-0.3) * ANGLES(RAD(0), RAD(0), RAD(180)) * ANGLES(RAD(35), RAD(0), RAD(35)), Speed / Animation_Speed)
  2667. end
  2668. HATWELD.Part0 = Head
  2669. HATWELD.C0 = CF(0,0.35,0)
  2670. elseif WhichPose == "Prepare key" then
  2671. for i=0, Time, 0.1 / Animation_Speed do
  2672. Swait()
  2673. if Gyro ~= nil and Gyro ~= false then
  2674. Gyro.cframe = CF(RootPart.Position,Tors.Position)
  2675. end
  2676. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(65)), Speed / Animation_Speed)
  2677. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(5 - 6.5 * SIN(SINE / 12)), RAD(0), RAD(-65)), Speed / Animation_Speed)
  2678. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5 + 0.15 * COS(SINE / 12) - 0.05 * COS(SINE / 12), -0.25) * ANGLES(RAD(90), RAD(0), RAD(65)) * RIGHTSHOULDERC0, Speed / Animation_Speed)
  2679. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.25, 0.5 + 0.15 * COS(SINE / 12) - 0.05 * COS(SINE / 12), 0.5) * ANGLES(RAD(-45), RAD(0), RAD(45)) * LEFTSHOULDERC0, Speed / Animation_Speed)
  2680. RightHip.C0 = Clerp(RightHip.C0, CF(1, -0.5, -0.5) * ANGLES(RAD(0), RAD(65), RAD(0)) * ANGLES(RAD(-3), RAD(0), RAD(-15)), Speed / Animation_Speed)
  2681. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, -0.01) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), Speed / Animation_Speed)
  2682. end
  2683. elseif WhichPose == "Turn key" then
  2684. for i=0, Time, 0.1 / Animation_Speed do
  2685. Swait()
  2686. if Gyro ~= nil and Gyro ~= false then
  2687. Gyro.cframe = CF(RootPart.Position,Tors.Position)
  2688. end
  2689. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(75)), Speed / Animation_Speed)
  2690. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(5 - 6.5 * SIN(SINE / 12)), RAD(0), RAD(-75)), Speed / Animation_Speed)
  2691. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5 + 0.15 * COS(SINE / 12) - 0.05 * COS(SINE / 12), -0.25) * ANGLES(RAD(90), RAD(0), RAD(75)) * ANGLES(RAD(0), RAD(-90), RAD(0)) * RIGHTSHOULDERC0, Speed / Animation_Speed)
  2692. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.25, 0.5 + 0.15 * COS(SINE / 12) - 0.05 * COS(SINE / 12), 0.5) * ANGLES(RAD(-45), RAD(0), RAD(45)) * LEFTSHOULDERC0, Speed / Animation_Speed)
  2693. RightHip.C0 = Clerp(RightHip.C0, CF(1, -0.5, -0.5) * ANGLES(RAD(0), RAD(65), RAD(0)) * ANGLES(RAD(-3), RAD(0), RAD(-15)), Speed / Animation_Speed)
  2694. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, -0.01) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), Speed / Animation_Speed)
  2695. end
  2696. end
  2697. PLAYMAINANIM = true
  2698. end
  2699.  
  2700. --Lightning({Color = C3(1,1,1), Start = Torso.Position, End = Mouse.Hit.p, SegmentL = 2, Thickness = 0.1, DoesFade = false, Ignore = Character, MaxDist = 400, Branches = false})
  2701. function Lightning(Table)
  2702. local Color = Table.Color or C3(1,1,1)
  2703. local StartPos = Table.Start or Torso.Position
  2704. local EndPos = Table.End or Mouse.Hit.p
  2705. local SegmentLength = Table.SegmentL or 2
  2706. local Thickness = Table.Thickness or 0.1
  2707. local Dissapear = Table.DoesFade or false
  2708. local Parent = Table.Ignore or Character
  2709. local MaxDist = Table.MaxDist or 400
  2710. local Branches = Table.Branches or false
  2711. local HIT,HITPOS = CastProperRay(StartPos, EndPos, MaxDist, Parent)
  2712. local DISTANCE = math.ceil((StartPos - HITPOS).Magnitude/SegmentLength)
  2713. local LIGHTNINGMODEL = IT("Model",Effects)
  2714. LIGHTNINGMODEL.Name = "Lightning"
  2715. local LastBolt = nil
  2716. for E = 1, DISTANCE do
  2717. local ExtraSize = (DISTANCE-E)/15
  2718. local PART = CreatePart(3, LIGHTNINGMODEL, "Neon", 0, 0, BRICKC("Crimson"), "LightningPart"..E, VT(Thickness+ExtraSize,SegmentLength,Thickness+ExtraSize))
  2719. PART.Color = Color
  2720. MakeForm(PART,"Cyl")
  2721. if LastBolt == nil then
  2722. PART.CFrame = CF(StartPos,HITPOS)*ANGLES(RAD(90),RAD(0),RAD(0))*CF(0,-PART.Size.Y/2,0)
  2723. else
  2724. PART.CFrame = CF(LastBolt.CFrame*CF(0,-LastBolt.Size.Y/2,0).p,CF(HITPOS)*ANGLES(RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)))*CF(0,0,SegmentLength/3+(DISTANCE-E)).p)*ANGLES(RAD(90),RAD(0),RAD(0))*CF(0,-PART.Size.Y/2,0)
  2725. end
  2726. LastBolt = PART
  2727. if Branches == true then
  2728. local CHOICE = MRANDOM(1,7+((DISTANCE-E)*2))
  2729. if CHOICE == 1 then
  2730. local LASTBRANCH = nil
  2731. for i = 1, MRANDOM(2,5) do
  2732. local ExtraSize2 = ((DISTANCE-E)/25)/i
  2733. local PART = CreatePart(3, LIGHTNINGMODEL, "Neon", 0, 0, BRICKC("Crimson"), "Branch"..E.."-"..i, VT(Thickness+ExtraSize2,SegmentLength,Thickness+ExtraSize2))
  2734. PART.Color = Color
  2735. MakeForm(PART,"Cyl")
  2736. if LASTBRANCH == nil then
  2737. PART.CFrame = CF(LastBolt.CFrame*CF(0,-LastBolt.Size.Y/2,0).p,LastBolt.CFrame*CF(0,-LastBolt.Size.Y/2,0)*ANGLES(RAD(0),RAD(0),RAD(MRANDOM(0,360)))*CF(0,Thickness*7,0)*CF(0,0,-1).p)*ANGLES(RAD(90),RAD(0),RAD(0))*CF(0,-PART.Size.Y/2,0)
  2738. else
  2739. PART.CFrame = CF(LASTBRANCH.CFrame*CF(0,-LASTBRANCH.Size.Y/2,0).p,LASTBRANCH.CFrame*CF(0,-LASTBRANCH.Size.Y/2,0)*ANGLES(RAD(0),RAD(0),RAD(MRANDOM(0,360)))*CF(0,Thickness*3,0)*CF(0,0,-1).p)*ANGLES(RAD(90),RAD(0),RAD(0))*CF(0,-PART.Size.Y/2,0)
  2740. end
  2741. LASTBRANCH = PART
  2742. end
  2743. end
  2744. end
  2745. end
  2746. if Dissapear == true then
  2747. coroutine.resume(coroutine.create(function()
  2748. for i = 1, 10 do
  2749. Swait()
  2750. for _, c in pairs(LIGHTNINGMODEL:GetChildren()) do
  2751. if c.ClassName == "Part" then
  2752. c.Transparency = i/10
  2753. end
  2754. end
  2755. end
  2756. LIGHTNINGMODEL:remove()
  2757. end))
  2758. elseif Dissapear == false then
  2759. Debris:AddItem(LIGHTNINGMODEL,0.1)
  2760. end
  2761. return {End = LastBolt.CFrame*CF(0,0,-LastBolt.Size.Z/2).p,LastBolt = LastBolt,Model = LIGHTNINGMODEL}
  2762. end
  2763.  
  2764. --//=================================\\
  2765. --|| WEAPON CREATION
  2766. --\\=================================//
  2767.  
  2768. for i = 1, 15 do
  2769. local FACE = CreatePart(3, Character, "Fabric", 0, 0+(i-1)/15.2, "Dark stone grey", "FaceGradient", VT(1.01,0.58,1.01),false)
  2770. FACE.Color = C3(0,0,0)
  2771. Head:FindFirstChildOfClass("SpecialMesh"):Clone().Parent = FACE
  2772. CreateWeldOrSnapOrMotor("Weld", Head, Head, FACE, CF(0,0.35-(i-1)/35,0), CF(0, 0, 0))
  2773. end
  2774. local HAT1 = CreatePart(3, Character, "SmoothPlastic", 0, 0, "Mulberry", "Hat", VT(2,0.2,2),false)
  2775. MakeForm(HAT1,"Cyl")
  2776. HATWELD = CreateWeldOrSnapOrMotor("Weld", Head, Head, HAT1, CF(0,0.35,0), CF(0, 0, 0))
  2777. local BELT = CreatePart(3, Character, "SmoothPlastic", 0, 0, "Mulberry", "Hat", VT(2.01,0.15,2.01),false)
  2778. BELT.Color = C3(89/255, 34/255, 89/255)
  2779. MakeForm(BELT,"Cyl")
  2780. CreateWeldOrSnapOrMotor("Weld", HAT1, HAT1, BELT, CF(0,0,0), CF(0, 0, 0))
  2781. local HAT2 = CreatePart(3, Character, "SmoothPlastic", 0, 0, "Mulberry", "Hat", VT(1.3,2.2,1.3),false)
  2782. MakeForm(HAT2,"Cyl")
  2783. CreateWeldOrSnapOrMotor("Weld", HAT1, HAT1, HAT2, CF(0,1.1,0), CF(0, 0, 0))
  2784. local BELT = CreatePart(3, Character, "SmoothPlastic", 0, 0, "Mulberry", "Hat", VT(1.31,0.2,1.31),false)
  2785. BELT.Color = C3(89/255, 34/255, 89/255)
  2786. MakeForm(BELT,"Cyl")
  2787. CreateWeldOrSnapOrMotor("Weld", HAT2, HAT2, BELT, CF(0,0,0), CF(0, 0, 0))
  2788. CreateWeldOrSnapOrMotor("Weld", HAT2, HAT2, GEM, CF(0,0,-BELT.Size.X/2), CF(0, 0, 0))
  2789. CreateWeldOrSnapOrMotor("Weld", HAT2, HAT2, GEM, CF(0,0,BELT.Size.X/2), CF(0, 0, 0))
  2790. CreateWeldOrSnapOrMotor("Weld", HAT2, HAT2, GEM, CF(-BELT.Size.X/2,0,0), CF(0, 0, 0))
  2791. CreateWeldOrSnapOrMotor("Weld", HAT2, HAT2, GEM, CF(BELT.Size.X/2,0,0), CF(0, 0, 0))
  2792. local BELT = CreatePart(3, Character, "SmoothPlastic", 0, 0, "Mulberry", "Hat", VT(1.31,0.1,1.31),false)
  2793. BELT.Color = C3(89/255, 34/255, 89/255)
  2794. MakeForm(BELT,"Cyl")
  2795. CreateWeldOrSnapOrMotor("Weld", HAT2, HAT2, BELT, CF(0,0.7,0), CF(0, 0, 0))
  2796. local BELT = CreatePart(3, Character, "SmoothPlastic", 0, 0, "Mulberry", "Hat", VT(1.31,0.1,1.31),false)
  2797. BELT.Color = C3(89/255, 34/255, 89/255)
  2798. MakeForm(BELT,"Cyl")
  2799. CreateWeldOrSnapOrMotor("Weld", HAT2, HAT2, BELT, CF(0,-0.7,0), CF(0, 0, 0))
  2800. local BELT = CreatePart(3, Character, "SmoothPlastic", 0, 0, "Mulberry", "Hat", VT(1.31,0.1,1.31),false)
  2801. BELT.Color = C3(89/255, 34/255, 89/255)
  2802. MakeForm(BELT,"Cyl")
  2803. CreateWeldOrSnapOrMotor("Weld", HAT2, HAT2, BELT, CF(0,0.35,0), CF(0, 0, 0))
  2804. local BELT = CreatePart(3, Character, "SmoothPlastic", 0, 0, "Mulberry", "Hat", VT(1.31,0.1,1.31),false)
  2805. BELT.Color = C3(89/255, 34/255, 89/255)
  2806. MakeForm(BELT,"Cyl")
  2807. CreateWeldOrSnapOrMotor("Weld", HAT2, HAT2, BELT, CF(0,-0.35,0), CF(0, 0, 0))
  2808. local BELT = CreatePart(3, Character, "SmoothPlastic", 0, 0, "Mulberry", "Hat", VT(1.3,0.5,1.3),false)
  2809. MakeForm(BELT,"Cyl")
  2810. CreateWeldOrSnapOrMotor("Weld", HAT2, HAT2, BELT, CF(0,HAT2.Size.Y/2,0), CF(0, 0, 0))
  2811. Humanoid.DisplayDistanceType = "None"
  2812.  
  2813. local EYE = CreatePart(3, Character, "Neon", 0, 0, "Dark indigo", "FaceGradient", VT(0.6,0.1,1)/2,false)
  2814. MakeForm(EYE,"Ball")
  2815. CreateWeldOrSnapOrMotor("Weld", Head, Head, EYE, CF(0,0.2,0) * ANGLES(RAD(0), RAD(-18), RAD(15)), CF(0, 0, 0.4))
  2816. local EYE = CreatePart(3, Character, "Neon", 0, 0, "Dark indigo", "FaceGradient", VT(0.6,0.1,1)/2,false)
  2817. MakeForm(EYE,"Ball")
  2818. CreateWeldOrSnapOrMotor("Weld", Head, Head, EYE, CF(0,0.2,0) * ANGLES(RAD(0), RAD(18), RAD(-15)), CF(0, 0, 0.4))
  2819. local EYE = CreatePart(3, Character, "Neon", 0, 0, "Dark indigo", "FaceGradient", VT(0.1,1,1)/2,false)
  2820. MakeForm(EYE,"Ball")
  2821. CreateWeldOrSnapOrMotor("Weld", Head, Head, EYE, CF(0,0.15,0) * ANGLES(RAD(0), RAD(-18), RAD(0)), CF(0, 0, 0.4))
  2822. local EYE = CreatePart(3, Character, "Neon", 0, 0, "Dark indigo", "FaceGradient", VT(0.1,1,1)/2,false)
  2823. MakeForm(EYE,"Ball")
  2824. CreateWeldOrSnapOrMotor("Weld", Head, Head, EYE, CF(0,0.15,0) * ANGLES(RAD(0), RAD(18), RAD(0)), CF(0, 0, 0.4))
  2825.  
  2826.  
  2827. for _, c in pairs(Character:GetChildren()) do
  2828. if c.ClassName == "Part" and c.Name ~= "FaceGradient" and c.Name ~= "Hat" and c.Name ~= "Gem" then
  2829. c.Material = "Neon"
  2830. if c:FindFirstChildOfClass("ParticleEmitter") then
  2831. c:FindFirstChildOfClass("ParticleEmitter"):remove()
  2832. end
  2833. c.Color = C3(1,1,1)
  2834. if c == Head then
  2835. if c:FindFirstChild("face") then
  2836. c.face:remove()
  2837. end
  2838. end
  2839. elseif c.ClassName == "CharacterMesh" or c.ClassName == "Hat" or c.Name == "Body Colors" then
  2840. c:remove()
  2841. end
  2842. end
  2843. local BODY = {}
  2844. for _, c in pairs(Character:GetDescendants()) do
  2845. if c:IsA("BasePart") and c.Name ~= "Handle" then
  2846. if c ~= RootPart and c ~= Torso and c ~= Head and c ~= RightArm and c ~= LeftArm and c ~= RightLeg and c ~= LeftLeg then
  2847. c.CustomPhysicalProperties = PhysicalProperties.new(0, 0, 0, 0, 0)
  2848. end
  2849. table.insert(BODY,{c,c.Parent,c.Material,c.Color,c.Transparency})
  2850. elseif c:IsA("JointInstance") then
  2851. table.insert(BODY,{c,c.Parent,nil,nil,nil})
  2852. end
  2853. end
  2854.  
  2855. Player = game:GetService("Players").LocalPlayer
  2856. PlayerGui = Player.PlayerGui
  2857. Cam = workspace.CurrentCamera
  2858. Backpack = Player.Backpack
  2859. Character = Player.Character
  2860. Humanoid = Character.Humanoid
  2861. Mouse = Player:GetMouse()
  2862. RootPart = Character["HumanoidRootPart"]
  2863. Torso = Character["Torso"]
  2864. Head = Character["Head"]
  2865. RightArm = Character["Right Arm"]
  2866. LeftArm = Character["Left Arm"]
  2867. RightLeg = Character["Right Leg"]
  2868. LeftLeg = Character["Left Leg"]
  2869. RootJoint = RootPart["RootJoint"]
  2870. Neck = Torso["Neck"]
  2871. RightShoulder = Torso["Right Shoulder"]
  2872. LeftShoulder = Torso["Left Shoulder"]
  2873. RightHip = Torso["Right Hip"]
  2874. LeftHip = Torso["Left Hip"]
  2875. Character.Archivable = true
  2876.  
  2877.  
  2878. IT = Instance.new
  2879. CF = CFrame.new
  2880. VT = Vector3.new
  2881. RAD = math.rad
  2882. C3 = Color3.new
  2883.  
  2884. BRICKC = BrickColor.new
  2885. ANGLES = CFrame.Angles
  2886.  
  2887.  
  2888.  
  2889.  
  2890.  
  2891.  
  2892.  
  2893. function CreatePart(FORMFACTOR, PARENT, MATERIAL, REFLECTANCE, TRANSPARENCY, BRICKCOLOR, NAME, SIZE, ANCHOR)
  2894. local NEWPART = IT("Part")
  2895.  
  2896.  
  2897.  
  2898.  
  2899. if ANCHOR == false then
  2900. NEWPART.Anchored = false
  2901. end
  2902. NEWPART.BrickColor = BRICKC(tostring(BRICKCOLOR))
  2903.  
  2904. NEWPART.Size = SIZE
  2905.  
  2906.  
  2907. NEWPART.Parent = PARENT
  2908. return NEWPART
  2909. end
  2910.  
  2911.  
  2912.  
  2913.  
  2914.  
  2915.  
  2916.  
  2917.  
  2918.  
  2919. function CreateWeldOrSnapOrMotor(TYPE, PARENT, PART0, PART1, C0, C1)
  2920. local NEWWELD = IT(TYPE)
  2921. NEWWELD.Part0 = PART0
  2922. NEWWELD.Part1 = PART1
  2923. NEWWELD.C0 = C0
  2924. NEWWELD.C1 = C1
  2925. NEWWELD.Parent = PARENT
  2926. return NEWWELD
  2927. end
  2928.  
  2929.  
  2930.  
  2931.  
  2932.  
  2933.  
  2934.  
  2935.  
  2936.  
  2937.  
  2938. local LASTPART = Head
  2939. for i = 1, 24 do
  2940. local MATH = (1-(i/30))
  2941. if LASTPART == Head then
  2942. local Horn = CreatePart(3, Character, "SmoothPlastic", 0, 0, "Dirt brown", "Detail", VT(0.25*MATH,0.15,0.25*MATH),false)
  2943. CreateWeldOrSnapOrMotor("Weld", LASTPART, LASTPART, Horn, CF(0.8, 0.3, -0.4) * ANGLES(RAD(30), RAD(220), RAD(90)), CF(-0.5, 1, 0.3))
  2944. LASTPART = Horn
  2945. Horn.Color = C3(0.29, 0.04, 0.29)
  2946. else
  2947. local Horn = CreatePart(3, Character, "SmoothPlastic", 0, 0, "Dirt brown", "Detail", VT(0.25*MATH,0.15,0.25*MATH),false)
  2948. CreateWeldOrSnapOrMotor("Weld", LASTPART, LASTPART, Horn, CF(0, Horn.Size.Y/2, 0) * ANGLES(RAD(3.33), RAD(3), RAD(0)), CF(0, -Horn.Size.Y/2, 0))
  2949. LASTPART = Horn
  2950. Horn.Color = C3(0.29, 0.04, 0.29)
  2951. end
  2952. end
  2953. local LASTPART = Head
  2954. for i = 1, 24 do
  2955. local MATH = (1-(i/30))
  2956. if LASTPART == Head then
  2957. local Horn = CreatePart(3, Character, "SmoothPlastic", 0, 0, "Dirt brown", "Detail", VT(0.25*MATH,0.15,0.25*MATH),false)
  2958. CreateWeldOrSnapOrMotor("Weld", LASTPART, LASTPART, Horn, CF(-0.8, 0.3, -0.4) * ANGLES(RAD(30), RAD(-220), RAD(-90)), CF(0.5, 1, 0.3))
  2959. LASTPART = Horn
  2960. Horn.Color = C3(0.29, 0.04, 0.29)
  2961. else
  2962. local Horn = CreatePart(3, Character, "SmoothPlastic", 0, 0, "Dirt brown", "Detail", VT(0.25*MATH,0.15,0.25*MATH),false)
  2963. CreateWeldOrSnapOrMotor("Weld", LASTPART, LASTPART, Horn, CF(0, Horn.Size.Y/2, 0) * ANGLES(RAD(3.33), RAD(-3), RAD(0)), CF(0, -Horn.Size.Y/2, 0))
  2964. LASTPART = Horn
  2965. Horn.Color = C3(0.29, 0.04, 0.29)
  2966.  
  2967. end
  2968. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement