DarkScripter123

Blood knight

May 28th, 2017
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 331.99 KB | None | 0 0
  1. Player=game:GetService("Players").LocalPlayer
  2. Character=Player.Character
  3. PlayerGui=Player.PlayerGui
  4. Backpack=Player.Backpack
  5. Torso=Character.Torso
  6. Head=Character.Head
  7. Humanoid=Character.Humanoid
  8. m=Instance.new('Model',Character)
  9. LeftArm=Character["Left Arm"]
  10. LeftLeg=Character["Left Leg"]
  11. RightArm=Character["Right Arm"]
  12. RightLeg=Character["Right Leg"]
  13. LS=Torso["Left Shoulder"]
  14. LH=Torso["Left Hip"]
  15. RS=Torso["Right Shoulder"]
  16. RH=Torso["Right Hip"]
  17. Face = Head.face
  18. Neck=Torso.Neck
  19. it=Instance.new
  20. attacktype=1
  21. vt=Vector3.new
  22. cf=CFrame.new
  23. euler=CFrame.fromEulerAnglesXYZ
  24. angles=CFrame.Angles
  25. cloaked=false
  26. necko=cf(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  27. necko2=cf(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  28. LHC0=cf(-1,-1,0,-0,-0,-1,0,1,0,1,0,0)
  29. LHC1=cf(-0.5,1,0,-0,-0,-1,0,1,0,1,0,0)
  30. RHC0=cf(1,-1,0,0,0,1,0,1,0,-1,-0,-0)
  31. RHC1=cf(0.5,1,0,0,0,1,0,1,0,-1,-0,-0)
  32. RootPart=Character.HumanoidRootPart
  33. RootJoint=RootPart.RootJoint
  34. RootCF=euler(-1.57,0,3.14)
  35. attack = false
  36. attackdebounce = false
  37. deb=false
  38. equipped=true
  39. hand=false
  40. MMouse=nil
  41. combo=0
  42. mana=0
  43. trispeed=.2
  44. attackmode='none'
  45. local idle=0
  46. local Anim="Idle"
  47. local Effects={}
  48. local gun=false
  49. local shoot=false
  50. player=nil
  51. mana=0
  52. local CurrentMode = "Unsheathed"
  53. plr = game.Players.LocalPlayer
  54. asdasd = plr.Name
  55. ws = game.Workspace[asdasd]
  56. Mouse = Player:GetMouse()
  57. --NFSBOYLOL EDIT
  58. Player.CanLoadCharacterAppearance = false
  59. Character.Humanoid.MaxHealth = math.huge
  60. Character.Humanoid.JumpPower = 100
  61. Character.Humanoid.WalkSpeed = (90)
  62. function clearshirt() for i,v in pairs(Player:GetChildren()) do
  63. if v:IsA("Shirt") or v:IsA("Pants") or v:IsA("Hat") then v:remove()
  64. end
  65. end
  66. end
  67. -------------------------------
  68. p = game.Players.LocalPlayer
  69. char = p.Character
  70. local char = p.Character
  71. torso = char.Torso
  72. neck = char.Torso.Neck
  73. hum = char.Humanoid
  74.  
  75. CV="Really red"
  76.  
  77. local txt = Instance.new("BillboardGui", char)
  78. txt.Adornee = char .Head
  79. txt.Name = "_status"
  80. txt.Size = UDim2.new(2, 0, 1.2, 0)
  81. txt.StudsOffset = Vector3.new(-9, 8, 0)
  82. local text = Instance.new("TextLabel", txt)
  83. text.Size = UDim2.new(10, 0, 7, 0)
  84. text.FontSize = "Size24"
  85. text.TextScaled = true
  86. text.TextTransparency = 0
  87. text.BackgroundTransparency = 1
  88. text.TextTransparency = 0
  89. text.TextStrokeTransparency = 0
  90. text.Font = "SciFi"
  91. text.TextStrokeColor3 = Color3.new(0,0,0)
  92.  
  93. v=Instance.new("Part")
  94. v.Name = "ColorBrick"
  95. v.Parent=p.Character
  96. v.FormFactor="Symmetric"
  97. v.Anchored=true
  98. v.CanCollide=false
  99. v.BottomSurface="Smooth"
  100. v.TopSurface="Smooth"
  101. v.Size=Vector3.new(10,5,3)
  102. v.Transparency=1
  103. v.CFrame=char.Torso.CFrame
  104. v.BrickColor=BrickColor.new(CV)
  105. v.Transparency=1
  106. text.TextColor3 = Color3.new(170,0,0)
  107. v.Shape="Block"
  108. text.Text = "Bloody Knight"
  109. -------------------------------
  110. local player = "LocalPlayer"
  111. local Character = game.Players[player].Character
  112. local Torso = Character.Torso
  113. local LeftArm = Character["Left Arm"]
  114. local RightArm = Character["Right Arm"]
  115. local LeftLeg = Character["Left Leg"]
  116. local RightLeg = Character["Right Leg"]
  117. local Head = Character.Head
  118. local RootPart = Character.HumanoidRootPart
  119.  
  120. local m = Instance.new("Model")
  121. m.Name = "VTX"
  122. --[[m1 = Instance.new("Model")
  123. m1.Name = "Torso"
  124. m1.Parent = m
  125. m2 = Instance.new("Model")
  126. m2.Name = "Head"
  127. m2.Parent = m
  128. m3 = Instance.new("Model")
  129. m3.Name = "RightArm"
  130. m3.Parent = m
  131. m4 = Instance.new("Model")
  132. m4.Name = "LeftLeg"
  133. m4.Parent = m
  134. m5 = Instance.new("Model")
  135. m5.Name = "RightLeg"
  136. m5.Parent = m
  137. m6 = Instance.new("Model")
  138. m6.Name = "LeftArm"
  139. m6.Parent = m--]]
  140. p1 = Instance.new("Part", m)
  141. p1.BrickColor = BrickColor.new("Really black")
  142. p1.Material = Enum.Material.SmoothPlastic
  143. p1.Reflectance = 0.5
  144. p1.Name = "DiamondMesh"
  145. p1.CFrame = CFrame.new(4.43766785, 155.454346, 39.9999847, -4.37113883e-008, 0, 1, -4.3159529e-005, 1, -1.88656295e-012, -1, -4.3159529e-005, -4.37113883e-008)
  146. p1.CanCollide = false
  147. p1.FormFactor = Enum.FormFactor.Symmetric
  148. p1.Elasticity = 0
  149. p1.Size = Vector3.new(0.512455523, 0.512455463, 0.512455463)
  150. b1 = Instance.new("SpecialMesh", p1)
  151. b1.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  152. b1.TextureId = ""
  153. b1.MeshType = Enum.MeshType.FileMesh
  154. b1.Name = "Mesh"
  155. b1.Scale = Vector3.new(0.512455523, 0.230604947, 0.102491096)
  156. --[[p2 = Instance.new("Part", m)
  157. p2.BrickColor = BrickColor.new("Earth green")
  158. p2.Name = "Torso"
  159. p2.CFrame = CFrame.new(3.81999993, 156.276108, 40, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  160. p2.CanCollide = false
  161. p2.FormFactor = Enum.FormFactor.Symmetric
  162. p2.Size = Vector3.new(2, 2, 1)
  163. p2.BottomSurface = Enum.SurfaceType.Smooth
  164. p2.TopSurface = Enum.SurfaceType.Smooth--]]
  165. p2 = Torso
  166. p3 = Instance.new("Part", m)
  167. p3.BrickColor = BrickColor.new("Dark stone grey")
  168. p3.Material = Enum.Material.SmoothPlastic
  169. p3.Name = "apart"
  170. p3.CFrame = CFrame.new(3.18215108, 156.94046, 39.948761, 3.0473866e-005, -1, -3.05175763e-005, -3.05603571e-005, -3.05185094e-005, 1, -1, -3.04729328e-005, -3.05612884e-005)
  171. p3.CanCollide = false
  172. p3.FormFactor = Enum.FormFactor.Custom
  173. p3.Size = Vector3.new(0.819928885, 0.256227732, 0.973665357)
  174. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  175. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  176. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  177. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  178. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  179. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  180. b2 = Instance.new("SpecialMesh", p3)
  181. b2.MeshType = Enum.MeshType.Brick
  182. b2.Name = "Mesh"
  183. b2.Scale = Vector3.new(1, 1.01999998, 0.5)
  184. p4 = Instance.new("Part", m)
  185. p4.BrickColor = BrickColor.new("Really black")
  186. p4.Material = Enum.Material.Neon
  187. p4.Name = "apart"
  188. p4.CFrame = CFrame.new(4.59140301, 156.658615, 39.9999924, -1, 4.30663385e-005, 4.43833414e-010, 1.85536919e-009, 5.3449472e-005, -1, -4.30663349e-005, -1, -5.3449472e-005)
  189. p4.CanCollide = false
  190. p4.FormFactor = Enum.FormFactor.Custom
  191. p4.Size = Vector3.new(0.245498881, 0.922419786, 0.922419786)
  192. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  193. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  194. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  195. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  196. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  197. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  198. b3 = Instance.new("SpecialMesh", p4)
  199. b3.MeshType = Enum.MeshType.Cylinder
  200. b3.Name = "Mesh"
  201. b3.Scale = Vector3.new(0.421655804, 0.25, 0.25)
  202. p5 = Instance.new("Part", m)
  203. p5.BrickColor = BrickColor.new("Dark red")
  204. p5.Material = Enum.Material.SmoothPlastic
  205. p5.Name = "apart"
  206. p5.CFrame = CFrame.new(4.28393078, 155.428711, 39.9999886, -4.37102727e-008, 2.75157674e-012, 1, -4.3159529e-005, 1, -1.96809236e-012, -1, -4.3159529e-005, -4.37139782e-008)
  207. p5.CanCollide = false
  208. p5.FormFactor = Enum.FormFactor.Custom
  209. p5.Size = Vector3.new(0.245498881, 0.512455463, 0.512455463)
  210. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  211. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  212. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  213. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  214. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  215. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  216. b4 = Instance.new("SpecialMesh", p5)
  217. b4.MeshType = Enum.MeshType.Cylinder
  218. b4.Name = "Mesh"
  219. b4.Scale = Vector3.new(0.417481065, 1, 1)
  220. p6 = Instance.new("Part", m)
  221. p6.BrickColor = BrickColor.new("Really black")
  222. p6.Material = Enum.Material.Neon
  223. p6.Name = "apart"
  224. p6.CFrame = CFrame.new(4.59140301, 157.171066, 39.9999886, -1, 4.30663385e-005, 4.43833775e-010, 1.85536952e-009, 5.3449472e-005, -1, -4.30663349e-005, -1, -5.3449472e-005)
  225. p6.CanCollide = false
  226. p6.FormFactor = Enum.FormFactor.Custom
  227. p6.Size = Vector3.new(0.245498881, 0.922419786, 0.922419786)
  228. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  229. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  230. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  231. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  232. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  233. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  234. b5 = Instance.new("SpecialMesh", p6)
  235. b5.MeshType = Enum.MeshType.Cylinder
  236. b5.Name = "Mesh"
  237. b5.Scale = Vector3.new(0.421655804, 0.25, 0.25)
  238. p7 = Instance.new("Part", m)
  239. p7.BrickColor = BrickColor.new("Really black")
  240. p7.Material = Enum.Material.Neon
  241. p7.Name = "apart"
  242. p7.CFrame = CFrame.new(4.07894754, 156.453629, 39.974369, 1, 2.75143797e-012, -2.37226807e-014, -8.16291479e-014, 1, 0, -3.6618486e-012, 0, 1)
  243. p7.CanCollide = false
  244. p7.FormFactor = Enum.FormFactor.Custom
  245. p7.Size = Vector3.new(0.512455523, 1.94733071, 0.768683136)
  246. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  247. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  248. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  249. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  250. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  251. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  252. b6 = Instance.new("SpecialMesh", p7)
  253. b6.MeshType = Enum.MeshType.Brick
  254. b6.Name = "Mesh"
  255. b6.Scale = Vector3.new(1.04999995, 0.899999976, 0.25)
  256. p8 = Instance.new("Part", m)
  257. p8.BrickColor = BrickColor.new("Dark red")
  258. p8.Material = Enum.Material.SmoothPlastic
  259. p8.Name = "apart"
  260. p8.CFrame = CFrame.new(4.38642168, 155.428711, 39.9999886, 1, 2.75143797e-012, -2.37226807e-014, -8.16291479e-014, 1, 0, -3.6618486e-012, 0, 1)
  261. p8.CanCollide = false
  262. p8.FormFactor = Enum.FormFactor.Custom
  263. p8.Size = Vector3.new(0.245498881, 0.512455463, 0.512455463)
  264. p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  265. p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  266. p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  267. p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  268. p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  269. p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  270. b7 = Instance.new("SpecialMesh", p8)
  271. b7.MeshType = Enum.MeshType.Cylinder
  272. b7.Name = "Mesh"
  273. b7.Scale = Vector3.new(0.417481065, 1, 1)
  274. p9 = Instance.new("Part", m)
  275. p9.BrickColor = BrickColor.new("Really black")
  276. p9.Material = Enum.Material.Neon
  277. p9.Name = "apart"
  278. p9.CFrame = CFrame.new(4.59140301, 156.914856, 39.9999886, -1, 9.14653137e-005, 3.05217691e-005, 9.14681077e-005, 1, 9.14653137e-005, -3.05133999e-005, 9.14681077e-005, -1)
  279. p9.CanCollide = false
  280. p9.FormFactor = Enum.FormFactor.Custom
  281. p9.Size = Vector3.new(0.245498881, 0.922419786, 0.922419786)
  282. p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  283. p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  284. p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  285. p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  286. p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  287. p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  288. b8 = Instance.new("SpecialMesh", p9)
  289. b8.MeshType = Enum.MeshType.Brick
  290. b8.Name = "Mesh"
  291. b8.Scale = Vector3.new(0.421655804, 0.5, 0.150000006)
  292. p10 = Instance.new("Part", m)
  293. p10.BrickColor = BrickColor.new("Bright red")
  294. p10.Material = Enum.Material.SmoothPlastic
  295. p10.Name = "apart"
  296. p10.CFrame = CFrame.new(2.66969562, 157.811615, 40.8967972, -3.05612921e-005, 1, -3.05175745e-005, -3.04729328e-005, -3.05185094e-005, -1, -1, -3.05603608e-005, 3.04738642e-005)
  297. p10.CanCollide = false
  298. p10.FormFactor = Enum.FormFactor.Custom
  299. p10.Size = Vector3.new(0.256227762, 0.256227732, 0.768683195)
  300. p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  301. p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  302. p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  303. p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  304. p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  305. p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  306. b9 = Instance.new("SpecialMesh", p10)
  307. b9.MeshType = Enum.MeshType.Brick
  308. b9.Name = "Mesh"
  309. b9.Scale = Vector3.new(0.5, 1.00999999, 1.00999999)
  310. p11 = Instance.new("Part", m)
  311. p11.BrickColor = BrickColor.new("Really black")
  312. p11.Material = Enum.Material.Neon
  313. p11.Name = "apart"
  314. p11.CFrame = CFrame.new(2.66969562, 157.811615, 39.1032066, -3.05612921e-005, 1, -3.05175745e-005, -3.04729328e-005, -3.05185094e-005, -1, -1, -3.05603608e-005, 3.04738642e-005)
  315. p11.CanCollide = false
  316. p11.FormFactor = Enum.FormFactor.Custom
  317. p11.Size = Vector3.new(0.256227762, 0.256227732, 0.768683195)
  318. p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  319. p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  320. p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  321. p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  322. p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  323. p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  324. b10 = Instance.new("SpecialMesh", p11)
  325. b10.MeshType = Enum.MeshType.Brick
  326. b10.Name = "Mesh"
  327. b10.Scale = Vector3.new(0.25, 1.01999998, 1.01999998)
  328. p12 = Instance.new("Part", m)
  329. p12.BrickColor = BrickColor.new("Bright red")
  330. p12.Material = Enum.Material.SmoothPlastic
  331. p12.Name = "apart"
  332. p12.CFrame = CFrame.new(2.66969562, 157.811615, 39.1032104, -3.05612921e-005, 1, -3.05175745e-005, -3.04729328e-005, -3.05185094e-005, -1, -1, -3.05603608e-005, 3.04738642e-005)
  333. p12.CanCollide = false
  334. p12.FormFactor = Enum.FormFactor.Custom
  335. p12.Size = Vector3.new(0.256227762, 0.256227732, 0.768683195)
  336. p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  337. p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  338. p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  339. p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  340. p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  341. p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  342. b11 = Instance.new("SpecialMesh", p12)
  343. b11.MeshType = Enum.MeshType.Brick
  344. b11.Name = "Mesh"
  345. b11.Scale = Vector3.new(0.5, 1.00999999, 1.00999999)
  346. p13 = Instance.new("Part", m)
  347. p13.BrickColor = BrickColor.new("Really black")
  348. p13.Material = Enum.Material.Neon
  349. p13.Name = "apart"
  350. p13.CFrame = CFrame.new(4.2839303, 155.428711, 40, -4.37154632e-008, -3.63797881e-012, 1, -4.31595254e-005, 1, 0, -1, -4.3159529e-005, -4.37144365e-008)
  351. p13.CanCollide = false
  352. p13.FormFactor = Enum.FormFactor.Custom
  353. p13.Size = Vector3.new(0.245498881, 0.512455463, 0.512455463)
  354. p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  355. p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  356. p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  357. p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  358. p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  359. p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  360. b12 = Instance.new("SpecialMesh", p13)
  361. b12.MeshType = Enum.MeshType.Cylinder
  362. b12.Name = "Mesh"
  363. b12.Scale = Vector3.new(0.208740532, 1.00999999, 1.00999999)
  364. p14 = Instance.new("Part", m)
  365. p14.BrickColor = BrickColor.new("Dark red")
  366. p14.Material = Enum.Material.SmoothPlastic
  367. p14.Name = "apart"
  368. p14.CFrame = CFrame.new(3.82271981, 155.428711, 40, 1, -3.63780295e-012, 4.07496259e-012, 1.88656274e-012, 1, -3.63797881e-012, -3.04822834e-012, 8.24700363e-020, 1)
  369. p14.CanCollide = false
  370. p14.FormFactor = Enum.FormFactor.Custom
  371. p14.Size = Vector3.new(1.02491105, 0.245498881, 2.04982185)
  372. p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  373. p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  374. p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  375. p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  376. p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  377. p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  378. b13 = Instance.new("SpecialMesh", p14)
  379. b13.MeshType = Enum.MeshType.Brick
  380. b13.Name = "Mesh"
  381. b13.Scale = Vector3.new(1.00999999, 0.421655744, 1.00999999)
  382. p15 = Instance.new("Part", m)
  383. p15.BrickColor = BrickColor.new("Really black")
  384. p15.Material = Enum.Material.Neon
  385. p15.Name = "apart"
  386. p15.CFrame = CFrame.new(4.59140301, 156.914841, 39.7437744, -1, 4.30663349e-005, 4.50222831e-010, 1.85340143e-009, 5.34494757e-005, -1, -4.30663349e-005, -1, -5.3449472e-005)
  387. p15.CanCollide = false
  388. p15.FormFactor = Enum.FormFactor.Custom
  389. p15.Size = Vector3.new(0.245498881, 0.922419786, 0.922419786)
  390. p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  391. p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  392. p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  393. p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  394. p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  395. p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  396. b14 = Instance.new("SpecialMesh", p15)
  397. b14.MeshType = Enum.MeshType.Cylinder
  398. b14.Name = "Mesh"
  399. b14.Scale = Vector3.new(0.421655804, 0.25, 0.25)
  400. p16 = Instance.new("Part", m)
  401. p16.BrickColor = BrickColor.new("Really black")
  402. p16.Material = Enum.Material.Neon
  403. p16.Name = "apart"
  404. p16.CFrame = CFrame.new(2.66969585, 157.811615, 40.8968086, -3.05612921e-005, 1, -3.05175745e-005, -3.04729328e-005, -3.05185094e-005, -1, -1, -3.05603608e-005, 3.04738605e-005)
  405. p16.CanCollide = false
  406. p16.FormFactor = Enum.FormFactor.Custom
  407. p16.Size = Vector3.new(0.256227762, 0.256227732, 0.768683195)
  408. p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  409. p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  410. p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  411. p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  412. p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  413. p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  414. b15 = Instance.new("SpecialMesh", p16)
  415. b15.MeshType = Enum.MeshType.Brick
  416. b15.Name = "Mesh"
  417. b15.Scale = Vector3.new(0.25, 1.01999998, 1.01999998)
  418. p17 = Instance.new("Part", m)
  419. p17.BrickColor = BrickColor.new("Bright red")
  420. p17.Material = Enum.Material.SmoothPlastic
  421. p17.Name = "apart"
  422. p17.CFrame = CFrame.new(4.59140301, 156.914825, 40.0000038, -1, 4.30663349e-005, 4.51109372e-010, 1.85536919e-009, 5.34494684e-005, -1, -4.30663349e-005, -1, -5.34494793e-005)
  423. p17.CanCollide = false
  424. p17.FormFactor = Enum.FormFactor.Custom
  425. p17.Size = Vector3.new(0.245498881, 0.922419786, 0.922419786)
  426. p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  427. p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  428. p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  429. p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  430. p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  431. p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  432. b16 = Instance.new("SpecialMesh", p17)
  433. b16.MeshType = Enum.MeshType.Cylinder
  434. b16.Name = "Mesh"
  435. b16.Scale = Vector3.new(0.417480975, 1, 1)
  436. p18 = Instance.new("Part", m)
  437. p18.BrickColor = BrickColor.new("Really black")
  438. p18.Material = Enum.Material.Neon
  439. p18.Name = "apart"
  440. p18.CFrame = CFrame.new(4.59140301, 156.914825, 40.2562294, -1, 4.30663349e-005, 4.51109372e-010, 1.85536919e-009, 5.34494684e-005, -1, -4.30663349e-005, -1, -5.34494793e-005)
  441. p18.CanCollide = false
  442. p18.FormFactor = Enum.FormFactor.Custom
  443. p18.Size = Vector3.new(0.245498881, 0.922419786, 0.922419786)
  444. p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  445. p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  446. p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  447. p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  448. p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  449. p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  450. b17 = Instance.new("SpecialMesh", p18)
  451. b17.MeshType = Enum.MeshType.Cylinder
  452. b17.Name = "Mesh"
  453. b17.Scale = Vector3.new(0.421655804, 0.25, 0.25)
  454. p19 = Instance.new("Part", m)
  455. p19.BrickColor = BrickColor.new("Really black")
  456. p19.Material = Enum.Material.Neon
  457. p19.Name = "apart"
  458. p19.CFrame = CFrame.new(4.59140301, 156.914825, 40.0000038, -1, 4.30663349e-005, 4.51109372e-010, 1.85536919e-009, 5.34494684e-005, -1, -4.30663349e-005, -1, -5.34494793e-005)
  459. p19.CanCollide = false
  460. p19.FormFactor = Enum.FormFactor.Custom
  461. p19.Size = Vector3.new(0.245498881, 0.922419786, 0.922419786)
  462. p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  463. p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  464. p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  465. p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  466. p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  467. p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  468. b18 = Instance.new("SpecialMesh", p19)
  469. b18.MeshType = Enum.MeshType.Brick
  470. b18.Name = "Mesh"
  471. b18.Scale = Vector3.new(0.421655804, 0.5, 0.150000006)
  472. p20 = Instance.new("Part", m)
  473. p20.BrickColor = BrickColor.new("Dark red")
  474. p20.Material = Enum.Material.SmoothPlastic
  475. p20.Name = "apart"
  476. p20.CFrame = CFrame.new(4.46329021, 156.914825, 40.0000191, -3.05612921e-005, 1, -3.05175745e-005, -3.04729401e-005, -3.05185094e-005, -1, -1, -3.05603608e-005, 3.04738533e-005)
  477. p20.CanCollide = false
  478. p20.FormFactor = Enum.FormFactor.Custom
  479. p20.Size = Vector3.new(2.04982209, 0.256227732, 1.02491093)
  480. p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  481. p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  482. p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  483. p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  484. p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  485. p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  486. b19 = Instance.new("SpecialMesh", p20)
  487. b19.MeshType = Enum.MeshType.Torso
  488. b19.Name = "Mesh"
  489. p21 = Instance.new("Part", m)
  490. p21.BrickColor = BrickColor.new("Dark stone grey")
  491. p21.Material = Enum.Material.SmoothPlastic
  492. p21.Name = "apart"
  493. p21.CFrame = CFrame.new(4.07894802, 156.453613, 39.9743843, 1, -3.63797881e-012, 4.9720783e-012, 0, 1, 7.27595761e-012, -2.30360175e-012, 1.27329258e-011, 1)
  494. p21.CanCollide = false
  495. p21.FormFactor = Enum.FormFactor.Custom
  496. p21.Size = Vector3.new(0.512455523, 1.94733071, 0.768683136)
  497. p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  498. p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  499. p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  500. p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  501. p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  502. p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  503. b20 = Instance.new("SpecialMesh", p21)
  504. b20.MeshType = Enum.MeshType.Brick
  505. b20.Name = "Mesh"
  506. b20.Scale = Vector3.new(1.03999996, 1.00999999, 1.00999999)
  507. p22 = Instance.new("Part", m)
  508. p22.BrickColor = BrickColor.new("Really black")
  509. p22.Material = Enum.Material.Neon
  510. p22.Name = "apart"
  511. p22.CFrame = CFrame.new(3.18215108, 156.940445, 39.9487801, 3.04738605e-005, -1, -3.05175818e-005, -3.05603644e-005, -3.05185094e-005, 1, -1, -3.0472931e-005, -3.05612739e-005)
  512. p22.CanCollide = false
  513. p22.FormFactor = Enum.FormFactor.Custom
  514. p22.Size = Vector3.new(0.819928885, 0.256227732, 0.973665357)
  515. p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  516. p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  517. p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  518. p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  519. p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  520. p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  521. b21 = Instance.new("SpecialMesh", p22)
  522. b21.MeshType = Enum.MeshType.Brick
  523. b21.Name = "Mesh"
  524. b21.Scale = Vector3.new(1, 1.02999997, 0.25)
  525. p23 = Instance.new("Part", m)
  526. p23.BrickColor = BrickColor.new("Bright red")
  527. p23.Material = Enum.Material.SmoothPlastic
  528. p23.Name = "apart"
  529. p23.CFrame = CFrame.new(3.82272005, 156.402344, 40.0000038, 1, -3.63797881e-012, 4.97202279e-012, 0, 1, 7.27595761e-012, -2.30448993e-012, 1.45519152e-011, 1)
  530. p23.CanCollide = false
  531. p23.FormFactor = Enum.FormFactor.Custom
  532. p23.Size = Vector3.new(1.02491105, 2.04982185, 2.04982185)
  533. p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  534. p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  535. p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  536. p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  537. p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  538. p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  539. p24 = Instance.new("Part", m)
  540. p24.BrickColor = BrickColor.new("Dark red")
  541. p24.Material = Enum.Material.SmoothPlastic
  542. p24.Name = "apart"
  543. p24.CFrame = CFrame.new(3.82272005, 155.172455, 39.4875526, 1, -3.63797881e-012, 4.97202279e-012, 0, 1, 7.27595761e-012, -2.30448993e-012, 1.45519152e-011, 1)
  544. p24.CanCollide = false
  545. p24.FormFactor = Enum.FormFactor.Custom
  546. p24.Size = Vector3.new(1.02491105, 0.409964383, 1.02491093)
  547. p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  548. p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  549. p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  550. p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  551. p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  552. p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  553. b22 = Instance.new("SpecialMesh", p24)
  554. b22.MeshType = Enum.MeshType.Brick
  555. b22.Name = "Mesh"
  556. b22.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  557. p25 = Instance.new("Part", m)
  558. p25.BrickColor = BrickColor.new("Dark red")
  559. p25.Material = Enum.Material.SmoothPlastic
  560. p25.Name = "apart"
  561. p25.CFrame = CFrame.new(3.82272005, 155.172455, 40.512455, 1, -3.63797881e-012, 4.97202279e-012, 0, 1, 7.27595761e-012, -2.30448993e-012, 1.45519152e-011, 1)
  562. p25.CanCollide = false
  563. p25.FormFactor = Enum.FormFactor.Custom
  564. p25.Size = Vector3.new(1.02491105, 0.409964383, 1.02491093)
  565. p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  566. p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  567. p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  568. p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  569. p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  570. p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  571. b23 = Instance.new("SpecialMesh", p25)
  572. b23.MeshType = Enum.MeshType.Brick
  573. b23.Name = "Mesh"
  574. b23.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  575. p26 = Instance.new("Part", m)
  576. p26.BrickColor = BrickColor.new("Dark red")
  577. p26.Material = Enum.Material.SmoothPlastic
  578. p26.Name = "apart"
  579. p26.CFrame = CFrame.new(2.66969609, 157.8116, 39.1032181, -3.05612921e-005, 1, -3.05175745e-005, -3.04729401e-005, -3.05185094e-005, -1, -1, -3.05603608e-005, 3.04738514e-005)
  580. p26.CanCollide = false
  581. p26.FormFactor = Enum.FormFactor.Custom
  582. p26.Size = Vector3.new(0.256227762, 0.256227732, 0.768683195)
  583. p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  584. p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  585. p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  586. p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  587. p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  588. p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  589. b24 = Instance.new("SpecialMesh", p26)
  590. b24.MeshType = Enum.MeshType.Brick
  591. b24.Name = "Mesh"
  592. p27 = Instance.new("Part", m)
  593. p27.BrickColor = BrickColor.new("Dark red")
  594. p27.Material = Enum.Material.SmoothPlastic
  595. p27.Name = "apart"
  596. p27.CFrame = CFrame.new(3.82269621, 157.4785, 40.0000038, 5.34812571e-005, -1, -4.31585941e-005, 1, 5.34812607e-005, 1.38243195e-009, 9.4587449e-010, -4.31585941e-005, 1)
  597. p27.CanCollide = false
  598. p27.FormFactor = Enum.FormFactor.Custom
  599. p27.Size = Vector3.new(0.245498881, 1.02491093, 1.02491093)
  600. p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  601. p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  602. p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  603. p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  604. p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  605. p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  606. b25 = Instance.new("SpecialMesh", p27)
  607. b25.MeshType = Enum.MeshType.Cylinder
  608. b25.Name = "Mesh"
  609. b25.Scale = Vector3.new(0.417481065, 1, 1)
  610. p28 = Instance.new("Part", m)
  611. p28.BrickColor = BrickColor.new("Dark red")
  612. p28.Material = Enum.Material.SmoothPlastic
  613. p28.Name = "apart"
  614. p28.CFrame = CFrame.new(3.18215108, 157.8116, 39.1032181, -3.05612921e-005, 1, -3.05175745e-005, -3.04729401e-005, -3.05185094e-005, -1, -1, -3.05603608e-005, 3.04738533e-005)
  615. p28.CanCollide = false
  616. p28.FormFactor = Enum.FormFactor.Custom
  617. p28.Size = Vector3.new(0.256227762, 0.768683195, 0.768683195)
  618. p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  619. p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  620. p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  621. p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  622. p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  623. p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  624. b26 = Instance.new("SpecialMesh", p28)
  625. b26.MeshType = Enum.MeshType.Wedge
  626. b26.Name = "Mesh"
  627. p29 = Instance.new("Part", m)
  628. p29.BrickColor = BrickColor.new("Dark red")
  629. p29.Material = Enum.Material.SmoothPlastic
  630. p29.Name = "apart"
  631. p29.CFrame = CFrame.new(3.82272005, 156.556107, 40.0000076, 1, -3.63797881e-012, 4.9720783e-012, 0, 1, 7.27595761e-012, -2.30360175e-012, 1.27329258e-011, 1)
  632. p29.CanCollide = false
  633. p29.FormFactor = Enum.FormFactor.Custom
  634. p29.Size = Vector3.new(1.02491105, 1.74234843, 1.84483957)
  635. p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  636. p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  637. p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  638. p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  639. p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  640. p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  641. b27 = Instance.new("SpecialMesh", p29)
  642. b27.MeshType = Enum.MeshType.Brick
  643. b27.Name = "Mesh"
  644. b27.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  645. p30 = Instance.new("Part", m)
  646. p30.BrickColor = BrickColor.new("Dark red")
  647. p30.Material = Enum.Material.SmoothPlastic
  648. p30.Name = "apart"
  649. p30.CFrame = CFrame.new(2.92592335, 156.914825, 39.1032219, -0.000152631605, -1, -3.05091999e-005, 6.0986782e-005, -3.05185058e-005, 1, -1, 0.000152629742, 6.09914605e-005)
  650. p30.CanCollide = false
  651. p30.FormFactor = Enum.FormFactor.Custom
  652. p30.Size = Vector3.new(0.256227762, 0.768683195, 1.02491093)
  653. p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  654. p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  655. p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  656. p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  657. p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  658. p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  659. b28 = Instance.new("SpecialMesh", p30)
  660. b28.MeshType = Enum.MeshType.Wedge
  661. b28.Name = "Mesh"
  662. p31 = Instance.new("Part", m)
  663. p31.BrickColor = BrickColor.new("Dark red")
  664. p31.Material = Enum.Material.SmoothPlastic
  665. p31.Name = "apart"
  666. p31.CFrame = CFrame.new(2.92592359, 156.91481, 40.8968201, -0.000152631605, -1, -3.05091999e-005, 6.0986782e-005, -3.05185058e-005, 1, -1, 0.000152629742, 6.09914605e-005)
  667. p31.CanCollide = false
  668. p31.FormFactor = Enum.FormFactor.Custom
  669. p31.Size = Vector3.new(0.256227762, 0.768683195, 1.02491093)
  670. p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  671. p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  672. p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  673. p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  674. p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  675. p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  676. b29 = Instance.new("SpecialMesh", p31)
  677. b29.MeshType = Enum.MeshType.Wedge
  678. b29.Name = "Mesh"
  679. p32 = Instance.new("Part", m)
  680. p32.BrickColor = BrickColor.new("Dark red")
  681. p32.Material = Enum.Material.SmoothPlastic
  682. p32.Name = "apart"
  683. p32.CFrame = CFrame.new(3.82272077, 156.556091, 40.9736748, 1, 3.05171161e-005, 3.05180401e-005, 3.05180401e-005, -1, -3.04301611e-005, 3.05171125e-005, 3.04310706e-005, -1)
  684. p32.CanCollide = false
  685. p32.FormFactor = Enum.FormFactor.Custom
  686. p32.Size = Vector3.new(1.02491105, 1.74234843, 0.245498881)
  687. p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  688. p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  689. p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  690. p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  691. p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  692. p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  693. b30 = Instance.new("SpecialMesh", p32)
  694. b30.MeshType = Enum.MeshType.Wedge
  695. b30.Name = "Mesh"
  696. b30.Scale = Vector3.new(1.00999999, 1.00999999, 0.333984762)
  697. p33 = Instance.new("Part", m)
  698. p33.BrickColor = BrickColor.new("Dark red")
  699. p33.Material = Enum.Material.SmoothPlastic
  700. p33.Name = "apart"
  701. p33.CFrame = CFrame.new(2.66969681, 157.8116, 40.8968201, -3.05612957e-005, 1, -3.05175763e-005, -3.04729383e-005, -3.05185094e-005, -1, -1, -3.05603571e-005, 3.04738496e-005)
  702. p33.CanCollide = false
  703. p33.FormFactor = Enum.FormFactor.Custom
  704. p33.Size = Vector3.new(0.256227762, 0.256227732, 0.768683195)
  705. p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  706. p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  707. p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  708. p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  709. p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  710. p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  711. b31 = Instance.new("SpecialMesh", p33)
  712. b31.MeshType = Enum.MeshType.Brick
  713. b31.Name = "Mesh"
  714. p34 = Instance.new("Part", m)
  715. p34.BrickColor = BrickColor.new("Bright red")
  716. p34.Material = Enum.Material.SmoothPlastic
  717. p34.Name = "apart"
  718. p34.CFrame = CFrame.new(3.82269669, 157.581009, 40.0000153, 5.34812571e-005, -1, -4.31585904e-005, 1, 5.34812607e-005, 1.38061296e-009, 9.47693479e-010, -4.31585977e-005, 1)
  719. p34.CanCollide = false
  720. p34.FormFactor = Enum.FormFactor.Custom
  721. p34.Size = Vector3.new(0.245498881, 1.02491093, 1.02491093)
  722. p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  723. p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  724. p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  725. p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  726. p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  727. p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  728. b32 = Instance.new("SpecialMesh", p34)
  729. b32.MeshType = Enum.MeshType.Cylinder
  730. b32.Name = "Mesh"
  731. b32.Scale = Vector3.new(0.417481065, 0.899999976, 1)
  732. p35 = Instance.new("Part", m)
  733. p35.BrickColor = BrickColor.new("Dark red")
  734. p35.Material = Enum.Material.SmoothPlastic
  735. p35.Name = "apart"
  736. p35.CFrame = CFrame.new(3.82272053, 155.633682, 40.4612274, 1, 3.05171161e-005, 3.05180365e-005, 3.05180401e-005, -1, -3.04301593e-005, 3.05171143e-005, 3.04310706e-005, -1)
  737. p35.CanCollide = false
  738. p35.FormFactor = Enum.FormFactor.Custom
  739. p35.Size = Vector3.new(1.02491105, 0.245498881, 0.922419906)
  740. p35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  741. p35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  742. p35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  743. p35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  744. p35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  745. p35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  746. b33 = Instance.new("SpecialMesh", p35)
  747. b33.MeshType = Enum.MeshType.Wedge
  748. b33.Name = "Mesh"
  749. b33.Scale = Vector3.new(1.00999999, 0.421655744, 1)
  750. p36 = Instance.new("Part", m)
  751. p36.BrickColor = BrickColor.new("Dark red")
  752. p36.Material = Enum.Material.SmoothPlastic
  753. p36.Name = "apart"
  754. p36.CFrame = CFrame.new(3.82272053, 156.556107, 39.0263557, -1, -3.04301484e-005, 3.05180511e-005, 3.04310906e-005, -1, 3.05171161e-005, 3.05171197e-005, 3.0518022e-005, 1)
  755. p36.CanCollide = false
  756. p36.FormFactor = Enum.FormFactor.Custom
  757. p36.Size = Vector3.new(1.02491105, 1.74234843, 0.245498881)
  758. p36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  759. p36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  760. p36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  761. p36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  762. p36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  763. p36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  764. b34 = Instance.new("SpecialMesh", p36)
  765. b34.MeshType = Enum.MeshType.Wedge
  766. b34.Name = "Mesh"
  767. b34.Scale = Vector3.new(1.00999999, 1.00999999, 0.333984762)
  768. p37 = Instance.new("Part", m)
  769. p37.BrickColor = BrickColor.new("Dark red")
  770. p37.Material = Enum.Material.SmoothPlastic
  771. p37.Name = "apart"
  772. p37.CFrame = CFrame.new(3.82272053, 155.633682, 39.5388374, -1, -3.04301484e-005, 3.05180511e-005, 3.04310906e-005, -1, 3.05171161e-005, 3.05171197e-005, 3.0518022e-005, 1)
  773. p37.CanCollide = false
  774. p37.FormFactor = Enum.FormFactor.Custom
  775. p37.Size = Vector3.new(1.02491105, 0.245498881, 0.922419906)
  776. p37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  777. p37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  778. p37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  779. p37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  780. p37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  781. p37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  782. b35 = Instance.new("SpecialMesh", p37)
  783. b35.MeshType = Enum.MeshType.Wedge
  784. b35.Name = "Mesh"
  785. b35.Scale = Vector3.new(1.00999999, 0.421655744, 1)
  786. p38 = Instance.new("Part", m)
  787. p38.BrickColor = BrickColor.new("Dark red")
  788. p38.Material = Enum.Material.SmoothPlastic
  789. p38.Name = "apart"
  790. p38.CFrame = CFrame.new(3.18215156, 157.811584, 40.8968277, -3.05612957e-005, 1, -3.05175708e-005, -3.04729365e-005, -3.05185131e-005, -1, -1, -3.05603608e-005, 3.04738478e-005)
  791. p38.CanCollide = false
  792. p38.FormFactor = Enum.FormFactor.Custom
  793. p38.Size = Vector3.new(0.256227762, 0.768683195, 0.768683195)
  794. p38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  795. p38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  796. p38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  797. p38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  798. p38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  799. p38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  800. b36 = Instance.new("SpecialMesh", p38)
  801. b36.MeshType = Enum.MeshType.Wedge
  802. b36.Name = "Mesh"
  803. p39 = Instance.new("Part", m)
  804. p39.BrickColor = BrickColor.new("Bright red")
  805. p39.Material = Enum.Material.SmoothPlastic
  806. p39.Name = "apart"
  807. p39.CFrame = CFrame.new(3.18215156, 156.940414, 39.9487991, 3.04738587e-005, -1, -3.05175854e-005, -3.05603608e-005, -3.05185022e-005, 1, -1, -3.0472931e-005, -3.05612703e-005)
  808. p39.CanCollide = false
  809. p39.FormFactor = Enum.FormFactor.Custom
  810. p39.Size = Vector3.new(0.819928885, 0.256227732, 0.973665357)
  811. p39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  812. p39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  813. p39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  814. p39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  815. p39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  816. p39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  817. b37 = Instance.new("SpecialMesh", p39)
  818. b37.MeshType = Enum.MeshType.Brick
  819. b37.Name = "Mesh"
  820. b37.Scale = Vector3.new(1, 1.00999999, 1.00999999)
  821. p40 = Instance.new("Part", m)
  822. p40.BrickColor = BrickColor.new("Dark red")
  823. p40.Material = Enum.Material.SmoothPlastic
  824. p40.Name = "apart"
  825. p40.CFrame = CFrame.new(3.18215179, 156.94043, 40.0000381, 3.04738587e-005, -1, -3.05175854e-005, -3.05603608e-005, -3.05185022e-005, 1, -1, -3.0472931e-005, -3.05612703e-005)
  826. p40.CanCollide = false
  827. p40.FormFactor = Enum.FormFactor.Custom
  828. p40.Size = Vector3.new(1.53736663, 0.256227732, 0.973665357)
  829. p40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  830. p40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  831. p40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  832. p40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  833. p40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  834. p40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  835. b38 = Instance.new("SpecialMesh", p40)
  836. b38.MeshType = Enum.MeshType.Torso
  837. b38.Name = "Mesh"
  838. p41 = Instance.new("Part", m)
  839. p41.BrickColor = BrickColor.new("Bright red")
  840. p41.Material = Enum.Material.SmoothPlastic
  841. p41.Name = "apart"
  842. p41.CFrame = CFrame.new(4.43766689, 158.093491, 39.9999962, -1, 4.30663349e-005, 4.51109372e-010, 1.85900717e-009, 5.34494684e-005, -1, -4.30663422e-005, -1, -5.34494757e-005)
  843. p41.CanCollide = false
  844. p41.FormFactor = Enum.FormFactor.Custom
  845. p41.Size = Vector3.new(0.409964442, 0.922419786, 0.922419786)
  846. p41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  847. p41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  848. p41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  849. p41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  850. p41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  851. p41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  852. b39 = Instance.new("SpecialMesh", p41)
  853. b39.MeshType = Enum.MeshType.Sphere
  854. b39.Name = "Mesh"
  855. p42 = Instance.new("Part", m)
  856. p42.BrickColor = BrickColor.new("Bright red")
  857. p42.Material = Enum.Material.SmoothPlastic
  858. p42.Name = "apart"
  859. p42.CFrame = CFrame.new(3.82272005, 158.093506, 39.2825584, -3.05612848e-005, -1, -3.05175745e-005, -3.05603535e-005, 3.05185167e-005, -1, 1, -3.05603608e-005, -3.05612921e-005)
  860. p42.CanCollide = false
  861. p42.FormFactor = Enum.FormFactor.Custom
  862. p42.Size = Vector3.new(0.307473212, 0.512455463, 0.512455463)
  863. p42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  864. p42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  865. p42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  866. p42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  867. p42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  868. p42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  869. b40 = Instance.new("SpecialMesh", p42)
  870. b40.MeshType = Enum.MeshType.Sphere
  871. b40.Name = "Mesh"
  872. p43 = Instance.new("Part", m)
  873. p43.BrickColor = BrickColor.new("Bright red")
  874. p43.Material = Enum.Material.SmoothPlastic
  875. p43.Name = "apart"
  876. p43.CFrame = CFrame.new(4.3864212, 158.093475, 39.9999924, -1, 4.30663349e-005, 4.50970816e-010, 1.8563604e-009, 5.34494684e-005, -1, -4.30663422e-005, -1, -5.3449472e-005)
  877. p43.CanCollide = false
  878. p43.FormFactor = Enum.FormFactor.Custom
  879. p43.Size = Vector3.new(0.245498881, 0.922419786, 0.922419786)
  880. p43.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  881. p43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  882. p43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  883. p43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  884. p43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  885. p43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  886. b41 = Instance.new("SpecialMesh", p43)
  887. b41.MeshType = Enum.MeshType.Cylinder
  888. b41.Name = "Mesh"
  889. b41.Scale = Vector3.new(0.417480975, 1, 1)
  890. p44 = Instance.new("Part", m)
  891. p44.BrickColor = BrickColor.new("Dark red")
  892. p44.Material = Enum.Material.SmoothPlastic
  893. p44.Name = "apart"
  894. p44.CFrame = CFrame.new(4.18143892, 158.093475, 39.9999886, -4.37157723e-008, -2.66764388e-012, -1, 1, -3.05612884e-005, -4.37103154e-008, -3.05612884e-005, -1, -2.66975331e-012)
  895. p44.CanCollide = false
  896. p44.FormFactor = Enum.FormFactor.Custom
  897. p44.Size = Vector3.new(0.245498881, 1.02491093, 1.02491093)
  898. p44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  899. p44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  900. p44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  901. p44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  902. p44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  903. p44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  904. b42 = Instance.new("SpecialMesh", p44)
  905. b42.MeshType = Enum.MeshType.Cylinder
  906. b42.Name = "Mesh"
  907. b42.Scale = Vector3.new(0.626221538, 1, 1)
  908. p45 = Instance.new("Part", m)
  909. p45.BrickColor = BrickColor.new("Really black")
  910. p45.Material = Enum.Material.Neon
  911. p45.Name = "apart"
  912. p45.CFrame = CFrame.new(4.18143892, 158.093475, 39.9999886, -4.37157723e-008, -2.66764388e-012, -1, 1, -3.05612884e-005, -4.37103154e-008, -3.05612884e-005, -1, -2.66975331e-012)
  913. p45.CanCollide = false
  914. p45.FormFactor = Enum.FormFactor.Custom
  915. p45.Size = Vector3.new(0.245498881, 1.02491093, 1.02491093)
  916. p45.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  917. p45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  918. p45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  919. p45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  920. p45.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  921. p45.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  922. b43 = Instance.new("SpecialMesh", p45)
  923. b43.MeshType = Enum.MeshType.Cylinder
  924. b43.Name = "Mesh"
  925. b43.Scale = Vector3.new(0.313110769, 1.00999999, 1.00999999)
  926. p46 = Instance.new("Part", m)
  927. p46.BrickColor = BrickColor.new("Bright red")
  928. p46.Material = Enum.Material.SmoothPlastic
  929. p46.Name = "apart"
  930. p46.CFrame = CFrame.new(3.82271981, 158.093491, 40.7174263, -3.05612884e-005, -1, -3.05175763e-005, -3.05603571e-005, 3.05185131e-005, -1, 1, -3.05603571e-005, -3.05612884e-005)
  931. p46.CanCollide = false
  932. p46.FormFactor = Enum.FormFactor.Custom
  933. p46.Size = Vector3.new(0.307473212, 0.512455463, 0.512455463)
  934. p46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  935. p46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  936. p46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  937. p46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  938. p46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  939. p46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  940. b44 = Instance.new("SpecialMesh", p46)
  941. b44.MeshType = Enum.MeshType.Sphere
  942. b44.Name = "Mesh"
  943. p48 = Instance.new("Part", m)
  944. p48.BrickColor = BrickColor.new("Really black")
  945. p48.Material = Enum.Material.Neon
  946. p48.Name = "apart"
  947. p48.CFrame = CFrame.new(3.05403709, 158.529068, 39.8975182, -3.05612884e-005, 1, -3.05166468e-005, 6.10798015e-005, -3.05147805e-005, -1, -1, -3.05631511e-005, -6.10788702e-005)
  948. p48.CanCollide = false
  949. p48.FormFactor = Enum.FormFactor.Custom
  950. p48.Size = Vector3.new(0.245498881, 0.512455463, 0.245498881)
  951. p48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  952. p48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  953. p48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  954. p48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  955. p48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  956. p48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  957. b45 = Instance.new("SpecialMesh", p48)
  958. b45.MeshType = Enum.MeshType.Wedge
  959. b45.Name = "Mesh"
  960. b45.Scale = Vector3.new(0.208740532, 1.00999999, 0.626221359)
  961. p49 = Instance.new("Part", m)
  962. p49.BrickColor = BrickColor.new("Bright red")
  963. p49.Material = Enum.Material.SmoothPlastic
  964. p49.Name = "apart"
  965. p49.CFrame = CFrame.new(4.69389391, 158.09346, 39.9999847, -1, 4.30663385e-005, 4.47471393e-010, 1.85536919e-009, 5.34494684e-005, -1, -4.30663385e-005, -1, -5.34494757e-005)
  966. p49.CanCollide = false
  967. p49.FormFactor = Enum.FormFactor.Custom
  968. p49.Size = Vector3.new(0.245498881, 0.409964353, 0.245498881)
  969. p49.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  970. p49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  971. p49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  972. p49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  973. p49.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  974. p49.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  975. b46 = Instance.new("SpecialMesh", p49)
  976. b46.MeshType = Enum.MeshType.Brick
  977. b46.Name = "Mesh"
  978. b46.Scale = Vector3.new(0.417481035, 1.00999999, 0.834961772)
  979. p50 = Instance.new("Part", m)
  980. p50.BrickColor = BrickColor.new("Dark red")
  981. p50.Material = Enum.Material.SmoothPlastic
  982. p50.Name = "apart"
  983. p50.CFrame = CFrame.new(4.64264822, 158.09346, 39.9999847, -1, 4.30663385e-005, 4.47471393e-010, 1.85536919e-009, 5.34494684e-005, -1, -4.30663385e-005, -1, -5.34494757e-005)
  984. p50.CanCollide = false
  985. p50.FormFactor = Enum.FormFactor.Custom
  986. p50.Size = Vector3.new(0.245498881, 0.409964353, 0.307473242)
  987. p50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  988. p50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  989. p50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  990. p50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  991. p50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  992. p50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  993. b47 = Instance.new("SpecialMesh", p50)
  994. b47.MeshType = Enum.MeshType.Brick
  995. b47.Name = "Mesh"
  996. b47.Scale = Vector3.new(0.417481035, 1, 1)
  997. p51 = Instance.new("Part", m)
  998. p51.BrickColor = BrickColor.new("Really black")
  999. p51.Material = Enum.Material.Neon
  1000. p51.Name = "apart"
  1001. p51.CFrame = CFrame.new(3.05403709, 158.195969, 39.8974838, -0.000274701917, -0.99999994, -3.04719488e-005, 0.000183053358, -3.05222311e-005, 1, -0.99999994, 0.000274696329, 0.000183061755)
  1002. p51.CanCollide = false
  1003. p51.FormFactor = Enum.FormFactor.Custom
  1004. p51.Size = Vector3.new(0.245498881, 0.512455463, 0.512455463)
  1005. p51.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1006. p51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1007. p51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1008. p51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1009. p51.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1010. p51.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1011. b48 = Instance.new("SpecialMesh", p51)
  1012. b48.MeshType = Enum.MeshType.Wedge
  1013. b48.Name = "Mesh"
  1014. b48.Scale = Vector3.new(0.208740532, 1.00999999, 1)
  1015. p52 = Instance.new("Part", m)
  1016. p52.BrickColor = BrickColor.new("Really black")
  1017. p52.Material = Enum.Material.SmoothPlastic
  1018. p52.Name = "apart"
  1019. p52.CFrame = CFrame.new(3.2077713, 158.272842, 40.7174377, 0.000228409393, -0.965923071, 0.258828998, -0.000213359453, 0.258829027, 0.96592319, -0.99999994, -0.000275849539, -0.00014696976)
  1020. p52.CanCollide = false
  1021. p52.FormFactor = Enum.FormFactor.Custom
  1022. p52.Size = Vector3.new(0.245498881, 1.02491093, 0.245498881)
  1023. p52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1024. p52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1025. p52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1026. p52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1027. p52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1028. p52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1029. b49 = Instance.new("SpecialMesh", p52)
  1030. b49.MeshType = Enum.MeshType.Wedge
  1031. b49.Name = "Mesh"
  1032. b49.Scale = Vector3.new(0.208740532, 1, 0.626221359)
  1033. p53 = Instance.new("Part", m)
  1034. p53.BrickColor = BrickColor.new("Bright red")
  1035. p53.Material = Enum.Material.SmoothPlastic
  1036. p53.Name = "apart"
  1037. p53.CFrame = CFrame.new(3.82271767, 158.093475, 39.9999886, -3.05612375e-005, -1, -3.04430723e-005, -3.05603317e-005, 3.0502677e-005, -1.00000012, 1, -3.05603717e-005, -3.05613357e-005)
  1038. p53.CanCollide = false
  1039. p53.FormFactor = Enum.FormFactor.Custom
  1040. p53.Size = Vector3.new(1.43487537, 0.512455463, 0.512455463)
  1041. p53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1042. p53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1043. p53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1044. p53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1045. p53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1046. p53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1047. b50 = Instance.new("SpecialMesh", p53)
  1048. b50.MeshType = Enum.MeshType.Cylinder
  1049. b50.Name = "Mesh"
  1050. p54 = Instance.new("Part", m)
  1051. p54.BrickColor = BrickColor.new("Dark red")
  1052. p54.Material = Enum.Material.SmoothPlastic
  1053. p54.Name = "apart"
  1054. p54.CFrame = CFrame.new(3.82271767, 158.093491, 39.4363022, 3.07936716e-008, -3.99507094e-011, 1, -1.00000012, -0.000152631663, -2.78741936e-008, 0.000152631561, -1, 2.18273732e-011)
  1055. p54.CanCollide = false
  1056. p54.FormFactor = Enum.FormFactor.Custom
  1057. p54.Size = Vector3.new(1.02491105, 0.245498881, 1.02491093)
  1058. p54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1059. p54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1060. p54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1061. p54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1062. p54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1063. p54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1064. b51 = Instance.new("SpecialMesh", p54)
  1065. b51.MeshType = Enum.MeshType.Torso
  1066. b51.Name = "Mesh"
  1067. b51.Scale = Vector3.new(1, 0.417480916, 1)
  1068. p55 = Instance.new("Part", m)
  1069. p55.BrickColor = BrickColor.new("Bright red")
  1070. p55.Material = Enum.Material.SmoothPlastic
  1071. p55.Name = "apart"
  1072. p55.CFrame = CFrame.new(3.05403447, 158.195984, 39.6669159, -0.000274701975, -0.99999994, -3.05464528e-005, 0.000183053344, -3.05380709e-005, 1.00000012, -1, 0.000274696329, 0.000183061798)
  1073. p55.CanCollide = false
  1074. p55.FormFactor = Enum.FormFactor.Custom
  1075. p55.Size = Vector3.new(0.358718932, 0.512455463, 0.512455463)
  1076. p55.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1077. p55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1078. p55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1079. p55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1080. p55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1081. p55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1082. b52 = Instance.new("SpecialMesh", p55)
  1083. b52.MeshType = Enum.MeshType.Wedge
  1084. b52.Name = "Mesh"
  1085. p56 = Instance.new("Part", m)
  1086. p56.BrickColor = BrickColor.new("Really black")
  1087. p56.Material = Enum.Material.SmoothPlastic
  1088. p56.Name = "apart"
  1089. p56.CFrame = CFrame.new(2.7465601, 158.529114, 39.8975143, -0.000274701975, -0.999999881, -3.05464528e-005, 0.000183053344, -3.05380672e-005, 1.00000012, -1, 0.0002746963, 0.000183061798)
  1090. p56.CanCollide = false
  1091. p56.FormFactor = Enum.FormFactor.Custom
  1092. p56.Size = Vector3.new(0.245498881, 0.245498881, 0.245498881)
  1093. p56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1094. p56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1095. p56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1096. p56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1097. p56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1098. p56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1099. b53 = Instance.new("SpecialMesh", p56)
  1100. b53.MeshType = Enum.MeshType.Wedge
  1101. b53.Name = "Mesh"
  1102. b53.Scale = Vector3.new(0.417481065, 0.417480946, 0.626221359)
  1103. p57 = Instance.new("Part", m)
  1104. p57.BrickColor = BrickColor.new("Really black")
  1105. p57.Material = Enum.Material.SmoothPlastic
  1106. p57.Name = "apart"
  1107. p57.CFrame = CFrame.new(3.05403423, 158.529099, 40.1024895, -3.05613503e-005, 0.999999881, -3.04421301e-005, 6.10797433e-005, -3.04989571e-005, -1.00000012, -1, -3.05630856e-005, -6.10789066e-005)
  1108. p57.CanCollide = false
  1109. p57.FormFactor = Enum.FormFactor.Custom
  1110. p57.Size = Vector3.new(0.245498881, 0.512455463, 0.245498881)
  1111. p57.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1112. p57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1113. p57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1114. p57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1115. p57.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1116. p57.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1117. b54 = Instance.new("SpecialMesh", p57)
  1118. b54.MeshType = Enum.MeshType.Wedge
  1119. b54.Name = "Mesh"
  1120. b54.Scale = Vector3.new(0.417481065, 1, 0.626221359)
  1121. p58 = Instance.new("Part", m)
  1122. p58.BrickColor = BrickColor.new("Dark red")
  1123. p58.Material = Enum.Material.SmoothPlastic
  1124. p58.Name = "apart"
  1125. p58.CFrame = CFrame.new(3.82271719, 158.093506, 40.5636864, -1.18223397e-007, 6.08786355e-011, 0.999999881, 1.00000012, -4.36484697e-008, 5.95373422e-008, 4.37539711e-008, 1, 6.57935928e-011)
  1126. p58.CanCollide = false
  1127. p58.FormFactor = Enum.FormFactor.Custom
  1128. p58.Size = Vector3.new(1.02491105, 0.245498881, 1.02491093)
  1129. p58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1130. p58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1131. p58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1132. p58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1133. p58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1134. p58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1135. b55 = Instance.new("SpecialMesh", p58)
  1136. b55.MeshType = Enum.MeshType.Torso
  1137. b55.Name = "Mesh"
  1138. b55.Scale = Vector3.new(1, 0.417480916, 1)
  1139. p59 = Instance.new("Part", m)
  1140. p59.BrickColor = BrickColor.new("Dark red")
  1141. p59.Material = Enum.Material.SmoothPlastic
  1142. p59.Name = "apart"
  1143. p59.CFrame = CFrame.new(3.82271719, 158.093506, 39.9999809, 5.34067403e-005, -0.999999881, -4.31585322e-005, 1.00000012, 5.34654391e-005, 1.43842538e-009, 9.74580416e-010, -4.31586632e-005, 1)
  1144. p59.CanCollide = false
  1145. p59.FormFactor = Enum.FormFactor.Custom
  1146. p59.Size = Vector3.new(1.02491105, 1.02491093, 1.02491093)
  1147. p59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1148. p59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1149. p59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1150. p59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1151. p59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1152. p59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1153. b56 = Instance.new("SpecialMesh", p59)
  1154. b56.MeshType = Enum.MeshType.Brick
  1155. b56.Name = "Mesh"
  1156. p60 = Instance.new("Part", m)
  1157. p60.BrickColor = BrickColor.new("Really black")
  1158. p60.Material = Enum.Material.Neon
  1159. p60.Name = "apart"
  1160. p60.CFrame = CFrame.new(3.05403423, 158.529114, 40.1024895, -3.05613539e-005, 0.999999881, -3.04421301e-005, 6.10797433e-005, -3.04989553e-005, -1.00000012, -1, -3.05630856e-005, -6.10789139e-005)
  1161. p60.CanCollide = false
  1162. p60.FormFactor = Enum.FormFactor.Custom
  1163. p60.Size = Vector3.new(0.245498881, 0.512455463, 0.245498881)
  1164. p60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1165. p60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1166. p60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1167. p60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1168. p60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1169. p60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1170. b57 = Instance.new("SpecialMesh", p60)
  1171. b57.MeshType = Enum.MeshType.Wedge
  1172. b57.Name = "Mesh"
  1173. b57.Scale = Vector3.new(0.208740532, 1.00999999, 0.626221359)
  1174. p61 = Instance.new("Part", m)
  1175. p61.BrickColor = BrickColor.new("Really black")
  1176. p61.Material = Enum.Material.SmoothPlastic
  1177. p61.Name = "apart"
  1178. p61.CFrame = CFrame.new(3.05403423, 158.19603, 39.89748, -0.000274701946, -0.999999821, -3.05464564e-005, 0.000183053315, -3.05380599e-005, 1.00000012, -0.99999994, 0.000274696271, 0.000183061798)
  1179. p61.CanCollide = false
  1180. p61.FormFactor = Enum.FormFactor.Custom
  1181. p61.Size = Vector3.new(0.245498881, 0.512455463, 0.512455463)
  1182. p61.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1183. p61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1184. p61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1185. p61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1186. p61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1187. p61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1188. b58 = Instance.new("SpecialMesh", p61)
  1189. b58.MeshType = Enum.MeshType.Wedge
  1190. b58.Name = "Mesh"
  1191. b58.Scale = Vector3.new(0.417481065, 1, 1)
  1192. p62 = Instance.new("Part", m)
  1193. p62.BrickColor = BrickColor.new("Bright red")
  1194. p62.Material = Enum.Material.SmoothPlastic
  1195. p62.Name = "apart"
  1196. p62.CFrame = CFrame.new(3.20776844, 158.272903, 40.7686882, 0.000228409335, -0.965923011, 0.258828908, -0.000213359541, 0.258829057, 0.965923309, -0.99999994, -0.000275849598, -0.000146969687)
  1197. p62.CanCollide = false
  1198. p62.FormFactor = Enum.FormFactor.Custom
  1199. p62.Size = Vector3.new(0.245498881, 1.02491093, 0.245498881)
  1200. p62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1201. p62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1202. p62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1203. p62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1204. p62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1205. p62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1206. b59 = Instance.new("SpecialMesh", p62)
  1207. b59.MeshType = Enum.MeshType.Wedge
  1208. b59.Name = "Mesh"
  1209. b59.Scale = Vector3.new(0.208740532, 1, 0.626221359)
  1210. p63 = Instance.new("Part", m)
  1211. p63.BrickColor = BrickColor.new("Really black")
  1212. p63.Material = Enum.Material.SmoothPlastic
  1213. p63.Name = "apart"
  1214. p63.CFrame = CFrame.new(3.05403471, 158.196045, 40.1024666, -0.000274702004, -0.999999821, -3.05771828e-005, 0.000183053315, -3.04877758e-005, 1.00000024, -1, 0.000274696242, 0.000183061857)
  1215. p63.CanCollide = false
  1216. p63.FormFactor = Enum.FormFactor.Custom
  1217. p63.Size = Vector3.new(0.245498881, 0.512455463, 0.512455463)
  1218. p63.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1219. p63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1220. p63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1221. p63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1222. p63.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1223. p63.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1224. b60 = Instance.new("SpecialMesh", p63)
  1225. b60.MeshType = Enum.MeshType.Wedge
  1226. b60.Name = "Mesh"
  1227. b60.Scale = Vector3.new(0.417481065, 1, 1)
  1228. p64 = Instance.new("Part", m)
  1229. p64.BrickColor = BrickColor.new("Bright red")
  1230. p64.Material = Enum.Material.SmoothPlastic
  1231. p64.Name = "apart"
  1232. p64.CFrame = CFrame.new(2.7465601, 158.529175, 40.3330841, -0.000274702004, -0.999999762, -3.05771828e-005, 0.000183053315, -3.0487774e-005, 1.00000024, -1, 0.000274696213, 0.000183061857)
  1233. p64.CanCollide = false
  1234. p64.FormFactor = Enum.FormFactor.Custom
  1235. p64.Size = Vector3.new(0.358718932, 0.245498881, 0.245498881)
  1236. p64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1237. p64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1238. p64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1239. p64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1240. p64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1241. p64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1242. b61 = Instance.new("SpecialMesh", p64)
  1243. b61.MeshType = Enum.MeshType.Wedge
  1244. b61.Name = "Mesh"
  1245. b61.Scale = Vector3.new(1, 0.417480946, 0.626221359)
  1246. p65 = Instance.new("Part", m)
  1247. p65.BrickColor = BrickColor.new("Bright red")
  1248. p65.Material = Enum.Material.SmoothPlastic
  1249. p65.Name = "apart"
  1250. p65.CFrame = CFrame.new(2.74655938, 158.52919, 39.6668968, -0.000274702004, -0.999999702, -3.05771828e-005, 0.000183053315, -3.04877722e-005, 1.00000024, -1, 0.000274696184, 0.000183061857)
  1251. p65.CanCollide = false
  1252. p65.FormFactor = Enum.FormFactor.Custom
  1253. p65.Size = Vector3.new(0.358718932, 0.245498881, 0.245498881)
  1254. p65.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1255. p65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1256. p65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1257. p65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1258. p65.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1259. p65.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1260. b62 = Instance.new("SpecialMesh", p65)
  1261. b62.MeshType = Enum.MeshType.Wedge
  1262. b62.Name = "Mesh"
  1263. b62.Scale = Vector3.new(1, 0.417480946, 0.626221359)
  1264. p66 = Instance.new("Part", m)
  1265. p66.BrickColor = BrickColor.new("Bright red")
  1266. p66.Material = Enum.Material.SmoothPlastic
  1267. p66.Name = "apart"
  1268. p66.CFrame = CFrame.new(3.05403376, 158.196106, 40.3330727, -0.000274702004, -0.999999642, -3.05771828e-005, 0.000183053315, -3.04877703e-005, 1.00000024, -1, 0.000274696155, 0.000183061857)
  1269. p66.CanCollide = false
  1270. p66.FormFactor = Enum.FormFactor.Custom
  1271. p66.Size = Vector3.new(0.358718932, 0.512455463, 0.512455463)
  1272. p66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1273. p66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1274. p66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1275. p66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1276. p66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1277. p66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1278. b63 = Instance.new("SpecialMesh", p66)
  1279. b63.MeshType = Enum.MeshType.Wedge
  1280. b63.Name = "Mesh"
  1281. p67 = Instance.new("Part", m)
  1282. p67.BrickColor = BrickColor.new("Really black")
  1283. p67.Material = Enum.Material.Neon
  1284. p67.Name = "apart"
  1285. p67.CFrame = CFrame.new(3.05403376, 158.196106, 40.1024437, -0.000274702004, -0.999999583, -3.05771828e-005, 0.000183053315, -3.04877685e-005, 1.00000024, -1, 0.000274696125, 0.000183061857)
  1286. p67.CanCollide = false
  1287. p67.FormFactor = Enum.FormFactor.Custom
  1288. p67.Size = Vector3.new(0.245498881, 0.512455463, 0.512455463)
  1289. p67.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1290. p67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1291. p67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1292. p67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1293. p67.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1294. p67.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1295. b64 = Instance.new("SpecialMesh", p67)
  1296. b64.MeshType = Enum.MeshType.Wedge
  1297. b64.Name = "Mesh"
  1298. b64.Scale = Vector3.new(0.208740532, 1.00999999, 1)
  1299. p68 = Instance.new("Part", m)
  1300. p68.BrickColor = BrickColor.new("Really black")
  1301. p68.Material = Enum.Material.SmoothPlastic
  1302. p68.Name = "apart"
  1303. p68.CFrame = CFrame.new(2.74655938, 158.529221, 40.1024551, -0.000274702004, -0.999999523, -3.05771828e-005, 0.000183053315, -3.04877667e-005, 1.00000024, -1, 0.000274696096, 0.000183061857)
  1304. p68.CanCollide = false
  1305. p68.FormFactor = Enum.FormFactor.Custom
  1306. p68.Size = Vector3.new(0.245498881, 0.245498881, 0.245498881)
  1307. p68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1308. p68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1309. p68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1310. p68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1311. p68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1312. p68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1313. b65 = Instance.new("SpecialMesh", p68)
  1314. b65.MeshType = Enum.MeshType.Wedge
  1315. b65.Name = "Mesh"
  1316. b65.Scale = Vector3.new(0.417481065, 0.417480946, 0.626221359)
  1317. p69 = Instance.new("Part", m)
  1318. p69.BrickColor = BrickColor.new("Bright red")
  1319. p69.Material = Enum.Material.SmoothPlastic
  1320. p69.Name = "apart"
  1321. p69.CFrame = CFrame.new(3.05403352, 158.529205, 40.3330612, -3.05614631e-005, 0.999999523, -3.04113782e-005, 6.10796851e-005, -3.05492649e-005, -1.00000024, -1, -3.05628819e-005, -6.10789648e-005)
  1322. p69.CanCollide = false
  1323. p69.FormFactor = Enum.FormFactor.Custom
  1324. p69.Size = Vector3.new(0.358718932, 0.512455463, 0.245498881)
  1325. p69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1326. p69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1327. p69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1328. p69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1329. p69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1330. p69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1331. b66 = Instance.new("SpecialMesh", p69)
  1332. b66.MeshType = Enum.MeshType.Wedge
  1333. b66.Name = "Mesh"
  1334. b66.Scale = Vector3.new(1, 1, 0.626221359)
  1335. p70 = Instance.new("Part", m)
  1336. p70.BrickColor = BrickColor.new("Really black")
  1337. p70.Material = Enum.Material.SmoothPlastic
  1338. p70.Name = "apart"
  1339. p70.CFrame = CFrame.new(3.05403328, 158.529221, 39.89748, -3.05614631e-005, 0.999999523, -3.04113782e-005, 6.10796851e-005, -3.05492649e-005, -1.00000024, -1, -3.05628819e-005, -6.10789648e-005)
  1340. p70.CanCollide = false
  1341. p70.FormFactor = Enum.FormFactor.Custom
  1342. p70.Size = Vector3.new(0.245498881, 0.512455463, 0.245498881)
  1343. p70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1344. p70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1345. p70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1346. p70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1347. p70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1348. p70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1349. b67 = Instance.new("SpecialMesh", p70)
  1350. b67.MeshType = Enum.MeshType.Wedge
  1351. b67.Name = "Mesh"
  1352. b67.Scale = Vector3.new(0.417481065, 1, 0.626221359)
  1353. p71 = Instance.new("Part", m)
  1354. p71.BrickColor = BrickColor.new("Really black")
  1355. p71.Material = Enum.Material.Neon
  1356. p71.Name = "apart"
  1357. p71.CFrame = CFrame.new(3.82271624, 158.093628, 40.6661491, -3.05610884e-005, -0.999999523, -3.04123096e-005, -3.05602262e-005, 3.05529975e-005, -1.00000024, 1, -3.05606263e-005, -3.0561383e-005)
  1358. p71.CanCollide = false
  1359. p71.FormFactor = Enum.FormFactor.Custom
  1360. p71.Size = Vector3.new(0.245498881, 0.512455463, 0.512455463)
  1361. p71.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1362. p71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1363. p71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1364. p71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1365. p71.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1366. p71.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1367. b68 = Instance.new("SpecialMesh", p71)
  1368. b68.MeshType = Enum.MeshType.Cylinder
  1369. b68.Name = "Mesh"
  1370. b68.Scale = Vector3.new(0.208740488, 1.00999999, 1.00999999)
  1371. p72 = Instance.new("Part", m)
  1372. p72.BrickColor = BrickColor.new("Bright red")
  1373. p72.Material = Enum.Material.SmoothPlastic
  1374. p72.Name = "apart"
  1375. p72.CFrame = CFrame.new(3.05403328, 158.529221, 39.6668777, -3.05614631e-005, 0.999999523, -3.04113764e-005, 6.10796851e-005, -3.05492686e-005, -1.00000024, -1, -3.05628819e-005, -6.10789648e-005)
  1376. p72.CanCollide = false
  1377. p72.FormFactor = Enum.FormFactor.Custom
  1378. p72.Size = Vector3.new(0.358718932, 0.512455463, 0.245498881)
  1379. p72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1380. p72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1381. p72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1382. p72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1383. p72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1384. p72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1385. b69 = Instance.new("SpecialMesh", p72)
  1386. b69.MeshType = Enum.MeshType.Wedge
  1387. b69.Name = "Mesh"
  1388. b69.Scale = Vector3.new(1, 1, 0.626221359)
  1389. p73 = Instance.new("Part", m)
  1390. p73.BrickColor = BrickColor.new("Bright red")
  1391. p73.Material = Enum.Material.SmoothPlastic
  1392. p73.Name = "apart"
  1393. p73.CFrame = CFrame.new(3.20776749, 158.27298, 39.2312889, 0.000228409161, -0.965922713, 0.258828849, -0.000213359599, 0.258829117, 0.965923429, -1, -0.00027584983, -0.000146969658)
  1394. p73.CanCollide = false
  1395. p73.FormFactor = Enum.FormFactor.Custom
  1396. p73.Size = Vector3.new(0.245498881, 1.02491093, 0.245498881)
  1397. p73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1398. p73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1399. p73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1400. p73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1401. p73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1402. p73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1403. b70 = Instance.new("SpecialMesh", p73)
  1404. b70.MeshType = Enum.MeshType.Wedge
  1405. b70.Name = "Mesh"
  1406. b70.Scale = Vector3.new(0.208740532, 1, 0.626221359)
  1407. p74 = Instance.new("Part", m)
  1408. p74.BrickColor = BrickColor.new("Really black")
  1409. p74.Material = Enum.Material.SmoothPlastic
  1410. p74.Name = "apart"
  1411. p74.CFrame = CFrame.new(3.20777059, 158.27298, 39.282547, 0.000228409161, -0.965922713, 0.258828819, -0.000213359614, 0.258829117, 0.965923369, -1.00000012, -0.000275849859, -0.000146969644)
  1412. p74.CanCollide = false
  1413. p74.FormFactor = Enum.FormFactor.Custom
  1414. p74.Size = Vector3.new(0.245498881, 1.02491093, 0.245498881)
  1415. p74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1416. p74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1417. p74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1418. p74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1419. p74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1420. p74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1421. b71 = Instance.new("SpecialMesh", p74)
  1422. b71.MeshType = Enum.MeshType.Wedge
  1423. b71.Name = "Mesh"
  1424. b71.Scale = Vector3.new(0.208740532, 1, 0.626221359)
  1425. p75 = Instance.new("Part", m)
  1426. p75.BrickColor = BrickColor.new("Really black")
  1427. p75.Material = Enum.Material.Neon
  1428. p75.Name = "apart"
  1429. p75.CFrame = CFrame.new(3.82271242, 158.093628, 39.3337746, -3.05610592e-005, -0.999999583, -3.03685665e-005, -3.05602152e-005, 3.05473804e-005, -1.00000036, 1.00000024, -3.05606482e-005, -3.05614085e-005)
  1430. p75.CanCollide = false
  1431. p75.FormFactor = Enum.FormFactor.Custom
  1432. p75.Size = Vector3.new(0.245498881, 0.512455463, 0.512455463)
  1433. p75.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1434. p75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1435. p75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1436. p75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1437. p75.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1438. p75.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1439. b72 = Instance.new("SpecialMesh", p75)
  1440. b72.MeshType = Enum.MeshType.Cylinder
  1441. b72.Name = "Mesh"
  1442. b72.Scale = Vector3.new(0.208740488, 1.00999999, 1.00999999)
  1443. p76 = Instance.new("Part", m)
  1444. p76.BrickColor = BrickColor.new("Really black")
  1445. p76.Material = Enum.Material.Neon
  1446. p76.Name = "apart"
  1447. p76.CFrame = CFrame.new(4.6938858, 158.093613, 39.999958, -0.999999583, 4.30660984e-005, 1.49448169e-007, 3.07118171e-008, 5.34493374e-005, -1.00000036, -4.30666332e-005, -1.00000024, -5.34495957e-005)
  1448. p76.CanCollide = false
  1449. p76.FormFactor = Enum.FormFactor.Custom
  1450. p76.Size = Vector3.new(0.245498881, 0.409964353, 0.245498881)
  1451. p76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1452. p76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1453. p76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1454. p76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1455. p76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1456. p76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1457. b73 = Instance.new("SpecialMesh", p76)
  1458. b73.MeshType = Enum.MeshType.Brick
  1459. b73.Name = "Mesh"
  1460. b73.Scale = Vector3.new(0.421655834, 1.01999998, 0.333984703)
  1461. p77 = Instance.new("Part", m)
  1462. p77.BrickColor = BrickColor.new("Really black")
  1463. p77.Material = Enum.Material.Neon
  1464. p77.Name = "apart"
  1465. p77.CFrame = CFrame.new(2.74655533, 158.529221, 40.1024628, -0.000274702033, -0.999999523, -3.06209367e-005, 0.000183053286, -3.04933837e-005, 1.00000036, -1.00000012, 0.000274696125, 0.0001830619)
  1466. p77.CanCollide = false
  1467. p77.FormFactor = Enum.FormFactor.Custom
  1468. p77.Size = Vector3.new(0.245498881, 0.245498881, 0.245498881)
  1469. p77.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1470. p77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1471. p77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1472. p77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1473. p77.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1474. p77.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1475. b74 = Instance.new("SpecialMesh", p77)
  1476. b74.MeshType = Enum.MeshType.Wedge
  1477. b74.Name = "Mesh"
  1478. b74.Scale = Vector3.new(0.208740532, 0.417480946, 0.632483602)
  1479. p78 = Instance.new("Part", m)
  1480. p78.BrickColor = BrickColor.new("Really black")
  1481. p78.Material = Enum.Material.Neon
  1482. p78.Name = "apart"
  1483. p78.CFrame = CFrame.new(2.74655509, 158.529236, 39.8974838, -0.000274702033, -0.999999464, -3.06209367e-005, 0.000183053286, -3.04933819e-005, 1.00000036, -1.00000012, 0.000274696096, 0.0001830619)
  1484. p78.CanCollide = false
  1485. p78.FormFactor = Enum.FormFactor.Custom
  1486. p78.Size = Vector3.new(0.245498881, 0.245498881, 0.245498881)
  1487. p78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1488. p78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1489. p78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1490. p78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1491. p78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1492. p78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1493. b75 = Instance.new("SpecialMesh", p78)
  1494. b75.MeshType = Enum.MeshType.Wedge
  1495. b75.Name = "Mesh"
  1496. b75.Scale = Vector3.new(0.208740532, 0.417480946, 0.632483602)
  1497. p79 = Instance.new("Part", m)
  1498. p79.BrickColor = BrickColor.new("Dark red")
  1499. p79.Material = Enum.Material.SmoothPlastic
  1500. p79.Name = "apart"
  1501. p79.CFrame = CFrame.new(3.82272029, 157.171036, 41.537384, 1, 7.27595761e-012, 0, 0, 0.999999881, -2.98023224e-008, 0, 2.98023224e-008, 0.999999881)
  1502. p79.CanCollide = false
  1503. p79.FormFactor = Enum.FormFactor.Custom
  1504. p79.Size = Vector3.new(1.02491105, 0.512455463, 1.02491093)
  1505. p79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1506. p79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1507. p79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1508. p79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1509. p79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1510. p79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1511. b76 = Instance.new("SpecialMesh", p79)
  1512. b76.MeshType = Enum.MeshType.Brick
  1513. b76.Name = "Mesh"
  1514. b76.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  1515. p80 = Instance.new("Part", m)
  1516. p80.BrickColor = BrickColor.new("Bright red")
  1517. p80.Material = Enum.Material.SmoothPlastic
  1518. p80.Name = "apart"
  1519. p80.CFrame = CFrame.new(3.82272029, 157.350388, 41.9729614, 1, 7.27595761e-012, 0, 0, 0.999999881, -2.98023224e-008, 0, 2.98023224e-008, 0.999999881)
  1520. p80.CanCollide = false
  1521. p80.FormFactor = Enum.FormFactor.Custom
  1522. p80.Size = Vector3.new(1.02491105, 0.256227732, 0.256227732)
  1523. p80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1524. p80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1525. p80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1526. p80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1527. p80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1528. p80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1529. b77 = Instance.new("SpecialMesh", p80)
  1530. b77.MeshType = Enum.MeshType.Cylinder
  1531. b77.Name = "Mesh"
  1532. b77.Scale = Vector3.new(1.01999998, 1, 1)
  1533. p81 = Instance.new("Part", m)
  1534. p81.BrickColor = BrickColor.new("Persimmon")
  1535. p81.Material = Enum.Material.SmoothPlastic
  1536. p81.Name = "apart"
  1537. p81.CFrame = CFrame.new(3.41275811, 157.555359, 42.3316841, 1, 1.11727404e-005, -4.16862822e-005, -4.16866351e-005, 0.500085592, -0.865975857, 1.11713871e-005, 0.865975857, 0.500085592)
  1538. p81.CanCollide = false
  1539. p81.FormFactor = Enum.FormFactor.Custom
  1540. p81.Size = Vector3.new(0.245498881, 0.768683195, 0.245498881)
  1541. p81.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1542. p81.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1543. p81.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1544. p81.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1545. p81.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1546. p81.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1547. b78 = Instance.new("SpecialMesh", p81)
  1548. b78.MeshType = Enum.MeshType.Wedge
  1549. b78.Name = "Mesh"
  1550. b78.Scale = Vector3.new(0.417481035, 1, 0.626221299)
  1551. p82 = Instance.new("Part", m)
  1552. p82.BrickColor = BrickColor.new("Dark red")
  1553. p82.Material = Enum.Material.SmoothPlastic
  1554. p82.Name = "apart"
  1555. p82.CFrame = CFrame.new(3.82271981, 156.018005, 41.4092636, 1, 3.05180438e-005, -3.05171125e-005, -3.05171106e-005, 0.99999994, 3.05180401e-005, 3.05180401e-005, -3.05171106e-005, 0.99999994)
  1556. p82.CanCollide = false
  1557. p82.FormFactor = Enum.FormFactor.Custom
  1558. p82.Size = Vector3.new(1.02491105, 0.256227732, 0.768683195)
  1559. p82.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1560. p82.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1561. p82.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1562. p82.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1563. p82.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1564. p82.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1565. b79 = Instance.new("SpecialMesh", p82)
  1566. b79.MeshType = Enum.MeshType.Wedge
  1567. b79.Name = "Mesh"
  1568. b79.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  1569. p83 = Instance.new("Part", m)
  1570. p83.BrickColor = BrickColor.new("Dark red")
  1571. p83.Material = Enum.Material.SmoothPlastic
  1572. p83.Name = "apart"
  1573. p83.CFrame = CFrame.new(3.82271981, 156.018005, 41.9217148, 1, 0, 0, 0, 0.99999994, 0, 0, 0, 0.99999994)
  1574. p83.CanCollide = false
  1575. p83.FormFactor = Enum.FormFactor.Custom
  1576. p83.Size = Vector3.new(1.02491105, 0.256227732, 0.256227732)
  1577. p83.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1578. p83.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1579. p83.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1580. p83.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1581. p83.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1582. p83.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1583. b80 = Instance.new("SpecialMesh", p83)
  1584. b80.MeshType = Enum.MeshType.Brick
  1585. b80.Name = "Mesh"
  1586. b80.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  1587. p84 = Instance.new("Part", m)
  1588. p84.BrickColor = BrickColor.new("Dark red")
  1589. p84.Material = Enum.Material.SmoothPlastic
  1590. p84.Name = "apart"
  1591. p84.CFrame = CFrame.new(3.82271981, 155.633667, 41.5373764, 1, 0, 0, 0, 0.99999994, 0, 0, 0, 0.99999994)
  1592. p84.CanCollide = false
  1593. p84.FormFactor = Enum.FormFactor.Custom
  1594. p84.Size = Vector3.new(1.02491105, 0.512455463, 1.02491093)
  1595. p84.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1596. p84.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1597. p84.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1598. p84.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1599. p84.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1600. p84.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1601. b81 = Instance.new("SpecialMesh", p84)
  1602. b81.MeshType = Enum.MeshType.Brick
  1603. b81.Name = "Mesh"
  1604. b81.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  1605. p85 = Instance.new("Part", m)
  1606. p85.BrickColor = BrickColor.new("Persimmon")
  1607. p85.Material = Enum.Material.SmoothPlastic
  1608. p85.Name = "apart"
  1609. p85.CFrame = CFrame.new(4.23268604, 157.555389, 42.331665, 1, 1.11727377e-005, -4.16862786e-005, -4.16866387e-005, 0.500085652, -0.865975916, 1.1171388e-005, 0.865975916, 0.500085652)
  1610. p85.CanCollide = false
  1611. p85.FormFactor = Enum.FormFactor.Custom
  1612. p85.Size = Vector3.new(0.245498881, 0.768683195, 0.245498881)
  1613. p85.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1614. p85.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1615. p85.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1616. p85.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1617. p85.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1618. p85.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1619. b82 = Instance.new("SpecialMesh", p85)
  1620. b82.MeshType = Enum.MeshType.Wedge
  1621. b82.Name = "Mesh"
  1622. b82.Scale = Vector3.new(0.417481035, 1, 0.626221299)
  1623. p86 = Instance.new("Part", m)
  1624. p86.BrickColor = BrickColor.new("Dark red")
  1625. p86.Material = Enum.Material.SmoothPlastic
  1626. p86.Name = "apart"
  1627. p86.CFrame = CFrame.new(3.82272005, 156.402374, 41.9217072, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1628. p86.CanCollide = false
  1629. p86.FormFactor = Enum.FormFactor.Custom
  1630. p86.Size = Vector3.new(1.02491105, 0.512455463, 0.256227732)
  1631. p86.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1632. p86.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1633. p86.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1634. p86.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1635. p86.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1636. p86.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1637. b83 = Instance.new("SpecialMesh", p86)
  1638. b83.MeshType = Enum.MeshType.Wedge
  1639. b83.Name = "Mesh"
  1640. b83.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  1641. p87 = Instance.new("Part", m)
  1642. p87.BrickColor = BrickColor.new("Bright red")
  1643. p87.Material = Enum.Material.SmoothPlastic
  1644. p87.Name = "apart"
  1645. p87.CFrame = CFrame.new(3.82272005, 155.633698, 41.5629883, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1646. p87.CanCollide = false
  1647. p87.FormFactor = Enum.FormFactor.Custom
  1648. p87.Size = Vector3.new(1.02491105, 0.512455463, 0.973665357)
  1649. p87.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1650. p87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1651. p87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1652. p87.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1653. p87.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1654. p87.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1655. b84 = Instance.new("SpecialMesh", p87)
  1656. b84.MeshType = Enum.MeshType.Brick
  1657. b84.Name = "Mesh"
  1658. b84.Scale = Vector3.new(0.5, 1.01999998, 1.01999998)
  1659. p88 = Instance.new("Part", m)
  1660. p88.BrickColor = BrickColor.new("Dark stone grey")
  1661. p88.Material = Enum.Material.SmoothPlastic
  1662. p88.Name = "apart"
  1663. p88.CFrame = CFrame.new(3.82272005, 157.350418, 41.9729462, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1664. p88.CanCollide = false
  1665. p88.FormFactor = Enum.FormFactor.Custom
  1666. p88.Size = Vector3.new(1.02491105, 0.256227732, 0.256227732)
  1667. p88.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1668. p88.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1669. p88.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1670. p88.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1671. p88.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1672. p88.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1673. b85 = Instance.new("SpecialMesh", p88)
  1674. b85.MeshType = Enum.MeshType.Cylinder
  1675. b85.Name = "Mesh"
  1676. b85.Scale = Vector3.new(1.02999997, 0.5, 0.5)
  1677. p89 = Instance.new("Part", m)
  1678. p89.BrickColor = BrickColor.new("Really black")
  1679. p89.Material = Enum.Material.Neon
  1680. p89.Name = "apart"
  1681. p89.CFrame = CFrame.new(3.82272005, 155.633698, 41.5629883, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1682. p89.CanCollide = false
  1683. p89.FormFactor = Enum.FormFactor.Custom
  1684. p89.Size = Vector3.new(1.02491105, 0.512455463, 0.973665357)
  1685. p89.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1686. p89.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1687. p89.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1688. p89.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1689. p89.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1690. p89.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1691. b86 = Instance.new("SpecialMesh", p89)
  1692. b86.MeshType = Enum.MeshType.Brick
  1693. b86.Name = "Mesh"
  1694. b86.Scale = Vector3.new(0.25, 1.02999997, 1.02999997)
  1695. p90 = Instance.new("Part", m)
  1696. p90.BrickColor = BrickColor.new("Bright red")
  1697. p90.Material = Enum.Material.SmoothPlastic
  1698. p90.Name = "apart"
  1699. p90.CFrame = CFrame.new(3.82272005, 156.402374, 41.5373688, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1700. p90.CanCollide = false
  1701. p90.FormFactor = Enum.FormFactor.Custom
  1702. p90.Size = Vector3.new(1.02491105, 2.04982185, 1.02491093)
  1703. p90.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1704. p90.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1705. p90.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1706. p90.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1707. p90.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1708. p90.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1709. --[[p91 = Instance.new("Part", m)
  1710. p91.BrickColor = BrickColor.new("Bright orange")
  1711. p91.Name = "Right Arm"
  1712. p91.CFrame = CFrame.new(3.81999993, 156.276108, 41.5, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  1713. p91.CanCollide = false
  1714. p91.FormFactor = Enum.FormFactor.Symmetric
  1715. p91.Size = Vector3.new(1, 2, 1)
  1716. p91.BottomSurface = Enum.SurfaceType.Smooth
  1717. p91.TopSurface = Enum.SurfaceType.Smooth--]]
  1718. p91 = RightArm
  1719. p92 = Instance.new("Part", m)
  1720. p92.BrickColor = BrickColor.new("Bright red")
  1721. p92.Material = Enum.Material.SmoothPlastic
  1722. p92.Name = "apart"
  1723. p92.CFrame = CFrame.new(3.82272005, 154.35257, 39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1724. p92.CanCollide = false
  1725. p92.FormFactor = Enum.FormFactor.Custom
  1726. p92.Size = Vector3.new(1.02491105, 2.04982185, 1.02491093)
  1727. p92.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1728. p92.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1729. p92.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1730. p92.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1731. p92.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1732. p92.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1733. --[[p93 = Instance.new("Part", m)
  1734. p93.BrickColor = BrickColor.new("Earth green")
  1735. p93.Name = "Left Leg"
  1736. p93.CFrame = CFrame.new(3.81999993, 154.276123, 39.5, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  1737. p93.CanCollide = false
  1738. p93.FormFactor = Enum.FormFactor.Symmetric
  1739. p93.Size = Vector3.new(1, 2, 1)
  1740. p93.BottomSurface = Enum.SurfaceType.Smooth
  1741. p93.TopSurface = Enum.SurfaceType.Smooth--]]
  1742. p93 = LeftLeg
  1743. p94 = Instance.new("Part", m)
  1744. p94.BrickColor = BrickColor.new("Dark red")
  1745. p94.Material = Enum.Material.SmoothPlastic
  1746. p94.Name = "apart"
  1747. p94.CFrame = CFrame.new(3.82272005, 154.403824, 39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1748. p94.CanCollide = false
  1749. p94.FormFactor = Enum.FormFactor.Custom
  1750. p94.Size = Vector3.new(1.02491105, 1.12740207, 0.409964353)
  1751. p94.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1752. p94.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1753. p94.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1754. p94.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1755. p94.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1756. p94.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1757. b87 = Instance.new("SpecialMesh", p94)
  1758. b87.MeshType = Enum.MeshType.Brick
  1759. b87.Name = "Mesh"
  1760. b87.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  1761. p95 = Instance.new("Part", m)
  1762. p95.BrickColor = BrickColor.new("Dark stone grey")
  1763. p95.Material = Enum.Material.SmoothPlastic
  1764. p95.Name = "apart"
  1765. p95.CFrame = CFrame.new(3.8483429, 153.558273, 39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1766. p95.CanCollide = false
  1767. p95.FormFactor = Enum.FormFactor.Custom
  1768. p95.Size = Vector3.new(0.973665535, 0.256227732, 0.307473242)
  1769. p95.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1770. p95.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1771. p95.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1772. p95.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1773. p95.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1774. p95.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1775. b88 = Instance.new("SpecialMesh", p95)
  1776. b88.MeshType = Enum.MeshType.Brick
  1777. b88.Name = "Mesh"
  1778. b88.Scale = Vector3.new(1.02999997, 1.00999999, 1.00999999)
  1779. p96 = Instance.new("Part", m)
  1780. p96.BrickColor = BrickColor.new("Really black")
  1781. p96.Material = Enum.Material.Neon
  1782. p96.Name = "apart"
  1783. p96.CFrame = CFrame.new(3.82272005, 154.403824, 39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1784. p96.CanCollide = false
  1785. p96.FormFactor = Enum.FormFactor.Custom
  1786. p96.Size = Vector3.new(1.02491105, 1.12740207, 0.409964353)
  1787. p96.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1788. p96.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1789. p96.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1790. p96.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1791. p96.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1792. p96.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1793. b89 = Instance.new("SpecialMesh", p96)
  1794. b89.MeshType = Enum.MeshType.Brick
  1795. b89.Name = "Mesh"
  1796. b89.Scale = Vector3.new(1.02999997, 1.00999999, 0.25)
  1797. p97 = Instance.new("Part", m)
  1798. p97.BrickColor = BrickColor.new("Really black")
  1799. p97.Material = Enum.Material.Neon
  1800. p97.Name = "apart"
  1801. p97.CFrame = CFrame.new(3.8483429, 153.558273, 39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1802. p97.CanCollide = false
  1803. p97.FormFactor = Enum.FormFactor.Custom
  1804. p97.Size = Vector3.new(0.973665535, 0.256227732, 0.307473242)
  1805. p97.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1806. p97.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1807. p97.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1808. p97.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1809. p97.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1810. p97.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1811. b90 = Instance.new("SpecialMesh", p97)
  1812. b90.MeshType = Enum.MeshType.Brick
  1813. b90.Name = "Mesh"
  1814. b90.Scale = Vector3.new(1.03999996, 0.5, 1.00999999)
  1815. p98 = Instance.new("Part", m)
  1816. p98.BrickColor = BrickColor.new("Dark red")
  1817. p98.Material = Enum.Material.SmoothPlastic
  1818. p98.Name = "apart"
  1819. p98.CFrame = CFrame.new(3.56649303, 154.045105, 39.4362946, -4.37113883e-008, 0, -1, 9.29513355e-010, 1, -4.06303176e-017, 1, -9.29513355e-010, -4.37113883e-008)
  1820. p98.CanCollide = false
  1821. p98.FormFactor = Enum.FormFactor.Custom
  1822. p98.Size = Vector3.new(0.922420025, 0.409964412, 0.512455404)
  1823. p98.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1824. p98.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1825. p98.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1826. p98.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1827. p98.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1828. p98.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1829. b91 = Instance.new("SpecialMesh", p98)
  1830. b91.MeshType = Enum.MeshType.Wedge
  1831. b91.Name = "Mesh"
  1832. b91.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  1833. p99 = Instance.new("Part", m)
  1834. p99.BrickColor = BrickColor.new("Bright red")
  1835. p99.Material = Enum.Material.SmoothPlastic
  1836. p99.Name = "apart"
  1837. p99.CFrame = CFrame.new(3.8483429, 153.558273, 39.4875336, -4.37113883e-008, -2.16840434e-019, 1, -4.3159529e-005, 1, -1.88656317e-012, -1, -4.3159529e-005, -4.37113883e-008)
  1838. p99.CanCollide = false
  1839. p99.FormFactor = Enum.FormFactor.Custom
  1840. p99.Size = Vector3.new(0.922419965, 0.256227762, 0.973665476)
  1841. p99.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1842. p99.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1843. p99.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1844. p99.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1845. p99.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1846. p99.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1847. b92 = Instance.new("SpecialMesh", p99)
  1848. b92.MeshType = Enum.MeshType.Torso
  1849. b92.Name = "Mesh"
  1850. b92.Scale = Vector3.new(1, 1, 1.01999998)
  1851. p100 = Instance.new("Part", m)
  1852. p100.BrickColor = BrickColor.new("Dark stone grey")
  1853. p100.Material = Enum.Material.SmoothPlastic
  1854. p100.Name = "apart"
  1855. p100.CFrame = CFrame.new(3.82272005, 154.403824, 39.4875298, 1, -2.16840434e-019, 0, -2.16840434e-019, 1, 8.24642978e-020, 0, 8.24642848e-020, 1)
  1856. p100.CanCollide = false
  1857. p100.FormFactor = Enum.FormFactor.Custom
  1858. p100.Size = Vector3.new(1.02491105, 1.12740207, 0.409964353)
  1859. p100.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1860. p100.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1861. p100.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1862. p100.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1863. p100.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1864. p100.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1865. b93 = Instance.new("SpecialMesh", p100)
  1866. b93.MeshType = Enum.MeshType.Brick
  1867. b93.Name = "Mesh"
  1868. b93.Scale = Vector3.new(1.01999998, 1.00999999, 0.5)
  1869. p101 = Instance.new("Part", m)
  1870. p101.BrickColor = BrickColor.new("Dark stone grey")
  1871. p101.Material = Enum.Material.SmoothPlastic
  1872. p101.Name = "apart"
  1873. p101.CFrame = CFrame.new(3.82272005, 153.378906, 39.4875298, 1, -2.16840434e-019, 0, -2.16840434e-019, 1, 8.24642978e-020, 0, 8.24642848e-020, 1)
  1874. p101.CanCollide = false
  1875. p101.FormFactor = Enum.FormFactor.Custom
  1876. p101.Size = Vector3.new(1.02491105, 0.245498881, 1.02491093)
  1877. p101.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1878. p101.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1879. p101.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1880. p101.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1881. p101.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1882. p101.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1883. b94 = Instance.new("SpecialMesh", p101)
  1884. b94.MeshType = Enum.MeshType.Brick
  1885. b94.Name = "Mesh"
  1886. b94.Scale = Vector3.new(1.00999999, 0.421655744, 1.00999999)
  1887. p102 = Instance.new("Part", m)
  1888. p102.BrickColor = BrickColor.new("Dark red")
  1889. p102.Material = Enum.Material.SmoothPlastic
  1890. p102.Name = "apart"
  1891. p102.CFrame = CFrame.new(3.82272005, 153.635132, 39.4875298, 1, -2.16840434e-019, 0, -2.16840434e-019, 1, 8.24642978e-020, 0, 8.24642848e-020, 1)
  1892. p102.CanCollide = false
  1893. p102.FormFactor = Enum.FormFactor.Custom
  1894. p102.Size = Vector3.new(1.02491105, 0.409964383, 1.02491093)
  1895. p102.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1896. p102.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1897. p102.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1898. p102.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1899. p102.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1900. p102.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1901. b95 = Instance.new("SpecialMesh", p102)
  1902. b95.MeshType = Enum.MeshType.Brick
  1903. b95.Name = "Mesh"
  1904. b95.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  1905. --[[p103 = Instance.new("Part", m)
  1906. p103.BrickColor = BrickColor.new("Earth green")
  1907. p103.Name = "Right Leg"
  1908. p103.CFrame = CFrame.new(3.81999993, 154.276123, 40.5, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  1909. p103.CanCollide = false
  1910. p103.FormFactor = Enum.FormFactor.Symmetric
  1911. p103.Size = Vector3.new(1, 2, 1)
  1912. p103.BottomSurface = Enum.SurfaceType.Smooth
  1913. p103.TopSurface = Enum.SurfaceType.Smooth--]]
  1914. p103 = RightLeg
  1915. p104 = Instance.new("Part", m)
  1916. p104.BrickColor = BrickColor.new("Bright red")
  1917. p104.Material = Enum.Material.SmoothPlastic
  1918. p104.Name = "apart"
  1919. p104.CFrame = CFrame.new(3.82272005, 154.35257, 40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1920. p104.CanCollide = false
  1921. p104.FormFactor = Enum.FormFactor.Custom
  1922. p104.Size = Vector3.new(1.02491105, 2.04982185, 1.02491093)
  1923. p104.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1924. p104.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1925. p104.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1926. p104.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1927. p104.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1928. p104.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1929. p105 = Instance.new("Part", m)
  1930. p105.BrickColor = BrickColor.new("Dark stone grey")
  1931. p105.Material = Enum.Material.SmoothPlastic
  1932. p105.Name = "apart"
  1933. p105.CFrame = CFrame.new(3.82272005, 154.403824, 40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1934. p105.CanCollide = false
  1935. p105.FormFactor = Enum.FormFactor.Custom
  1936. p105.Size = Vector3.new(1.02491105, 1.12740207, 0.409964353)
  1937. p105.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1938. p105.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1939. p105.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1940. p105.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1941. p105.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1942. p105.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1943. b96 = Instance.new("SpecialMesh", p105)
  1944. b96.MeshType = Enum.MeshType.Brick
  1945. b96.Name = "Mesh"
  1946. b96.Scale = Vector3.new(1.01999998, 1.00999999, 0.5)
  1947. p106 = Instance.new("Part", m)
  1948. p106.BrickColor = BrickColor.new("Dark red")
  1949. p106.Material = Enum.Material.SmoothPlastic
  1950. p106.Name = "apart"
  1951. p106.CFrame = CFrame.new(3.82272005, 154.403824, 40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1952. p106.CanCollide = false
  1953. p106.FormFactor = Enum.FormFactor.Custom
  1954. p106.Size = Vector3.new(1.02491105, 1.12740207, 0.409964353)
  1955. p106.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1956. p106.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1957. p106.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1958. p106.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1959. p106.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1960. p106.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1961. b97 = Instance.new("SpecialMesh", p106)
  1962. b97.MeshType = Enum.MeshType.Brick
  1963. b97.Name = "Mesh"
  1964. b97.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  1965. p107 = Instance.new("Part", m)
  1966. p107.BrickColor = BrickColor.new("Dark red")
  1967. p107.Material = Enum.Material.SmoothPlastic
  1968. p107.Name = "apart"
  1969. p107.CFrame = CFrame.new(3.56649303, 154.045105, 40.5636902, -4.37113883e-008, 0, -1, 9.29513355e-010, 1, -4.06303176e-017, 1, -9.29513355e-010, -4.37113883e-008)
  1970. p107.CanCollide = false
  1971. p107.FormFactor = Enum.FormFactor.Custom
  1972. p107.Size = Vector3.new(0.922420025, 0.409964412, 0.512455404)
  1973. p107.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1974. p107.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1975. p107.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1976. p107.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1977. p107.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1978. p107.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1979. b98 = Instance.new("SpecialMesh", p107)
  1980. b98.MeshType = Enum.MeshType.Wedge
  1981. b98.Name = "Mesh"
  1982. b98.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  1983. p108 = Instance.new("Part", m)
  1984. p108.BrickColor = BrickColor.new("Bright red")
  1985. p108.Material = Enum.Material.SmoothPlastic
  1986. p108.Name = "apart"
  1987. p108.CFrame = CFrame.new(3.8483429, 153.558273, 40.5124359, -4.37113883e-008, -2.16840434e-019, 1, -4.3159529e-005, 1, -1.88656317e-012, -1, -4.3159529e-005, -4.37113883e-008)
  1988. p108.CanCollide = false
  1989. p108.FormFactor = Enum.FormFactor.Custom
  1990. p108.Size = Vector3.new(0.922419965, 0.256227762, 0.973665476)
  1991. p108.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1992. p108.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1993. p108.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1994. p108.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1995. p108.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1996. p108.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1997. b99 = Instance.new("SpecialMesh", p108)
  1998. b99.MeshType = Enum.MeshType.Torso
  1999. b99.Name = "Mesh"
  2000. b99.Scale = Vector3.new(1, 1, 1.01999998)
  2001. p109 = Instance.new("Part", m)
  2002. p109.BrickColor = BrickColor.new("Dark red")
  2003. p109.Material = Enum.Material.SmoothPlastic
  2004. p109.Name = "apart"
  2005. p109.CFrame = CFrame.new(3.82272005, 153.635132, 40.5124359, 1, -2.16840434e-019, 0, -2.16840434e-019, 1, 8.24642978e-020, 0, 8.24642848e-020, 1)
  2006. p109.CanCollide = false
  2007. p109.FormFactor = Enum.FormFactor.Custom
  2008. p109.Size = Vector3.new(1.02491105, 0.409964383, 1.02491093)
  2009. p109.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2010. p109.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2011. p109.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2012. p109.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2013. p109.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2014. p109.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2015. b100 = Instance.new("SpecialMesh", p109)
  2016. b100.MeshType = Enum.MeshType.Brick
  2017. b100.Name = "Mesh"
  2018. b100.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  2019. p110 = Instance.new("Part", m)
  2020. p110.BrickColor = BrickColor.new("Dark stone grey")
  2021. p110.Material = Enum.Material.SmoothPlastic
  2022. p110.Name = "apart"
  2023. p110.CFrame = CFrame.new(3.82272005, 153.378906, 40.5124359, 1, -2.16840434e-019, 0, -2.16840434e-019, 1, 8.24642978e-020, 0, 8.24642848e-020, 1)
  2024. p110.CanCollide = false
  2025. p110.FormFactor = Enum.FormFactor.Custom
  2026. p110.Size = Vector3.new(1.02491105, 0.245498881, 1.02491093)
  2027. p110.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2028. p110.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2029. p110.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2030. p110.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2031. p110.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2032. p110.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2033. b101 = Instance.new("SpecialMesh", p110)
  2034. b101.MeshType = Enum.MeshType.Brick
  2035. b101.Name = "Mesh"
  2036. b101.Scale = Vector3.new(1.00999999, 0.421655744, 1.00999999)
  2037. p111 = Instance.new("Part", m)
  2038. p111.BrickColor = BrickColor.new("Dark stone grey")
  2039. p111.Material = Enum.Material.SmoothPlastic
  2040. p111.Name = "apart"
  2041. p111.CFrame = CFrame.new(3.8483429, 153.558273, 40.5124359, 1, -2.16840434e-019, 0, -2.16840434e-019, 1, 8.24642978e-020, 0, 8.24642848e-020, 1)
  2042. p111.CanCollide = false
  2043. p111.FormFactor = Enum.FormFactor.Custom
  2044. p111.Size = Vector3.new(0.973665535, 0.256227732, 0.307473242)
  2045. p111.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2046. p111.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2047. p111.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2048. p111.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2049. p111.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2050. p111.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2051. b102 = Instance.new("SpecialMesh", p111)
  2052. b102.MeshType = Enum.MeshType.Brick
  2053. b102.Name = "Mesh"
  2054. b102.Scale = Vector3.new(1.02999997, 1.00999999, 1.00999999)
  2055. p112 = Instance.new("Part", m)
  2056. p112.BrickColor = BrickColor.new("Really black")
  2057. p112.Material = Enum.Material.Neon
  2058. p112.Name = "apart"
  2059. p112.CFrame = CFrame.new(3.8483429, 153.558273, 40.5124359, 1, -2.16840434e-019, 0, -2.16840434e-019, 1, 8.24642978e-020, 0, 8.24642848e-020, 1)
  2060. p112.CanCollide = false
  2061. p112.FormFactor = Enum.FormFactor.Custom
  2062. p112.Size = Vector3.new(0.973665535, 0.256227732, 0.307473242)
  2063. p112.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2064. p112.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2065. p112.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2066. p112.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2067. p112.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2068. p112.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2069. b103 = Instance.new("SpecialMesh", p112)
  2070. b103.MeshType = Enum.MeshType.Brick
  2071. b103.Name = "Mesh"
  2072. b103.Scale = Vector3.new(1.03999996, 0.5, 1.00999999)
  2073. p113 = Instance.new("Part", m)
  2074. p113.BrickColor = BrickColor.new("Really black")
  2075. p113.Material = Enum.Material.Neon
  2076. p113.Name = "apart"
  2077. p113.CFrame = CFrame.new(3.82272005, 154.403824, 40.5124359, 1, -2.16840434e-019, 0, -2.16840434e-019, 1, 8.24642978e-020, 0, 8.24642848e-020, 1)
  2078. p113.CanCollide = false
  2079. p113.FormFactor = Enum.FormFactor.Custom
  2080. p113.Size = Vector3.new(1.02491105, 1.12740207, 0.409964353)
  2081. p113.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2082. p113.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2083. p113.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2084. p113.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2085. p113.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2086. p113.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2087. b104 = Instance.new("SpecialMesh", p113)
  2088. b104.MeshType = Enum.MeshType.Brick
  2089. b104.Name = "Mesh"
  2090. b104.Scale = Vector3.new(1.02999997, 1.00999999, 0.25)
  2091. p114 = Instance.new("Part", m)
  2092. p114.BrickColor = BrickColor.new("Bright red")
  2093. p114.Material = Enum.Material.SmoothPlastic
  2094. p114.Name = "apart"
  2095. p114.CFrame = CFrame.new(3.82272005, 157.350449, 38.0270462, 1, -2.72848411e-012, 1.07291953e-012, 0, 1, 0, 6.20303808e-012, 0, 1)
  2096. p114.CanCollide = false
  2097. p114.FormFactor = Enum.FormFactor.Custom
  2098. p114.Size = Vector3.new(1.02491105, 0.256227732, 0.256227732)
  2099. p114.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2100. p114.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2101. p114.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2102. p114.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2103. p114.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2104. p114.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2105. b105 = Instance.new("SpecialMesh", p114)
  2106. b105.MeshType = Enum.MeshType.Cylinder
  2107. b105.Name = "Mesh"
  2108. b105.Scale = Vector3.new(1.01999998, 1, 1)
  2109. p115 = Instance.new("Part", m)
  2110. p115.BrickColor = BrickColor.new("Dark red")
  2111. p115.Material = Enum.Material.SmoothPlastic
  2112. p115.Name = "apart"
  2113. p115.CFrame = CFrame.new(3.82272005, 157.171097, 38.4626236, 1, -2.72848411e-012, 1.07291953e-012, 0, 1, 0, 6.20303808e-012, 0, 1)
  2114. p115.CanCollide = false
  2115. p115.FormFactor = Enum.FormFactor.Custom
  2116. p115.Size = Vector3.new(1.02491105, 0.512455463, 1.02491093)
  2117. p115.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2118. p115.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2119. p115.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2120. p115.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2121. p115.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2122. p115.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2123. b106 = Instance.new("SpecialMesh", p115)
  2124. b106.MeshType = Enum.MeshType.Brick
  2125. b106.Name = "Mesh"
  2126. b106.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  2127. --[[p116 = Instance.new("Part", m)
  2128. p116.BrickColor = BrickColor.new("Bright orange")
  2129. p116.Name = "Left Arm"
  2130. p116.CFrame = CFrame.new(3.81999993, 156.276138, 38.5000076, -4.37103154e-008, -2.72848411e-012, -1, 0, 1, 0, 1, 0, -4.37175913e-008)
  2131. p116.CanCollide = false
  2132. p116.FormFactor = Enum.FormFactor.Symmetric
  2133. p116.Size = Vector3.new(1, 2, 1)
  2134. p116.BottomSurface = Enum.SurfaceType.Smooth
  2135. p116.TopSurface = Enum.SurfaceType.Smooth--]]
  2136. p116 = LeftArm
  2137. p117 = Instance.new("Part", m)
  2138. p117.BrickColor = BrickColor.new("Persimmon")
  2139. p117.Material = Enum.Material.SmoothPlastic
  2140. p117.Name = "apart"
  2141. p117.CFrame = CFrame.new(4.232687, 157.55545, 37.668335, -1, 4.16358271e-005, 1.11714198e-005, 1.11466707e-005, 0.500072539, -0.865983546, -4.16424664e-005, -0.865983546, -0.500072539)
  2142. p117.CanCollide = false
  2143. p117.FormFactor = Enum.FormFactor.Custom
  2144. p117.Size = Vector3.new(0.245498881, 0.768683195, 0.245498881)
  2145. p117.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2146. p117.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2147. p117.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2148. p117.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2149. p117.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2150. p117.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2151. b107 = Instance.new("SpecialMesh", p117)
  2152. b107.MeshType = Enum.MeshType.Wedge
  2153. b107.Name = "Mesh"
  2154. b107.Scale = Vector3.new(0.417481035, 1, 0.626221299)
  2155. p118 = Instance.new("Part", m)
  2156. p118.BrickColor = BrickColor.new("Dark red")
  2157. p118.Material = Enum.Material.SmoothPlastic
  2158. p118.Name = "apart"
  2159. p118.CFrame = CFrame.new(3.82272029, 156.018066, 38.0782814, 1, -2.6537661e-012, 0, -8.34776692e-013, 1, 0, 3.63797881e-012, 0, 1)
  2160. p118.CanCollide = false
  2161. p118.FormFactor = Enum.FormFactor.Custom
  2162. p118.Size = Vector3.new(1.02491105, 0.256227732, 0.256227732)
  2163. p118.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2164. p118.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2165. p118.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2166. p118.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2167. p118.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2168. p118.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2169. b108 = Instance.new("SpecialMesh", p118)
  2170. b108.MeshType = Enum.MeshType.Brick
  2171. b108.Name = "Mesh"
  2172. b108.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  2173. p119 = Instance.new("Part", m)
  2174. p119.BrickColor = BrickColor.new("Dark red")
  2175. p119.Material = Enum.Material.SmoothPlastic
  2176. p119.Name = "apart"
  2177. p119.CFrame = CFrame.new(3.82272029, 156.402405, 38.0782814, -1, 3.04301539e-005, 3.05180438e-005, 3.04310852e-005, 1, 3.04301557e-005, -3.05171197e-005, 3.04310852e-005, -1)
  2178. p119.CanCollide = false
  2179. p119.FormFactor = Enum.FormFactor.Custom
  2180. p119.Size = Vector3.new(1.02491105, 0.512455463, 0.256227732)
  2181. p119.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2182. p119.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2183. p119.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2184. p119.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2185. p119.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2186. p119.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2187. b109 = Instance.new("SpecialMesh", p119)
  2188. b109.MeshType = Enum.MeshType.Wedge
  2189. b109.Name = "Mesh"
  2190. b109.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  2191. p120 = Instance.new("Part", m)
  2192. p120.BrickColor = BrickColor.new("Dark stone grey")
  2193. p120.Material = Enum.Material.SmoothPlastic
  2194. p120.Name = "apart"
  2195. p120.CFrame = CFrame.new(3.82272005, 157.350449, 38.0270424, 1, -9.09494702e-013, 9.09494702e-013, -9.09494702e-013, 1, 0, 1.36424205e-012, 0, 1)
  2196. p120.CanCollide = false
  2197. p120.FormFactor = Enum.FormFactor.Custom
  2198. p120.Size = Vector3.new(1.02491105, 0.256227732, 0.256227732)
  2199. p120.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2200. p120.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2201. p120.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2202. p120.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2203. p120.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2204. p120.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2205. b110 = Instance.new("SpecialMesh", p120)
  2206. b110.MeshType = Enum.MeshType.Cylinder
  2207. b110.Name = "Mesh"
  2208. b110.Scale = Vector3.new(1.02999997, 0.5, 0.5)
  2209. p121 = Instance.new("Part", m)
  2210. p121.BrickColor = BrickColor.new("Persimmon")
  2211. p121.Material = Enum.Material.SmoothPlastic
  2212. p121.Name = "apart"
  2213. p121.CFrame = CFrame.new(3.41275764, 157.555435, 37.6683273, -1, 4.16358271e-005, 1.1171418e-005, 1.11466707e-005, 0.500072539, -0.865983546, -4.16424627e-005, -0.865983546, -0.500072539)
  2214. p121.CanCollide = false
  2215. p121.FormFactor = Enum.FormFactor.Custom
  2216. p121.Size = Vector3.new(0.245498881, 0.768683195, 0.245498881)
  2217. p121.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2218. p121.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2219. p121.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2220. p121.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2221. p121.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2222. p121.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2223. b111 = Instance.new("SpecialMesh", p121)
  2224. b111.MeshType = Enum.MeshType.Wedge
  2225. b111.Name = "Mesh"
  2226. b111.Scale = Vector3.new(0.417481035, 1, 0.626221299)
  2227. p122 = Instance.new("Part", m)
  2228. p122.BrickColor = BrickColor.new("Dark red")
  2229. p122.Material = Enum.Material.SmoothPlastic
  2230. p122.Name = "apart"
  2231. p122.CFrame = CFrame.new(3.82272029, 156.018051, 38.590744, -1, 3.04301557e-005, 3.05180438e-005, 3.04310852e-005, 1, 3.04301557e-005, -3.05171179e-005, 3.04310852e-005, -1)
  2232. p122.CanCollide = false
  2233. p122.FormFactor = Enum.FormFactor.Custom
  2234. p122.Size = Vector3.new(1.02491105, 0.256227732, 0.768683195)
  2235. p122.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2236. p122.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2237. p122.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2238. p122.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2239. p122.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2240. p122.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2241. b112 = Instance.new("SpecialMesh", p122)
  2242. b112.MeshType = Enum.MeshType.Wedge
  2243. b112.Name = "Mesh"
  2244. b112.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  2245. p123 = Instance.new("Part", m)
  2246. p123.BrickColor = BrickColor.new("Dark red")
  2247. p123.Material = Enum.Material.SmoothPlastic
  2248. p123.Name = "apart"
  2249. p123.CFrame = CFrame.new(3.82272005, 155.633713, 38.462616, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2250. p123.CanCollide = false
  2251. p123.FormFactor = Enum.FormFactor.Custom
  2252. p123.Size = Vector3.new(1.02491105, 0.512455463, 1.02491093)
  2253. p123.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2254. p123.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2255. p123.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2256. p123.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2257. p123.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2258. p123.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2259. b113 = Instance.new("SpecialMesh", p123)
  2260. b113.MeshType = Enum.MeshType.Brick
  2261. b113.Name = "Mesh"
  2262. b113.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  2263. p124 = Instance.new("Part", m)
  2264. p124.BrickColor = BrickColor.new("Really black")
  2265. p124.Material = Enum.Material.Neon
  2266. p124.Name = "apart"
  2267. p124.CFrame = CFrame.new(3.82272005, 155.633713, 38.4369965, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2268. p124.CanCollide = false
  2269. p124.FormFactor = Enum.FormFactor.Custom
  2270. p124.Size = Vector3.new(1.02491105, 0.512455463, 0.973665357)
  2271. p124.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2272. p124.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2273. p124.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2274. p124.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2275. p124.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2276. p124.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2277. b114 = Instance.new("SpecialMesh", p124)
  2278. b114.MeshType = Enum.MeshType.Brick
  2279. b114.Name = "Mesh"
  2280. b114.Scale = Vector3.new(0.25, 1.02999997, 1.02999997)
  2281. p125 = Instance.new("Part", m)
  2282. p125.BrickColor = BrickColor.new("Bright red")
  2283. p125.Material = Enum.Material.SmoothPlastic
  2284. p125.Name = "apart"
  2285. p125.CFrame = CFrame.new(3.82272005, 155.633713, 38.4369965, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2286. p125.CanCollide = false
  2287. p125.FormFactor = Enum.FormFactor.Custom
  2288. p125.Size = Vector3.new(1.02491105, 0.512455463, 0.973665357)
  2289. p125.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2290. p125.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2291. p125.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2292. p125.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2293. p125.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2294. p125.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2295. b115 = Instance.new("SpecialMesh", p125)
  2296. b115.MeshType = Enum.MeshType.Brick
  2297. b115.Name = "Mesh"
  2298. b115.Scale = Vector3.new(0.5, 1.01999998, 1.01999998)
  2299. p126 = Instance.new("Part", m)
  2300. p126.BrickColor = BrickColor.new("Bright red")
  2301. p126.Material = Enum.Material.SmoothPlastic
  2302. p126.Name = "apart"
  2303. p126.CFrame = CFrame.new(3.82272005, 156.40239, 38.462616, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2304. p126.CanCollide = false
  2305. p126.FormFactor = Enum.FormFactor.Custom
  2306. p126.Size = Vector3.new(1.02491105, 2.04982185, 1.02491093)
  2307. p126.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2308. p126.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2309. p126.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2310. p126.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2311. p126.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2312. p126.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2313. w1 = Instance.new("Weld", p1)
  2314. w1.Name = "Torso_Weld"
  2315. w1.Part0 = p1
  2316. w1.C0 = CFrame.new(40.0074806, -173.696487, -4.43766594, -4.37113883e-008, -4.3159529e-005, -1, 0, 1, -4.3159529e-005, 1, -1.88656295e-012, -4.37113883e-008)
  2317. w1.Part1 = p2
  2318. w1.C1 = CFrame.new(-40, -174.519974, 3.8200016, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  2319. w2 = Instance.new("Weld", p2)
  2320. w2.Name = "apart_Weld"
  2321. w2.Part0 = p2
  2322. w2.C0 = CFrame.new(-40, -174.519974, 3.8200016, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  2323. w2.Part1 = p3
  2324. w2.C1 = CFrame.new(39.9540176, 3.18871474, -175.183014, 3.0473866e-005, -3.05603571e-005, -1, -1, -3.05185094e-005, -3.04729328e-005, -3.05175781e-005, 1, -3.05612884e-005)
  2325. w3 = Instance.new("Weld", p3)
  2326. w3.Name = "apart_Weld"
  2327. w3.Part0 = p3
  2328. w3.C0 = CFrame.new(39.9540176, 3.18871474, -175.183014, 3.0473866e-005, -3.05603571e-005, -1, -1, -3.05185094e-005, -3.04729328e-005, -3.05175781e-005, 1, -3.05612884e-005)
  2329. w3.Part1 = p4
  2330. w3.C1 = CFrame.new(4.59312534, 39.9904404, 174.904617, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  2331. w4 = Instance.new("Weld", p4)
  2332. w4.Name = "apart_Weld"
  2333. w4.Part0 = p4
  2334. w4.C0 = CFrame.new(4.59312534, 39.9904404, 174.904617, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  2335. w4.Part1 = p5
  2336. w4.C1 = CFrame.new(40.0074806, -173.670853, -4.28392887, -4.37113883e-008, -4.3159529e-005, -1, 0, 1, -4.3159529e-005, 1, -1.88656295e-012, -4.37113883e-008)
  2337. w5 = Instance.new("Weld", p5)
  2338. w5.Name = "apart_Weld"
  2339. w5.Part0 = p5
  2340. w5.C0 = CFrame.new(40.0074806, -173.670853, -4.28392887, -4.37113883e-008, -4.3159529e-005, -1, 0, 1, -4.3159529e-005, 1, -1.88656295e-012, -4.37113883e-008)
  2341. w5.Part1 = p6
  2342. w5.C1 = CFrame.new(4.59312534, 39.9904099, 175.417068, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  2343. w6 = Instance.new("Weld", p6)
  2344. w6.Name = "apart_Weld"
  2345. w6.Part0 = p6
  2346. w6.C0 = CFrame.new(4.59312534, 39.9904099, 175.417068, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  2347. w6.Part1 = p7
  2348. w6.C1 = CFrame.new(-4.07894802, -174.697495, -39.9743652, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2349. w7 = Instance.new("Weld", p7)
  2350. w7.Name = "apart_Weld"
  2351. w7.Part0 = p7
  2352. w7.C0 = CFrame.new(-4.07894802, -174.697495, -39.9743652, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2353. w7.Part1 = p8
  2354. w7.C1 = CFrame.new(-4.38642216, -173.672577, -39.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2355. w8 = Instance.new("Weld", p8)
  2356. w8.Name = "apart_Weld"
  2357. w8.Part0 = p8
  2358. w8.C0 = CFrame.new(-4.38642216, -173.672577, -39.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2359. w8.Part1 = p9
  2360. w8.C1 = CFrame.new(4.57660246, -175.162796, 39.9838219, -1, 9.14681077e-005, -3.05134035e-005, 9.14653137e-005, 1, 9.14681077e-005, 3.05217691e-005, 9.14653137e-005, -1)
  2361. w9 = Instance.new("Weld", p9)
  2362. w9.Name = "apart_Weld"
  2363. w9.Part0 = p9
  2364. w9.C0 = CFrame.new(4.57660246, -175.162796, 39.9838219, -1, 9.14681077e-005, -3.05134035e-005, 9.14653137e-005, 1, 9.14681077e-005, 3.05217691e-005, 9.14653137e-005, -1)
  2365. w9.Part1 = p10
  2366. w9.C1 = CFrame.new(40.9022369, -2.6630733, 176.054321, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
  2367. w10 = Instance.new("Weld", p10)
  2368. w10.Name = "apart_Weld"
  2369. w10.Part0 = p10
  2370. w10.C0 = CFrame.new(40.9022369, -2.6630733, 176.054321, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
  2371. w10.Part1 = p11
  2372. w10.C1 = CFrame.new(39.1086426, -2.66312814, 176.054382, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
  2373. w11 = Instance.new("Weld", p11)
  2374. w11.Name = "apart_Weld"
  2375. w11.Part0 = p11
  2376. w11.C0 = CFrame.new(39.1086426, -2.66312814, 176.054382, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
  2377. w11.Part1 = p12
  2378. w11.C1 = CFrame.new(39.1086426, -2.66312814, 176.054382, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
  2379. w12 = Instance.new("Weld", p12)
  2380. w12.Name = "apart_Weld"
  2381. w12.Part0 = p12
  2382. w12.C0 = CFrame.new(39.1086426, -2.66312814, 176.054382, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
  2383. w12.Part1 = p13
  2384. w12.C1 = CFrame.new(40.0074806, -173.670853, -4.28392887, -4.37113883e-008, -4.3159529e-005, -1, 0, 1, -4.3159529e-005, 1, -1.88656295e-012, -4.37113883e-008)
  2385. w13 = Instance.new("Weld", p13)
  2386. w13.Name = "apart_Weld"
  2387. w13.Part0 = p13
  2388. w13.C0 = CFrame.new(40.0074806, -173.670853, -4.28392887, -4.37113883e-008, -4.3159529e-005, -1, 0, 1, -4.3159529e-005, 1, -1.88656295e-012, -4.37113883e-008)
  2389. w13.Part1 = p14
  2390. w13.C1 = CFrame.new(-3.82272005, -173.672577, -39.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2391. w14 = Instance.new("Weld", p14)
  2392. w14.Name = "apart_Weld"
  2393. w14.Part0 = p14
  2394. w14.C0 = CFrame.new(-3.82272005, -173.672577, -39.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2395. w14.Part1 = p15
  2396. w14.C1 = CFrame.new(4.59311438, 39.7341995, 175.160828, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  2397. w15 = Instance.new("Weld", p15)
  2398. w15.Name = "apart_Weld"
  2399. w15.Part0 = p15
  2400. w15.C0 = CFrame.new(4.59311438, 39.7341995, 175.160828, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  2401. w15.Part1 = p16
  2402. w15.C1 = CFrame.new(40.9022369, -2.6630733, 176.054321, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
  2403. w16 = Instance.new("Weld", p16)
  2404. w16.Name = "apart_Weld"
  2405. w16.Part0 = p16
  2406. w16.C0 = CFrame.new(40.9022369, -2.6630733, 176.054321, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
  2407. w16.Part1 = p17
  2408. w16.C1 = CFrame.new(4.59312534, 39.9904251, 175.160843, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  2409. w17 = Instance.new("Weld", p17)
  2410. w17.Name = "apart_Weld"
  2411. w17.Part0 = p17
  2412. w17.C0 = CFrame.new(4.59312534, 39.9904251, 175.160843, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  2413. w17.Part1 = p18
  2414. w17.C1 = CFrame.new(4.59313631, 40.2466507, 175.160858, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  2415. w18 = Instance.new("Weld", p18)
  2416. w18.Name = "apart_Weld"
  2417. w18.Part0 = p18
  2418. w18.C0 = CFrame.new(4.59313631, 40.2466507, 175.160858, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  2419. w18.Part1 = p19
  2420. w18.C1 = CFrame.new(4.59312534, 39.9904251, 175.160843, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  2421. w19 = Instance.new("Weld", p19)
  2422. w19.Name = "apart_Weld"
  2423. w19.Part0 = p19
  2424. w19.C0 = CFrame.new(4.59312534, 39.9904251, 175.160843, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  2425. w19.Part1 = p20
  2426. w19.C1 = CFrame.new(40.0054741, -4.45672226, 175.157623, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
  2427. w20 = Instance.new("Weld", p20)
  2428. w20.Name = "apart_Weld"
  2429. w20.Part0 = p20
  2430. w20.C0 = CFrame.new(40.0054741, -4.45672226, 175.157623, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
  2431. w20.Part1 = p21
  2432. w20.C1 = CFrame.new(-4.07894802, -174.697495, -39.9743652, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2433. w21 = Instance.new("Weld", p21)
  2434. w21.Name = "apart_Weld"
  2435. w21.Part0 = p21
  2436. w21.C0 = CFrame.new(-4.07894802, -174.697495, -39.9743652, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2437. w21.Part1 = p22
  2438. w21.C1 = CFrame.new(39.9540176, 3.18871474, -175.183014, 3.0473866e-005, -3.05603571e-005, -1, -1, -3.05185094e-005, -3.04729328e-005, -3.05175781e-005, 1, -3.05612884e-005)
  2439. w22 = Instance.new("Weld", p22)
  2440. w22.Name = "apart_Weld"
  2441. w22.Part0 = p22
  2442. w22.C0 = CFrame.new(39.9540176, 3.18871474, -175.183014, 3.0473866e-005, -3.05603571e-005, -1, -1, -3.05185094e-005, -3.04729328e-005, -3.05175781e-005, 1, -3.05612884e-005)
  2443. w22.Part1 = p23
  2444. w22.C1 = CFrame.new(-3.82272005, -174.64624, -39.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2445. w23 = Instance.new("Weld", p23)
  2446. w23.Name = "apart_Weld"
  2447. w23.Part0 = p23
  2448. w23.C0 = CFrame.new(-3.82272005, -174.64624, -39.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2449. w23.Part1 = p24
  2450. w23.C1 = CFrame.new(-3.82272005, -173.416351, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2451. w24 = Instance.new("Weld", p24)
  2452. w24.Name = "apart_Weld"
  2453. w24.Part0 = p24
  2454. w24.C0 = CFrame.new(-3.82272005, -173.416351, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2455. w24.Part1 = p25
  2456. w24.C1 = CFrame.new(-3.82272005, -173.416351, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2457. w25 = Instance.new("Weld", p25)
  2458. w25.Name = "apart_Weld"
  2459. w25.Part0 = p25
  2460. w25.C0 = CFrame.new(-3.82272005, -173.416351, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2461. w25.Part1 = p26
  2462. w25.C1 = CFrame.new(39.1086426, -2.66312814, 176.054382, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
  2463. w26 = Instance.new("Weld", p26)
  2464. w26.Name = "apart_Weld"
  2465. w26.Part0 = p26
  2466. w26.C0 = CFrame.new(39.1086426, -2.66312814, 176.054382, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
  2467. w26.Part1 = p27
  2468. w26.C1 = CFrame.new(-175.722595, 3.81502461, -39.9998207, 5.34812607e-005, 1, 9.31994482e-010, -1, 5.34812607e-005, -4.31585977e-005, -4.31585977e-005, 1.37618184e-009, 1)
  2469. w27 = Instance.new("Weld", p27)
  2470. w27.Name = "apart_Weld"
  2471. w27.Part0 = p27
  2472. w27.C0 = CFrame.new(-175.722595, 3.81502461, -39.9998207, 5.34812607e-005, 1, 9.31994482e-010, -1, 5.34812607e-005, -4.31585977e-005, -4.31585977e-005, 1.37618184e-009, 1)
  2473. w27.Part1 = p28
  2474. w27.C1 = CFrame.new(39.1086578, -3.17558312, 176.054398, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
  2475. w28 = Instance.new("Weld", p28)
  2476. w28.Name = "apart_Weld"
  2477. w28.Part0 = p28
  2478. w28.C0 = CFrame.new(39.1086578, -3.17558312, 176.054398, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
  2479. w28.Part1 = p29
  2480. w28.C1 = CFrame.new(-3.82272005, -174.799988, -39.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2481. w29 = Instance.new("Weld", p29)
  2482. w29.Name = "apart_Weld"
  2483. w29.Part0 = p29
  2484. w29.C0 = CFrame.new(-3.82272005, -174.799988, -39.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2485. w29.Part1 = p30
  2486. w29.C1 = CFrame.new(39.0929604, 2.92530036, -175.160995, -0.000152631605, 6.09867893e-005, -1, -1, -3.05185058e-005, 0.000152629742, -3.05091962e-005, 1, 6.09914459e-005)
  2487. w30 = Instance.new("Weld", p30)
  2488. w30.Name = "apart_Weld"
  2489. w30.Part0 = p30
  2490. w30.C0 = CFrame.new(39.0929604, 2.92530036, -175.160995, -0.000152631605, 6.09867893e-005, -1, -1, -3.05185058e-005, 0.000152629742, -3.05091962e-005, 1, 6.09914459e-005)
  2491. w30.Part1 = p31
  2492. w30.C1 = CFrame.new(40.8865547, 2.92502666, -175.161102, -0.000152631605, 6.09867893e-005, -1, -1, -3.05185058e-005, 0.000152629742, -3.05091962e-005, 1, 6.09914459e-005)
  2493. w31 = Instance.new("Weld", p31)
  2494. w31.Name = "apart_Weld"
  2495. w31.Part0 = p31
  2496. w31.C0 = CFrame.new(40.8865547, 2.92502666, -175.161102, -0.000152631605, 6.09867893e-005, -1, -1, -3.05185058e-005, 0.000152629742, -3.05091962e-005, 1, 6.09914459e-005)
  2497. w31.Part1 = p32
  2498. w31.C1 = CFrame.new(-3.82930517, 174.798615, 40.9788513, 1, 3.05180401e-005, 3.05171143e-005, 3.05171125e-005, -1, 3.0431087e-005, 3.05180438e-005, -3.04301557e-005, -1)
  2499. w32 = Instance.new("Weld", p32)
  2500. w32.Name = "apart_Weld"
  2501. w32.Part0 = p32
  2502. w32.C0 = CFrame.new(-3.82930517, 174.798615, 40.9788513, 1, 3.05180401e-005, 3.05171143e-005, 3.05171125e-005, -1, 3.0431087e-005, 3.05180438e-005, -3.04301557e-005, -1)
  2503. w32.Part1 = p33
  2504. w32.C1 = CFrame.new(40.9022369, -2.6630733, 176.054321, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
  2505. w33 = Instance.new("Weld", p33)
  2506. w33.Name = "apart_Weld"
  2507. w33.Part0 = p33
  2508. w33.C0 = CFrame.new(40.9022369, -2.6630733, 176.054321, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
  2509. w33.Part1 = p34
  2510. w33.C1 = CFrame.new(-175.825089, 3.81501913, -39.9998207, 5.34812607e-005, 1, 9.31994482e-010, -1, 5.34812607e-005, -4.31585977e-005, -4.31585977e-005, 1.37618184e-009, 1)
  2511. w34 = Instance.new("Weld", p34)
  2512. w34.Name = "apart_Weld"
  2513. w34.Part0 = p34
  2514. w34.C0 = CFrame.new(-175.825089, 3.81501913, -39.9998207, 5.34812607e-005, 1, 9.31994482e-010, -1, 5.34812607e-005, -4.31585977e-005, -4.31585977e-005, 1.37618184e-009, 1)
  2515. w34.Part1 = p35
  2516. w34.C1 = CFrame.new(-3.8292613, 173.876205, 40.4663696, 1, 3.05180401e-005, 3.05171143e-005, 3.05171125e-005, -1, 3.0431087e-005, 3.05180438e-005, -3.04301557e-005, -1)
  2517. w35 = Instance.new("Weld", p35)
  2518. w35.Name = "apart_Weld"
  2519. w35.Part0 = p35
  2520. w35.C0 = CFrame.new(-3.8292613, 173.876205, 40.4663696, 1, 3.05180401e-005, 3.05171143e-005, 3.05171125e-005, -1, 3.0431087e-005, 3.05180438e-005, -3.04301557e-005, -1)
  2521. w35.Part1 = p36
  2522. w35.C1 = CFrame.new(3.81620979, 174.79892, -39.0317726, -1, 3.0431087e-005, 3.05171143e-005, -3.04301557e-005, -1, 3.05180401e-005, 3.05180438e-005, 3.05171125e-005, 1)
  2523. w36 = Instance.new("Weld", p36)
  2524. w36.Name = "apart_Weld"
  2525. w36.Part0 = p36
  2526. w36.C0 = CFrame.new(3.81620979, 174.79892, -39.0317726, -1, 3.0431087e-005, 3.05171143e-005, -3.04301557e-005, -1, 3.05180401e-005, 3.05180438e-005, 3.05171125e-005, 1)
  2527. w36.Part1 = p37
  2528. w36.C1 = CFrame.new(3.81622219, 173.87648, -39.5442276, -1, 3.0431087e-005, 3.05171143e-005, -3.04301557e-005, -1, 3.05180401e-005, 3.05180438e-005, 3.05171125e-005, 1)
  2529. w37 = Instance.new("Weld", p37)
  2530. w37.Name = "apart_Weld"
  2531. w37.Part0 = p37
  2532. w37.C0 = CFrame.new(3.81622219, 173.87648, -39.5442276, -1, 3.0431087e-005, 3.05171143e-005, -3.04301557e-005, -1, 3.05180401e-005, 3.05180438e-005, 3.05171125e-005, 1)
  2533. w37.Part1 = p38
  2534. w37.C1 = CFrame.new(40.9022522, -3.17552829, 176.054337, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
  2535. w38 = Instance.new("Weld", p38)
  2536. w38.Name = "apart_Weld"
  2537. w38.Part0 = p38
  2538. w38.C0 = CFrame.new(40.9022522, -3.17552829, 176.054337, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
  2539. w38.Part1 = p39
  2540. w38.C1 = CFrame.new(39.9540176, 3.18871474, -175.183014, 3.0473866e-005, -3.05603571e-005, -1, -1, -3.05185094e-005, -3.04729328e-005, -3.05175781e-005, 1, -3.05612884e-005)
  2541. w39 = Instance.new("Weld", p39)
  2542. w39.Name = "apart_Weld"
  2543. w39.Part0 = p39
  2544. w39.C0 = CFrame.new(39.9540176, 3.18871474, -175.183014, 3.0473866e-005, -3.05603571e-005, -1, -1, -3.05185094e-005, -3.04729328e-005, -3.05175781e-005, 1, -3.05612884e-005)
  2545. w39.Part1 = p40
  2546. w39.C1 = CFrame.new(40.0052567, 3.18871641, -175.183014, 3.0473866e-005, -3.05603571e-005, -1, -1, -3.05185094e-005, -3.04729328e-005, -3.05175781e-005, 1, -3.05612884e-005)
  2547. w40 = Instance.new("Weld", p41)
  2548. w40.Name = "apart_Weld"
  2549. w40.Part0 = p41
  2550. w40.C0 = CFrame.new(4.43938923, 39.9903679, 176.339478, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  2551. w40.Part1 = p42
  2552. w40.C1 = CFrame.new(-39.2770424, 3.8185389, 176.338669, -3.05612884e-005, -3.05603571e-005, 1, -1, 3.05185131e-005, -3.05603571e-005, -3.05175781e-005, -1, -3.05612884e-005)
  2553. w41 = Instance.new("Weld", p42)
  2554. w41.Name = "apart_Weld"
  2555. w41.Part0 = p42
  2556. w41.C0 = CFrame.new(-39.2770424, 3.8185389, 176.338669, -3.05612884e-005, -3.05603571e-005, 1, -1, 3.05185131e-005, -3.05603571e-005, -3.05175781e-005, -1, -3.05612884e-005)
  2557. w41.Part1 = p43
  2558. w41.C1 = CFrame.new(4.38814354, 39.9903717, 176.339478, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  2559. w42 = Instance.new("Weld", p43)
  2560. w42.Name = "apart_Weld"
  2561. w42.Part0 = p43
  2562. w42.C0 = CFrame.new(4.38814354, 39.9903717, 176.339478, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  2563. w42.Part1 = p44
  2564. w42.C1 = CFrame.new(-176.336121, 40.0053749, 4.18144655, -4.37113883e-008, 1, -3.05612884e-005, 0, -3.05612884e-005, -1, -1, -4.37113883e-008, 1.3358764e-012)
  2565. w43 = Instance.new("Weld", p44)
  2566. w43.Name = "apart_Weld"
  2567. w43.Part0 = p44
  2568. w43.C0 = CFrame.new(-176.336121, 40.0053749, 4.18144655, -4.37113883e-008, 1, -3.05612884e-005, 0, -3.05612884e-005, -1, -1, -4.37113883e-008, 1.3358764e-012)
  2569. w43.Part1 = p45
  2570. w43.C1 = CFrame.new(-176.336121, 40.0053749, 4.18144655, -4.37113883e-008, 1, -3.05612884e-005, 0, -3.05612884e-005, -1, -1, -4.37113883e-008, 1.3358764e-012)
  2571. w44 = Instance.new("Weld", p45)
  2572. w44.Name = "apart_Weld"
  2573. w44.Part0 = p45
  2574. w44.C0 = CFrame.new(-176.336121, 40.0053749, 4.18144655, -4.37113883e-008, 1, -3.05612884e-005, 0, -3.05612884e-005, -1, -1, -4.37113883e-008, 1.3358764e-012)
  2575. w44.Part1 = p46
  2576. w44.C1 = CFrame.new(-40.7119179, 3.81858277, 176.338715, -3.05612884e-005, -3.05603571e-005, 1, -1, 3.05185131e-005, -3.05603571e-005, -3.05175781e-005, -1, -3.05612884e-005)
  2577. w45 = Instance.new("Weld", p46)
  2578. w45.Name = "Head_Weld"
  2579. w45.Part0 = p46
  2580. w45.C0 = CFrame.new(-40.7119179, 3.81858277, 176.338715, -3.05612884e-005, -3.05603571e-005, 1, -1, 3.05185131e-005, -3.05603571e-005, -3.05175781e-005, -1, -3.05612884e-005)
  2581. w45.Part1 = p47
  2582. w45.C1 = CFrame.new(-40, -176.019974, 3.8200016, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  2583. w46 = Instance.new("Weld", p47)
  2584. w46.Name = "apart_Weld"
  2585. w46.Part0 = p47
  2586. w46.C0 = CFrame.new(-40, -176.019974, 3.8200016, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  2587. w46.Part1 = p48
  2588. w46.C1 = CFrame.new(39.8868141, -3.04742336, 176.775467, -3.05612884e-005, 6.10798015e-005, -1, 1, -3.05147805e-005, -3.05631511e-005, -3.05166468e-005, -1, -6.10788702e-005)
  2589. w47 = Instance.new("Weld", p48)
  2590. w47.Name = "apart_Weld"
  2591. w47.Part0 = p48
  2592. w47.C0 = CFrame.new(39.8868141, -3.04742336, 176.775467, -3.05612884e-005, 6.10798015e-005, -1, 1, -3.05147805e-005, -3.05631511e-005, -3.05166468e-005, -1, -6.10788702e-005)
  2593. w47.Part1 = p49
  2594. w47.C1 = CFrame.new(4.69561625, 39.9903564, 176.339478, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  2595. w48 = Instance.new("Weld", p49)
  2596. w48.Name = "apart_Weld"
  2597. w48.Part0 = p49
  2598. w48.C0 = CFrame.new(4.69561625, 39.9903564, 176.339478, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  2599. w48.Part1 = p50
  2600. w48.C1 = CFrame.new(4.64437056, 39.9903603, 176.339478, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  2601. w49 = Instance.new("Weld", p50)
  2602. w49.Name = "apart_Weld"
  2603. w49.Part0 = p50
  2604. w49.C0 = CFrame.new(4.64437056, 39.9903603, 176.339478, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  2605. w49.Part1 = p51
  2606. w49.C1 = CFrame.new(39.8660278, 3.04846263, -176.447052, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  2607. w50 = Instance.new("Weld", p51)
  2608. w50.Name = "apart_Weld"
  2609. w50.Part0 = p51
  2610. w50.C0 = CFrame.new(39.8660278, 3.04846263, -176.447052, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  2611. w50.Part1 = p52
  2612. w50.C1 = CFrame.new(40.7543678, -42.5779533, -171.325851, 0.000228409437, -0.000213359424, -1, -0.965923131, 0.258829027, -0.000275849598, 0.258829057, 0.965923131, -0.000146969804)
  2613. w51 = Instance.new("Weld", p52)
  2614. w51.Name = "apart_Weld"
  2615. w51.Part0 = p52
  2616. w51.C0 = CFrame.new(40.7543678, -42.5779533, -171.325851, 0.000228409437, -0.000213359424, -1, -0.965923131, 0.258829027, -0.000275849598, 0.258829057, 0.965923131, -0.000146969804)
  2617. w51.Part1 = p53
  2618. w51.C1 = CFrame.new(-39.9944801, 3.81856084, 176.338684, -3.05612884e-005, -3.05603571e-005, 1, -1, 3.05185131e-005, -3.05603571e-005, -3.05175781e-005, -1, -3.05612884e-005)
  2619. w52 = Instance.new("Weld", p53)
  2620. w52.Name = "apart_Weld"
  2621. w52.Part0 = p53
  2622. w52.C0 = CFrame.new(-39.9944801, 3.81856084, 176.338684, -3.05612884e-005, -3.05603571e-005, 1, -1, 3.05185131e-005, -3.05603571e-005, -3.05175781e-005, -1, -3.05612884e-005)
  2623. w52.Part1 = p54
  2624. w52.C1 = CFrame.new(176.331329, 39.4632111, -3.82271242, -4.37113883e-008, -1, 0.000152631605, 0, -0.000152631605, -1, 1, -4.37113883e-008, 6.67173912e-012)
  2625. w53 = Instance.new("Weld", p54)
  2626. w53.Name = "apart_Weld"
  2627. w53.Part0 = p54
  2628. w53.C0 = CFrame.new(176.331329, 39.4632111, -3.82271242, -4.37113883e-008, -1, 0.000152631605, 0, -0.000152631605, -1, 1, -4.37113883e-008, 6.67173912e-012)
  2629. w53.Part1 = p55
  2630. w53.C1 = CFrame.new(39.6354523, 3.04852581, -176.447006, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  2631. w54 = Instance.new("Weld", p55)
  2632. w54.Name = "apart_Weld"
  2633. w54.Part0 = p55
  2634. w54.C0 = CFrame.new(39.6354523, 3.04852581, -176.447006, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  2635. w54.Part1 = p56
  2636. w54.C1 = CFrame.new(39.8659096, 2.74099851, -176.780167, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  2637. w55 = Instance.new("Weld", p56)
  2638. w55.Name = "apart_Weld"
  2639. w55.Part0 = p56
  2640. w55.C0 = CFrame.new(39.8659096, 2.74099851, -176.780167, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  2641. w55.Part1 = p57
  2642. w55.C1 = CFrame.new(40.0917892, -3.04741716, 176.775482, -3.05612884e-005, 6.10798015e-005, -1, 1, -3.05147805e-005, -3.05631511e-005, -3.05166468e-005, -1, -6.10788702e-005)
  2643. w56 = Instance.new("Weld", p57)
  2644. w56.Name = "apart_Weld"
  2645. w56.Part0 = p57
  2646. w56.C0 = CFrame.new(40.0917892, -3.04741716, 176.775482, -3.05612884e-005, 6.10798015e-005, -1, 1, -3.05147805e-005, -3.05631511e-005, -3.05166468e-005, -1, -6.10788702e-005)
  2647. w56.Part1 = p58
  2648. w56.C1 = CFrame.new(-176.337341, -40.5636826, -3.82272768, -4.37113883e-008, 1, 4.37113883e-008, 0, -4.37113883e-008, 1, 1, 4.37113883e-008, 1.91068547e-015)
  2649. w57 = Instance.new("Weld", p58)
  2650. w57.Name = "apart_Weld"
  2651. w57.Part0 = p58
  2652. w57.C0 = CFrame.new(-176.337341, -40.5636826, -3.82272768, -4.37113883e-008, 1, 4.37113883e-008, 0, -4.37113883e-008, 1, 1, 4.37113883e-008, 1.91068547e-015)
  2653. w57.Part1 = p59
  2654. w57.C1 = CFrame.new(-176.33754, 3.81501579, -39.9998207, 5.34812607e-005, 1, 9.31994482e-010, -1, 5.34812607e-005, -4.31585977e-005, -4.31585977e-005, 1.37618184e-009, 1)
  2655. w58 = Instance.new("Weld", p59)
  2656. w58.Name = "apart_Weld"
  2657. w58.Part0 = p59
  2658. w58.C0 = CFrame.new(-176.33754, 3.81501579, -39.9998207, 5.34812607e-005, 1, 9.31994482e-010, -1, 5.34812607e-005, -4.31585977e-005, -4.31585977e-005, 1.37618184e-009, 1)
  2659. w58.Part1 = p60
  2660. w58.C1 = CFrame.new(40.0917892, -3.04741716, 176.775482, -3.05612884e-005, 6.10798015e-005, -1, 1, -3.05147805e-005, -3.05631511e-005, -3.05166468e-005, -1, -6.10788702e-005)
  2661. w59 = Instance.new("Weld", p60)
  2662. w59.Name = "apart_Weld"
  2663. w59.Part0 = p60
  2664. w59.C0 = CFrame.new(40.0917892, -3.04741716, 176.775482, -3.05612884e-005, 6.10798015e-005, -1, 1, -3.05147805e-005, -3.05631511e-005, -3.05166468e-005, -1, -6.10788702e-005)
  2665. w59.Part1 = p61
  2666. w59.C1 = CFrame.new(39.8660278, 3.04846263, -176.447052, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  2667. w60 = Instance.new("Weld", p61)
  2668. w60.Name = "apart_Weld"
  2669. w60.Part0 = p61
  2670. w60.C0 = CFrame.new(39.8660278, 3.04846263, -176.447052, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  2671. w60.Part1 = p62
  2672. w60.C1 = CFrame.new(40.8056221, -42.5779381, -171.325836, 0.000228409437, -0.000213359424, -1, -0.965923131, 0.258829027, -0.000275849598, 0.258829057, 0.965923131, -0.000146969804)
  2673. w61 = Instance.new("Weld", p62)
  2674. w61.Name = "apart_Weld"
  2675. w61.Part0 = p62
  2676. w61.C0 = CFrame.new(40.8056221, -42.5779381, -171.325836, 0.000228409437, -0.000213359424, -1, -0.965923131, 0.258829027, -0.000275849598, 0.258829057, 0.965923131, -0.000146969804)
  2677. w61.Part1 = p63
  2678. w61.C1 = CFrame.new(40.0710144, 3.04840636, -176.447083, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  2679. w62 = Instance.new("Weld", p63)
  2680. w62.Name = "apart_Weld"
  2681. w62.Part0 = p63
  2682. w62.C0 = CFrame.new(40.0710144, 3.04840636, -176.447083, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  2683. w62.Part1 = p64
  2684. w62.C1 = CFrame.new(40.3014908, 2.74087882, -176.780243, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  2685. w63 = Instance.new("Weld", p64)
  2686. w63.Name = "apart_Weld"
  2687. w63.Part0 = p64
  2688. w63.C0 = CFrame.new(40.3014908, 2.74087882, -176.780243, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  2689. w63.Part1 = p65
  2690. w63.C1 = CFrame.new(39.6353073, 2.74106169, -176.780121, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  2691. w64 = Instance.new("Weld", p65)
  2692. w64.Name = "apart_Weld"
  2693. w64.Part0 = p65
  2694. w64.C0 = CFrame.new(39.6353073, 2.74106169, -176.780121, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  2695. w64.Part1 = p66
  2696. w64.C1 = CFrame.new(40.3016357, 3.04834294, -176.447128, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  2697. w65 = Instance.new("Weld", p66)
  2698. w65.Name = "apart_Weld"
  2699. w65.Part0 = p66
  2700. w65.C0 = CFrame.new(40.3016357, 3.04834294, -176.447128, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  2701. w65.Part1 = p67
  2702. w65.C1 = CFrame.new(40.0710144, 3.04840636, -176.447083, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  2703. w66 = Instance.new("Weld", p67)
  2704. w66.Name = "apart_Weld"
  2705. w66.Part0 = p67
  2706. w66.C0 = CFrame.new(40.0710144, 3.04840636, -176.447083, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  2707. w66.Part1 = p68
  2708. w66.C1 = CFrame.new(40.0708847, 2.74094224, -176.780197, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  2709. w67 = Instance.new("Weld", p68)
  2710. w67.Name = "apart_Weld"
  2711. w67.Part0 = p68
  2712. w67.C0 = CFrame.new(40.0708847, 2.74094224, -176.780197, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  2713. w67.Part1 = p69
  2714. w67.C1 = CFrame.new(40.3223953, -3.04741025, 176.775482, -3.05612884e-005, 6.10798015e-005, -1, 1, -3.05147805e-005, -3.05631511e-005, -3.05166468e-005, -1, -6.10788702e-005)
  2715. w68 = Instance.new("Weld", p69)
  2716. w68.Name = "apart_Weld"
  2717. w68.Part0 = p69
  2718. w68.C0 = CFrame.new(40.3223953, -3.04741025, 176.775482, -3.05612884e-005, 6.10798015e-005, -1, 1, -3.05147805e-005, -3.05631511e-005, -3.05166468e-005, -1, -6.10788702e-005)
  2719. w68.Part1 = p70
  2720. w68.C1 = CFrame.new(39.8868141, -3.04742336, 176.775467, -3.05612884e-005, 6.10798015e-005, -1, 1, -3.05147805e-005, -3.05631511e-005, -3.05166468e-005, -1, -6.10788702e-005)
  2721. w69 = Instance.new("Weld", p70)
  2722. w69.Name = "apart_Weld"
  2723. w69.Part0 = p70
  2724. w69.C0 = CFrame.new(39.8868141, -3.04742336, 176.775467, -3.05612884e-005, 6.10798015e-005, -1, 1, -3.05147805e-005, -3.05631511e-005, -3.05166468e-005, -1, -6.10788702e-005)
  2725. w69.Part1 = p71
  2726. w69.C1 = CFrame.new(-40.6606789, 3.81858134, 176.338699, -3.05612884e-005, -3.05603571e-005, 1, -1, 3.05185131e-005, -3.05603571e-005, -3.05175781e-005, -1, -3.05612884e-005)
  2727. w70 = Instance.new("Weld", p71)
  2728. w70.Name = "apart_Weld"
  2729. w70.Part0 = p71
  2730. w70.C0 = CFrame.new(-40.6606789, 3.81858134, 176.338699, -3.05612884e-005, -3.05603571e-005, 1, -1, 3.05185131e-005, -3.05603571e-005, -3.05175781e-005, -1, -3.05612884e-005)
  2731. w70.Part1 = p72
  2732. w70.C1 = CFrame.new(39.6562119, -3.04743052, 176.775452, -3.05612884e-005, 6.10798015e-005, -1, 1, -3.05147805e-005, -3.05631511e-005, -3.05166468e-005, -1, -6.10788702e-005)
  2733. w71 = Instance.new("Weld", p72)
  2734. w71.Name = "apart_Weld"
  2735. w71.Part0 = p72
  2736. w71.C0 = CFrame.new(39.6562119, -3.04743052, 176.775452, -3.05612884e-005, 6.10798015e-005, -1, 1, -3.05147805e-005, -3.05631511e-005, -3.05166468e-005, -1, -6.10788702e-005)
  2737. w71.Part1 = p73
  2738. w71.C1 = CFrame.new(39.2682533, -42.5783615, -171.326065, 0.000228409437, -0.000213359424, -1, -0.965923131, 0.258829027, -0.000275849598, 0.258829057, 0.965923131, -0.000146969804)
  2739. w72 = Instance.new("Weld", p73)
  2740. w72.Name = "apart_Weld"
  2741. w72.Part0 = p73
  2742. w72.C0 = CFrame.new(39.2682533, -42.5783615, -171.326065, 0.000228409437, -0.000213359424, -1, -0.965923131, 0.258829027, -0.000275849598, 0.258829057, 0.965923131, -0.000146969804)
  2743. w72.Part1 = p74
  2744. w72.C1 = CFrame.new(39.3195076, -42.5783463, -171.326065, 0.000228409437, -0.000213359424, -1, -0.965923131, 0.258829027, -0.000275849598, 0.258829057, 0.965923131, -0.000146969804)
  2745. w73 = Instance.new("Weld", p74)
  2746. w73.Name = "apart_Weld"
  2747. w73.Part0 = p74
  2748. w73.C0 = CFrame.new(39.3195076, -42.5783463, -171.326065, 0.000228409437, -0.000213359424, -1, -0.965923131, 0.258829027, -0.000275849598, 0.258829057, 0.965923131, -0.000146969804)
  2749. w73.Part1 = p75
  2750. w73.C1 = CFrame.new(-39.3282967, 3.81854057, 176.338669, -3.05612884e-005, -3.05603571e-005, 1, -1, 3.05185131e-005, -3.05603571e-005, -3.05175781e-005, -1, -3.05612884e-005)
  2751. w74 = Instance.new("Weld", p75)
  2752. w74.Name = "apart_Weld"
  2753. w74.Part0 = p75
  2754. w74.C0 = CFrame.new(-39.3282967, 3.81854057, 176.338669, -3.05612884e-005, -3.05603571e-005, 1, -1, 3.05185131e-005, -3.05603571e-005, -3.05175781e-005, -1, -3.05612884e-005)
  2755. w74.Part1 = p76
  2756. w74.C1 = CFrame.new(4.69561625, 39.9903564, 176.339478, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  2757. w75 = Instance.new("Weld", p76)
  2758. w75.Name = "apart_Weld"
  2759. w75.Part0 = p76
  2760. w75.C0 = CFrame.new(4.69561625, 39.9903564, 176.339478, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  2761. w75.Part1 = p77
  2762. w75.C1 = CFrame.new(40.0708847, 2.74094224, -176.780197, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  2763. w76 = Instance.new("Weld", p77)
  2764. w76.Name = "apart_Weld"
  2765. w76.Part0 = p77
  2766. w76.C0 = CFrame.new(40.0708847, 2.74094224, -176.780197, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  2767. w76.Part1 = p78
  2768. w76.C1 = CFrame.new(39.8659096, 2.74099851, -176.780167, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  2769. w77 = Instance.new("Weld", p79)
  2770. w77.Name = "apart_Weld"
  2771. w77.Part0 = p79
  2772. w77.C0 = CFrame.new(-3.82272005, -175.414932, -41.5373688, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2773. w77.Part1 = p80
  2774. w77.C1 = CFrame.new(-3.82272005, -175.594284, -41.9729462, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2775. w78 = Instance.new("Weld", p80)
  2776. w78.Name = "apart_Weld"
  2777. w78.Part0 = p80
  2778. w78.C0 = CFrame.new(-3.82272005, -175.594284, -41.9729462, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2779. w78.Part1 = p81
  2780. w78.C1 = CFrame.new(-3.40590239, -124.572937, 131.068604, 1, -4.16866387e-005, 1.1171388e-005, 1.11727377e-005, 0.500085652, 0.865975916, -4.16862786e-005, -0.865975916, 0.500085652)
  2781. w79 = Instance.new("Weld", p81)
  2782. w79.Name = "apart_Weld"
  2783. w79.Part0 = p81
  2784. w79.C0 = CFrame.new(-3.40590239, -124.572937, 131.068604, 1, -4.16866387e-005, 1.1171388e-005, 1.11727377e-005, 0.500085652, 0.865975916, -4.16862786e-005, -0.865975916, 0.500085652)
  2785. w79.Part1 = p82
  2786. w79.C1 = CFrame.new(-3.81866574, -174.260757, -41.4144592, 1, -3.05171125e-005, 3.05180438e-005, 3.05180438e-005, 1, -3.05171125e-005, -3.05171125e-005, 3.05180438e-005, 1)
  2787. w80 = Instance.new("Weld", p82)
  2788. w80.Name = "apart_Weld"
  2789. w80.Part0 = p82
  2790. w80.C0 = CFrame.new(-3.81866574, -174.260757, -41.4144592, 1, -3.05171125e-005, 3.05180438e-005, 3.05180438e-005, 1, -3.05171125e-005, -3.05171125e-005, 3.05180438e-005, 1)
  2791. w80.Part1 = p83
  2792. w80.C1 = CFrame.new(-3.82272005, -174.261902, -41.9217072, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2793. w81 = Instance.new("Weld", p83)
  2794. w81.Name = "apart_Weld"
  2795. w81.Part0 = p83
  2796. w81.C0 = CFrame.new(-3.82272005, -174.261902, -41.9217072, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2797. w81.Part1 = p84
  2798. w81.C1 = CFrame.new(-3.82272005, -173.877563, -41.5373688, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2799. w82 = Instance.new("Weld", p84)
  2800. w82.Name = "apart_Weld"
  2801. w82.Part0 = p84
  2802. w82.C0 = CFrame.new(-3.82272005, -173.877563, -41.5373688, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2803. w82.Part1 = p85
  2804. w82.C1 = CFrame.new(-4.22583055, -124.572945, 131.068649, 1, -4.16866387e-005, 1.1171388e-005, 1.11727377e-005, 0.500085652, 0.865975916, -4.16862786e-005, -0.865975916, 0.500085652)
  2805. w83 = Instance.new("Weld", p85)
  2806. w83.Name = "apart_Weld"
  2807. w83.Part0 = p85
  2808. w83.C0 = CFrame.new(-4.22583055, -124.572945, 131.068649, 1, -4.16866387e-005, 1.1171388e-005, 1.11727377e-005, 0.500085652, 0.865975916, -4.16862786e-005, -0.865975916, 0.500085652)
  2809. w83.Part1 = p86
  2810. w83.C1 = CFrame.new(-3.82272005, -174.64624, -41.9217072, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2811. w84 = Instance.new("Weld", p86)
  2812. w84.Name = "apart_Weld"
  2813. w84.Part0 = p86
  2814. w84.C0 = CFrame.new(-3.82272005, -174.64624, -41.9217072, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2815. w84.Part1 = p87
  2816. w84.C1 = CFrame.new(-3.82272005, -173.877563, -41.5629883, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2817. w85 = Instance.new("Weld", p87)
  2818. w85.Name = "apart_Weld"
  2819. w85.Part0 = p87
  2820. w85.C0 = CFrame.new(-3.82272005, -173.877563, -41.5629883, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2821. w85.Part1 = p88
  2822. w85.C1 = CFrame.new(-3.82272005, -175.594284, -41.9729462, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2823. w86 = Instance.new("Weld", p88)
  2824. w86.Name = "apart_Weld"
  2825. w86.Part0 = p88
  2826. w86.C0 = CFrame.new(-3.82272005, -175.594284, -41.9729462, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2827. w86.Part1 = p89
  2828. w86.C1 = CFrame.new(-3.82272005, -173.877563, -41.5629883, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2829. w87 = Instance.new("Weld", p89)
  2830. w87.Name = "apart_Weld"
  2831. w87.Part0 = p89
  2832. w87.C0 = CFrame.new(-3.82272005, -173.877563, -41.5629883, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2833. w87.Part1 = p90
  2834. w87.C1 = CFrame.new(-3.82272005, -174.64624, -41.5373688, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2835. w88 = Instance.new("Weld", p90)
  2836. w88.Name = "Right Arm_Weld"
  2837. w88.Part0 = p90
  2838. w88.C0 = CFrame.new(-3.82272005, -174.64624, -41.5373688, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2839. w88.Part1 = p91
  2840. w88.C1 = CFrame.new(-41.5, -174.519974, 3.82000184, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  2841. w89 = Instance.new("Weld", p92)
  2842. w89.Name = "Left Leg_Weld"
  2843. w89.Part0 = p92
  2844. w89.C0 = CFrame.new(-3.82272005, -172.59642, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2845. w89.Part1 = p93
  2846. w89.C1 = CFrame.new(-39.5, -172.519974, 3.8200016, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  2847. w90 = Instance.new("Weld", p93)
  2848. w90.Name = "apart_Weld"
  2849. w90.Part0 = p93
  2850. w90.C0 = CFrame.new(-39.5, -172.519974, 3.8200016, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  2851. w90.Part1 = p94
  2852. w90.C1 = CFrame.new(-3.82272005, -172.647675, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2853. w91 = Instance.new("Weld", p94)
  2854. w91.Name = "apart_Weld"
  2855. w91.Part0 = p94
  2856. w91.C0 = CFrame.new(-3.82272005, -172.647675, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2857. w91.Part1 = p95
  2858. w91.C1 = CFrame.new(-3.8483429, -171.802124, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2859. w92 = Instance.new("Weld", p95)
  2860. w92.Name = "apart_Weld"
  2861. w92.Part0 = p95
  2862. w92.C0 = CFrame.new(-3.8483429, -171.802124, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2863. w92.Part1 = p96
  2864. w92.C1 = CFrame.new(-3.82272005, -172.647675, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2865. w93 = Instance.new("Weld", p96)
  2866. w93.Name = "apart_Weld"
  2867. w93.Part0 = p96
  2868. w93.C0 = CFrame.new(-3.82272005, -172.647675, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2869. w93.Part1 = p97
  2870. w93.C1 = CFrame.new(-3.8483429, -171.802124, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2871. w94 = Instance.new("Weld", p97)
  2872. w94.Name = "apart_Weld"
  2873. w94.Part0 = p97
  2874. w94.C0 = CFrame.new(-3.8483429, -171.802124, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2875. w94.Part1 = p98
  2876. w94.C1 = CFrame.new(-39.4362946, -172.288956, 3.5664947, -4.37113883e-008, 9.29513355e-010, 1, 0, 1, -9.29513355e-010, -1, -4.06303176e-017, -4.37113883e-008)
  2877. w95 = Instance.new("Weld", p98)
  2878. w95.Name = "apart_Weld"
  2879. w95.Part0 = p98
  2880. w95.C0 = CFrame.new(-39.4362946, -172.288956, 3.5664947, -4.37113883e-008, 9.29513355e-010, 1, 0, 1, -9.29513355e-010, -1, -4.06303176e-017, -4.37113883e-008)
  2881. w95.Part1 = p99
  2882. w95.C1 = CFrame.new(39.4949493, -171.800415, -3.84834123, -4.37113883e-008, -4.3159529e-005, -1, 0, 1, -4.3159529e-005, 1, -1.88656295e-012, -4.37113883e-008)
  2883. w96 = Instance.new("Weld", p99)
  2884. w96.Name = "apart_Weld"
  2885. w96.Part0 = p99
  2886. w96.C0 = CFrame.new(39.4949493, -171.800415, -3.84834123, -4.37113883e-008, -4.3159529e-005, -1, 0, 1, -4.3159529e-005, 1, -1.88656295e-012, -4.37113883e-008)
  2887. w96.Part1 = p100
  2888. w96.C1 = CFrame.new(-3.82272005, -172.647675, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2889. w97 = Instance.new("Weld", p100)
  2890. w97.Name = "apart_Weld"
  2891. w97.Part0 = p100
  2892. w97.C0 = CFrame.new(-3.82272005, -172.647675, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2893. w97.Part1 = p101
  2894. w97.C1 = CFrame.new(-3.82272005, -171.622757, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2895. w98 = Instance.new("Weld", p101)
  2896. w98.Name = "apart_Weld"
  2897. w98.Part0 = p101
  2898. w98.C0 = CFrame.new(-3.82272005, -171.622757, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2899. w98.Part1 = p102
  2900. w98.C1 = CFrame.new(-3.82272005, -171.878983, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2901. w99 = Instance.new("Weld", p103)
  2902. w99.Name = "apart_Weld"
  2903. w99.Part0 = p103
  2904. w99.C0 = CFrame.new(-40.5, -172.519974, 3.8200016, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  2905. w99.Part1 = p104
  2906. w99.C1 = CFrame.new(-3.82272005, -172.59642, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2907. w100 = Instance.new("Weld", p104)
  2908. w100.Name = "apart_Weld"
  2909. w100.Part0 = p104
  2910. w100.C0 = CFrame.new(-3.82272005, -172.59642, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2911. w100.Part1 = p105
  2912. w100.C1 = CFrame.new(-3.82272005, -172.647675, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2913. w101 = Instance.new("Weld", p105)
  2914. w101.Name = "apart_Weld"
  2915. w101.Part0 = p105
  2916. w101.C0 = CFrame.new(-3.82272005, -172.647675, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2917. w101.Part1 = p106
  2918. w101.C1 = CFrame.new(-3.82272005, -172.647675, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2919. w102 = Instance.new("Weld", p106)
  2920. w102.Name = "apart_Weld"
  2921. w102.Part0 = p106
  2922. w102.C0 = CFrame.new(-3.82272005, -172.647675, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2923. w102.Part1 = p107
  2924. w102.C1 = CFrame.new(-40.5636902, -172.288956, 3.5664947, -4.37113883e-008, 9.29513355e-010, 1, 0, 1, -9.29513355e-010, -1, -4.06303176e-017, -4.37113883e-008)
  2925. w103 = Instance.new("Weld", p107)
  2926. w103.Name = "apart_Weld"
  2927. w103.Part0 = p107
  2928. w103.C0 = CFrame.new(-40.5636902, -172.288956, 3.5664947, -4.37113883e-008, 9.29513355e-010, 1, 0, 1, -9.29513355e-010, -1, -4.06303176e-017, -4.37113883e-008)
  2929. w103.Part1 = p108
  2930. w103.C1 = CFrame.new(40.5198517, -171.800369, -3.84834123, -4.37113883e-008, -4.3159529e-005, -1, 0, 1, -4.3159529e-005, 1, -1.88656295e-012, -4.37113883e-008)
  2931. w104 = Instance.new("Weld", p108)
  2932. w104.Name = "apart_Weld"
  2933. w104.Part0 = p108
  2934. w104.C0 = CFrame.new(40.5198517, -171.800369, -3.84834123, -4.37113883e-008, -4.3159529e-005, -1, 0, 1, -4.3159529e-005, 1, -1.88656295e-012, -4.37113883e-008)
  2935. w104.Part1 = p109
  2936. w104.C1 = CFrame.new(-3.82272005, -171.878983, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2937. w105 = Instance.new("Weld", p109)
  2938. w105.Name = "apart_Weld"
  2939. w105.Part0 = p109
  2940. w105.C0 = CFrame.new(-3.82272005, -171.878983, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2941. w105.Part1 = p110
  2942. w105.C1 = CFrame.new(-3.82272005, -171.622757, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2943. w106 = Instance.new("Weld", p110)
  2944. w106.Name = "apart_Weld"
  2945. w106.Part0 = p110
  2946. w106.C0 = CFrame.new(-3.82272005, -171.622757, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2947. w106.Part1 = p111
  2948. w106.C1 = CFrame.new(-3.8483429, -171.802124, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2949. w107 = Instance.new("Weld", p111)
  2950. w107.Name = "apart_Weld"
  2951. w107.Part0 = p111
  2952. w107.C0 = CFrame.new(-3.8483429, -171.802124, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2953. w107.Part1 = p112
  2954. w107.C1 = CFrame.new(-3.8483429, -171.802124, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2955. w108 = Instance.new("Weld", p112)
  2956. w108.Name = "apart_Weld"
  2957. w108.Part0 = p112
  2958. w108.C0 = CFrame.new(-3.8483429, -171.802124, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2959. w108.Part1 = p113
  2960. w108.C1 = CFrame.new(-3.82272005, -172.647675, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2961. w109 = Instance.new("Weld", p114)
  2962. w109.Name = "apart_Weld"
  2963. w109.Part0 = p114
  2964. w109.C0 = CFrame.new(-3.82272005, -175.594284, -38.0270386, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2965. w109.Part1 = p115
  2966. w109.C1 = CFrame.new(-3.82272005, -175.414932, -38.462616, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2967. w110 = Instance.new("Weld", p115)
  2968. w110.Name = "Left Arm_Weld"
  2969. w110.Part0 = p115
  2970. w110.C0 = CFrame.new(-3.82272005, -175.414932, -38.462616, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2971. w110.Part1 = p116
  2972. w110.C1 = CFrame.new(-38.5, -174.519974, 3.8200016, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  2973. w111 = Instance.new("Weld", p116)
  2974. w111.Name = "apart_Weld"
  2975. w111.Part0 = p116
  2976. w111.C0 = CFrame.new(-38.5, -174.519974, 3.8200016, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  2977. w111.Part1 = p117
  2978. w111.C1 = CFrame.new(4.23229599, -55.2924156, 171.076126, -1, 1.11466697e-005, -4.16424627e-005, 4.16358271e-005, 0.500072539, -0.865983546, 1.11714171e-005, -0.865983546, -0.500072539)
  2979. w112 = Instance.new("Weld", p117)
  2980. w112.Name = "apart_Weld"
  2981. w112.Part0 = p117
  2982. w112.C0 = CFrame.new(4.23229599, -55.2924156, 171.076126, -1, 1.11466697e-005, -4.16424627e-005, 4.16358271e-005, 0.500072539, -0.865983546, 1.11714171e-005, -0.865983546, -0.500072539)
  2983. w112.Part1 = p118
  2984. w112.C1 = CFrame.new(-3.82272005, -174.261902, -38.0782776, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2985. w113 = Instance.new("Weld", p118)
  2986. w113.Name = "apart_Weld"
  2987. w113.Part0 = p118
  2988. w113.C0 = CFrame.new(-3.82272005, -174.261902, -38.0782776, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2989. w113.Part1 = p119
  2990. w113.C1 = CFrame.new(3.81856751, -174.647522, 38.0728455, -1, 3.04310852e-005, -3.05171179e-005, 3.04301557e-005, 1, 3.04310852e-005, 3.05180438e-005, 3.04301557e-005, -1)
  2991. w114 = Instance.new("Weld", p119)
  2992. w114.Name = "apart_Weld"
  2993. w114.Part0 = p119
  2994. w114.C0 = CFrame.new(3.81856751, -174.647522, 38.0728455, -1, 3.04310852e-005, -3.05171179e-005, 3.04301557e-005, 1, 3.04310852e-005, 3.05180438e-005, 3.04301557e-005, -1)
  2995. w114.Part1 = p120
  2996. w114.C1 = CFrame.new(-3.82272005, -175.594284, -38.0270386, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2997. w115 = Instance.new("Weld", p120)
  2998. w115.Name = "apart_Weld"
  2999. w115.Part0 = p120
  3000. w115.C0 = CFrame.new(-3.82272005, -175.594284, -38.0270386, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3001. w115.Part1 = p121
  3002. w115.C1 = CFrame.new(3.41236687, -55.2923851, 171.076141, -1, 1.11466697e-005, -4.16424627e-005, 4.16358271e-005, 0.500072539, -0.865983546, 1.11714171e-005, -0.865983546, -0.500072539)
  3003. w116 = Instance.new("Weld", p121)
  3004. w116.Name = "apart_Weld"
  3005. w116.Part0 = p121
  3006. w116.C0 = CFrame.new(3.41236687, -55.2923851, 171.076141, -1, 1.11466697e-005, -4.16424627e-005, 4.16358271e-005, 0.500072539, -0.865983546, 1.11714171e-005, -0.865983546, -0.500072539)
  3007. w116.Part1 = p122
  3008. w116.C1 = CFrame.new(3.81859493, -174.263199, 38.5853233, -1, 3.04310852e-005, -3.05171179e-005, 3.04301557e-005, 1, 3.04310852e-005, 3.05180438e-005, 3.04301557e-005, -1)
  3009. w117 = Instance.new("Weld", p122)
  3010. w117.Name = "apart_Weld"
  3011. w117.Part0 = p122
  3012. w117.C0 = CFrame.new(3.81859493, -174.263199, 38.5853233, -1, 3.04310852e-005, -3.05171179e-005, 3.04301557e-005, 1, 3.04310852e-005, 3.05180438e-005, 3.04301557e-005, -1)
  3013. w117.Part1 = p123
  3014. w117.C1 = CFrame.new(-3.82272005, -173.877563, -38.462616, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3015. w118 = Instance.new("Weld", p123)
  3016. w118.Name = "apart_Weld"
  3017. w118.Part0 = p123
  3018. w118.C0 = CFrame.new(-3.82272005, -173.877563, -38.462616, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3019. w118.Part1 = p124
  3020. w118.C1 = CFrame.new(-3.82272005, -173.877563, -38.4369965, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3021. w119 = Instance.new("Weld", p124)
  3022. w119.Name = "apart_Weld"
  3023. w119.Part0 = p124
  3024. w119.C0 = CFrame.new(-3.82272005, -173.877563, -38.4369965, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3025. w119.Part1 = p125
  3026. w119.C1 = CFrame.new(-3.82272005, -173.877563, -38.4369965, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3027. w120 = Instance.new("Weld", p125)
  3028. w120.Name = "apart_Weld"
  3029. w120.Part0 = p125
  3030. w120.C0 = CFrame.new(-3.82272005, -173.877563, -38.4369965, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3031. w120.Part1 = p126
  3032. w120.C1 = CFrame.new(-3.82272005, -174.64624, -38.462616, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3033. m.Parent = game:service("Workspace")
  3034. m:MakeJoints()
  3035.  
  3036. RightArm.Transparency=1
  3037. LeftArm.Transparency=1
  3038. LeftLeg.Transparency=1
  3039. RightLeg.Transparency=1
  3040. -------------------------------------
  3041. local Character = game.Players.LocalPlayer.Character --game.Workspace.fefio92142
  3042.  
  3043.  
  3044. -------------------------------------------------------------------------------------
  3045. -------------------------------------------------------------------------------------
  3046.  
  3047. local Color = 255,255,255
  3048.  
  3049. local Num = 0.5
  3050.  
  3051. local Num2 = 4 -------------Mods:1,4,8,10,15,20-------------------------------------
  3052. local Size = 0.8
  3053. local Rate = 300
  3054. -------------------------------------------------------------------------------------
  3055. local Player = game:service'Players'.LocalPlayer
  3056. local Character = Player.Character
  3057. Torso = Character:WaitForChild'Torso'
  3058.  
  3059. local Wing1 = Instance.new("Part",Character)
  3060. Wing1.FormFactor = Enum.FormFactor.Custom
  3061. Wing1.Size = Vector3.new(.2, .2, .2)
  3062. Wing1.Name = "WIng_1"
  3063.  
  3064. local fire = Instance.new("ParticleEmitter", Wing1)
  3065. fire.VelocitySpread = 0
  3066. fire.Lifetime = NumberRange.new(2)
  3067. fire.Acceleration = Vector3.new(0, 2, 2)
  3068. fire.RotSpeed = NumberRange.new(10)
  3069. fire.Rate = Rate
  3070. fire.Rotation = NumberRange.new(151515)
  3071. fire.Name = "Fire"
  3072. fire.LightEmission = 0.78
  3073. fire.LockedToPart = true
  3074. fire.Texture = "rbxasset://textures/particles/explosion01_implosion_main.dds"
  3075. fire.Color = ColorSequence.new(Color3.new(Color), Color3.new(Color))
  3076. fire.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, Size), NumberSequenceKeypoint.new(1, Size)})
  3077.  
  3078. local Wing2 = Wing1:Clone()
  3079. Wing2.Parent = Torso
  3080. local x,y,z = 0,-1,-6
  3081.  
  3082. Wld = function(a,b,cf)
  3083. local Weld = Instance.new('Weld',a)
  3084. Weld.Part0 = a
  3085. Weld.Part1 = b
  3086. Weld.C1 = cf
  3087. return Weld
  3088. end
  3089.  
  3090. local wld = Wld(Torso,Wing1,CFrame.new(0,0,-.5)*CFrame.Angles(-math.rad(90),-math.rad(20),-math.rad(90)))
  3091. local wld2 = Wld(Torso,Wing2,CFrame.new(0,0,.5)*CFrame.Angles(-math.rad(90),-math.rad(20),-math.rad(90)))
  3092.  
  3093.  
  3094. game:service'RunService'.Stepped:connect(function()
  3095. --z = 6+math.sin(tick()*2)
  3096. y = -1+math.sin(tick()*Num)*Num2
  3097. Wing1.Fire.Acceleration = Vector3.new(x,y,z)
  3098. Wing2.Fire.Acceleration = Vector3.new(x,y,-z)
  3099. end)
  3100. ------------------------------------------------------------------------------------------------
  3101. local Player = game:service'Players'.LocalPlayer
  3102. local Character = Player.Character
  3103. Torso = Character:WaitForChild'Torso'
  3104.  
  3105. local Wing1 = Instance.new("Part",Character)
  3106. Wing1.FormFactor = Enum.FormFactor.Custom
  3107. Wing1.Size = Vector3.new(.2, .2, .2)
  3108. Wing1.Name = "WIng_1"
  3109.  
  3110. local fire = Instance.new("ParticleEmitter", Wing1)
  3111. fire.VelocitySpread = 0
  3112. fire.Lifetime = NumberRange.new(2.5)
  3113. fire.Acceleration = Vector3.new(0, 4, 4)
  3114. fire.RotSpeed = NumberRange.new(10)
  3115. fire.Rate = Rate
  3116. fire.Rotation = NumberRange.new(151515)
  3117. fire.Name = "Fire"
  3118. fire.LightEmission = 0.78
  3119. fire.LockedToPart = true
  3120. fire.Texture = "rbxasset://textures/particles/explosion01_implosion_main.dds"
  3121. fire.Color = ColorSequence.new(Color3.new(Color), Color3.new(Color))
  3122. fire.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, Size), NumberSequenceKeypoint.new(1, Size)})
  3123.  
  3124. local Wing2 = Wing1:Clone()
  3125. Wing2.Parent = Torso
  3126. local x,y,z = 0,-1,-6
  3127.  
  3128. Wld = function(a,b,cf)
  3129. local Weld = Instance.new('Weld',a)
  3130. Weld.Part0 = a
  3131. Weld.Part1 = b
  3132. Weld.C1 = cf
  3133. return Weld
  3134. end
  3135.  
  3136. local wld = Wld(Torso,Wing1,CFrame.new(0,0,-.5)*CFrame.Angles(-math.rad(90),-math.rad(30),-math.rad(90)))
  3137. local wld2 = Wld(Torso,Wing2,CFrame.new(0,0,.5)*CFrame.Angles(-math.rad(90),-math.rad(30),-math.rad(90)))
  3138.  
  3139. print'Loaded'
  3140.  
  3141. game:service'RunService'.Stepped:connect(function()
  3142. --z = 6+math.sin(tick()*2)
  3143. y = -1+math.sin(tick()*Num)*Num2
  3144. Wing1.Fire.Acceleration = Vector3.new(x,y,z)
  3145. Wing2.Fire.Acceleration = Vector3.new(x,y,-z)
  3146. end)
  3147.  
  3148. ------------------------------------------------------------------------------------------------
  3149. local Player = game:service'Players'.LocalPlayer
  3150. local Character = Player.Character
  3151. Torso = Character:WaitForChild'Torso'
  3152.  
  3153. local Wing1 = Instance.new("Part",Character)
  3154. Wing1.FormFactor = Enum.FormFactor.Custom
  3155. Wing1.Size = Vector3.new(.2, .2, .2)
  3156. Wing1.Name = "WIng_1"
  3157.  
  3158. local fire = Instance.new("ParticleEmitter", Wing1)
  3159. fire.VelocitySpread = 0
  3160. fire.Lifetime = NumberRange.new(2.8)
  3161. fire.Acceleration = Vector3.new(0, 4, 4)
  3162. fire.RotSpeed = NumberRange.new(10)
  3163. fire.Rate = Rate
  3164. fire.Rotation = NumberRange.new(151515)
  3165. fire.Name = "Fire"
  3166. fire.LightEmission = 0.78
  3167. fire.LockedToPart = true
  3168. fire.Texture = "rbxasset://textures/particles/explosion01_implosion_main.dds"
  3169. fire.Color = ColorSequence.new(Color3.new(Color), Color3.new(Color))
  3170. fire.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, Size), NumberSequenceKeypoint.new(1, Size)})
  3171.  
  3172. local Wing2 = Wing1:Clone()
  3173. Wing2.Parent = Torso
  3174. local x,y,z = 0,-1,-6
  3175.  
  3176. Wld = function(a,b,cf)
  3177. local Weld = Instance.new('Weld',a)
  3178. Weld.Part0 = a
  3179. Weld.Part1 = b
  3180. Weld.C1 = cf
  3181. return Weld
  3182. end
  3183.  
  3184. local wld = Wld(Torso,Wing1,CFrame.new(0,0,-.5)*CFrame.Angles(-math.rad(90),-math.rad(40),-math.rad(90)))
  3185. local wld2 = Wld(Torso,Wing2,CFrame.new(0,0,.5)*CFrame.Angles(-math.rad(90),-math.rad(40),-math.rad(90)))
  3186.  
  3187. print'Loaded'
  3188.  
  3189. game:service'RunService'.Stepped:connect(function()
  3190. --z = 6+math.sin(tick()*2)
  3191. y = -1+math.sin(tick()*Num)*Num2
  3192. Wing1.Fire.Acceleration = Vector3.new(x,y,z)
  3193. Wing2.Fire.Acceleration = Vector3.new(x,y,-z)
  3194. end)
  3195.  
  3196. ------------------------------------------------------------------------------------------------
  3197. local Player = game:service'Players'.LocalPlayer
  3198. local Character = Player.Character
  3199. Torso = Character:WaitForChild'Torso'
  3200.  
  3201. local Wing1 = Instance.new("Part",Character)
  3202. Wing1.FormFactor = Enum.FormFactor.Custom
  3203. Wing1.Size = Vector3.new(.2, .2, .2)
  3204. Wing1.Name = "WIng_1"
  3205.  
  3206. local fire = Instance.new("ParticleEmitter", Wing1)
  3207. fire.VelocitySpread = 0
  3208. fire.Lifetime = NumberRange.new(3)
  3209. fire.Acceleration = Vector3.new(0, 4, 4)
  3210. fire.RotSpeed = NumberRange.new(10)
  3211. fire.Rate = Rate
  3212. fire.Rotation = NumberRange.new(151515)
  3213. fire.Name = "Fire"
  3214. fire.LightEmission = 0.78
  3215. fire.LockedToPart = true
  3216. fire.Texture = "rbxasset://textures/particles/explosion01_implosion_main.dds"
  3217. fire.Color = ColorSequence.new(Color3.new(Color), Color3.new(Color))
  3218. fire.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, Size), NumberSequenceKeypoint.new(1, Size)})
  3219.  
  3220. local Wing2 = Wing1:Clone()
  3221. Wing2.Parent = Torso
  3222. local x,y,z = 0,-1,-6
  3223.  
  3224. Wld = function(a,b,cf)
  3225. local Weld = Instance.new('Weld',a)
  3226. Weld.Part0 = a
  3227. Weld.Part1 = b
  3228. Weld.C1 = cf
  3229. return Weld
  3230. end
  3231.  
  3232. local wld = Wld(Torso,Wing1,CFrame.new(0,0,-.5)*CFrame.Angles(-math.rad(90),-math.rad(50),-math.rad(90)))
  3233. local wld2 = Wld(Torso,Wing2,CFrame.new(0,0,.5)*CFrame.Angles(-math.rad(90),-math.rad(50),-math.rad(90)))
  3234.  
  3235. print'Loaded'
  3236.  
  3237. game:service'RunService'.Stepped:connect(function()
  3238. --z = 6+math.sin(tick()*2)
  3239. y = -1+math.sin(tick()*Num)*Num2
  3240. Wing1.Fire.Acceleration = Vector3.new(x,y,z)
  3241. Wing2.Fire.Acceleration = Vector3.new(x,y,-z)
  3242. end)
  3243.  
  3244. ------------------------------------------------------------------------------------------------
  3245. local Player = game:service'Players'.LocalPlayer
  3246. local Character = Player.Character
  3247. Torso = Character:WaitForChild'Torso'
  3248.  
  3249. local Wing1 = Instance.new("Part",Character)
  3250. Wing1.FormFactor = Enum.FormFactor.Custom
  3251. Wing1.Size = Vector3.new(.2, .2, .2)
  3252. Wing1.Name = "WIng_1"
  3253.  
  3254. local fire = Instance.new("ParticleEmitter", Wing1)
  3255. fire.VelocitySpread = 0
  3256. fire.Lifetime = NumberRange.new(3.1)
  3257. fire.Acceleration = Vector3.new(0, 4, 4)
  3258. fire.RotSpeed = NumberRange.new(10)
  3259. fire.Rate = Rate
  3260. fire.Rotation = NumberRange.new(151515)
  3261. fire.Name = "Fire"
  3262. fire.LightEmission = 0.78
  3263. fire.LockedToPart = true
  3264. fire.Texture = "rbxasset://textures/particles/explosion01_implosion_main.dds"
  3265. fire.Color = ColorSequence.new(Color3.new(Color), Color3.new(Color))
  3266. fire.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, Size), NumberSequenceKeypoint.new(1, Size)})
  3267.  
  3268. local Wing2 = Wing1:Clone()
  3269. Wing2.Parent = Torso
  3270. local x,y,z = 0,-1,-6
  3271.  
  3272. Wld = function(a,b,cf)
  3273. local Weld = Instance.new('Weld',a)
  3274. Weld.Part0 = a
  3275. Weld.Part1 = b
  3276. Weld.C1 = cf
  3277. return Weld
  3278. end
  3279.  
  3280. local wld = Wld(Torso,Wing1,CFrame.new(0,0,-.5)*CFrame.Angles(-math.rad(90),-math.rad(60),-math.rad(90)))
  3281. local wld2 = Wld(Torso,Wing2,CFrame.new(0,0,.5)*CFrame.Angles(-math.rad(90),-math.rad(60),-math.rad(90)))
  3282.  
  3283. print'Loaded'
  3284.  
  3285. game:service'RunService'.Stepped:connect(function()
  3286. --z = 6+math.sin(tick()*2)
  3287. y = -1+math.sin(tick()*Num)*Num2
  3288. Wing1.Fire.Acceleration = Vector3.new(x,y,z)
  3289. Wing2.Fire.Acceleration = Vector3.new(x,y,-z)
  3290. end)
  3291. --------------------------------------
  3292. local Plr = game.Players.LocalPlayer --LocalScript
  3293. local Char = Plr.Character
  3294. local Mouse = Plr:GetMouse()
  3295. local ra = Char:FindFirstChild('Right Arm')
  3296. local ts = Char.Torso
  3297. local la = Char:FindFirstChild('Left Arm')
  3298. local ll = Char:FindFirstChild('Left Leg')
  3299. local rl = Char:FindFirstChild('Right Leg')
  3300. local hd = Char.Head
  3301. local root = Char:FindFirstChild('HumanoidRootPart')
  3302.  
  3303. rarm = ra
  3304. larm = la
  3305. torso = ts
  3306. hed = hd
  3307. root = root
  3308. lleg = ll
  3309. rleg = rl
  3310. local PrimaryColor = 'Really red'
  3311. local SecondaryColor = 'Really red'
  3312.  
  3313. FloatPart = function()
  3314. local Part = Instance.new('Part',torso)
  3315. Part.CFrame = CFrame.new(torso.CFrame.X,workspace.Base.CFrame.Y+1,torso.CFrame.Z) * CFrame.fromEulerAnglesXYZ(86.4,0,87)
  3316. Part.Anchored = true
  3317. Part.Material = 'Neon'
  3318. Part.CanCollide = false
  3319. Part.BrickColor = BrickColor.new(PrimaryColor)
  3320. local Mesh = Instance.new('SpecialMesh',Part)
  3321. Mesh.Scale = Vector3.new(4,4,.2)
  3322. Mesh.MeshId = 'http://www.roblox.com/asset/?id=3270017'
  3323. Mesh.VertexColor = Vector3.new(170,0,0)
  3324. spawn(function()
  3325. for i = 1,30 do
  3326. Mesh.Scale = Mesh.Scale + Vector3.new(.04,.04,0)
  3327. Part.Transparency = Part.Transparency + .035
  3328. game["Run Service"].RenderStepped:wait()
  3329. end
  3330. Part:Destroy()
  3331. end)
  3332. end;
  3333.  
  3334. DubPart = function()
  3335. local Part = Instance.new('Part',torso)
  3336. Part.CFrame = CFrame.new(torso.CFrame.X,workspace.Base.CFrame.Y+1,torso.CFrame.Z) * CFrame.fromEulerAnglesXYZ(86.4,0,87)
  3337. Part.Anchored = true
  3338. Part.CanCollide = false
  3339. Part.Material = 'Neon'
  3340. Part.BrickColor = BrickColor.new(SecondaryColor)
  3341. local Mesh = Instance.new('SpecialMesh',Part)
  3342. Mesh.Scale = Vector3.new(7,7,.2)
  3343. Mesh.MeshId = 'http://www.roblox.com/asset/?id=3270017'
  3344. Mesh.VertexColor = Vector3.new(170,0,0)
  3345. spawn(function()
  3346. for i = 1,30 do
  3347. Mesh.Scale = Mesh.Scale + Vector3.new(.04,.04,0)
  3348. Part.Transparency = Part.Transparency + .035
  3349. game["Run Service"].RenderStepped:wait()
  3350. end
  3351. Part:Destroy()
  3352. end)
  3353. end;
  3354.  
  3355. OnTouch = function(Toucher)
  3356. if Toucher.Parent.Name ~= Plr.Name and Toucher.Parent:FindFirstChild('Humanoid') then
  3357. local Hum = Toucher.Parent:FindFirstChild('Humanoid')
  3358. Hum.Health = Hum.Health - .7
  3359. end
  3360. end;
  3361.  
  3362. Fade = function(Item,t)
  3363. spawn(function()
  3364. for i = 1,20 do
  3365. Item.Transparency = Item.Transparency + .05
  3366. if t then
  3367. wait(t)
  3368. else
  3369. wait()
  3370. end
  3371. end
  3372. Item:Destroy()
  3373. end)
  3374. end
  3375.  
  3376. TouchKill = function(Toucher)
  3377. if Toucher.Parent then
  3378. if Toucher.Parent:FindFirstChild('Humanoid') then
  3379. local P = Toucher.Parent:FindFirstChild('Humanoid')
  3380. if P ~= nil and P.Parent.Name ~= Plr.Name then
  3381. P.Health = P.Health - math.random(4,17)
  3382. end
  3383. end
  3384. end
  3385. end;
  3386.  
  3387. Particle = function()
  3388. local Part = Instance.new('Part',torso)
  3389. Part.BrickColor = BrickColor.new(PrimaryColor)
  3390. Part.Anchored = true
  3391. Part.Transparency = .3
  3392. Part.Touched:connect(function(I)OnTouch(I)end)
  3393. Part.CanCollide = false
  3394. Part.CFrame = torso.CFrame * CFrame.new(math.random(-10,10),math.random(-15,15),math.random(-10,10)) * CFrame.fromEulerAnglesXYZ(math.random(),math.random(),math.random())
  3395. local Mesh = Instance.new('BlockMesh',Part)
  3396. Mesh.Scale = Vector3.new(.05,.1,.1)
  3397. spawn(function()
  3398. for i = 1,40 do
  3399. Part.Transparency = Part.Transparency + .0125
  3400. Part.CFrame = Part.CFrame * CFrame.new(0,-.07,0)
  3401. game["Run Service"].RenderStepped:wait()
  3402. end
  3403. Part:Destroy()
  3404. end)
  3405. end;
  3406.  
  3407. spawn(function()
  3408. while wait() do
  3409. wait(.05)
  3410. FloatPart()
  3411. wait(.08)
  3412. FloatPart()
  3413. wait(.05)
  3414. DubPart()
  3415. wait(.08)
  3416. end
  3417. end)
  3418.  
  3419. wait(0.1)
  3420.  
  3421. rs = game:GetService'RunService'
  3422. plrs = game:GetService'Players'
  3423. lp = plrs.LocalPlayer
  3424. c = lp.Character
  3425. root = lp.Character.HumanoidRootPart
  3426. human = c.Humanoid
  3427. FPS = 0
  3428. inf = 0
  3429. opos1 = Vector3.new()
  3430. opos2 = Vector3.new()
  3431. opos3 = Vector3.new()
  3432. waves = Instance.new("Model", c)
  3433. res = Instance.new("Model", c)
  3434.  
  3435. local function b()
  3436. local t=tick();
  3437. local l=t%1*3;
  3438. local t=.5*math.pi*(l%1);
  3439. if l<1 then
  3440. return Color3.new(0,0,0);
  3441. elseif l<2 then
  3442. return Color3.new(0,0,0);
  3443. else
  3444. return Color3.new(0,0,0);
  3445. end;
  3446. end;
  3447. speedParts = function()
  3448. for i = 1, 4 do
  3449. local pos = Vector3.new(math.sin(math.rad(inf + 360 * i)) * 2, math.sin(math.rad(inf + 260 * i) + math.pi / 2) * 2, -c.HumanoidRootPart.Velocity / 5) * (math.sin(tick()) + 2)
  3450. local CFramepos = root.CFrame:toWorldSpace(CFrame.new(pos)).p
  3451. local opos
  3452. if i == 1 then
  3453. opos = opos1
  3454. elseif i == 2 then
  3455. opos = opos2
  3456. else
  3457. opos = opos3
  3458. end
  3459. if human.MoveDirection ~= Vector3.new(0, 0, 0) then
  3460. local e
  3461. if #res:children() <= 3 then
  3462. e = Instance.new("Part")
  3463. else
  3464. e = res:FindFirstChild("Trail")
  3465. end
  3466. e.Parent = waves
  3467. e.Anchored = true
  3468. e.CanCollide = false
  3469. e.Transparency = 0
  3470. e.Material = "Neon"
  3471. e.Name = "Trail"
  3472. e.Color = b(); --Color = a();
  3473. e.Size = Vector3.new(.2, (CFramepos - opos).magnitude, .2)
  3474. e.CFrame = CFrame.new((CFramepos + opos) / 2, opos) * CFrame.Angles(math.pi / 2, 0, 0)
  3475. end
  3476. if i == 1 then
  3477. opos1 = CFramepos
  3478. elseif i == 2 then
  3479. opos2 = CFramepos
  3480. else
  3481. opos3 = CFramepos
  3482. end
  3483. end
  3484. end
  3485.  
  3486. rs.RenderStepped:connect(function()
  3487. FPS = 1 / rs.RenderStepped:wait()
  3488. for i, v in pairs (waves:children()) do
  3489. v.Transparency = v.Transparency + .05 / (FPS / 60)
  3490. if v.Transparency >= .98 then
  3491. v.Transparency = 1
  3492. v.Parent = res
  3493. end
  3494. end
  3495. inf = inf + (8 + root.Velocity.magnitude / 15) / (FPS / 60)
  3496. speedParts()
  3497. end)
  3498. -----------------------------------
  3499. local LocalPlayer = game:GetService("Players").LocalPlayer
  3500. local Character = LocalPlayer.Character or LocalPlayer.CharacterAdded:wait()
  3501.  
  3502. Character.Head.Transparency = 1
  3503.  
  3504. local Orb = Instance.new("Part", Character)
  3505. Orb.Name = "Orb"
  3506.  
  3507. Orb.CanCollide = false
  3508. Orb.BrickColor = BrickColor.new("Really red")
  3509. Orb.Transparency = 0
  3510. Orb.Material = "Plastic"
  3511. Orb.Size = Vector3.new(1.05, 1.05, 1.05)
  3512.  
  3513.  
  3514. local M = Instance.new("SpecialMesh")
  3515. M.Parent = Orb
  3516. M.MeshId = "http://www.roblox.com/asset/?id=23265144"
  3517. M.Scale = Vector3.new(1.05, 1.05, 1.05)
  3518.  
  3519.  
  3520. local Weld = Instance.new("Weld", Orb)
  3521. Weld.Part0 = Character.Head
  3522. Weld.Part1 = Orb
  3523. Weld.C1 = CFrame.new(0, -0.5, 0)
  3524. ---------------------------------------
  3525. --The Color of the Attack and Sword--
  3526. tclr = "Really red"
  3527.  
  3528.  
  3529.  
  3530.  
  3531. Player=game:GetService("Players").LocalPlayer
  3532. Character=Player.Character
  3533. PlayerGui=Player.PlayerGui
  3534. Backpack=Player.Backpack
  3535. Torso=Character.Torso
  3536. it=Instance.new
  3537. attacktype=1
  3538. vt=Vector3.new
  3539. cf=CFrame.new
  3540. euler=CFrame.fromEulerAnglesXYZ
  3541. angles=CFrame.Angles
  3542. cloaked=false
  3543. necko=cf(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  3544. necko2=cf(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  3545. LHC0=cf(-1,-1,0,-0,-0,-1,0,1,0,1,0,0)
  3546. LHC1=cf(-0.5,1,0,-0,-0,-1,0,1,0,1,0,0)
  3547. RHC0=cf(1,-1,0,0,0,1,0,1,0,-1,-0,-0)
  3548. RHC1=cf(0.5,1,0,0,0,1,0,1,0,-1,-0,-0)
  3549. RootPart=Character.HumanoidRootPart
  3550. RootJoint=RootPart.RootJoint
  3551. RootCF=euler(-1.57,0,3.14)
  3552. attack = false
  3553. attackdebounce = false
  3554. deb=false
  3555. equipped=true
  3556. hand=false
  3557. MMouse=nil
  3558. combo=0
  3559. mana=0
  3560. trispeed=.2
  3561. attackmode='none'
  3562. local idle=0
  3563. local Anim="Idle"
  3564. local Effects={}
  3565. local gun=false
  3566. local shoot=false
  3567.  
  3568. player=nil
  3569. mana=0
  3570. cam = workspace.CurrentCamera
  3571. ZTarget = nil
  3572. RocketTarget = nil
  3573. local m = Instance.new("Model",Character)
  3574. m.Name = "WeaponModel"
  3575.  
  3576. mouse=Player:GetMouse()
  3577. --save shoulders
  3578. RSH, LSH=nil, nil
  3579. --welds
  3580. RW, LW=Instance.new("Weld"), Instance.new("Weld")
  3581. RW.Name="Right Shoulder" LW.Name="Left Shoulder"
  3582. LH=Torso["Left Hip"]
  3583. RH=Torso["Right Hip"]
  3584. TorsoColor=Torso.BrickColor
  3585. function NoOutline(Part)
  3586. Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
  3587. end
  3588. player=Player
  3589. ch=Character
  3590. RSH=ch.Torso["Right Shoulder"]
  3591. LSH=ch.Torso["Left Shoulder"]
  3592. --
  3593. RSH.Parent=nil
  3594. LSH.Parent=nil
  3595. --
  3596. RW.Name="Right Shoulder"
  3597. RW.Part0=ch.Torso
  3598. RW.C0=cf(1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.3, 0, -0.5)
  3599. RW.C1=cf(0, 0.5, 0)
  3600. RW.Part1=ch["Right Arm"]
  3601. RW.Parent=ch.Torso
  3602. --
  3603. LW.Name="Left Shoulder"
  3604. LW.Part0=ch.Torso
  3605. LW.C0=cf(-1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.7, 0, 0.8)
  3606. LW.C1=cf(0, 0.5, 0)
  3607. LW.Part1=ch["Left Arm"]
  3608. LW.Parent=ch.Torso
  3609.  
  3610. function swait(num)
  3611. if num==0 or num==nil then
  3612. game:service'RunService'.Stepped:wait(0)
  3613. else
  3614. for i=0,num do
  3615. game:service'RunService'.Stepped:wait(0)
  3616. end
  3617. end
  3618. end
  3619.  
  3620. function nooutline(part)
  3621. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  3622. end
  3623.  
  3624. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  3625. local fp=it("Part")
  3626. fp.formFactor=formfactor
  3627. fp.Parent=parent
  3628. fp.Reflectance=reflectance
  3629. fp.Transparency=transparency
  3630. fp.CanCollide=false
  3631. fp.Locked=true
  3632. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  3633. fp.Name=name
  3634. fp.Size=size
  3635. fp.Position=Character.Torso.Position
  3636. nooutline(fp)
  3637. fp.Material=material
  3638. fp:BreakJoints()
  3639. return fp
  3640. end
  3641.  
  3642. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  3643. local mesh=it(Mesh)
  3644. mesh.Parent=part
  3645. if Mesh=="SpecialMesh" then
  3646. mesh.MeshType=meshtype
  3647. mesh.MeshId=meshid
  3648. end
  3649. mesh.Offset=offset
  3650. mesh.Scale=scale
  3651. return mesh
  3652. end
  3653.  
  3654. function weld(parent,part0,part1,c0,c1)
  3655. local weld=it("Weld")
  3656. weld.Parent=parent
  3657. weld.Part0=part0
  3658. weld.Part1=part1
  3659. weld.C0=c0
  3660. weld.C1=c1
  3661. return weld
  3662. end
  3663.  
  3664.  
  3665. local function CFrameFromTopBack(at, top, back)
  3666. local right = top:Cross(back)
  3667. return CFrame.new(at.x, at.y, at.z,
  3668. right.x, top.x, back.x,
  3669. right.y, top.y, back.y,
  3670. right.z, top.z, back.z)
  3671. end
  3672.  
  3673. function Triangle(a, b, c)
  3674. local edg1 = (c-a):Dot((b-a).unit)
  3675. local edg2 = (a-b):Dot((c-b).unit)
  3676. local edg3 = (b-c):Dot((a-c).unit)
  3677. if edg1 <= (b-a).magnitude and edg1 >= 0 then
  3678. a, b, c = a, b, c
  3679. elseif edg2 <= (c-b).magnitude and edg2 >= 0 then
  3680. a, b, c = b, c, a
  3681. elseif edg3 <= (a-c).magnitude and edg3 >= 0 then
  3682. a, b, c = c, a, b
  3683. else
  3684. assert(false, "unreachable")
  3685. end
  3686.  
  3687. local len1 = (c-a):Dot((b-a).unit)
  3688. local len2 = (b-a).magnitude - len1
  3689. local width = (a + (b-a).unit*len1 - c).magnitude
  3690.  
  3691. local maincf = CFrameFromTopBack(a, (b-a):Cross(c-b).unit, -(b-a).unit)
  3692.  
  3693. local list = {}
  3694.  
  3695. local TrailColor = tclr
  3696.  
  3697. if len1 > 0.01 then
  3698. local w1 = Instance.new('WedgePart', m)
  3699. game:GetService("Debris"):AddItem(w1,5)
  3700. w1.Material = "SmoothPlastic"
  3701. w1.FormFactor = 'Custom'
  3702. w1.BrickColor = BrickColor.new(TrailColor)
  3703. w1.Transparency = 0
  3704. w1.Reflectance = 0
  3705. w1.Material = "Neon"
  3706. w1.CanCollide = false
  3707. NoOutline(w1)
  3708. local sz = Vector3.new(0.2, width, len1)
  3709. w1.Size = sz
  3710. local sp = Instance.new("SpecialMesh",w1)
  3711. sp.MeshType = "Wedge"
  3712. sp.Scale = Vector3.new(0,1,1) * sz/w1.Size
  3713. w1:BreakJoints()
  3714. w1.Anchored = true
  3715. w1.Parent = workspace
  3716. w1.Transparency = 0.7
  3717. table.insert(Effects,{w1,"Disappear",.01})
  3718. w1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2)
  3719. table.insert(list,w1)
  3720. end
  3721.  
  3722. if len2 > 0.01 then
  3723. local w2 = Instance.new('WedgePart', m)
  3724. game:GetService("Debris"):AddItem(w2,5)
  3725. w2.Material = "SmoothPlastic"
  3726. w2.FormFactor = 'Custom'
  3727. w2.BrickColor = BrickColor.new(TrailColor)
  3728. w2.Transparency = 0
  3729. w2.Reflectance = 0
  3730. w2.Material = "Neon"
  3731. w2.CanCollide = false
  3732. NoOutline(w2)
  3733. local sz = Vector3.new(0.2, width, len2)
  3734. w2.Size = sz
  3735. local sp = Instance.new("SpecialMesh",w2)
  3736. sp.MeshType = "Wedge"
  3737. sp.Scale = Vector3.new(0,1,1) * sz/w2.Size
  3738. w2:BreakJoints()
  3739. w2.Anchored = true
  3740. w2.Parent = workspace
  3741. w2.Transparency = 0.7
  3742. table.insert(Effects,{w2,"Disappear",.01})
  3743. w2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2)
  3744. table.insert(list,w2)
  3745. end
  3746. return unpack(list)
  3747. end
  3748.  
  3749.  
  3750. so = function(id,par,vol,pit)
  3751. coroutine.resume(coroutine.create(function()
  3752. local sou = Instance.new("Sound",par or workspace)
  3753. sou.Volume=vol
  3754. sou.Pitch=pit or 1
  3755. sou.SoundId=id
  3756. swait()
  3757. sou:play()
  3758. game:GetService("Debris"):AddItem(sou,6)
  3759. end))
  3760. end
  3761.  
  3762. function clerp(a,b,t)
  3763. local qa = {QuaternionFromCFrame(a)}
  3764. local qb = {QuaternionFromCFrame(b)}
  3765. local ax, ay, az = a.x, a.y, a.z
  3766. local bx, by, bz = b.x, b.y, b.z
  3767. local _t = 1-t
  3768. return QuaternionToCFrame(_t*ax + t*bx, _t*ay + t*by, _t*az + t*bz,QuaternionSlerp(qa, qb, t))
  3769. end
  3770.  
  3771. function QuaternionFromCFrame(cf)
  3772. local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components()
  3773. local trace = m00 + m11 + m22
  3774. if trace > 0 then
  3775. local s = math.sqrt(1 + trace)
  3776. local recip = 0.5/s
  3777. return (m21-m12)*recip, (m02-m20)*recip, (m10-m01)*recip, s*0.5
  3778. else
  3779. local i = 0
  3780. if m11 > m00 then
  3781. i = 1
  3782. end
  3783. if m22 > (i == 0 and m00 or m11) then
  3784. i = 2
  3785. end
  3786. if i == 0 then
  3787. local s = math.sqrt(m00-m11-m22+1)
  3788. local recip = 0.5/s
  3789. return 0.5*s, (m10+m01)*recip, (m20+m02)*recip, (m21-m12)*recip
  3790. elseif i == 1 then
  3791. local s = math.sqrt(m11-m22-m00+1)
  3792. local recip = 0.5/s
  3793. return (m01+m10)*recip, 0.5*s, (m21+m12)*recip, (m02-m20)*recip
  3794. elseif i == 2 then
  3795. local s = math.sqrt(m22-m00-m11+1)
  3796. local recip = 0.5/s return (m02+m20)*recip, (m12+m21)*recip, 0.5*s, (m10-m01)*recip
  3797. end
  3798. end
  3799. end
  3800.  
  3801. function QuaternionToCFrame(px, py, pz, x, y, z, w)
  3802. local xs, ys, zs = x + x, y + y, z + z
  3803. local wx, wy, wz = w*xs, w*ys, w*zs
  3804. local xx = x*xs
  3805. local xy = x*ys
  3806. local xz = x*zs
  3807. local yy = y*ys
  3808. local yz = y*zs
  3809. local zz = z*zs
  3810. return CFrame.new(px, py, pz,1-(yy+zz), xy - wz, xz + wy,xy + wz, 1-(xx+zz), yz - wx, xz - wy, yz + wx, 1-(xx+yy))
  3811. end
  3812.  
  3813. function QuaternionSlerp(a, b, t)
  3814. local cosTheta = a[1]*b[1] + a[2]*b[2] + a[3]*b[3] + a[4]*b[4]
  3815. local startInterp, finishInterp;
  3816. if cosTheta >= 0.0001 then
  3817. if (1 - cosTheta) > 0.0001 then
  3818. local theta = math.acos(cosTheta)
  3819. local invSinTheta = 1/math.sin(theta)
  3820. startInterp = math.sin((1-t)*theta)*invSinTheta
  3821. finishInterp = math.sin(t*theta)*invSinTheta
  3822. else
  3823. startInterp = 1-t
  3824. finishInterp = t
  3825. end
  3826. else
  3827. if (1+cosTheta) > 0.0001 then
  3828. local theta = math.acos(-cosTheta)
  3829. local invSinTheta = 1/math.sin(theta)
  3830. startInterp = math.sin((t-1)*theta)*invSinTheta
  3831. finishInterp = math.sin(t*theta)*invSinTheta
  3832. else
  3833. startInterp = t-1
  3834. finishInterp = t
  3835. end
  3836. end
  3837. return a[1]*startInterp + b[1]*finishInterp, a[2]*startInterp + b[2]*finishInterp, a[3]*startInterp + b[3]*finishInterp, a[4]*startInterp + b[4]*finishInterp
  3838. end
  3839.  
  3840. function rayCast(Pos, Dir, Max, Ignore) -- Origin Position , Direction, MaxDistance , IgnoreDescendants
  3841. return game:service("Workspace"):FindPartOnRay(Ray.new(Pos, Dir.unit * (Max or 999.999)), Ignore)
  3842. end
  3843.  
  3844. Damagefunc=function(Part,hit,minim,maxim,knockback,Type,Property,Delay,KnockbackType,decreaseblock)
  3845. if hit.Parent==nil then
  3846. return
  3847. end
  3848. local h=hit.Parent:FindFirstChild("Humanoid")
  3849. for _,v in pairs(hit.Parent:children()) do
  3850. if v:IsA("Humanoid") then
  3851. h=v
  3852. end
  3853. end
  3854. if hit.Parent.Parent:FindFirstChild("Torso")~=nil then
  3855. h=hit.Parent.Parent:FindFirstChild("Humanoid")
  3856. end
  3857. if hit.Parent.className=="Hat" then
  3858. hit=hit.Parent.Parent:findFirstChild("Head")
  3859. end
  3860. if h~=nil and hit.Parent.Name~=Character.Name and hit.Parent:FindFirstChild("Torso")~=nil then
  3861. if hit.Parent:findFirstChild("DebounceHit")~=nil then if hit.Parent.DebounceHit.Value==true then return end end
  3862. --[[ if game.Players:GetPlayerFromCharacter(hit.Parent)~=nil then
  3863. return
  3864. end]]
  3865. -- hs(hit,1.2)
  3866. local c=Instance.new("ObjectValue")
  3867. c.Name="creator"
  3868. c.Value=game:service("Players").LocalPlayer
  3869. c.Parent=h
  3870. game:GetService("Debris"):AddItem(c,.5)
  3871. local Damage=math.random(minim,maxim)
  3872. -- h:TakeDamage(Damage)
  3873. local blocked=false
  3874. local block=hit.Parent:findFirstChild("Block")
  3875. if block~=nil then
  3876. print(block.className)
  3877. if block.className=="NumberValue" then
  3878. if block.Value>0 then
  3879. blocked=true
  3880. if decreaseblock==nil then
  3881. block.Value=block.Value-1
  3882. end
  3883. end
  3884. end
  3885. if block.className=="IntValue" then
  3886. if block.Value>0 then
  3887. blocked=true
  3888. if decreaseblock~=nil then
  3889. block.Value=block.Value-1
  3890. end
  3891. end
  3892. end
  3893. end
  3894. if blocked==false then
  3895. -- h:TakeDamage(Damage)
  3896. h.Health=h.Health-Damage
  3897. ShowDamage((Part.CFrame * CFrame.new(0, 0, (Part.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), -Damage, 1.5, Part.BrickColor.Color)
  3898. else
  3899. h.Health=h.Health-(Damage/2)
  3900. ShowDamage((Part.CFrame * CFrame.new(0, 0, (Part.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), -Damage, 1.5, BrickColor.new("Bright blue").Color)
  3901. end
  3902. if Type=="Knockdown" then
  3903. local hum=hit.Parent.Humanoid
  3904. hum.PlatformStand=true
  3905. coroutine.resume(coroutine.create(function(HHumanoid)
  3906. swait(1)
  3907. HHumanoid.PlatformStand=false
  3908. end),hum)
  3909. local angle=(hit.Position-(Property.Position+Vector3.new(0,0,0))).unit
  3910. --hit.CFrame=CFrame.new(hit.Position,Vector3.new(angle.x,hit.Position.y,angle.z))*CFrame.fromEulerAnglesXYZ(math.pi/4,0,0)
  3911. local bodvol=Instance.new("BodyVelocity")
  3912. bodvol.velocity=angle*knockback
  3913. bodvol.P=5000
  3914. bodvol.maxForce=Vector3.new(8e+003, 8e+003, 8e+003)
  3915. bodvol.Parent=hit
  3916. local rl=Instance.new("BodyAngularVelocity")
  3917. rl.P=3000
  3918. rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000
  3919. rl.angularvelocity=Vector3.new(math.random(-10,10),math.random(-10,10),math.random(-10,10))
  3920. rl.Parent=hit
  3921. game:GetService("Debris"):AddItem(bodvol,.5)
  3922. game:GetService("Debris"):AddItem(rl,.5)
  3923. elseif Type=="Normal" then
  3924. local vp=Instance.new("BodyVelocity")
  3925. vp.P=500
  3926. vp.maxForce=Vector3.new(math.huge,0,math.huge)
  3927. -- vp.velocity=Character.Torso.CFrame.lookVector*Knockback
  3928. if KnockbackType==1 then
  3929. vp.velocity=Property.CFrame.lookVector*knockback+Property.Velocity/1.05
  3930. elseif KnockbackType==2 then
  3931. vp.velocity=Property.CFrame.lookVector*knockback
  3932. end
  3933. if knockback>0 then
  3934. vp.Parent=hit.Parent.Torso
  3935. end
  3936. game:GetService("Debris"):AddItem(vp,.5)
  3937. elseif Type=="Up" then
  3938. local bodyVelocity=Instance.new("BodyVelocity")
  3939. bodyVelocity.velocity=vt(0,60,0)
  3940. bodyVelocity.P=5000
  3941. bodyVelocity.maxForce=Vector3.new(8e+003, 8e+003, 8e+003)
  3942. bodyVelocity.Parent=hit
  3943. game:GetService("Debris"):AddItem(bodyVelocity,1)
  3944. local rl=Instance.new("BodyAngularVelocity")
  3945. rl.P=3000
  3946. rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000
  3947. rl.angularvelocity=Vector3.new(math.random(-30,30),math.random(-30,30),math.random(-30,30))
  3948. rl.Parent=hit
  3949. game:GetService("Debris"):AddItem(rl,.5)
  3950. elseif Type=="Snare" then
  3951. local bp=Instance.new("BodyPosition")
  3952. bp.P=2000
  3953. bp.D=100
  3954. bp.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  3955. bp.position=hit.Parent.Torso.Position
  3956. bp.Parent=hit.Parent.Torso
  3957. game:GetService("Debris"):AddItem(bp,1)
  3958. elseif Type=="Target" then
  3959. local Targetting = false
  3960. if Targetting==false then
  3961. ZTarget=hit.Parent.Torso
  3962. coroutine.resume(coroutine.create(function(Part)
  3963. so("http://www.roblox.com/asset/?id=15666462",Part,1,1.5)
  3964. swait(5)
  3965. so("http://www.roblox.com/asset/?id=15666462",Part,1,1.5)
  3966. end),ZTarget)
  3967. local TargHum=ZTarget.Parent:findFirstChild("Humanoid")
  3968. local targetgui=Instance.new("BillboardGui")
  3969. targetgui.Parent=ZTarget
  3970. targetgui.Size=UDim2.new(10,100,10,100)
  3971. local targ=Instance.new("ImageLabel")
  3972. targ.Parent=targetgui
  3973. targ.BackgroundTransparency=1
  3974. targ.Image="rbxassetid://4834067"
  3975. targ.Size=UDim2.new(1,0,1,0)
  3976. cam.CameraType="Scriptable"
  3977. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  3978. local dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z)
  3979. workspace.CurrentCamera.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  3980. Targetting=true
  3981. RocketTarget=ZTarget
  3982. for i=1,Property do
  3983. --while Targetting==true and Humanoid.Health>0 and Character.Parent~=nil do
  3984. if Humanoid.Health>0 and Character.Parent~=nil and TargHum.Health>0 and TargHum.Parent~=nil and Targetting==true then
  3985. swait()
  3986. end
  3987. --workspace.CurrentCamera.CoordinateFrame=CFrame.new(Head.CFrame.p,Head.CFrame.p+rmdir*100)
  3988. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  3989. dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z)
  3990. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)*cf(0,5,10)*euler(-0.3,0,0)
  3991. end
  3992. Targetting=false
  3993. RocketTarget=nil
  3994. targetgui.Parent=nil
  3995. cam.CameraType="Custom"
  3996. end
  3997. end
  3998. local debounce=Instance.new("BoolValue")
  3999. debounce.Name="DebounceHit"
  4000. debounce.Parent=hit.Parent
  4001. debounce.Value=true
  4002. game:GetService("Debris"):AddItem(debounce,Delay)
  4003. c=Instance.new("ObjectValue")
  4004. c.Name="creator"
  4005. c.Value=Player
  4006. c.Parent=h
  4007. game:GetService("Debris"):AddItem(c,.5)
  4008. end
  4009. end
  4010.  
  4011.  
  4012. function ShowDamage(Pos, Text, Time, Color)
  4013. local Rate = (1 / 30)
  4014. local Pos = (Pos or Vector3.new(0, 0, 0))
  4015. local Text = (Text or "")
  4016. local Time = (Time or 2)
  4017. local Color = (Color or Color3.new(1, 0, 0))
  4018. local EffectPart = part("Custom",workspace,"SmoothPlastic",0,1,BrickColor.new(Color),"Effect",vt(0,0,0))
  4019. EffectPart.Anchored = true
  4020. local BillboardGui = Instance.new("BillboardGui")
  4021. BillboardGui.Size = UDim2.new(3, 0, 3, 0)
  4022. BillboardGui.Adornee = EffectPart
  4023. local TextLabel = Instance.new("TextLabel")
  4024. TextLabel.BackgroundTransparency = 1
  4025. TextLabel.Size = UDim2.new(1, 0, 1, 0)
  4026. TextLabel.Text = Text
  4027. TextLabel.TextColor3 = Color
  4028. TextLabel.TextScaled = true
  4029. TextLabel.Font = Enum.Font.ArialBold
  4030. TextLabel.Parent = BillboardGui
  4031. BillboardGui.Parent = EffectPart
  4032. game.Debris:AddItem(EffectPart, (Time + 0.1))
  4033. EffectPart.Parent = game:GetService("Workspace")
  4034. Delay(0, function()
  4035. local Frames = (Time / Rate)
  4036. for Frame = 1, Frames do
  4037. wait(Rate)
  4038. local Percent = (Frame / Frames)
  4039. EffectPart.CFrame = CFrame.new(Pos) + Vector3.new(0, Percent, 0)
  4040. TextLabel.TextTransparency = Percent
  4041. end
  4042. if EffectPart and EffectPart.Parent then
  4043. EffectPart:Destroy()
  4044. end
  4045. end)
  4046. end
  4047.  
  4048. Player=game:GetService('Players').LocalPlayer
  4049. Character=Player.Character
  4050. Mouse=Player:GetMouse()
  4051. m=Instance.new('Model',Character)
  4052. it=Instance.new
  4053. function nooutline(part)
  4054. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  4055. end
  4056. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  4057. local fp=it("Part")
  4058. fp.formFactor=formfactor
  4059. fp.Parent=parent
  4060. fp.Reflectance=reflectance
  4061. fp.Transparency=transparency
  4062. fp.CanCollide=false
  4063. fp.Locked=true
  4064. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  4065. fp.Name=name
  4066. fp.Size=size
  4067. fp.Position=Character.Torso.Position
  4068. nooutline(fp)
  4069. fp.Material=material
  4070. fp:BreakJoints()
  4071. return fp
  4072. end
  4073. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  4074. local mesh=it(Mesh)
  4075. mesh.Parent=part
  4076. if Mesh=="SpecialMesh" then
  4077. mesh.MeshType=meshtype
  4078. mesh.MeshId=meshid
  4079. end
  4080. mesh.Offset=offset
  4081. mesh.Scale=scale
  4082. return mesh
  4083. end
  4084. function weld(parent,part0,part1,c0,c1)
  4085. local weld=it("Weld")
  4086. weld.Parent=parent
  4087. weld.Part0=part0
  4088. weld.Part1=part1
  4089. weld.C0=c0
  4090. weld.C1=c1
  4091. return weld
  4092. end
  4093.  
  4094. Player=game:GetService('Players').LocalPlayer
  4095. Character=Player.Character
  4096. Mouse=Player:GetMouse()
  4097. m=Instance.new('Model',Character)
  4098. it=Instance.new
  4099. function nooutline(part)
  4100. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  4101. end
  4102. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  4103. local fp=it("Part")
  4104. fp.formFactor=formfactor
  4105. fp.Parent=parent
  4106. fp.Reflectance=reflectance
  4107. fp.Transparency=transparency
  4108. fp.CanCollide=false
  4109. fp.Locked=true
  4110. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  4111. fp.Name=name
  4112. fp.Size=size
  4113. fp.Position=Character.Torso.Position
  4114. nooutline(fp)
  4115. fp.Material=material
  4116. fp:BreakJoints()
  4117. return fp
  4118. end
  4119. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  4120. local mesh=it(Mesh)
  4121. mesh.Parent=part
  4122. if Mesh=="SpecialMesh" then
  4123. mesh.MeshType=meshtype
  4124. mesh.MeshId=meshid
  4125. end
  4126. mesh.Offset=offset
  4127. mesh.Scale=scale
  4128. return mesh
  4129. end
  4130. function weld(parent,part0,part1,c0,c1)
  4131. local weld=it("Weld")
  4132. weld.Parent=parent
  4133. weld.Part0=part0
  4134. weld.Part1=part1
  4135. weld.C0=c0
  4136. weld.C1=c1
  4137. return weld
  4138. end
  4139.  
  4140. Handle=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Handle",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4141. handleweld=weld(m,Character["Right Arm"],Handle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 0.999999881, 0, 0, 0, 1),CFrame.new(0.741678238, 0.794418335, -0.0370121002, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008))
  4142. mesh("BlockMesh",Handle,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4143. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.600000203, 0.200000003, 0.399999976))
  4144. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.4672184, 1.46959305, 0.0142880678, -0.707106829, -7.4505806e-008, 0.707106709, -0.707106769, 1.49011647e-008, -0.707106829, 4.21468478e-008, -1, -6.32202628e-008))
  4145. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4146. Hitbox=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,1,"Really black","Hitbox",Vector3.new(6.74074316, 0.259259313, 1.2962966))
  4147. Hitboxweld=weld(m,Handle,Hitbox,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-7.94812012, 9.15527344e-005, -0.00979995728, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016))
  4148. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.29629672, 0.259259313, 1.03703737))
  4149. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-10.5536575, -3.57627869e-006, 0, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016))
  4150. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1.04999995, 1))
  4151. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(6.74074316, 0.259259313, 1.2962966))
  4152. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-7.70182037, 9.15527344e-005, 0, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016))
  4153. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  4154. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 2.59259343))
  4155. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-9.3460083e-005, -0.324073672, 12.3684731, -1, 1.35872806e-008, -7.26343004e-008, -1.35872806e-008, -1, 0, -7.26343004e-008, 9.86902651e-016, 1))
  4156. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.839999974, 1))
  4157. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.518518627, 2.07407475))
  4158. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-5.53131104e-005, -0.207403183, 12.0443993, 1, -1.35872806e-008, 7.26343004e-008, 1.35872806e-008, 1, 0, -7.26343004e-008, 9.86902651e-016, 1))
  4159. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.810000002, 1))
  4160. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.518518686, 2.07407475))
  4161. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(5.7220459e-005, -0.207421303, 12.0443993, -1, 1.35872806e-008, -7.26343004e-008, -1.35872806e-008, -1, 0, -7.26343004e-008, 9.86902651e-016, 1))
  4162. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.810000002, 1))
  4163. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 2.59259343))
  4164. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(9.3460083e-005, -0.324074984, 12.3684731, 1, -1.35872806e-008, 7.26343004e-008, 1.35872806e-008, 1, 0, -7.26343004e-008, 9.86902651e-016, 1))
  4165. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.839999974, 1))
  4166. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4167. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.18214798, 0.184528351, 0.00185966492, -0.707106829, -7.4505806e-008, 0.707106709, -0.707106769, 1.49011647e-008, -0.707106829, 4.21468478e-008, -1, -6.32202628e-008))
  4168. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4169. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4170. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.09992981, 1.09993172, 2.31266022e-005, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008))
  4171. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4172. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4173. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.733297348, -0.733297348, -1.33514404e-005, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008))
  4174. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4175. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4176. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.274971008, -0.27497673, 3.43322754e-005, -1.6963854e-007, 0.70710665, 0.707106888, -1.46491521e-008, 0.707106888, -0.707106709, -1, -1.30311079e-007, -1.09594069e-007))
  4177. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4178. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4179. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.641641617, 0.641643524, 1.74045563e-005, -1.6963854e-007, 0.70710665, 0.707106888, -1.46491521e-008, 0.707106888, -0.707106709, -1, -1.30311079e-007, -1.09594069e-007))
  4180. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4181. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4182. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.92491722, 1.92491722, 5.7220459e-005, -1.6963854e-007, 0.70710665, 0.707106888, -1.46491521e-008, 0.707106888, -0.707106709, -1, -1.30311079e-007, -1.09594069e-007))
  4183. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4184. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4185. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.37493706, 1.37493706, 3.4570694e-005, -1.6963854e-007, 0.70710665, 0.707106888, -1.46491521e-008, 0.707106888, -0.707106709, -1, -1.30311079e-007, -1.09594069e-007))
  4186. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4187. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4188. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.46542358, 1.46780205, 0.00187504292, -0.707106829, -7.4505806e-008, 0.707106709, -0.707106769, 1.49011647e-008, -0.707106829, 4.21468478e-008, -1, -6.32202628e-008))
  4189. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4190. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4191. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.0916500092, -0.0916557312, 1.71661377e-005, -1.6963854e-007, 0.70710665, 0.707106888, -1.46491521e-008, 0.707106888, -0.707106709, -1, -1.30311079e-007, -1.09594069e-007))
  4192. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4193. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4194. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.641609192, -0.641607285, 1.71661377e-005, -1.6963854e-007, 0.70710665, 0.707106888, -1.46491521e-008, 0.707106888, -0.707106709, -1, -1.30311079e-007, -1.09594069e-007))
  4195. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4196. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4197. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.732124329, 0.734502792, 0.00185978413, -0.707106829, -7.4505806e-008, 0.707106709, -0.707106769, 1.49011647e-008, -0.707106829, 4.21468478e-008, -1, -6.32202628e-008))
  4198. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4199. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(6.22222471, 0.518518627, 0.518518627))
  4200. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.0536880493, 7.62939453e-005, 0, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016))
  4201. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 0.0599999987, 1.00999999))
  4202. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4203. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.366659164, -0.366657257, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008))
  4204. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4205. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4206. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.183334351, -0.183332443, -1.33514404e-005, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008))
  4207. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4208. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4209. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.00829315, 1.00829506, 3.4570694e-005, -1.6963854e-007, 0.70710665, 0.707106888, -1.46491521e-008, 0.707106888, -0.707106709, -1, -1.30311079e-007, -1.09594069e-007))
  4210. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4211. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4212. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.19162178, 1.19162369, 5.17368317e-005, -1.6963854e-007, 0.70710665, 0.707106888, -1.46491521e-008, 0.707106888, -0.707106709, -1, -1.30311079e-007, -1.09594069e-007))
  4213. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4214. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4215. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.55827904, 1.55827904, 5.12599945e-005, -1.6963854e-007, 0.70710665, 0.707106888, -1.46491521e-008, 0.707106888, -0.707106709, -1, -1.30311079e-007, -1.09594069e-007))
  4216. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4217. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4218. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.83205986, 1.83444023, 0.00188946724, -0.707106829, -7.4505806e-008, 0.707106709, -0.707106769, 1.49011647e-008, -0.707106829, 4.21468478e-008, -1, -6.32202628e-008))
  4219. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4220. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4221. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.824943542, -0.824941635, 1.90734863e-006, -1.6963854e-007, 0.70710665, 0.707106888, -1.46491521e-008, 0.707106888, -0.707106709, -1, -1.30311079e-007, -1.09594069e-007))
  4222. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4223. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4224. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.549957275, 0.549959183, -1.31130219e-005, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008))
  4225. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4226. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4227. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.274999619, 0.275001526, 3.4570694e-005, -1.6963854e-007, 0.70710665, 0.707106888, -1.46491521e-008, 0.707106888, -0.707106709, -1, -1.30311079e-007, -1.09594069e-007))
  4228. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4229. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4230. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.00117111206, 0.00120735168, 0.00185966492, -0.707106829, -7.4505806e-008, 0.707106709, -0.707106769, 1.49011647e-008, -0.707106829, 4.21468478e-008, -1, -6.32202628e-008))
  4231. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4232. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4233. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.457113266, 0.45949173, -0.00183963776, -0.70710665, 1.49011612e-008, -0.707106888, -0.707106888, 1.49011603e-008, 0.70710665, 2.10734239e-008, 1, 5.65233175e-015))
  4234. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4235. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4236. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.55705452, 1.55943298, -0.00180530548, -0.70710665, 1.49011612e-008, -0.707106888, -0.707106888, 1.49011603e-008, 0.70710665, 2.10734239e-008, 1, 5.65233175e-015))
  4237. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4238. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4239. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.28208542, 1.28446388, 0.00185978413, -0.707106829, -7.4505806e-008, 0.707106709, -0.707106769, 1.49011647e-008, -0.707106829, 4.21468478e-008, -1, -6.32202628e-008))
  4240. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4241. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4242. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.276185989, -0.273807526, -0.00183963776, -0.70710665, 1.49011612e-008, -0.707106888, -0.707106888, 1.49011603e-008, 0.70710665, 2.10734239e-008, 1, 5.65233175e-015))
  4243. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4244. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4245. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.548799515, 0.55116272, 0.00185024738, -0.707106829, -7.4505806e-008, 0.707106709, -0.707106769, 1.49011647e-008, -0.707106829, 4.21468478e-008, -1, -6.32202628e-008))
  4246. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4247. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4248. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.915441513, 0.917819977, 0.00185978413, -0.707106829, -7.4505806e-008, 0.707106709, -0.707106769, 1.49011647e-008, -0.707106829, 4.21468478e-008, -1, -6.32202628e-008))
  4249. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4250. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4251. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.273786545, 0.276166916, -0.00180530548, -0.70710665, 1.49011612e-008, -0.707106888, -0.707106888, 1.49011603e-008, 0.70710665, 2.10734239e-008, 1, 5.65233175e-015))
  4252. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4253. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4254. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.64990616, 1.64990807, 2.31266022e-005, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008))
  4255. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4256. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4257. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.74037552, 1.74275398, -0.00180244446, -0.70710665, 1.49011612e-008, -0.707106888, -0.707106888, 1.49011603e-008, 0.70710665, 2.10734239e-008, 1, 5.65233175e-015))
  4258. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4259. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4260. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(1.00948334, -1.00710487, -0.00185012817, -0.70710665, 1.49011612e-008, -0.707106888, -0.707106888, 1.49011603e-008, 0.70710665, 2.10734239e-008, 1, 5.65233175e-015))
  4261. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4262. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4263. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.365472794, 0.367851257, 0.00187504292, -0.707106829, -7.4505806e-008, 0.707106709, -0.707106769, 1.49011647e-008, -0.707106829, 4.21468478e-008, -1, -6.32202628e-008))
  4264. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4265. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4266. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.640443802, 0.642822266, -0.00182056427, -0.70710665, 1.49011612e-008, -0.707106888, -0.707106888, 1.49011603e-008, 0.70710665, 2.10734239e-008, 1, 5.65233175e-015))
  4267. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4268. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4269. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.28325844, 1.28326035, 2.38418579e-007, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008))
  4270. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4271. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4272. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.18331337, 0.183315277, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008))
  4273. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4274. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4275. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.00708008, 1.00945854, -0.00180530548, -0.70710665, 1.49011612e-008, -0.707106888, -0.707106888, 1.49011603e-008, 0.70710665, 2.10734239e-008, 1, 5.65233175e-015))
  4276. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4277. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4278. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.826148987, -0.823768616, -0.00183963776, -0.70710665, 1.49011612e-008, -0.707106888, -0.707106888, 1.49011603e-008, 0.70710665, 2.10734239e-008, 1, 5.65233175e-015))
  4279. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4280. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4281. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.824975967, 0.824977875, 3.4570694e-005, -1.6963854e-007, 0.70710665, 0.707106888, -1.46491521e-008, 0.707106888, -0.707106709, -1, -1.30311079e-007, -1.09594069e-007))
  4282. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4283. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4284. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.83322906, 1.83323097, 3.64780426e-005, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008))
  4285. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4286. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4287. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.642831802, -0.640453339, -0.00183963776, -0.70710665, 1.49011612e-008, -0.707106888, -0.707106888, 1.49011603e-008, 0.70710665, 2.10734239e-008, 1, 5.65233175e-015))
  4288. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4289. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4290. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.0904636383, 0.0928440094, -0.00182056427, -0.70710665, 1.49011612e-008, -0.707106888, -0.707106888, 1.49011603e-008, 0.70710665, 2.10734239e-008, 1, 5.65233175e-015))
  4291. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4292. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4293. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.0928478241, -0.0904693604, -0.00182056427, -0.70710665, 1.49011612e-008, -0.707106888, -0.707106888, 1.49011603e-008, 0.70710665, 2.10734239e-008, 1, 5.65233175e-015))
  4294. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4295. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4296. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.549985886, -0.549983978, -1.33514404e-005, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008))
  4297. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4298. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4299. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.19040871, 1.19278717, -0.00182056427, -0.70710665, 1.49011612e-008, -0.707106888, -0.707106888, 1.49011603e-008, 0.70710665, 2.10734239e-008, 1, 5.65233175e-015))
  4300. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4301. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4302. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.823759079, 0.826137543, -0.00182056427, -0.70710665, 1.49011612e-008, -0.707106888, -0.707106888, 1.49011603e-008, 0.70710665, 2.10734239e-008, 1, 5.65233175e-015))
  4303. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4304. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4305. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.46657944, 1.46658134, 2.31266022e-005, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008))
  4306. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4307. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4308. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.733295441, 0.733297348, 2.38418579e-007, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008))
  4309. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4310. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4311. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.458320618, 0.458322525, 5.17368317e-005, -1.6963854e-007, 0.70710665, 0.707106888, -1.46491521e-008, 0.707106888, -0.707106709, -1, -1.30311079e-007, -1.09594069e-007))
  4312. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4313. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4314. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.37374115, 1.37611961, -0.00180530548, -0.70710665, 1.49011612e-008, -0.707106888, -0.707106888, 1.49011603e-008, 0.70710665, 2.10734239e-008, 1, 5.65233175e-015))
  4315. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4316. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(6.22222471, 0.518518627, 0.518518627))
  4317. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.0536880493, 0, 7.62939453e-005, 7.26342932e-008, 0, -1, -7.58196705e-008, 1, -5.50710795e-015, 1, 7.58196705e-008, 7.26342932e-008))
  4318. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 0.0599999987, 1.00999999))
  4319. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4320. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.916606903, 0.91660881, 2.38418579e-007, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008))
  4321. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4322. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4323. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.0916824341, 0.0916843414, 2.67028809e-005, -1.6963854e-007, 0.70710665, 0.707106888, -1.46491521e-008, 0.707106888, -0.707106709, -1, -1.30311079e-007, -1.09594069e-007))
  4324. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4325. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4326. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.734451294, -0.732088089, 0.00185012817, -0.707106829, -7.4505806e-008, 0.707106709, -0.707106769, 1.49011647e-008, -0.707106829, 4.21468478e-008, -1, -6.32202628e-008))
  4327. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4328. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4329. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.916631699, -0.916629791, -1.71661377e-005, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008))
  4330. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4331. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4332. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.367816925, -0.365451813, 0.00185966492, -0.707106829, -7.4505806e-008, 0.707106709, -0.707106769, 1.49011647e-008, -0.707106829, 4.21468478e-008, -1, -6.32202628e-008))
  4333. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4334. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4335. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.64874077, 1.65112114, 0.00186932087, -0.707106829, -7.4505806e-008, 0.707106709, -0.707106769, 1.49011647e-008, -0.707106829, 4.21468478e-008, -1, -6.32202628e-008))
  4336. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4337. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4338. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.551136017, -0.548772812, 0.00185012817, -0.707106829, -7.4505806e-008, 0.707106709, -0.707106769, 1.49011647e-008, -0.707106829, 4.21468478e-008, -1, -6.32202628e-008))
  4339. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4340. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4341. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.458297729, -0.458295822, 1.71661377e-005, -1.6963854e-007, 0.70710665, 0.707106888, -1.46491521e-008, 0.707106888, -0.707106709, -1, -1.30311079e-007, -1.09594069e-007))
  4342. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4343. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4344. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.459510803, -0.457132339, -0.00182056427, -0.70710665, 1.49011612e-008, -0.707106888, -0.707106888, 1.49011603e-008, 0.70710665, 2.10734239e-008, 1, 5.65233175e-015))
  4345. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4346. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4347. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.366638184, 0.366640091, 2.31266022e-005, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008))
  4348. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4349. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4350. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.74159431, 1.74159622, 5.12599945e-005, -1.6963854e-007, 0.70710665, 0.707106888, -1.46491521e-008, 0.707106888, -0.707106709, -1, -1.30311079e-007, -1.09594069e-007))
  4351. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4352. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4353. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.184497833, -0.182132721, 0.00183963776, -0.707106829, -7.4505806e-008, 0.707106709, -0.707106769, 1.49011647e-008, -0.707106829, 4.21468478e-008, -1, -6.32202628e-008))
  4354. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4355. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627))
  4356. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.917798996, -0.915416718, 0.00183963776, -0.707106829, -7.4505806e-008, 0.707106709, -0.707106769, 1.49011647e-008, -0.707106829, 4.21468478e-008, -1, -6.32202628e-008))
  4357. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999))
  4358. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(6.22222471, 0.518518627, 0.518518627))
  4359. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.0536880493, 0.000133514404, 0, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016))
  4360. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  4361. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.518518567, 0.518518686, 0.259259343))
  4362. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(3.90315247, -0.000120162964, 0.847258329, 9.47018997e-009, -1.1920929e-007, 1, -1, -8.30279134e-008, 9.47017753e-009, 8.30279134e-008, -1, -1.19209282e-007))
  4363. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.699999988, 0.699999988))
  4364. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.518518567, 0.518518686, 0.259259343))
  4365. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(3.90315247, -0.00012421608, -0.837946296, 9.47018997e-009, -1.1920929e-007, 1, -1, -8.30279134e-008, 9.47017753e-009, 8.30279134e-008, -1, -1.19209282e-007))
  4366. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.699999988, 0.699999988))
  4367. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.518518686, 1.03703749))
  4368. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.000133275986, 2.90047836, 4.3380785, -0.999999762, -2.11777547e-008, 3.85407475e-008, 4.39660077e-008, -0.499999642, 0.866025031, 9.29916588e-010, 0.866025269, 0.499999523))
  4369. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.99000001, 0.99000001, 1))
  4370. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.518518686, 1.03703749))
  4371. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000120401382, 2.90047836, 4.33810234, 1, 2.27286364e-007, 2.32403181e-007, -3.14910324e-007, 0.499999881, 0.866025448, 8.0634095e-008, -0.866025448, 0.499999881))
  4372. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.99000001, 0.99000001, 1))
  4373. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.518518567, 1.2962966, 0.259259343))
  4374. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.90047836, 3.17142868, 0.000120162964, -1.26123183e-007, 0.49999994, 0.866025448, 8.06344076e-008, -0.866025448, 0.49999994, 1, 1.32893049e-007, 6.89086761e-008))
  4375. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.99000001, 1, 0.99000001))
  4376. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.518518567, 1.2962966, 0.259259343))
  4377. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.90048981, -3.1714077, 0.000133752823, -1.0990815e-007, -0.49999994, 0.866025388, -9.30000077e-010, -0.866025388, -0.49999994, 1, -5.57594753e-008, 9.47182528e-008))
  4378. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.99000001, 1, 0.99000001))
  4379. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.03703725, 0.259259313, 1.03703737))
  4380. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.78516388, 0.000163555145, -4.44323349, -7.26343217e-008, -1.78813963e-007, 1, -1, -5.96046519e-008, -7.26343359e-008, 5.96046661e-008, -1, -1.78813977e-007))
  4381. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1.02999997, 1))
  4382. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.29629672, 0.259259313, 1.29629672))
  4383. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.87590027, 0.000174999237, -4.53397942, -7.26343217e-008, -1.78813963e-007, 1, -1, -5.96046519e-008, -7.26343359e-008, 5.96046661e-008, -1, -1.78813977e-007))
  4384. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1.00999999, 1))
  4385. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.29629672, 0.259259313, 1.29629672))
  4386. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.20371246, 9.27448273e-005, 4.59070015, -1.35872718e-008, -1, -1.78813934e-007, 1, -1.35873384e-008, 3.73972171e-007, -3.73972171e-007, -1.78813934e-007, 1))
  4387. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1.00999999, 1))
  4388. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.03703725, 0.259259313, 1.03703737))
  4389. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-4.68144608, 8.22544098e-005, -2.112957, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016))
  4390. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1.02999997, 1))
  4391. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.03703725, 0.259259313, 1.03703737))
  4392. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.11297655, 8.32080841e-005, 4.68144417, -1.35872718e-008, -1, -1.78813934e-007, 1, -1.35873384e-008, 3.73972171e-007, -3.73972171e-007, -1.78813934e-007, 1))
  4393. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1.02999997, 1))
  4394. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.2962966, 0.518518627, 1.29629672))
  4395. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-4.07218933, 9.1791153e-005, 0, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016))
  4396. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1.02999997, 1))
  4397. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.03703725, 0.259259313, 1.03703737))
  4398. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.78264618, 8.17775726e-005, -4.555583, 7.26343217e-008, 1.78813934e-007, 1, 1, 1.35872735e-008, -7.26343217e-008, -1.35872877e-008, 1, -1.78813934e-007))
  4399. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1.02999997, 1))
  4400. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.29629672, 0.259259313, 1.29629672))
  4401. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.87337875, 9.13143158e-005, -4.64633274, 7.26343217e-008, 1.78813934e-007, 1, 1, 1.35872735e-008, -7.26343217e-008, -1.35872877e-008, 1, -1.78813934e-007))
  4402. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1.00999999, 1))
  4403. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.29629672, 0.259259313, 1.29629672))
  4404. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-4.59070206, 9.1791153e-005, -2.20370197, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016))
  4405. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1.00999999, 1))
  4406. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(1.29629672, 0.259259313, 1.29629672))
  4407. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-10.8129234, 2.88486481e-005, 0, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016))
  4408. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1.03999996, 1))
  4409. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.259259313, 1.94444513))
  4410. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.000122070313, -0.116662025, 12.0443993, 1, -1.35872806e-008, 7.26343004e-008, 1.35872806e-008, 1, 0, -7.26343004e-008, 9.86902651e-016, 1))
  4411. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.02999997, 0.600000024, 1))
  4412. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.518518686, 2.07407475))
  4413. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(3.24249268e-005, -0.259274483, 12.1092224, -1, 1.35872806e-008, -7.26343004e-008, -1.35872806e-008, -1, 0, -7.26343004e-008, 9.86902651e-016, 1))
  4414. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1))
  4415. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(6.74074316, 0.259259313, 0.259259343))
  4416. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-7.70181274, -1.90734863e-006, 0.583325624, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016))
  4417. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1.02999997, 0.100000001))
  4418. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(6.74074316, 0.259259313, 0.259259343))
  4419. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-7.70181274, -1.90734863e-006, 0.259250879, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016))
  4420. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1.05999994, 0.100000001))
  4421. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.518518627, 2.07407475))
  4422. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-3.24249268e-005, -0.259250879, 12.1092224, 1, -1.35872806e-008, 7.26343004e-008, 1.35872806e-008, 1, 0, -7.26343004e-008, 9.86902651e-016, 1))
  4423. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1))
  4424. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(6.74074316, 0.259259313, 0.259259343))
  4425. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-7.70181274, -1.90734863e-006, -0.583348989, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016))
  4426. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1.02999997, 0.100000001))
  4427. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.259259313, 1.94444513))
  4428. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000122070313, -0.116671681, 12.0443993, -1, 1.35872806e-008, -7.26343004e-008, -1.35872806e-008, -1, 0, -7.26343004e-008, 9.86902651e-016, 1))
  4429. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.02999997, 0.600000024, 1))
  4430. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(6.74074316, 0.259259313, 0.259259343))
  4431. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-7.70181274, -1.90734863e-006, -0.259255409, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016))
  4432. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1.05999994, 0.100000001))
  4433. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(6.74074316, 0.259259313, 0.259259343))
  4434. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-7.70181274, -1.90734863e-006, -0.129636765, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016))
  4435. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1.05999994, 0.200000003))
  4436. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(6.74074316, 0.259259313, 0.259259343))
  4437. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-7.70182037, -1.90734863e-006, 0.129623413, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016))
  4438. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1.05999994, 0.200000003))
  4439. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.59259343))
  4440. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-7.05718994e-005, -0.337038875, 12.3684731, -1, 1.35872806e-008, -7.26343004e-008, -1.35872806e-008, -1, 0, -7.26343004e-008, 9.86902651e-016, 1))
  4441. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.839999974, 1))
  4442. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(6.74074316, 0.259259313, 1.2962966))
  4443. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-7.70182037, -1.90734863e-006, 0, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016))
  4444. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.119999997, 1.00100005))
  4445. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.59259343))
  4446. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(7.05718994e-005, -0.33703351, 12.3684731, 1, -1.35872806e-008, 7.26343004e-008, 1.35872806e-008, 1, 0, -7.26343004e-008, 9.86902651e-016, 1))
  4447. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.839999974, 1))
  4448. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.518518686, 0.518518686))
  4449. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000120639801, -3.70452118, -2.79076195, 1, 4.20377333e-008, 2.81075273e-007, 2.82378039e-007, -0.258818924, -0.965925813, 3.21423244e-008, 0.965925813, -0.258818954))
  4450. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.99000001, 1))
  4451. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.518518567, 1.55555594, 0.259259343))
  4452. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(3.26083183, -3.08899784, 0.000133752823, -8.63836647e-008, -0.422618359, 0.906307876, -4.29547775e-009, -0.906307757, -0.42261833, 1, -4.04003444e-008, 7.64748265e-008))
  4453. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0599999987, 1, 1))
  4454. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.518518567, 1.2962966, 0.259259343))
  4455. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.90047836, 3.17142868, 0.000120162964, -1.26123183e-007, 0.49999994, 0.866025448, 8.06344076e-008, -0.866025448, 0.49999994, 1, 1.32893049e-007, 6.89086761e-008))
  4456. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.100000001))
  4457. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.518518567, 1.55555594, 0.259259343))
  4458. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(3.0921936, 2.85683537, 0.000120639801, -1.09868267e-007, 0.390732348, 0.920504391, -4.35992824e-008, -0.920504391, 0.390732348, 1, 2.79575652e-009, 1.18169858e-007))
  4459. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0599999987, 1, 1))
  4460. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.518518567, 1.2962966, 0.259259343))
  4461. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.90048981, -3.1714077, 0.000133752823, -1.0990815e-007, -0.49999994, 0.866025388, -9.30000077e-010, -0.866025388, -0.49999994, 1, -5.57594753e-008, 9.47182528e-008))
  4462. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.100000001))
  4463. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.518518567, 1.55555594, 0.259259343))
  4464. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(3.54734802, -2.42215061, 0.000133991241, -9.79423547e-008, -0.258819193, 0.965925872, 4.70048391e-008, -0.965925872, -0.258819193, 1, 2.00538253e-008, 1.06770791e-007))
  4465. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0599999987, 1, 1))
  4466. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.518518567, 0.518518686, 0.259259343))
  4467. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(3.89389801, -0.000120162964, 0.847258329, 9.47018997e-009, -1.1920929e-007, 1, -1, -8.30279134e-008, 9.47017753e-009, 8.30279134e-008, -1, -1.19209282e-007))
  4468. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 0.560000002, 0.709999979))
  4469. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.259259313, 0.518518806))
  4470. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.000130414963, 0.86914444, -4.22298431, -1, -1.22191182e-006, 1.42418617e-006, -1.54888335e-006, 0.965925753, -0.25881955, -1.05940342e-006, -0.25881955, -0.965925753))
  4471. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.99000001, 1))
  4472. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.518518567, 0.518518686, 0.259259343))
  4473. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(3.89389801, -0.00012421608, -0.837946296, 9.47018997e-009, -1.1920929e-007, 1, -1, -8.30279134e-008, 9.47017753e-009, 8.30279134e-008, -1, -1.19209282e-007))
  4474. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 0.560000002, 0.709999979))
  4475. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.259259313, 0.777778149))
  4476. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.000133275986, 3.89334488, -2.17629051, -1, -1.32561297e-006, 8.84132305e-007, -7.05949105e-007, 0.866025686, 0.499999583, -1.42848728e-006, 0.499999583, -0.866025686))
  4477. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.99000001, 1))
  4478. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.259259313, 1.03703749))
  4479. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.000135421753, 4.64661407, 1.34696198, -1, -9.82721986e-007, 1.11105791e-007, -1.47027706e-007, 0.25881955, 0.965925753, -9.7799284e-007, 0.965925753, -0.25881955))
  4480. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.99000001, 1))
  4481. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.259259313, 1.03703749))
  4482. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000120162964, 4.64661789, 1.346982, 1, 4.00835432e-007, 3.23014717e-007, -2.08264595e-007, -0.258818746, 0.965925992, 4.70779611e-007, -0.965925992, -0.258818746))
  4483. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.99000001, 1))
  4484. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.259259313, 0.777778149))
  4485. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000119686127, 3.89336014, -2.17628479, 1, 4.28033047e-007, 1.74377874e-007, 2.83498451e-007, -0.866025269, 0.500000298, 3.65032292e-007, -0.500000298, -0.866025269))
  4486. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.99000001, 1))
  4487. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.259259313, 0.518518806))
  4488. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000119924545, 0.869161129, -4.22298813, 1, 5.51122014e-007, 2.59200249e-007, 5.99428972e-007, -0.965925992, -0.258818775, 1.0772753e-007, 0.258818775, -0.965925992))
  4489. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.99000001, 1))
  4490. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.518518567, 1.55555594, 0.259259343))
  4491. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(3.2608223, 3.08901405, 0.000119686127, -1.10378075e-007, 0.422619462, 0.90630722, -1.69980208e-009, -0.90630722, 0.422619462, 1, 4.51073809e-008, 1.00754818e-007))
  4492. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0599999987, 1, 1))
  4493. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.518518686, 1.03703749))
  4494. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000120401382, 2.90047836, 4.33810234, 1, 2.27286364e-007, 2.32403181e-007, -3.14910324e-007, 0.499999881, 0.866025448, 8.0634095e-008, -0.866025448, 0.499999881))
  4495. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 1.01999998, 1))
  4496. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.518518686, 1.03703749))
  4497. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.000133275986, 2.90695953, 4.32685566, -0.999999762, -2.11777547e-008, 3.85407475e-008, 4.39660077e-008, -0.499999642, 0.866025031, 9.29916588e-010, 0.866025269, 0.499999523))
  4498. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 1.01999998, 1))
  4499. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.518518686, 1.29629683))
  4500. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.000133275986, 3.70452118, 3.69815493, -1, -1.61937432e-008, 4.06052507e-008, 4.34129106e-008, -0.258818865, 0.965925932, -5.13255038e-009, 0.965925932, 0.258818835))
  4501. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.99000001, 1))
  4502. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.518518686, 1.29629683))
  4503. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000120639801, 3.70451164, 3.69817638, 1, 8.18811756e-008, 2.70399255e-007, -2.82378039e-007, 0.258818924, 0.965925872, 9.10670028e-009, -0.965925872, 0.258818924))
  4504. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.99000001, 1))
  4505. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.518518686, 0.518518686))
  4506. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.000133514404, -3.70451355, -2.7907486, -1, -4.76288342e-009, -2.05528039e-009, 7.52531371e-010, 0.258818656, -0.965925932, 5.13253973e-009, -0.965925932, -0.258818626))
  4507. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.99000001, 1))
  4508. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.518518567, 1.55555594, 0.259259343))
  4509. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(3.54733849, 2.42216587, 0.000120639801, -1.29213319e-007, 0.258820295, 0.965925574, -2.80968671e-009, -0.965925574, 0.258820295, 1, 3.07290726e-008, 1.25537639e-007))
  4510. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0599999987, 1, 1))
  4511. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.518518567, 1.55555594, 0.259259343))
  4512. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(3.14159012, -2.8024168, 0.000133752823, -6.01987367e-008, -0.37460652, 0.927183867, 3.81304055e-008, -0.927183867, -0.37460655, 1, 1.28030564e-008, 7.00991976e-008))
  4513. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0599999987, 1, 1))
  4514. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(1.8148154, 0.518518627, 2.07407475))
  4515. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-3.81292725, 0.00012421608, 0, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016))
  4516. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.899999976, 1.01999998, 0.899999976))
  4517. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(1.8148154, 0.518518627, 2.07407475))
  4518. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-3.81292725, 4.9829483e-005, 0, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016))
  4519. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 0.0599999987, 1.00999999))
  4520. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(1.29629672, 0.259259313, 1.29629672))
  4521. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.87337875, 8.17775726e-005, -4.64633274, 7.26343217e-008, 1.78813934e-007, 1, 1, 1.35872735e-008, -7.26343217e-008, -1.35872877e-008, 1, -1.78813934e-007))
  4522. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.899999976, 1.01999998, 0.899999976))
  4523. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(1.29629672, 0.259259313, 1.29629672))
  4524. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.87337875, -0.000175714493, -4.64633274, 7.26343217e-008, 1.78813934e-007, 1, 1, 1.35872735e-008, -7.26343217e-008, -1.35872877e-008, 1, -1.78813934e-007))
  4525. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 0.100000001, 1.00999999))
  4526. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(1.29629672, 0.259259313, 1.29629672))
  4527. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-4.59070206, -0.000175237656, -2.20370197, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016))
  4528. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 0.100000001, 1.00999999))
  4529. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(1.29629672, 0.259259313, 1.29629672))
  4530. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.20371246, 8.32080841e-005, 4.59070015, -1.35872718e-008, -1, -1.78813934e-007, 1, -1.35873384e-008, 3.73972171e-007, -3.73972171e-007, -1.78813934e-007, 1))
  4531. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.899999976, 1.01999998, 0.899999976))
  4532. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(1.29629672, 0.259259313, 1.29629672))
  4533. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-4.59070206, -0.000215768814, 2.20371342, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016))
  4534. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 0.100000001, 1.00999999))
  4535. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(1.29629672, 0.259259313, 1.29629672))
  4536. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-4.59070206, 8.22544098e-005, -2.20370197, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016))
  4537. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.899999976, 1.01999998, 0.899999976))
  4538. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(1.29629672, 0.259259313, 1.29629672))
  4539. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.87590027, -9.20295715e-005, -4.53397942, -7.26343217e-008, -1.78813963e-007, 1, -1, -5.96046519e-008, -7.26343359e-008, 5.96046661e-008, -1, -1.78813977e-007))
  4540. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 0.100000001, 1.00999999))
  4541. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(1.29629672, 0.259259313, 1.29629672))
  4542. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.87590027, 0.000163555145, -4.53397942, -7.26343217e-008, -1.78813963e-007, 1, -1, -5.96046519e-008, -7.26343359e-008, 5.96046661e-008, -1, -1.78813977e-007))
  4543. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.899999976, 1.01999998, 0.899999976))
  4544. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.33333421))
  4545. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(8.01086426e-005, -5.50149727, 1.24056816, -1, -1.92401131e-007, -4.53303073e-007, 6.00274603e-008, 0.866025209, -0.500000358, 4.88772514e-007, -0.500000358, -0.866025209))
  4546. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4547. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.03703737))
  4548. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000164270401, -0.294586182, 6.34798241, -1, -2.81808241e-007, -1.07155677e-006, 1.06889968e-006, -0.499999523, -0.866025686, -2.91724689e-007, -0.866025686, 0.499999523))
  4549. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4550. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.33333421))
  4551. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-4.95910645e-005, -5.39571381, 1.16452789, -1, -1.92401131e-007, -4.53303073e-007, 6.00274603e-008, 0.866025209, -0.500000358, 4.88772514e-007, -0.500000358, -0.866025209))
  4552. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1))
  4553. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.33333421))
  4554. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(8.01086426e-005, -5.51445961, 1.21811485, -1, -1.92401131e-007, -4.53303073e-007, 6.00274603e-008, 0.866025209, -0.500000358, 4.88772514e-007, -0.500000358, -0.866025209))
  4555. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4556. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.81481552))
  4557. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000111818314, -4.89693832, 3.89433098, -1, -6.54337043e-007, -1.05499896e-006, 5.86486806e-007, 0.500000536, -0.866025209, 1.09417238e-006, -0.866025209, -0.500000536))
  4558. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4559. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.59259343))
  4560. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(5.14984131e-005, -4.77596188, -1.17524147, -1, -1.35872629e-008, 7.26342932e-008, -1.35872771e-008, 1, -1.78813934e-007, -7.26342932e-008, -1.78813934e-007, -1))
  4561. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4562. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.81481552))
  4563. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-2.16960907e-005, -4.82089996, 3.78854847, -1, -6.54337043e-007, -1.05499896e-006, 5.86486806e-007, 0.500000536, -0.866025209, 1.09417238e-006, -0.866025209, -0.500000536))
  4564. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1))
  4565. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.03703737))
  4566. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(3.6239624e-005, -0.171104431, 6.27668953, -1, -2.81808241e-007, -1.07155677e-006, 1.06889968e-006, -0.499999523, -0.866025686, -2.91724689e-007, -0.866025686, 0.499999523))
  4567. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1))
  4568. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.55555618))
  4569. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000125408173, -2.85110855, 5.70879173, -1, -7.88447323e-007, -1.0545923e-006, 1.05459173e-006, 7.30156785e-007, -1, 7.88448119e-007, -1, -7.30155932e-007))
  4570. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4571. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.81481552))
  4572. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000112056732, -4.87447739, 3.90729904, -1, -6.54337043e-007, -1.05499896e-006, 5.86486806e-007, 0.500000536, -0.866025209, 1.09417238e-006, -0.866025209, -0.500000536))
  4573. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4574. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.55555618))
  4575. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(1.47819519e-005, -2.86407852, 5.57916451, -1, -7.88447323e-007, -1.0545923e-006, 1.05459173e-006, 7.30156785e-007, -1, 7.88448119e-007, -1, -7.30155932e-007))
  4576. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1))
  4577. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.59259343))
  4578. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-8.20159912e-005, -4.64633274, -1.18819618, -1, -1.35872629e-008, 7.26342932e-008, -1.35872771e-008, 1, -1.78813934e-007, -7.26342932e-008, -1.78813934e-007, -1))
  4579. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1))
  4580. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.59259343))
  4581. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(5.14984131e-005, -4.77596188, -1.20115852, -1, -1.35872629e-008, 7.26342932e-008, -1.35872771e-008, 1, -1.78813934e-007, -7.26342932e-008, -1.78813934e-007, -1))
  4582. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4583. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.03703737))
  4584. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000163793564, -0.272134781, 6.33502007, -1, -2.81808241e-007, -1.07155677e-006, 1.06889968e-006, -0.499999523, -0.866025686, -2.91724689e-007, -0.866025686, 0.499999523))
  4585. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4586. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.55555618))
  4587. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000125408173, -2.87703323, 5.70879173, -1, -7.88447323e-007, -1.0545923e-006, 1.05459173e-006, 7.30156785e-007, -1, 7.88448119e-007, -1, -7.30155932e-007))
  4588. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4589. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.59259343))
  4590. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(5.53131104e-005, -2.33333254, 6.26292419, -1, 1.35872806e-008, -7.26343004e-008, -1.35872806e-008, -1, 0, -7.26343004e-008, 9.86902651e-016, 1))
  4591. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4592. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.55555618))
  4593. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.07424164e-005, 4.60000801, 3.13654184, -1, 7.88447494e-007, 1.05459264e-006, 1.05459196e-006, -8.34465027e-007, 1, 7.88448347e-007, 1, 8.34464174e-007))
  4594. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1))
  4595. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.59259343))
  4596. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-3.81469727e-005, -2.33333683, 6.26292419, 1, -1.35872806e-008, 7.26343004e-008, 1.35872806e-008, 1, 0, -7.26343004e-008, 9.86902651e-016, 1))
  4597. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4598. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.59259343))
  4599. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-5.91278076e-005, 0.345923424, 6.61297035, 1, -1.35872806e-008, 7.26343004e-008, -2.45502303e-008, 0.866025329, 0.500000119, -6.96967817e-008, -0.500000119, 0.866025329))
  4600. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4601. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.59259343))
  4602. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(6.67572021e-005, 0.451700211, 6.53692818, 1, -1.35872806e-008, 7.26343004e-008, -2.45502303e-008, 0.866025329, 0.500000119, -6.96967817e-008, -0.500000119, 0.866025329))
  4603. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1))
  4604. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.33333421))
  4605. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(8.39233398e-005, 0.345918655, 6.48334122, -1, 1.92401188e-007, 4.53303187e-007, 6.00273324e-008, -0.866025329, 0.500000119, 4.88772628e-007, 0.500000119, 0.866025329))
  4606. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4607. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.55555618))
  4608. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-7.15255737e-007, 4.60000992, 3.1365478, 1, -1.92401188e-007, 2.57636145e-007, -2.57636145e-007, -5.96046377e-008, 1, -1.92401174e-007, -1, -5.96046874e-008))
  4609. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1))
  4610. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.55555618))
  4611. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.000117063522, 4.61297989, 3.2661674, 1, -1.92401188e-007, 2.57636145e-007, -2.57636145e-007, -5.96046377e-008, 1, -1.92401174e-007, -1, -5.96046874e-008))
  4612. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4613. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.55555618))
  4614. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.000117063522, 4.58705902, 3.2661674, 1, -1.92401188e-007, 2.57636145e-007, -2.57636145e-007, -5.96046377e-008, 1, -1.92401174e-007, -1, -5.96046874e-008))
  4615. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4616. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.03703737))
  4617. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.000145196915, 4.970644, 0.487595558, 1, -5.64930247e-007, 1.63133308e-007, -4.23742733e-007, -0.50000006, 0.866025448, -4.07677305e-007, -0.866025448, -0.50000006))
  4618. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4619. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.33333421))
  4620. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(8.39233398e-005, 0.332958221, 6.46089363, -1, 1.92401188e-007, 4.53303187e-007, 6.00273324e-008, -0.866025329, 0.500000119, 4.88772628e-007, 0.500000119, 0.866025329))
  4621. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4622. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.03703737))
  4623. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000169277191, 4.97064209, 0.487604141, -1, 2.81808099e-007, 1.07155711e-006, 1.06889991e-006, 0.499999464, 0.866025746, -2.91724916e-007, 0.866025746, -0.499999464))
  4624. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4625. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.55555618))
  4626. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000131368637, 4.61297798, 3.26617432, -1, 7.88447494e-007, 1.05459264e-006, 1.05459196e-006, -8.34465027e-007, 1, 7.88448347e-007, 1, 8.34464174e-007))
  4627. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4628. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.03703737))
  4629. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-2.50339508e-005, 5.07168198, 0.429261208, 1, -5.64930247e-007, 1.63133308e-007, -4.23742733e-007, -0.50000006, 0.866025448, -4.07677305e-007, -0.866025448, -0.50000006))
  4630. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1))
  4631. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.59259343))
  4632. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-5.91278076e-005, 0.332961082, 6.59052086, 1, -1.35872806e-008, 7.26343004e-008, -2.45502303e-008, 0.866025329, 0.500000119, -6.96967817e-008, -0.500000119, 0.866025329))
  4633. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4634. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.33333421))
  4635. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-4.38690186e-005, 0.451704025, 6.40730095, -1, 1.92401188e-007, 4.53303187e-007, 6.00273324e-008, -0.866025329, 0.500000119, 4.88772628e-007, 0.500000119, 0.866025329))
  4636. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1))
  4637. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.03703737))
  4638. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000169277191, 4.94818306, 0.500570297, -1, 2.81808099e-007, 1.07155711e-006, 1.06889991e-006, 0.499999464, 0.866025746, -2.91724916e-007, 0.866025746, -0.499999464))
  4639. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4640. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.81481552))
  4641. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.00012254715, 2.81091881, 5.52395439, -1, 6.54337214e-007, 1.0549993e-006, 5.86486863e-007, -0.500000596, 0.866025031, 1.09417272e-006, 0.866025031, 0.500000596))
  4642. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4643. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.81481552))
  4644. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.47819519e-005, 2.86450768, 5.40520668, -1, 6.54337214e-007, 1.0549993e-006, 5.86486863e-007, -0.500000596, 0.866025031, 1.09417272e-006, 0.866025031, 0.500000596))
  4645. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1))
  4646. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.03703737))
  4647. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(3.95774841e-005, 5.07167244, 0.429275513, -1, 2.81808099e-007, 1.07155711e-006, 1.06889991e-006, 0.499999464, 0.866025746, -2.91724916e-007, 0.866025746, -0.499999464))
  4648. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1))
  4649. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.81481552))
  4650. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(3.81469727e-005, 2.86450768, 5.4052124, 1, -3.41412829e-007, 2.95972967e-007, -8.56137845e-008, 0.499999881, 0.866025567, -4.43658678e-007, -0.866025567, 0.499999881))
  4651. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1))
  4652. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.59259343))
  4653. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(5.53131104e-005, -2.33333254, 6.28885269, -1, 1.35872806e-008, -7.26343004e-008, -1.35872806e-008, -1, 0, -7.26343004e-008, 9.86902651e-016, 1))
  4654. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4655. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.59259343))
  4656. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-8.20159912e-005, -2.20370197, 6.27588654, -1, 1.35872806e-008, -7.26343004e-008, -1.35872806e-008, -1, 0, -7.26343004e-008, 9.86902651e-016, 1))
  4657. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1))
  4658. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.81481552))
  4659. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-8.74996185e-005, 2.81091881, 5.52396393, 1, -3.41412829e-007, 2.95972967e-007, -8.56137845e-008, 0.499999881, 0.866025567, -4.43658678e-007, -0.866025567, 0.499999881))
  4660. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4661. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.03703737))
  4662. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.000145196915, 4.94819832, 0.500566483, 1, -5.64930247e-007, 1.63133308e-007, -4.23742733e-007, -0.50000006, 0.866025448, -4.07677305e-007, -0.866025448, -0.50000006))
  4663. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4664. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.59259343))
  4665. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-3.81469727e-005, -2.33333683, 6.28885269, 1, -1.35872806e-008, 7.26343004e-008, 1.35872806e-008, 1, 0, -7.26343004e-008, 9.86902651e-016, 1))
  4666. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4667. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.81481552))
  4668. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-8.74996185e-005, 2.78847122, 5.51100349, 1, -3.41412829e-007, 2.95972967e-007, -8.56137845e-008, 0.499999881, 0.866025567, -4.43658678e-007, -0.866025567, 0.499999881))
  4669. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4670. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.81481552))
  4671. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.00012254715, 2.78846169, 5.51098824, -1, 6.54337214e-007, 1.0549993e-006, 5.86486863e-007, -0.500000596, 0.866025031, 1.09417272e-006, 0.866025031, 0.500000596))
  4672. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4673. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.55555618))
  4674. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000131368637, 4.58704567, 3.26617432, -1, 7.88447494e-007, 1.05459264e-006, 1.05459196e-006, -8.34465027e-007, 1, 7.88448347e-007, 1, 8.34464174e-007))
  4675. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4676. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.59259343))
  4677. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(9.15527344e-005, -2.20371342, 6.27588654, 1, -1.35872806e-008, 7.26343004e-008, 1.35872806e-008, 1, 0, -7.26343004e-008, 9.86902651e-016, 1))
  4678. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1))
  4679. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.55555618))
  4680. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-6.72340393e-005, -2.86659622, 5.46681213, 1, 8.19563866e-007, -1.05459219e-006, -1.05459162e-006, -7.30156785e-007, -1, -8.19564661e-007, 1, -7.30155932e-007))
  4681. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1))
  4682. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.55555618))
  4683. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(5.12599945e-005, -2.87955475, 5.59644508, 1, 8.19563866e-007, -1.05459219e-006, -1.05459162e-006, -7.30156785e-007, -1, -8.19564661e-007, 1, -7.30155932e-007))
  4684. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4685. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.33333421))
  4686. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.38418579e-007, -5.41842747, 1.15975761, 1, 2.08616257e-007, -4.53303073e-007, -4.59847378e-008, -0.866025269, -0.500000358, -4.96880091e-007, 0.500000358, -0.866025269))
  4687. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4688. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.59259343))
  4689. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.000163793564, -4.53397942, -1.19071579, 1, 5.96046519e-008, 7.26342861e-008, 5.96046661e-008, -1, -1.7881392e-007, 7.2634279e-008, 1.7881392e-007, -1))
  4690. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1))
  4691. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.81481552))
  4692. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.76565552e-005, -4.84293938, 3.79575825, 1, 6.40749931e-007, -1.05499896e-006, -5.93280276e-007, -0.500000477, -0.86602515, -1.08240556e-006, 0.866025209, -0.500000477))
  4693. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4694. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.55555618))
  4695. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(5.12599945e-005, -2.85363007, 5.59644508, 1, 8.19563866e-007, -1.05459219e-006, -1.05459162e-006, -7.30156785e-007, -1, -8.19564661e-007, 1, -7.30155932e-007))
  4696. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4697. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.59259343))
  4698. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-2.64644623e-005, -4.66361141, -1.20367813, 1, 5.96046519e-008, 7.26342861e-008, 5.96046661e-008, -1, -1.7881392e-007, 7.2634279e-008, 1.7881392e-007, -1))
  4699. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4700. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.03703737))
  4701. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-3.60012054e-005, -0.229459763, 6.18065071, 1, 3.27825546e-007, -1.07155665e-006, -1.09190842e-006, 0.499999553, -0.866025746, 2.51872478e-007, 0.866025746, 0.499999553))
  4702. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1))
  4703. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.81481552))
  4704. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.78949738e-005, -4.82047844, 3.80872631, 1, 6.40749931e-007, -1.05499896e-006, -5.93280276e-007, -0.500000477, -0.86602515, -1.08240556e-006, 0.866025209, -0.500000477))
  4705. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4706. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.33333421))
  4707. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.000123739243, -5.29968166, 1.10616493, 1, 2.08616257e-007, -4.53303073e-007, -4.59847378e-008, -0.866025269, -0.500000358, -4.96880091e-007, 0.500000358, -0.866025269))
  4708. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1))
  4709. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.59259343))
  4710. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-2.64644623e-005, -4.66361141, -1.17776489, 1, 5.96046519e-008, 7.26342861e-008, 5.96046661e-008, -1, -1.7881392e-007, 7.2634279e-008, 1.7881392e-007, -1))
  4711. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4712. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.33333421))
  4713. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.38418579e-007, -5.40546131, 1.18221474, 1, 2.08616257e-007, -4.53303073e-007, -4.59847378e-008, -0.866025269, -0.500000358, -4.96880091e-007, 0.500000358, -0.866025269))
  4714. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4715. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.03703737))
  4716. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(8.96453857e-005, -0.330493927, 6.23898315, 1, 3.27825546e-007, -1.07155665e-006, -1.09190842e-006, 0.499999553, -0.866025746, 2.51872478e-007, 0.866025746, 0.499999553))
  4717. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4718. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.03703737))
  4719. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(8.96453857e-005, -0.352949142, 6.2519474, 1, 3.27825546e-007, -1.07155665e-006, -1.09190842e-006, 0.499999553, -0.866025746, 2.51872478e-007, 0.866025746, 0.499999553))
  4720. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1))
  4721. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.81481552))
  4722. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-9.25064087e-005, -4.7668972, 3.68998146, 1, 6.40749931e-007, -1.05499896e-006, -5.93280276e-007, -0.500000477, -0.86602515, -1.08240556e-006, 0.866025209, -0.500000477))
  4723. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1))
  4724. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.8148154, 0.518518627, 2.07407475))
  4725. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-3.81292725, 0.000133752823, 0, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016))
  4726. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1.00999999, 1))
  4727. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,1,"Really black","Part",Vector3.new(0.259259343, 0.259259313, 0.259259343))
  4728. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.1920929e-007, -0.129768372, -3.81292725, -9.78950787e-009, -1, -2.98023224e-008, -1, 9.78950787e-009, 4.63133887e-009, -4.63133842e-009, 2.98023224e-008, -1))
  4729. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=6547801",Vector3.new(0, 0, 0),Vector3.new(0.0518518686, 0.00129629672, 0.0518518686))
  4730. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,1,"Really black","Part",Vector3.new(0.259259343, 0.259259313, 0.259259343))
  4731. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.1920929e-007, -0.129768372, -3.81292725, -9.78950787e-009, -1, -2.98023224e-008, -1, 9.78950787e-009, 4.63133887e-009, -4.63133842e-009, 2.98023224e-008, -1))
  4732. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=6547801",Vector3.new(0, 0, 0),Vector3.new(0.0518518686, 0.00129629672, 0.0518518686))
  4733. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,1,"Really black","Part",Vector3.new(0.259259343, 0.259259313, 0.259259343))
  4734. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(3.75984001, 0.000175714493, -3.91405869, -1.05164366e-008, -0.968119502, -0.250488758, -1, 9.91058347e-009, 3.68003583e-009, -1.08022657e-009, 0.250488758, -0.968119502))
  4735. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=6547801",Vector3.new(0, 0, 0),Vector3.new(0.0518518686, 0.00129629672, 0.0518518686))
  4736. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,1,"Really black","Part",Vector3.new(0.259259343, 0.259259313, 0.259259343))
  4737. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(3.65045071, 9.1791153e-005, -3.88835716, -7.4505806e-008, 0.968119502, -0.250488728, 1, 7.40473354e-008, -1.12545493e-008, 7.65227881e-009, -0.250488728, -0.968119562))
  4738. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=6547801",Vector3.new(0, 0, 0),Vector3.new(0.0518518686, 0.00129629672, 0.0518518686))
  4739. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 1.03703737))
  4740. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000163793564, -0.283361435, 6.34150124, -1, -2.81808241e-007, -1.07155677e-006, 1.06889968e-006, -0.499999523, -0.866025686, -2.91724689e-007, -0.866025686, 0.499999523))
  4741. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1))
  4742. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 2.33333421))
  4743. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(8.01086426e-005, -5.50797844, 1.22934341, -1, -1.92401131e-007, -4.53303073e-007, 6.00274603e-008, 0.866025209, -0.500000358, 4.88772514e-007, -0.500000358, -0.866025209))
  4744. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1))
  4745. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 1.55555618))
  4746. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000125408173, -2.86408234, 5.70879555, -1, -7.88447323e-007, -1.0545923e-006, 1.05459173e-006, 7.30156785e-007, -1, 7.88448119e-007, -1, -7.30155932e-007))
  4747. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1))
  4748. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 2.59259343))
  4749. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(5.14984131e-005, -4.77596188, -1.18818855, -1, -1.35872629e-008, 7.26342932e-008, -1.35872771e-008, 1, -1.78813934e-007, -7.26342932e-008, -1.78813934e-007, -1))
  4750. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1))
  4751. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 1.81481552))
  4752. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000111818314, -4.88570976, 3.90081406, -1, -6.54337043e-007, -1.05499896e-006, 5.86486806e-007, 0.500000536, -0.866025209, 1.09417238e-006, -0.866025209, -0.500000536))
  4753. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1))
  4754. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 1.81481552))
  4755. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-8.74996185e-005, 2.79969025, 5.51748085, 1, -3.41412829e-007, 2.95972967e-007, -8.56137845e-008, 0.499999881, 0.866025567, -4.43658678e-007, -0.866025567, 0.499999881))
  4756. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1))
  4757. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 2.59259343))
  4758. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(5.53131104e-005, -2.33333254, 6.27589035, -1, 1.35872806e-008, -7.26343004e-008, -1.35872806e-008, -1, 0, -7.26343004e-008, 9.86902651e-016, 1))
  4759. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1))
  4760. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 1.03703737))
  4761. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.000145196915, 4.95941925, 0.494076729, 1, -5.64930247e-007, 1.63133308e-007, -4.23742733e-007, -0.50000006, 0.866025448, -4.07677305e-007, -0.866025448, -0.50000006))
  4762. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1))
  4763. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 1.81481552))
  4764. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.00012254715, 2.79969025, 5.51747131, -1, 6.54337214e-007, 1.0549993e-006, 5.86486863e-007, -0.500000596, 0.866025031, 1.09417272e-006, 0.866025031, 0.500000596))
  4765. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1))
  4766. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 1.03703737))
  4767. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000169277191, 4.95941162, 0.494087219, -1, 2.81808099e-007, 1.07155711e-006, 1.06889991e-006, 0.499999464, 0.866025746, -2.91724916e-007, 0.866025746, -0.499999464))
  4768. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1))
  4769. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 2.59259343))
  4770. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-3.81469727e-005, -2.33333683, 6.27589035, 1, -1.35872806e-008, 7.26343004e-008, 1.35872806e-008, 1, 0, -7.26343004e-008, 9.86902651e-016, 1))
  4771. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1))
  4772. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 2.33333421))
  4773. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(8.39233398e-005, 0.339439392, 6.47211838, -1, 1.92401188e-007, 4.53303187e-007, 6.00273324e-008, -0.866025329, 0.500000119, 4.88772628e-007, 0.500000119, 0.866025329))
  4774. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1))
  4775. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 2.59259343))
  4776. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-5.91278076e-005, 0.339440346, 6.6017437, 1, -1.35872806e-008, 7.26343004e-008, -2.45502303e-008, 0.866025329, 0.500000119, -6.96967817e-008, -0.500000119, 0.866025329))
  4777. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1))
  4778. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 1.55555618))
  4779. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000131368637, 4.60000801, 3.26617432, -1, 7.88447494e-007, 1.05459264e-006, 1.05459196e-006, -8.34465027e-007, 1, 7.88448347e-007, 1, 8.34464174e-007))
  4780. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1))
  4781. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 1.55555618))
  4782. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.000117063522, 4.60001373, 3.2661674, 1, -1.92401188e-007, 2.57636145e-007, -2.57636145e-007, -5.96046377e-008, 1, -1.92401174e-007, -1, -5.96046874e-008))
  4783. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1))
  4784. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 1.03703737))
  4785. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(8.96453857e-005, -0.341720581, 6.24546432, 1, 3.27825546e-007, -1.07155665e-006, -1.09190842e-006, 0.499999553, -0.866025746, 2.51872478e-007, 0.866025746, 0.499999553))
  4786. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1))
  4787. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 1.55555618))
  4788. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(5.12599945e-005, -2.86659622, 5.59644508, 1, 8.19563866e-007, -1.05459219e-006, -1.05459162e-006, -7.30156785e-007, -1, -8.19564661e-007, 1, -7.30155932e-007))
  4789. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1))
  4790. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 2.59259343))
  4791. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-2.64644623e-005, -4.66361141, -1.19071198, 1, 5.96046519e-008, 7.26342861e-008, 5.96046661e-008, -1, -1.7881392e-007, 7.2634279e-008, 1.7881392e-007, -1))
  4792. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1))
  4793. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 1.81481552))
  4794. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.76565552e-005, -4.831707, 3.80224323, 1, 6.40749931e-007, -1.05499896e-006, -5.93280276e-007, -0.500000477, -0.86602515, -1.08240556e-006, 0.866025209, -0.500000477))
  4795. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1))
  4796. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 2.33333421))
  4797. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.38418579e-007, -5.4119463, 1.17098236, 1, 2.08616257e-007, -4.53303073e-007, -4.59847378e-008, -0.866025269, -0.500000358, -4.96880091e-007, 0.500000358, -0.866025269))
  4798. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1))
  4799.  
  4800. function MagniDamage(Hit,Part,magni,mindam,maxdam,knock,Type)
  4801. for _,c in pairs(workspace:children()) do
  4802. local hum=c:findFirstChild("Humanoid")
  4803. if hum~=nil then
  4804. local head=c:findFirstChild("Torso")
  4805. if head~=nil then
  4806. local targ=head.Position-Part.Position
  4807. local mag=targ.magnitude
  4808. if mag<=magni and c.Name~=Player.Name then
  4809. Damagefunc(Hit,head,mindam,maxdam,knock,Type,RootPart,.2,1,3)
  4810. end
  4811. end
  4812. end
  4813. end
  4814. end
  4815.  
  4816. function magicring(brickcolor,cframe,x1,y1,z1,x3,y3,z3)
  4817. local prt=part(3,workspace,"SmoothPlastic",0,0,brickcolor,"Effect",Vector3.new(0.5,0.5,0.5))
  4818. prt.Anchored=true
  4819. prt.CFrame=cframe
  4820. prt.Touched:connect(function(hit) end)
  4821. local msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=3270017",Vector3.new(0,0,0),Vector3.new(x1,y1,z1))
  4822. local ref = Instance.new("Part",workspace)
  4823. ref.Anchored = true
  4824. ref.Size = Vector3.new(5,5,5)
  4825. ref.CFrame = Torso.CFrame*CFrame.new(-5,0,0)
  4826. ref.CanCollide = false
  4827. ref.Transparency = 1
  4828. MagniDamage(prt,ref,10,5,10,0,"Knockdown")
  4829. coroutine.resume(coroutine.create(function(Part,Mesh)
  4830. for i=0,1,0.03 do
  4831. wait()
  4832. Part.CFrame=Part.CFrame
  4833. Part.Transparency=i
  4834. Mesh.Scale=Mesh.Scale+Vector3.new(x3,y3,z3)
  4835. end
  4836. Part.Parent=nil
  4837. ref.Parent = nil
  4838. end),prt,msh)
  4839. end
  4840.  
  4841. function attackone()
  4842. attack = true
  4843. for i = 0,1,0.1 do
  4844. swait()
  4845. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-70)),.3)
  4846. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(70)),.3)
  4847. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(-40), math.rad(0), math.rad(10)),.3)
  4848. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(20), math.rad(0), math.rad(-50)),.3)
  4849. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10)),.3)
  4850. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5)),.3)
  4851. handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(20),math.rad(0),math.rad(0)),.3)
  4852. end
  4853. local con=Hitbox.Touched:connect(function(hit) Damagefunc(Hitbox,hit,10000,120000,math.random(5,10),"Normal",RootPart,.2,1) end)
  4854. so("http://roblox.com/asset/?id=199150686",Hitbox,1,1)
  4855. for i = 0,1,0.1 do
  4856. swait()
  4857. local blcf = Hitbox.CFrame*CFrame.new(0,.5,0)
  4858. if scfr and (Hitbox.Position-scfr.p).magnitude > .1 then
  4859. local h = 5
  4860. local a,b = Triangle((scfr*CFrame.new(0,h/2,0)).p,(scfr*CFrame.new(0,-h/2,0)).p,(blcf*CFrame.new(0,h/2,0)).p)
  4861. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  4862. local a,b = Triangle((blcf*CFrame.new(0,h/2,0)).p,(blcf*CFrame.new(0,-h/2,0)).p,(scfr*CFrame.new(0,-h/2,0)).p)
  4863. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  4864. scfr = blcf
  4865. elseif not scfr then
  4866. scfr = blcf
  4867. end
  4868. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(90)),.3)
  4869. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-80)),.3)
  4870. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(-90), math.rad(-130)),.3)
  4871. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(20), math.rad(0), math.rad(-20)),.3)
  4872. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10)),.3)
  4873. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5)),.3)
  4874. handleweld.C0=clerp(handleweld.C0,cf(0,-1,-1)*angles(math.rad(-90),math.rad(0),math.rad(0)),.3)
  4875. end
  4876. for i = 0,1,0.1 do
  4877. swait()
  4878. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(70)),.3)
  4879. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-70)),.3)
  4880. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(90), math.rad(50)),.3)
  4881. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-10), math.rad(0), math.rad(-20)),.3)
  4882. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10)),.3)
  4883. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5)),.3)
  4884. handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(-20),math.rad(0),math.rad(0)),.3)
  4885. end
  4886. so("http://roblox.com/asset/?id=199146359",Hitbox,1,1)
  4887. for i = 0,1,0.1 do
  4888. swait()
  4889. local blcf = Hitbox.CFrame*CFrame.new(0,.5,0)
  4890. if scfr and (Hitbox.Position-scfr.p).magnitude > .1 then
  4891. local h = 5
  4892. local a,b = Triangle((scfr*CFrame.new(0,h/2,0)).p,(scfr*CFrame.new(0,-h/2,0)).p,(blcf*CFrame.new(0,h/2,0)).p)
  4893. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  4894. local a,b = Triangle((blcf*CFrame.new(0,h/2,0)).p,(blcf*CFrame.new(0,-h/2,0)).p,(scfr*CFrame.new(0,-h/2,0)).p)
  4895. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  4896. scfr = blcf
  4897. elseif not scfr then
  4898. scfr = blcf
  4899. end
  4900. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-50)),.3)
  4901. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(50)),.3)
  4902. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(-10), math.rad(130)),.3)
  4903. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-10), math.rad(0), math.rad(-20)),.3)
  4904. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10)),.3)
  4905. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5)),.3)
  4906. handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(-40),math.rad(0),math.rad(0)),.3)
  4907. end
  4908. attack = false
  4909. con:disconnect()
  4910. scfr = nil
  4911. end
  4912.  
  4913. function attacktwo()
  4914. attack = true
  4915. for i = 0,1,0.1 do
  4916. swait()
  4917. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(70)),.3)
  4918. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-70)),.3)
  4919. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(-90), math.rad(-90)),.3)
  4920. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(20), math.rad(0), math.rad(-50)),.3)
  4921. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10)),.3)
  4922. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5)),.3)
  4923. handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(-20),math.rad(0),math.rad(0)),.3)
  4924. end
  4925. local con=Hitbox.Touched:connect(function(hit) Damagefunc(Hitbox,hit,10000,120000,math.random(5,10),"Normal",RootPart,.2,1) end)
  4926. so("http://roblox.com/asset/?id=199150686",Hitbox,1,1)
  4927. for i = 0,1,0.1 do
  4928. swait()
  4929. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(90)),.3)
  4930. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-80)),.3)
  4931. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(-190), math.rad(-90)),.3)
  4932. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(20), math.rad(0), math.rad(-50)),.3)
  4933. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10)),.3)
  4934. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5)),.3)
  4935. handleweld.C0=clerp(handleweld.C0,cf(0,-1,-1)*angles(math.rad(-90),math.rad(0),math.rad(0)),.3)
  4936. end
  4937. for i = 0,1,0.1 do
  4938. swait()
  4939. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(70)),.3)
  4940. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-70)),.3)
  4941. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(120), math.rad(90)),.3)
  4942. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(20), math.rad(0), math.rad(-50)),.3)
  4943. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10)),.3)
  4944. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5)),.3)
  4945. handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(-20),math.rad(0),math.rad(0)),.3)
  4946. end
  4947. so("http://roblox.com/asset/?id=199150686",Hitbox,1,.9)
  4948. for i = 0,1,0.1 do
  4949. swait()
  4950. local blcf = Hitbox.CFrame*CFrame.new(0,.5,0)
  4951. if scfr and (Hitbox.Position-scfr.p).magnitude > .1 then
  4952. local h = 5
  4953. local a,b = Triangle((scfr*CFrame.new(0,h/2,0)).p,(scfr*CFrame.new(0,-h/2,0)).p,(blcf*CFrame.new(0,h/2,0)).p)
  4954. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  4955. local a,b = Triangle((blcf*CFrame.new(0,h/2,0)).p,(blcf*CFrame.new(0,-h/2,0)).p,(scfr*CFrame.new(0,-h/2,0)).p)
  4956. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  4957. scfr = blcf
  4958. elseif not scfr then
  4959. scfr = blcf
  4960. end
  4961. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-70)),.3)
  4962. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(70)),.3)
  4963. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(-20), math.rad(90)),.3)
  4964. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(20), math.rad(0), math.rad(-50)),.3)
  4965. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10)),.3)
  4966. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5)),.3)
  4967. handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(-20),math.rad(0),math.rad(0)),.3)
  4968. end
  4969. for i = 0,1,0.1 do
  4970. swait()
  4971. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  4972. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(0)),.3)
  4973. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(150), math.rad(0), math.rad(0)),.3)
  4974. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(20), math.rad(0), math.rad(-50)),.3)
  4975. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10)),.3)
  4976. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5)),.3)
  4977. handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(-20),math.rad(0),math.rad(0)),.3)
  4978. end
  4979. so("http://roblox.com/asset/?id=199146359",Hitbox,1,.9)
  4980. for i = 0,1,0.1 do
  4981. swait()
  4982. local blcf = Hitbox.CFrame*CFrame.new(0,.5,0)
  4983. if scfr and (Hitbox.Position-scfr.p).magnitude > .1 then
  4984. local h = 5
  4985. local a,b = Triangle((scfr*CFrame.new(0,h/2,0)).p,(scfr*CFrame.new(0,-h/2,0)).p,(blcf*CFrame.new(0,h/2,0)).p)
  4986. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  4987. local a,b = Triangle((blcf*CFrame.new(0,h/2,0)).p,(blcf*CFrame.new(0,-h/2,0)).p,(scfr*CFrame.new(0,-h/2,0)).p)
  4988. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  4989. scfr = blcf
  4990. elseif not scfr then
  4991. scfr = blcf
  4992. end
  4993. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(20)),.3)
  4994. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-20)),.3)
  4995. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(0)),.3)
  4996. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(20), math.rad(0), math.rad(-30)),.3)
  4997. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10)),.3)
  4998. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5)),.3)
  4999. handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(-20),math.rad(0),math.rad(0)),.3)
  5000. end
  5001. attack = false
  5002. con:disconnect()
  5003. scfr = nil
  5004. end
  5005.  
  5006. function Spin()
  5007. attack=true
  5008. local con=Hitbox.Touched:connect(function(hit) Damagefunc(Hitbox,hit,10000,120000,math.random(5,10),"Normal",RootPart,.2,1) end)
  5009. for i=0,1,0.1 do
  5010. swait()
  5011. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(70)),.3)
  5012. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-70)),.3)
  5013. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(50), math.rad(120)),.3)
  5014. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-10), math.rad(0), math.rad(-50)),.3)
  5015. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10)),.3)
  5016. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5)),.3)
  5017. handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(20),math.rad(0),math.rad(0)),.3)
  5018. end
  5019. Humanoid = game.Players.LocalPlayer.Character.Humanoid
  5020. Humanoid.Jump = true
  5021. for i=0,1,1 do
  5022. so("http://roblox.com/asset/?id=234365573",Torso,1,1)
  5023. swait()
  5024. for i=0,1,0.1 do
  5025. swait()
  5026. local blcf = Hitbox.CFrame*CFrame.new(0,.5,0)
  5027. if scfr and (Hitbox.Position-scfr.p).magnitude > .1 then
  5028. local h = 5
  5029. local a,b = Triangle((scfr*CFrame.new(0,h/2,0)).p,(scfr*CFrame.new(0,-h/2,0)).p,(blcf*CFrame.new(0,h/2,0)).p)
  5030. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  5031. local a,b = Triangle((blcf*CFrame.new(0,h/2,0)).p,(blcf*CFrame.new(0,-h/2,0)).p,(scfr*CFrame.new(0,-h/2,0)).p)
  5032. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  5033. scfr = blcf
  5034. elseif not scfr then
  5035. scfr = blcf
  5036. end
  5037. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,2)*euler(0,-1.2,6*i),.3)
  5038. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-70)),.3)
  5039. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(-10), math.rad(80)),.3)
  5040. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-10), math.rad(0), math.rad(-70)),.3)
  5041. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(60),math.rad(-10)),.3)
  5042. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(10)),.3)
  5043. handleweld.C0=clerp(handleweld.C0,cf(0,-1,-1)*angles(math.rad(-80),math.rad(0),math.rad(0)),.3)
  5044. end
  5045. end
  5046. attack=false
  5047. con:disconnect()
  5048. scfr = nil
  5049. end
  5050.  
  5051. function StunTarget()
  5052. attack = true
  5053. for i = 0,1,0.05 do
  5054. swait()
  5055. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-80)),.3)
  5056. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(70)),.3)
  5057. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(-40), math.rad(0), math.rad(10)),.3)
  5058. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(20), math.rad(0), math.rad(-90)),.3)
  5059. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10)),.3)
  5060. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5)),.3)
  5061. handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(20),math.rad(0),math.rad(0)),.3)
  5062. end
  5063. so("http://roblox.com/asset/?id=228343249",Torso,1,1)
  5064. for i = 1,2 do
  5065. magicring(BrickColor.new(tclr),Torso.CFrame*CFrame.new(-5,0,0)*CFrame.Angles(math.random(-50,50),math.random(-50,50),math.random(-50,50)),1,1,0.1,1,1,0.05)
  5066. magicring(BrickColor.new(tclr),Torso.CFrame*CFrame.new(-5,0,0)*CFrame.Angles(math.random(-50,50),math.random(-50,50),math.random(-50,50)),1,1,0.1,1,1,0.05)
  5067. end
  5068. attack = false
  5069. end
  5070.  
  5071. mouse.Button1Down:connect(function()
  5072. if attack == false and attacktype == 1 then
  5073. attacktype = 2
  5074. attackone()
  5075. elseif attack == false and attacktype == 2 then
  5076. attacktype = 1
  5077. attacktwo()
  5078. end
  5079. end)
  5080.  
  5081. mouse.KeyDown:connect(function(k)
  5082. k=k:lower()
  5083. if attack == false and k == 'q' then
  5084. Spin()
  5085. elseif attack == false and k == 'e' then
  5086. StunTarget()
  5087. end
  5088. end)
  5089.  
  5090.  
  5091. local sine = 0
  5092. local change = 1
  5093. local val = 0
  5094.  
  5095. while true do
  5096. swait()
  5097. sine = sine + change
  5098. local torvel=(RootPart.Velocity*Vector3.new(1,0,1)).magnitude
  5099. local velderp=RootPart.Velocity.y
  5100. hitfloor,posfloor=rayCast(RootPart.Position,(CFrame.new(RootPart.Position,RootPart.Position - Vector3.new(0,1,0))).lookVector,4,Character)
  5101. if equipped==true or equipped==false then
  5102. if attack==false then
  5103. idle=idle+1
  5104. else
  5105. idle=0
  5106. end
  5107. if idle>=500 then
  5108. if attack==false then
  5109. --Sheath()
  5110. end
  5111. end
  5112. if RootPart.Velocity.y > 1 and hitfloor==nil then
  5113. if attack==false then
  5114. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  5115. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-20),math.rad(0),math.rad(0)),.2)
  5116. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(10), math.rad(0), math.rad(20)),.2)
  5117. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(-20)),.2)
  5118. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-20)),.2)
  5119. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(-20)),.2)
  5120. handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(-20),math.rad(0),math.rad(0)),.2)
  5121. end
  5122. elseif RootPart.Velocity.y < -1 and hitfloor==nil then
  5123. Anim="Fall"
  5124. if attack==false then
  5125. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  5126. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(20),math.rad(0),math.rad(0)),.2)
  5127. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(10), math.rad(0), math.rad(40)),.2)
  5128. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(-40)),.2)
  5129. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-20)),.2)
  5130. LH.C0=clerp(LH.C0,cf(-1,-.5,-.5)*angles(math.rad(0),math.rad(-90),math.rad(10)),.2)
  5131. handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(-20),math.rad(0),math.rad(0)),.2)
  5132. end
  5133. elseif torvel<1 and hitfloor~=nil then
  5134. Anim="Idle"
  5135. if attack==false then
  5136. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-40)),.2)
  5137. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(40)),.2)
  5138. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(-10), math.rad(0), math.rad(10)),.2)
  5139. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(20), math.rad(0), math.rad(-10)),.2)
  5140. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10)),.2)
  5141. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5)),.2)
  5142. handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(-5),math.rad(0),math.rad(0)),.2)
  5143. end
  5144. elseif torvel>2 and hitfloor~=nil then
  5145. Anim="Walk"
  5146. if attack==false then
  5147. change=3
  5148. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(10),math.rad(0),math.rad(0)),.2)
  5149. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-5),math.rad(0),math.rad(0)),.2)
  5150. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(10), math.rad(0), math.rad(10)),.2)
  5151. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(-15)),.2)
  5152. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(10)),.2)
  5153. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(10)),.2)
  5154. handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(-10),math.rad(0),math.rad(0)),.2)
  5155. end
  5156. end
  5157. end
  5158. if #Effects>0 then
  5159. for e=1,#Effects do
  5160. if Effects[e]~=nil then
  5161. local Thing=Effects[e]
  5162. if Thing~=nil then
  5163. local Part=Thing[1]
  5164. local Mode=Thing[2]
  5165. local Delay=Thing[3]
  5166. local IncX=Thing[4]
  5167. local IncY=Thing[5]
  5168. local IncZ=Thing[6]
  5169. if Thing[1].Transparency<=1 then
  5170. if Thing[2]=="Block1" then
  5171. Thing[1].CFrame=Thing[1].CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  5172. Mesh=Thing[1].Mesh
  5173. Mesh.Scale=Mesh.Scale+vt(Thing[4],Thing[5],Thing[6])
  5174. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  5175. elseif Thing[2]=="Cylinder" then
  5176. Mesh=Thing[1].Mesh
  5177. Mesh.Scale=Mesh.Scale+vt(Thing[4],Thing[5],Thing[6])
  5178. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  5179. elseif Thing[2]=="Blood" then
  5180. Mesh=Thing[7]
  5181. Thing[1].CFrame=Thing[1].CFrame*cf(0,.5,0)
  5182. Mesh.Scale=Mesh.Scale+vt(Thing[4],Thing[5],Thing[6])
  5183. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  5184. elseif Thing[2]=="Elec" then
  5185. Mesh=Thing[1].Mesh
  5186. Mesh.Scale=Mesh.Scale+vt(Thing[7],Thing[8],Thing[9])
  5187. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  5188. elseif Thing[2]=="Disappear" then
  5189. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  5190. end
  5191. else
  5192. Part.Parent=nil
  5193. table.remove(Effects,e)
  5194. end
  5195. end
  5196. end
  5197. end
  5198. end
  5199. end
Add Comment
Please, Sign In to add comment