Advertisement
GojiGaming1337

Untitled

May 26th, 2018
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 409.11 KB | None | 0 0
  1. Meshes = {
  2. Blast = '20329976',
  3. Crown = '1323306',
  4. Ring = '3270017',
  5. Claw = '10681506',
  6. Crystal = '9756362',
  7. Coil = '9753878',
  8. Cloud = '1095708',
  9. }
  10. clangsounds = {
  11. '199149119',
  12. '199149109',
  13. '199149072',
  14. '199149025',
  15. '199148971'
  16. }
  17. hitsounds = {
  18. '199149137',
  19. '199149186',
  20. '199149221',
  21. '199149235',
  22. '199149269',
  23. '199149297'
  24. }
  25. blocksounds = {
  26. '199148933',
  27. '199148947'
  28. }
  29. armorsounds = {
  30. '199149321',
  31. '199149338',
  32. '199149367',
  33. '199149409',
  34. '199149452'
  35. }
  36. woosh = {
  37. Heavy1 = '320557353',
  38. Heavy2 = '320557382',
  39. Heavy3 = '320557453',
  40. Heavy4 = '199144226',
  41. Heavy5 = '203691447',
  42. Heavy6 = '203691467',
  43. Heavy7 = '203691492',
  44. Light1 = '320557413',
  45. Light2 = '320557487',
  46. Light3 = '199145095',
  47. Light4 = '199145146',
  48. Light5 = '199145887',
  49. Light6 = '199145913',
  50. Light7 = '199145841',
  51. Medium1 = '320557518',
  52. Medium2 = '320557537',
  53. Medium3 = '320557563',
  54. Medium4 = '199145204'
  55. }
  56. Songs = {
  57. Breaking = '179281636',
  58. FinalReckoning = '357375770',
  59. NotDeadYet = '346175829',
  60. Intense = '151514610',
  61. JumpP1 = '160536628',
  62. JumpP2 = '60536666',
  63. SonsOfWar = '158929777',
  64. WrathOfSea = '165520893',
  65. ProtectorsOfEarth = '160542922',
  66. SkyTitans = '179282324',
  67. ArchAngel = '144043274',
  68. Anticipation = '168614529',
  69. TheMartyred = '186849544',
  70. AwakeP1 = '335631255',
  71. AwakeP2 = '335631297',
  72. ReadyAimFireP1 = '342455387',
  73. ReadyAimFireP2 = '342455399',
  74. DarkLordP1 = '209567483',
  75. DarkLordP2 = '209567529',
  76. BloodDrainP1 = '162914123',
  77. BloodDrainP2 = '162914203',
  78. DanceOfSwords = '320473062',
  79. Opal = '286415112',
  80. Calamity = '190454307',
  81. Hypnotica = '155968128',
  82. Nemisis = '160453802',
  83. Breathe = '276963903',
  84. GateToTheRift = '270655227',
  85. InfernalBeserking = '244143404',
  86. Trust = '246184492',
  87. AwakeningTheProject = '245121821',
  88. BloodPain = '242545577',
  89. Chaos = '247241693',
  90. NightmareFictionHighStake = '248062278',
  91. TheWhiteWeapon = '247236446',
  92. Gale = '256851659',
  93. ImperialCode = '256848383',
  94. Blitzkrieg = '306431437',
  95. RhapsodyRage = '348690251',
  96. TheGodFist = '348541501',
  97. BattleForSoul = '321185592',
  98. TheDarkColossus = '305976780',
  99. EmpireOfAngels = '302580452',
  100. Kronos = '302205297',
  101. Exorcist = '299796054',
  102. CrimsonFlames = '297799220',
  103. UltimatePower = '295753229',
  104. DrivingInTheDark = '295753229',
  105. AscendToPower = '293860654',
  106. GodOfTheSun = '293612495',
  107. DarkRider = '293861765',
  108. Vengeance = '293375555',
  109. SoundOfWar = '293376196',
  110. HellsCrusaders = '293012202',
  111. Legend = '293011823',
  112. RisingSouls = '290524959'
  113. }
  114. misc = {
  115. GroundSlam = '199145477',
  116. LaserSlash = '199145497',
  117. RailGunFire = '199145534',
  118. Charge1 = '199145659',
  119. Charge2 = '169380469',
  120. Charge3 = '169380479',
  121. EmptyGun = '203691822',
  122. GunShoot = '203691837',
  123. Stomp1 = '200632875',
  124. Stomp2 = '200632561',
  125. TelsaCannonCharge = '169445572',
  126. TelsaCannonShoot = '169445602',
  127. AncientHymm = '245313442'
  128. }
  129.  
  130. wait(0.016666666666667)
  131. Effects = {}
  132. local Player = game.Players.localPlayer
  133. local Character = Player.Character
  134. local Humanoid = Character.Humanoid
  135. local mouse = Player:GetMouse()
  136. local m = Instance.new("Model", Character)
  137. m.Name = "WeaponModel"
  138. local LeftArm = Character["Left Arm"]
  139. local RightArm = Character["Right Arm"]
  140. local LeftLeg = Character["Left Leg"]
  141. local RightLeg = Character["Right Leg"]
  142. local Head = Character.Head
  143. local Torso = Character.Torso
  144. local RootPart = Character.HumanoidRootPart
  145. local RootJoint = RootPart.RootJoint
  146. local cam = game.Workspace.CurrentCamera
  147. local equipped = false
  148. local attack = false
  149. local Anim = "Idle"
  150. local idle = 0
  151. local attacktype = 1
  152. local Torsovelocity = RootPart.Velocity * Vector3.new(1, 0, 1).magnitude
  153. local velocity = RootPart.Velocity.y
  154. local sine = 0
  155. local change = 1
  156. local grabbed = false
  157. local cn = CFrame.new
  158. local mr = math.rad
  159. local angles = CFrame.Angles
  160. local ud = UDim2.new
  161. local c3 = Color3.new
  162. cf = CFrame.new
  163. vt = Vector3.new
  164. local NeckCF = cn(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  165. Humanoid.Animator:Destroy()
  166. Character.Animate:Destroy()
  167. local RootCF = CFrame.fromEulerAnglesXYZ(-1.57, 0, 3.14)
  168. local RHCF = CFrame.fromEulerAnglesXYZ(0, 1.6, 0)
  169. local LHCF = (CFrame.fromEulerAnglesXYZ(0, -1.6, 0))
  170. RSH = nil
  171. RW = Instance.new("Weld")
  172. LW = Instance.new("Weld")
  173. RH = Torso["Right Hip"]
  174. LH = Torso["Left Hip"]
  175. RSH = Torso["Right Shoulder"]
  176. LSH = Torso["Left Shoulder"]
  177. RSH.Parent = nil
  178. LSH.Parent = nil
  179. RW.Name = "RW"
  180. RW.Part0 = Torso
  181. RW.C0 = cn(1.5, 0.5, 0)
  182. RW.C1 = cn(0, 0.5, 0)
  183. RW.Part1 = RightArm
  184. RW.Parent = Torso
  185. LW.Name = "LW"
  186. LW.Part0 = Torso
  187. LW.C0 = cn(-1.5, 0.5, 0)
  188. LW.C1 = cn(0, 0.5, 0)
  189. LW.Part1 = LeftArm
  190. LW.Parent = Torso
  191.  
  192.  
  193. clerp = function(a, b, t)
  194. return a:lerp(b, t)
  195. end
  196.  
  197.  
  198. --[[--------------------------------------------------
  199. LeftArm.Size = LeftArm.Size * 1
  200. RightArm.Size = RightArm.Size * 1
  201. LeftLeg.Size = LeftLeg.Size * 1
  202. RightLeg.Size = RightLeg.Size * 1
  203. Torso.Size = Torso.Size * 1
  204. Head.Size = Head.Size * 1
  205. RootPart.Size = RootPart.Size * 1
  206. ----------------------------------------------------]]
  207.  
  208.  
  209. ArtificialHB = Instance.new("BindableEvent", script)
  210. ArtificialHB.Name = "Heartbeat"
  211. script:WaitForChild("Heartbeat")
  212. frame = 0.033333333333333
  213. tf = 0
  214. allowframeloss = false
  215. tossremainder = false
  216. lastframe = tick()
  217. script.Heartbeat:Fire()
  218. game:GetService("RunService").Heartbeat:connect(function(s, p)
  219. tf = tf + s
  220. if frame <= tf then
  221. if allowframeloss then
  222. script.Heartbeat:Fire()
  223. lastframe = tick()
  224. else
  225. for i = 1, math.floor(tf / frame) do
  226. script.Heartbeat:Fire()
  227. end
  228. lastframe = tick()
  229. end
  230. if tossremainder then
  231. tf = 0
  232. else
  233. tf = tf - frame * math.floor(tf / frame)
  234. end
  235. end
  236. end
  237. )
  238. swait = function(num)
  239. if num == 0 or num == nil then
  240. ArtificialHB.Event:wait()
  241. else
  242. for i = 0, num do
  243. ArtificialHB.Event:wait()
  244. end
  245. end
  246. end
  247.  
  248. local RbxUtility = LoadLibrary("RbxUtility")
  249. local Create = RbxUtility.Create
  250. RemoveOutlines = function(part)
  251. part.TopSurface = 10
  252. end
  253.  
  254.  
  255. local co1 = 3
  256. local co2 = 3
  257. local co3 = 3
  258. local co4 = 3
  259. local cooco = 3
  260. local cooldown1 = 3
  261. local cooldown2 = 3
  262. local cooldown3 = 3
  263. local cooldown4 = 3
  264. local coolcool = 3
  265. local maxEnergy = 20
  266. local Energy = 100
  267. local skill1stam = 10
  268. local skill2stam = 30
  269. local skill3stam = 40
  270. local skill4stam = 60
  271. local recovermana = 5
  272. local skillcolorscheme = Character["Torso"].BrickColor.Color
  273. local scrn = Instance.new("ScreenGui", Player.PlayerGui)
  274. makeframe = function(par, trans, pos, size, color)
  275. local frame = Instance.new("Frame", par)
  276. frame.BackgroundTransparency = trans
  277. frame.BorderSizePixel = 0
  278. frame.Position = pos
  279. frame.Size = size
  280. frame.BackgroundColor3 = color
  281. return frame
  282. end
  283.  
  284. makelabel = function(par, text)
  285. local label = Instance.new("TextLabel", par)
  286. label.BackgroundTransparency = 1
  287. label.Size = UDim2.new(1, 0, 1, 0)
  288. label.Position = UDim2.new(0, 0, 0, 0)
  289. label.TextColor3 = Color3.new(255, 255, 255)
  290. label.TextStrokeTransparency = 0
  291. label.FontSize = Enum.FontSize.Size32
  292. label.Font = Enum.Font.SourceSansBold
  293. label.BorderSizePixel = 0
  294. label.TextScaled = true
  295. label.Text = text
  296. end
  297.  
  298. framesk1 = makeframe(scrn, 0.5, UDim2.new(0.8, 0, 0.85, 0), UDim2.new(0.16, 0, 0.1, 0), skillcolorscheme)
  299. framesk2 = makeframe(scrn, 0.5, UDim2.new(0.8, 0, 0.74, 0), UDim2.new(0.16, 0, 0.1, 0), skillcolorscheme)
  300. framesk3 = makeframe(scrn, 0.5, UDim2.new(0.8, 0, 0.63, 0), UDim2.new(0.16, 0, 0.1, 0), skillcolorscheme)
  301. framesk4 = makeframe(scrn, 0.5, UDim2.new(0.8, 0, 0.52, 0), UDim2.new(0.16, 0, 0.1, 0), skillcolorscheme)
  302. bar1 = makeframe(framesk1, 0, UDim2.new(0, 0, 0, 0), UDim2.new(1, 0, 1, 0), skillcolorscheme)
  303. bar2 = makeframe(framesk2, 0, UDim2.new(0, 0, 0, 0), UDim2.new(1, 0, 1, 0), skillcolorscheme)
  304. bar3 = makeframe(framesk3, 0, UDim2.new(0, 0, 0, 0), UDim2.new(1, 0, 1, 0), skillcolorscheme)
  305. bar4 = makeframe(framesk4, 0, UDim2.new(0, 0, 0, 0), UDim2.new(1, 0, 1, 0), skillcolorscheme)
  306.  
  307. text1 = Instance.new("TextLabel", framesk1)
  308. text1.BackgroundTransparency = 1
  309. text1.Size = UDim2.new(1, 0, 1, 0)
  310. text1.Position = UDim2.new(0, 0, 0, 0)
  311. text1.TextColor3 = Color3.new(255, 255, 255)
  312. text1.TextStrokeTransparency = 0
  313. text1.FontSize = Enum.FontSize.Size18
  314. text1.Font = Enum.Font.SourceSansBold
  315. text1.BorderSizePixel = 0
  316. text1.TextScaled = true
  317. text1.Text = "[Z]\n From The Sky"
  318.  
  319. text3 = Instance.new("TextLabel", framesk3)
  320. text3.BackgroundTransparency = 1
  321. text3.Size = UDim2.new(1, 0, 1, 0)
  322. text3.Position = UDim2.new(0, 0, 0, 0)
  323. text3.TextColor3 = Color3.new(255, 255, 255)
  324. text3.TextStrokeTransparency = 0
  325. text3.FontSize = Enum.FontSize.Size18
  326. text3.Font = Enum.Font.SourceSansBold
  327. text3.BorderSizePixel = 0
  328. text3.TextScaled = false
  329. text3.Text = "[C]\n Calling To Battle"
  330.  
  331. function NoOutline(Part)
  332. Part.TopSurface, Part.BottomSurface, Part.LeftSurface, Part.RightSurface, Part.FrontSurface, Part.BackSurface = 10, 10, 10, 10, 10, 10
  333. end
  334.  
  335. function nooutline(part)
  336. part.TopSurface, part.BottomSurface, part.LeftSurface, part.RightSurface, part.FrontSurface, part.BackSurface = 10, 10, 10, 10, 10, 10
  337. end
  338.  
  339.  
  340. CreatePart = function(Parent, Material, Reflectance, Transparency, BColor, Name, Size)
  341. local Part = Create("Part")({Parent = Parent, Reflectance = Reflectance, Transparency = Transparency, CanCollide = false, Locked = true, BrickColor = BrickColor.new(tostring(BColor)), Name = Name, Size = Size, Material = Material})
  342. RemoveOutlines(Part)
  343. nooutline(Part)
  344. return Part
  345. end
  346.  
  347. CreateMesh = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  348. local Msh = Create(Mesh)({Parent = Part, Offset = OffSet, Scale = Scale})
  349. if Mesh == "SpecialMesh" then
  350. Msh.MeshType = MeshType
  351. Msh.MeshId = MeshId
  352. end
  353. return Msh
  354. end
  355.  
  356. CreateWeld = function(Parent, Part0, Part1, C0, C1)
  357. local Weld = Create("Weld")({Parent = Parent, Part0 = Part0, Part1 = Part1, C0 = C0, C1 = C1})
  358. return Weld
  359. end
  360.  
  361. rayCast = function(Position, Direction, Range, Ignore)
  362. return game:service("Workspace"):FindPartOnRay(Ray.new(Position, Direction.unit * (Range or 999.999)), Ignore)
  363. end
  364.  
  365. CreateSound = function(id, par, vol, pit)
  366. coroutine.resume(coroutine.create(function()
  367. local sou = Instance.new("Sound", par or workspace)
  368. sou.Volume = vol
  369. sou.Pitch = pit or 1
  370. sou.SoundId = id
  371. swait()
  372. sou:play()
  373. game:GetService("Debris"):AddItem(sou, 6)
  374. end
  375. ))
  376. end
  377.  
  378. local getclosest = function(obj, distance)
  379. local last, lastx = distance + 1, nil
  380. for i,v in pairs(workspace:GetChildren()) do
  381. if v:IsA("Model") and v ~= Character and v:findFirstChild("Humanoid") and v:findFirstChild("Torso") and v:findFirstChild("Humanoid").Health > 0 then
  382. local t = v.Torso
  383. local dist = t.Position - obj.Position.magnitude
  384. if dist <= distance and dist < last then
  385. last = dist
  386. lastx = v
  387. end
  388. end
  389. end
  390. return lastx
  391. end
  392.  
  393. Damagefunc = function(Part, hit, minim, maxim, knockback, Type, Property, Delay, HitSound, HitPitch)
  394. if hit.Parent == nil then
  395. return
  396. end
  397. local h = hit.Parent:FindFirstChild("Humanoid")
  398. for _,v in pairs(hit.Parent:children()) do
  399. if v:IsA("Humanoid") then
  400. h = v
  401. end
  402. end
  403. if h ~= nil and hit.Parent.Name ~= Character.Name and hit.Parent:FindFirstChild("Torso") ~= nil then
  404. if hit.Parent:findFirstChild("DebounceHit") ~= nil and hit.Parent.DebounceHit.Value == true then
  405. return
  406. end
  407. local c = Create("ObjectValue")({Name = "creator", Value = game:service("Players").LocalPlayer, Parent = h})
  408. game:GetService("Debris"):AddItem(c, 0.5)
  409. if HitSound ~= nil and HitPitch ~= nil then
  410. CreateSound(HitSound, hit, 1, HitPitch)
  411. end
  412. local Damage = math.random(minim, maxim)
  413. local blocked = false
  414. local block = hit.Parent:findFirstChild("Block")
  415. if block ~= nil and block.className == "IntValue" and block.Value > 0 then
  416. blocked = true
  417. block.Value = block.Value - 1
  418. print(block.Value)
  419. end
  420. if blocked == false then
  421. h.Health = h.Health - Damage
  422. ShowDamage(Part.CFrame * CFrame.new(0, 0, Part.Size.Z / 2).p + Vector3.new(0, 1.5, 0), -Damage, 1.5, Part.BrickColor.Color)
  423. else
  424. h.Health = h.Health - Damage / 2
  425. ShowDamage(Part.CFrame * CFrame.new(0, 0, Part.Size.Z / 2).p + Vector3.new(0, 1.5, 0), -Damage, 1.5, Part.BrickColor.Color)
  426. end
  427. if Type == "Knockdown" then
  428. local hum = hit.Parent.Humanoid
  429. hum.PlatformStand = true
  430. coroutine.resume(coroutine.create(function(HHumanoid)
  431. swait(1)
  432. HHumanoid.PlatformStand = false
  433. end
  434. ), hum)
  435. local angle = hit.Position - (Property.Position + Vector3.new(0, 0, 0)).unit
  436. local bodvol = Create("BodyVelocity")({velocity = angle * knockback, P = 5000, maxForce = Vector3.new(8000, 8000, 8000), Parent = hit})
  437. local rl = Create("BodyAngularVelocity")({P = 3000, maxTorque = Vector3.new(500000, 500000, 500000) * 50000000000000, angularvelocity = Vector3.new(math.random(-10, 10), math.random(-10, 10), math.random(-10, 10)), Parent = hit})
  438. game:GetService("Debris"):AddItem(bodvol, 0.5)
  439. game:GetService("Debris"):AddItem(rl, 0.5)
  440. else
  441. do
  442. if Type == "Normal" then
  443. local vp = Create("BodyVelocity")({P = 500, maxForce = Vector3.new(math.huge, 0, math.huge), velocity = Property.CFrame.lookVector * knockback + Property.Velocity / 1.05})
  444. if knockback > 0 then
  445. vp.Parent = hit.Parent.Torso
  446. end
  447. game:GetService("Debris"):AddItem(vp, 0.5)
  448. else
  449. do
  450. if Type == "Up" then
  451. local bodyVelocity = Create("BodyVelocity")({velocity = vt(0, 20, 0), P = 5000, maxForce = Vector3.new(8000, 8000, 8000), Parent = hit})
  452. game:GetService("Debris"):AddItem(bodyVelocity, 0.5)
  453. else
  454. do
  455. if Type == "DarkUp" then
  456. coroutine.resume(coroutine.create(function()
  457. for i = 0, 1, 0.1 do
  458. swait()
  459. BlockEffect(BrickColor.new("Black"), hit.Parent.Torso.CFrame, 5, 5, 5, 1, 1, 1, 0.08, 1)
  460. end
  461. end
  462. ))
  463. local bodyVelocity = Create("BodyVelocity")({velocity = vt(0, 20, 0), P = 5000, maxForce = Vector3.new(8000, 8000, 8000), Parent = hit})
  464. game:GetService("Debris"):AddItem(bodyVelocity, 1)
  465. else
  466. do
  467. if Type == "Snare" then
  468. local bp = Create("BodyPosition")({P = 2000, D = 100, maxForce = Vector3.new(math.huge, math.huge, math.huge), position = hit.Parent.Torso.Position, Parent = hit.Parent.Torso})
  469. game:GetService("Debris"):AddItem(bp, 1)
  470. else
  471. do
  472. if Type == "Freeze" then
  473. local BodPos = Create("BodyPosition")({P = 50000, D = 1000, maxForce = Vector3.new(math.huge, math.huge, math.huge), position = hit.Parent.Torso.Position, Parent = hit.Parent.Torso})
  474. local BodGy = Create("BodyGyro")({maxTorque = Vector3.new(400000, 400000, 400000) * math.huge, P = 20000, Parent = hit.Parent.Torso, cframe = hit.Parent.Torso.CFrame})
  475. hit.Parent.Torso.Anchored = true
  476. coroutine.resume(coroutine.create(function(Part)
  477. swait(1.5)
  478. Part.Anchored = false
  479. end
  480. ), hit.Parent.Torso)
  481. game:GetService("Debris"):AddItem(BodPos, 3)
  482. game:GetService("Debris"):AddItem(BodGy, 3)
  483. end
  484. do
  485. local debounce = Create("BoolValue")({Name = "DebounceHit", Parent = hit.Parent, Value = true})
  486. game:GetService("Debris"):AddItem(debounce, Delay)
  487. c = Instance.new("ObjectValue")
  488. c.Name = "creator"
  489. c.Value = Player
  490. c.Parent = h
  491. game:GetService("Debris"):AddItem(c, 0.5)
  492. end
  493. end
  494. end
  495. end
  496. end
  497. end
  498. end
  499. end
  500. end
  501. end
  502. end
  503. end
  504. end
  505.  
  506. ShowDamage = function(Pos, Text, Time, Color)
  507. local Rate = 0.033333333333333
  508. if not Pos then
  509. local Pos = Vector3.new(0, 0, 0)
  510. end
  511. local Text = Text or ""
  512. local Time = Time or 2
  513. if not Color then
  514. local Color = Color3.new(1, 0, 1)
  515. end
  516. local EffectPart = CreatePart(workspace, "SmoothPlastic", 0, 1, BrickColor.new(Color), "Effect", vt(0, 0, 0))
  517. EffectPart.Anchored = true
  518. local BillboardGui = Create("BillboardGui")({Size = UDim2.new(3, 0, 3, 0), Adornee = EffectPart, Parent = EffectPart})
  519. local TextLabel = Create("TextLabel")({BackgroundTransparency = 1, Size = UDim2.new(1, 0, 1, 0), Text = Text, TextColor3 = Color, TextScaled = true, Font = Enum.Font.ArialBold, Parent = BillboardGui})
  520. game.Debris:AddItem(EffectPart, Time + 0.1)
  521. EffectPart.Parent = game:GetService("Workspace")
  522. delay(0, function()
  523. local Frames = Time / Rate
  524. for Frame = 1, Frames do
  525. wait(Rate)
  526. local Percent = Frame / Frames
  527. EffectPart.CFrame = CFrame.new(Pos) + Vector3.new(0, Percent, 0)
  528. TextLabel.TextTransparency = Percent
  529. end
  530. if EffectPart and EffectPart.Parent then
  531. EffectPart:Destroy()
  532. end
  533. end
  534. )
  535. end
  536.  
  537. MagniDamage = function(Part, magni, mindam, maxdam, knock, Type)
  538. for _,c in pairs(workspace:children()) do
  539. local hum = c:findFirstChild("Humanoid")
  540. if hum ~= nil then
  541. local head = c:findFirstChild("Torso")
  542. if head ~= nil then
  543. local targ = head.Position - Part.Position
  544. local mag = targ.magnitude
  545. if mag <= magni and c.Name ~= Player.Name then
  546. Damagefunc(head, head, mindam, maxdam, knock, Type, RootPart, 0.1, "http://www.roblox.com/asset/?id=231917784", 1)
  547. end
  548. end
  549. end
  550. end
  551. end
  552.  
  553. Player=game:GetService('Players').LocalPlayer
  554. Character=Player.Character
  555. Mouse=Player:GetMouse()
  556. m=Instance.new('Model',Character)
  557.  
  558.  
  559. local function weldBetween(a, b)
  560. local weldd = Instance.new("ManualWeld")
  561. weldd.Part0 = a
  562. weldd.Part1 = b
  563. weldd.C0 = CFrame.new()
  564. weldd.C1 = b.CFrame:inverse() * a.CFrame
  565. weldd.Parent = a
  566. return weldd
  567. end
  568.  
  569. it=Instance.new
  570.  
  571. function nooutline(part)
  572. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  573. end
  574.  
  575. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  576. local fp=it("Part")
  577. fp.formFactor=formfactor
  578. fp.Parent=parent
  579. fp.Reflectance=reflectance
  580. fp.Transparency=transparency
  581. fp.CanCollide=false
  582. fp.Locked=true
  583. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  584. fp.Name=name
  585. fp.Size=size
  586. fp.Position=Character.Torso.Position
  587. nooutline(fp)
  588. fp.Material=material
  589. fp:BreakJoints()
  590. return fp
  591. end
  592.  
  593. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  594. local mesh=it(Mesh)
  595. mesh.Parent=part
  596. if Mesh=="SpecialMesh" then
  597. mesh.MeshType=meshtype
  598. mesh.MeshId=meshid
  599. end
  600. mesh.Offset=offset
  601. mesh.Scale=scale
  602. return mesh
  603. end
  604.  
  605. function weld(parent,part0,part1,c0,c1)
  606. local weld=it("Weld")
  607. weld.Parent=parent
  608. weld.Part0=part0
  609. weld.Part1=part1
  610. weld.C0=c0
  611. weld.C1=c1
  612. return weld
  613. end
  614.  
  615.  
  616. handle=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,1,"Really black","Handle",Vector3.new(0.200000003, 1.06998396, 0.217137367))
  617. handleweld=weld(m,Character["Right Arm"],handle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.780001402, -0.0400540233, -0.224309444, 0, -0.999999881, 0, 0, 0, 1, -1, 0, 0))
  618. mesh("SpecialMesh",handle,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.0179617442, 0.412164241, 0.0416160636))
  619. FakeHandle=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,1,"Really black","FakeHandle",Vector3.new(0.200000003, 1.06998396, 0.217137367))
  620. FakeHandleWeld=weld(m,handle,FakeHandle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.201812744, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  621. mesh("SpecialMesh",FakeHandle,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.0179617442, 0.412164241, 0.0416160636))
  622. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.618053555, 0.200000003, 0.200000003))
  623. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.692440987, 3.81469727e-006, -1.10055923, 0, 1, 0, 1, 0, 0, 0, 0, -1))
  624. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.339355886, 0.629501164))
  625. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.297582209, 0.200000003, 0.200000003))
  626. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.08339119, 0.0475130081, 0.623767018, 0, 0, 1, 1, 0, 0, 0, 1, 0))
  627. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.135742366, 0.457817316))
  628. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.297582209, 0.200000003, 0.200000003))
  629. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.08339119, -0.0475053787, 0.623767018, 0, 0, 1, 1, 0, 0, 0, 1, 0))
  630. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.135742366, 0.457817316))
  631. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.515045226, 0.200000003, 0.200000003))
  632. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.287946224, 0.0475077629, 0.932790935, 0, 0, 1, -1, 0, 0, 0, -1, 0))
  633. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.135742366, 0.686726034))
  634. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  635. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.90734863e-006, -1.24753904, 0.625581264, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  636. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.286135793, 0.746583045, 0.915634453))
  637. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.549381554, 0.200000003, 0.200000003))
  638. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.957495213, 0.0475068092, 0.795445025, 0, 0, 1, -1, 0, 0, 0, -1, 0))
  639. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.135742366, 0.343362987))
  640. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.263244897))
  641. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.86102295e-006, -1.04724193, 1.03188705, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  642. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.286135793, 0.542969406, 1))
  643. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.434926629, 0.200000003, 0.200000003))
  644. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.784000933, -2.86102295e-006, -0.928881168, 0, -1, 0, -1, 0, 0, 0, 0, -1))
  645. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.339355886, 0.286138207))
  646. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  647. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.07013488, 0.0475077629, -0.448181152, 0, -1, 0, -1, 0, 0, 0, 0, -1))
  648. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.686727583, 0.135742366, 0.97286427))
  649. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.206018344))
  650. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0475077629, 0.846952021, -0.408116341, 1, 0, 0, 0, -1, 0, 0, 0, -1))
  651. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.203613549, 1))
  652. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.240354285, 0.200000003, 0.331918091))
  653. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.984296024, -9.53674316e-007, -0.184934139, 0, -1, 0, -1, 0, 0, 0, 0, -1))
  654. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.339355886, 1))
  655. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.801180303))
  656. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.841227949, 0, -0.202104092, 0, -1, 0, -1, 0, 0, 0, 0, -1))
  657. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.228909537, 0.339355886, 1))
  658. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  659. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0475068092, 0.715329945, -0.757202148, 1, 0, 0, 0, -1, 0, 0, 0, -1))
  660. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.542969465, 0.743956268))
  661. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.217463195))
  662. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0475087166, -0.932792008, 0.0783009529, -1, 0, 0, 0, 1, 0, 0, 0, -1))
  663. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.814454198, 1))
  664. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.286136419))
  665. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0.784002006, -0.45962429, 1, 0, 0, 0, -1, 0, 0, 0, -1))
  666. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.286135793, 0.407227099, 1))
  667. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.240354717))
  668. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0475087166, 0.846950948, -0.00963401794, -1, 0, 0, 0, -1, 0, 0, 0, 1))
  669. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.203613549, 1))
  670. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  671. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.90734863e-006, 0.715328991, -0.671361446, 1, 0, 0, 0, -1, 0, 0, 0, -1))
  672. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.286135793, 0.407227099, 0.686729074))
  673. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.320472002))
  674. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0475077629, -1.07013702, -0.190657139, -1, 0, 0, 0, 1, 0, 0, 0, -1))
  675. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.814454198, 1))
  676. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.412035584, 0.200000003, 0.200000003))
  677. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.887011945, -1.90734863e-006, -0.820153236, 0, -1, 0, -1, 0, 0, 0, 0, -1))
  678. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.339355886, 0.801182747))
  679. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  680. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0475068092, 0.795445025, -0.59696722, 1, 0, 0, 0, -1, 0, 0, 0, -1))
  681. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.407227099, 0.858410656))
  682. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.339355856, 0.686725557))
  683. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0475068092, -0.995742023, 0.888823986, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  684. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 1, 1))
  685. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  686. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.528299332, 0.0475077629, 0.85839504, 0, 0, 1, -1, 0, 0, 0, -1, 0))
  687. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.171686471, 0.135742366, 0.0572271682))
  688. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.721063256, 0.200000003, 0.200000003))
  689. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.871654034, 0.0475068092, 0.841229022, 0, 0, 1, -1, 0, 0, 0, -1, 0))
  690. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.135742366, 0.114454322))
  691. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.400590986, 0.200000003, 0.200000003))
  692. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.03188419, 0.0475130081, 0.715332985, 0, 0, 1, 1, 0, 0, 0, 1, 0))
  693. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.135742366, 0.457817316))
  694. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.400590986, 0.200000003, 0.200000003))
  695. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.03188801, -0.0475053787, 0.715332985, 0, 0, 1, 1, 0, 0, 0, 1, 0))
  696. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.135742366, 0.457817316))
  697. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  698. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.623769999, 3.81469727e-006, -0.883100033, 0, 1, 0, 1, 0, 0, 0, 0, -1))
  699. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.572272539, 0.339355886, 0.171683878))
  700. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.721063256, 0.200000003, 0.200000003))
  701. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.87165308, 0.0475130081, 0.841232002, 0, 0, 1, 1, 0, 0, 0, 1, 0))
  702. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.135742366, 0.114454322))
  703. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  704. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0475053787, 0.715330005, -0.757200241, -1, 0, 0, 0, 1, 0, 0, 0, -1))
  705. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.542969465, 0.743956268))
  706. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.549381554, 0.200000003, 0.200000003))
  707. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.957494259, -0.0475053787, 0.795450032, 0, 0, 1, 1, 0, 0, 0, 1, 0))
  708. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.135742366, 0.343362987))
  709. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  710. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.86102295e-006, 0.715332031, -0.671358109, -1, 0, 0, 0, 1, 0, 0, 0, -1))
  711. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.286135793, 0.407227099, 0.686729074))
  712. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  713. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0475120544, 0.715330005, -0.757200241, -1, 0, 0, 0, 1, 0, 0, 0, -1))
  714. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.542969465, 0.743956268))
  715. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.434926629, 0.200000003, 0.200000003))
  716. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.784004986, 3.81469727e-006, -0.928880215, 0, 1, 0, 1, 0, 0, 0, 0, -1))
  717. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.339355886, 0.286138207))
  718. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  719. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0475120544, 0.795446992, -0.596964359, -1, 0, 0, 0, 1, 0, 0, 0, -1))
  720. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.407227099, 0.858410656))
  721. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.286136419))
  722. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-9.53674316e-007, 0.784003019, -0.459622383, -1, 0, 0, 0, 1, 0, 0, 0, -1))
  723. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.286135793, 0.407227099, 1))
  724. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.721063256, 0.200000003, 0.200000003))
  725. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.87165308, -0.0475053787, 0.841232002, 0, 0, 1, 1, 0, 0, 0, 1, 0))
  726. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.135742366, 0.114454322))
  727. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  728. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0475068092, 0.795446992, -0.596964359, -1, 0, 0, 0, 1, 0, 0, 0, -1))
  729. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.407227099, 0.858410656))
  730. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.549381554, 0.200000003, 0.200000003))
  731. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.957494259, 0.0475130081, 0.795450032, 0, 0, 1, 1, 0, 0, 0, 1, 0))
  732. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.135742366, 0.343362987))
  733. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.549380839, 0.200000003, 0.200000003))
  734. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.72677803, 3.81469727e-006, -0.997550011, 0, 1, 0, 1, 0, 0, 0, 0, -1))
  735. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.339355886, 0.400592566))
  736. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  737. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0475053787, 0.623769999, -0.883100033, -1, 0, 0, 0, 1, 0, 0, 0, -1))
  738. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.542969465, 0.51504755))
  739. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  740. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.86102295e-006, 0.623769999, -0.802983284, -1, 0, 0, 0, 1, 0, 0, 0, -1))
  741. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.286135793, 0.678711832, 0.629501939))
  742. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.240354717))
  743. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0475111008, 0.846949995, -0.00963592529, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  744. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.203613549, 1))
  745. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.320472002))
  746. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0475111008, -1.07013798, -0.19066143, 1, 0, 0, 0, -1, 0, 0, 0, -1))
  747. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.814454198, 1))
  748. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  749. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0.818340003, 0.255706787, -1, 0, 0, 0, 1, 0, 0, 0, -1))
  750. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.286135793, 0.542969465, 0.572271407))
  751. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  752. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.86102295e-006, -1.13881302, 0.808703423, -1, 0, 0, 0, -1, 0, 0, 0, 1))
  753. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.286135793, 0.542969406, 0.915634453))
  754. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  755. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.86102295e-006, -1.24754298, 0.625576019, -1, 0, 0, 0, -1, 0, 0, 0, 1))
  756. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.286135793, 0.746583045, 0.915634453))
  757. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.206018344))
  758. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0475120544, 0.846953988, -0.408119202, -1, 0, 0, 0, 1, 0, 0, 0, -1))
  759. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.203613549, 1))
  760. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.339355856, 0.686725557))
  761. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0475130081, -0.995742023, 0.888819218, -1, 0, 0, 0, -1, 0, 0, 0, 1))
  762. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 1, 1))
  763. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  764. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0475101471, 0.846953034, 0.158426762, -1, 0, 0, 0, 1, 0, 0, 0, -1))
  765. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.20361349, 0.286135525))
  766. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.217463195))
  767. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0475101471, -0.932793021, 0.0783076286, 1, 0, 0, 0, -1, 0, 0, 0, -1))
  768. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.814454198, 1))
  769. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.515045226, 0.200000003, 0.200000003))
  770. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.287940025, 0.0475111008, 0.932793021, 0, 0, 1, 1, 0, 0, 0, 1, 0))
  771. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.135742366, 0.686726034))
  772. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  773. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.07014, 0.0475120544, -0.448176384, 0, 1, 0, 1, 0, 0, 0, 0, -1))
  774. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.686727583, 0.135742366, 0.97286427))
  775. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.263244897))
  776. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.81469727e-006, -1.04724801, 1.03188705, -1, 0, 0, 0, -1, 0, 0, 0, 1))
  777. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.286135793, 0.542969406, 1))
  778. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  779. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.90734863e-006, -1.28760004, -0.442451, 1, 0, 0, 0, -1, 0, 0, 0, -1))
  780. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.286135793, 0.271484643, 0.915634453))
  781. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  782. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0475053787, 0.42919901, -1.03761244, -1, 0, 0, 0, 1, 0, 0, 0, -1))
  783. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.678711832, 0.343366027))
  784. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.812626302, 0.200000003, 0.200000003))
  785. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.63849115, -0.0475034714, 0.52076304, 0, 0, 1, 1, 0, 0, 0, 1, 0))
  786. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.135742366, 0.457817316))
  787. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.228909686, 0.200000003, 0.200000003))
  788. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.11772823, 0.0475130081, 0.532208025, 0, 0, 1, 1, 0, 0, 0, 1, 0))
  789. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.135742366, 0.457817316))
  790. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  791. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0475053787, 0.532209039, -0.968938351, -1, 0, 0, 0, 1, 0, 0, 0, -1))
  792. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.542969465, 0.343366027))
  793. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.36625433))
  794. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.15255737e-006, -0.606606007, 2.42249203, -1, 0, 0, 0, -1, 0, 0, 0, 1))
  795. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.286135793, 0.475097954, 1))
  796. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  797. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.81469727e-006, 0.394861996, -0.997555256, -1, 0, 0, 0, 1, 0, 0, 0, -1))
  798. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.286135793, 0.678711832, 0.400593191))
  799. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  800. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0475130081, 0.532209039, -0.968938351, -1, 0, 0, 0, 1, 0, 0, 0, -1))
  801. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.542969465, 0.343366027))
  802. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(1.07587111, 0.200000003, 0.263244927))
  803. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.70143747, 4.76837158e-006, -0.51504302, 0, 0, -1, 1, 0, 0, 0, -1, 0))
  804. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.339355886, 1))
  805. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.339355856, 0.81262517))
  806. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0475139618, -0.709610999, 1.6384902, -1, 0, 0, 0, -1, 0, 0, 0, 1))
  807. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 1, 1))
  808. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.228909686, 0.200000003, 0.200000003))
  809. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.11772823, -0.0475053787, 0.532208025, 0, 0, 1, 1, 0, 0, 0, 1, 0))
  810. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.135742366, 0.457817316))
  811. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  812. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0475130081, 0.623769999, -0.883100033, -1, 0, 0, 0, 1, 0, 0, 0, -1))
  813. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.542969465, 0.51504755))
  814. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.812626302, 0.200000003, 0.200000003))
  815. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.6384902, 0.0475139618, 0.520761013, 0, 0, 1, 1, 0, 0, 0, 1, 0))
  816. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.135742366, 0.457817316))
  817. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  818. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0475130081, 0.42919901, -1.03761244, -1, 0, 0, 0, 1, 0, 0, 0, -1))
  819. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.678711832, 0.343366027))
  820. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  821. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.81469727e-006, 0.509316027, -0.911711216, -1, 0, 0, 0, 1, 0, 0, 0, -1))
  822. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.286135793, 0.678711832, 0.457820415))
  823. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.200000003, 0.420801163, 1.07587099))
  824. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.76837158e-006, -0.824064016, 1.70143938, -1, 0, 0, 0, -1, 0, 0, 0, 1))
  825. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.286135793, 1, 1))
  826. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.339355856, 0.81262517))
  827. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0475034714, -0.709609985, 1.63849211, -1, 0, 0, 0, -1, 0, 0, 0, 1))
  828. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 1, 1))
  829. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.354808271))
  830. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0475158691, -0.520763993, 2.22220135, -1, 0, 0, 0, -1, 0, 0, 0, 1))
  831. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.542969406, 1))
  832. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  833. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.320470005, 3.81469727e-006, -1.24934721, 0, 1, 0, 1, 0, 0, 0, 0, -1))
  834. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.629499793, 0.339355886, 0.51504451))
  835. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  836. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0475053787, 0.326192021, -1.10628223, -1, 0, 0, 0, 1, 0, 0, 0, -1))
  837. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.542969465, 0.343366027))
  838. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  839. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.76837158e-006, -1.3122983, -0.366254002, -1, 0, 0, 0, 0, -1, 0, -1, 0))
  840. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.286135793, 0.135742366, 0.171684563))
  841. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.354808271))
  842. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0475025177, -0.520763993, 2.22220135, -1, 0, 0, 0, -1, 0, 0, 0, 1))
  843. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.542969406, 1))
  844. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  845. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.26651812, 0.0475139618, 0.320466995, 0, 0, 1, 1, 0, 0, 0, 1, 0))
  846. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.343367934, 0.135742366, 0.629498899))
  847. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.366253734))
  848. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.47498402, 7.15255737e-006, 2.42249203, 0, -1, 0, 1, 0, 0, 0, -0, 1))
  849. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.915634692, 0.339355886, 1))
  850. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  851. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.360529006, 3.81469727e-006, -1.07766819, 0, 1, 0, 1, 0, 0, 0, 0, -1))
  852. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.228909537, 0.339355886, 0.400592566))
  853. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  854. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.314745009, 3.81469727e-006, -1.15778208, 0, 1, 0, 1, 0, 0, 0, 0, -1))
  855. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.686726868, 0.339355886, 0.400592566))
  856. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  857. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.15206337, 0.0475130081, 0.42919901, 0, 0, 1, 1, 0, 0, 0, 1, 0))
  858. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.801185369, 0.135742366, 0.572271645))
  859. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  860. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.18640041, -0.047504425, 0.326194018, 0, 0, 1, 1, 0, 0, 0, 1, 0))
  861. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.457822293, 0.135742366, 0.457817316))
  862. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.629499555, 0.200000003, 0.200000003))
  863. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.54692936, 0.0475139618, 0.429200023, 0, 0, 1, 1, 0, 0, 0, 1, 0))
  864. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.135742366, 0.457817316))
  865. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.537936091, 0.200000003, 0.217463255))
  866. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.13063812, 0.0475158691, 0.366251022, 0, 0, 1, 1, 0, 0, 0, 1, 0))
  867. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.135742366, 1))
  868. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.629499555, 0.200000003, 0.200000003))
  869. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.54692936, -0.047504425, 0.429200023, 0, 0, 1, 1, 0, 0, 0, 1, 0))
  870. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.135742366, 0.457817316))
  871. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  872. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.18640041, 0.0475130081, 0.326194018, 0, 0, 1, 1, 0, 0, 0, 1, 0))
  873. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.457822293, 0.135742366, 0.457817316))
  874. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  875. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.15206337, -0.047504425, 0.42919901, 0, 0, 1, 1, 0, 0, 0, 1, 0))
  876. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.801185369, 0.135742366, 0.572271645))
  877. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  878. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.81469727e-006, 0.291856021, -1.0776701, -1, 0, 0, 0, 1, 0, 0, 0, -1))
  879. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.286135793, 0.542969465, 0.400593191))
  880. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  881. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0475139618, -1.3122983, -0.366254002, -1, 0, 0, 0, 0, -1, 0, -1, 0))
  882. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.135742366, 0.171684563))
  883. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  884. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0475130081, 0.326192021, -1.10628223, -1, 0, 0, 0, 1, 0, 0, 0, -1))
  885. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.542969465, 0.343366027))
  886. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.297582209, 0.200000003, 0.200000003))
  887. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.083395, 0.0475068092, 0.623763978, 0, 0, 1, -1, 0, 0, 0, -1, 0))
  888. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.135742366, 0.457817316))
  889. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  890. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0475120544, 0.623766959, -0.883102417, 1, 0, 0, 0, -1, 0, 0, 0, -1))
  891. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.542969465, 0.51504755))
  892. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.320472002))
  893. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0475101471, -1.07013607, -0.190658092, -1, 0, 0, 0, 1, 0, 0, 0, -1))
  894. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.814454198, 1))
  895. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  896. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.528299332, -0.0475111008, 0.85839504, 0, 0, 1, -1, 0, 0, 0, -1, 0))
  897. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.171686471, 0.135742366, 0.0572271682))
  898. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  899. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0475087166, 0.846952975, 0.158420563, 1, 0, 0, 0, -1, 0, 0, 0, -1))
  900. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.20361349, 0.286135525))
  901. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.206018344))
  902. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0475111008, 0.846952021, -0.408116341, 1, 0, 0, 0, -1, 0, 0, 0, -1))
  903. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.203613549, 1))
  904. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  905. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.07013488, -0.0475111008, -0.448181152, 0, -1, 0, -1, 0, 0, 0, 0, -1))
  906. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.686727583, 0.135742366, 0.97286427))
  907. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.240354717))
  908. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0475101471, 0.846950948, -0.00963401794, -1, 0, 0, 0, -1, 0, 0, 0, 1))
  909. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.203613549, 1))
  910. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.339355856, 0.81262517))
  911. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.047504425, -0.709603012, 1.63849211, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  912. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 1, 1))
  913. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  914. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0475068092, 0.623766959, -0.883102417, 1, 0, 0, 0, -1, 0, 0, 0, -1))
  915. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.542969465, 0.51504755))
  916. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.515045226, 0.200000003, 0.200000003))
  917. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.287946224, -0.0475101471, 0.932790935, 0, 0, 1, -1, 0, 0, 0, -1, 0))
  918. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.135742366, 0.686726034))
  919. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.297582209, 0.200000003, 0.200000003))
  920. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.08339214, -0.0475120544, 0.623763978, 0, 0, 1, -1, 0, 0, 0, -1, 0))
  921. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.135742366, 0.457817316))
  922. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.618053555, 0.200000003, 0.200000003))
  923. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.692437947, -2.86102295e-006, -1.10055923, 0, -1, 0, -1, 0, 0, 0, 0, -1))
  924. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.339355886, 0.629501164))
  925. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.217463195))
  926. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0475087166, -0.932792008, 0.0783009529, -1, 0, 0, 0, 1, 0, 0, 0, -1))
  927. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.814454198, 1))
  928. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.200000003, 0.420801163, 1.07587099))
  929. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.81469727e-006, -0.824060023, 1.70144033, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  930. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.286135793, 1, 1))
  931. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.812626302, 0.200000003, 0.200000003))
  932. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.63849306, -0.0475130081, 0.520755947, 0, 0, 1, -1, 0, 0, 0, -1, 0))
  933. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.135742366, 0.457817316))
  934. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  935. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0475120544, 0.532205045, -0.968938351, 1, 0, 0, 0, -1, 0, 0, 0, -1))
  936. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.542969465, 0.343366027))
  937. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  938. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0475068092, 0.532205045, -0.968938351, 1, 0, 0, 0, -1, 0, 0, 0, -1))
  939. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.542969465, 0.343366027))
  940. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(1.07587111, 0.200000003, 0.263244927))
  941. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.70144033, -3.81469727e-006, -0.515032947, 0, 0, -1, -1, 0, 0, 0, 1, 0))
  942. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.339355886, 1))
  943. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.812626302, 0.200000003, 0.200000003))
  944. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.63849306, 0.047504425, 0.520755947, 0, 0, 1, -1, 0, 0, 0, -1, 0))
  945. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.135742366, 0.457817316))
  946. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.36625433))
  947. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(5.7220459e-006, -0.606597006, 2.42249393, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  948. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.286135793, 0.475097954, 1))
  949. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.228909686, 0.200000003, 0.200000003))
  950. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.11772919, -0.0475120544, 0.532203019, 0, 0, 1, -1, 0, 0, 0, -1, 0))
  951. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.135742366, 0.457817316))
  952. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  953. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0475120544, 0.429197013, -1.03760815, 1, 0, 0, 0, -1, 0, 0, 0, -1))
  954. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.678711832, 0.343366027))
  955. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  956. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.15206432, 0.0475068092, 0.42919594, 0, 0, 1, -1, 0, 0, 0, -1, 0))
  957. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.801185369, 0.135742366, 0.572271645))
  958. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  959. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.15206432, -0.0475120544, 0.42919594, 0, 0, 1, -1, 0, 0, 0, -1, 0))
  960. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.801185369, 0.135742366, 0.572271645))
  961. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  962. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0475068092, 0.429194987, -1.03761435, 1, 0, 0, 0, -1, 0, 0, 0, -1))
  963. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.678711832, 0.343366027))
  964. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  965. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.86102295e-006, 0.394859016, -0.997553349, 1, 0, 0, 0, -1, 0, 0, 0, -1))
  966. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.286135793, 0.678711832, 0.400593191))
  967. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.228909686, 0.200000003, 0.200000003))
  968. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.11772919, 0.0475068092, 0.532203019, 0, 0, 1, -1, 0, 0, 0, -1, 0))
  969. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.135742366, 0.457817316))
  970. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.354808271))
  971. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0475149155, -0.52075702, 2.22220039, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  972. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.542969406, 1))
  973. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.339355856, 0.81262517))
  974. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0475130081, -0.709600985, 1.63849211, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  975. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 1, 1))
  976. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  977. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.86102295e-006, 0.509313047, -0.91171217, 1, 0, 0, 0, -1, 0, 0, 0, -1))
  978. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.286135793, 0.678711832, 0.457820415))
  979. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.354808271))
  980. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0475034714, -0.52075702, 2.22220039, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  981. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.542969406, 1))
  982. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  983. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0475130081, -1.31229639, -0.366244018, 1, 0, 0, 0, 0, -1, 0, 1, 0))
  984. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.135742366, 0.171684563))
  985. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  986. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0475120544, 0.326185048, -1.10628223, 1, 0, 0, 0, -1, 0, 0, 0, -1))
  987. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.542969465, 0.343366027))
  988. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  989. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.18640041, -0.0475120544, 0.326186955, 0, 0, 1, -1, 0, 0, 0, -1, 0))
  990. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.457822293, 0.135742366, 0.457817316))
  991. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  992. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0475068092, 0.326185048, -1.10628223, 1, 0, 0, 0, -1, 0, 0, 0, -1))
  993. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.542969465, 0.343366027))
  994. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  995. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0475053787, -1.31229639, -0.366244018, 1, 0, 0, 0, 0, -1, 0, 1, 0))
  996. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.135742366, 0.171684563))
  997. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  998. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.86102295e-006, -1.31229639, -0.366244018, 1, 0, 0, 0, 0, -1, 0, 1, 0))
  999. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.286135793, 0.135742366, 0.171684563))
  1000. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1001. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.26651812, -0.0475130081, 0.320465028, 0, 0, 1, -1, 0, 0, 0, -1, 0))
  1002. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.343367934, 0.135742366, 0.629498899))
  1003. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.629499555, 0.200000003, 0.200000003))
  1004. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.54693031, -0.0475130081, 0.429194033, 0, 0, 1, -1, 0, 0, 0, -1, 0))
  1005. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.135742366, 0.457817316))
  1006. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1007. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.360523045, -2.86102295e-006, -1.0776701, 0, -1, 0, -1, 0, 0, 0, 0, -1))
  1008. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.228909537, 0.339355886, 0.400592566))
  1009. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1010. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.26651812, 0.0475053787, 0.320465028, 0, 0, 1, -1, 0, 0, 0, -1, 0))
  1011. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.343367934, 0.135742366, 0.629498899))
  1012. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1013. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.18640423, 0.0475053787, 0.326186001, 0, 0, 1, -1, 0, 0, 0, -1, 0))
  1014. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.457822293, 0.135742366, 0.457817316))
  1015. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1016. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.320463002, -2.86102295e-006, -1.24935007, 0, -1, 0, -1, 0, 0, 0, 0, -1))
  1017. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.629499793, 0.339355886, 0.51504451))
  1018. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1019. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.314742982, -2.86102295e-006, -1.15778637, 0, -1, 0, -1, 0, 0, 0, 0, -1))
  1020. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.686726868, 0.339355886, 0.400592566))
  1021. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.629499555, 0.200000003, 0.200000003))
  1022. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.54693127, 0.0475053787, 0.429194987, 0, 0, 1, -1, 0, 0, 0, -1, 0))
  1023. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.135742366, 0.457817316))
  1024. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.366253734))
  1025. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.474973023, -5.7220459e-006, 2.42249775, 0, 1, 0, -1, 0, 0, 0, 0, 1))
  1026. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.915634692, 0.339355886, 1))
  1027. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.400590301, 0.200000003, 0.200000003))
  1028. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.06441188, -9.53674316e-007, -0.442455292, 0, -1, 0, -1, 0, 0, 0, 0, -1))
  1029. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.339355886, 0.915637076))
  1030. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1031. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0475087166, 0.846952975, 0.158420563, 1, 0, 0, 0, -1, 0, 0, 0, -1))
  1032. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.20361349, 0.286135525))
  1033. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.549380839, 0.200000003, 0.200000003))
  1034. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.726774991, -2.86102295e-006, -0.997554302, 0, -1, 0, -1, 0, 0, 0, 0, -1))
  1035. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.339355886, 0.400592566))
  1036. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1037. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-9.53674316e-007, -1.28759599, -0.442459106, -1, 0, 0, 0, 1, 0, 0, 0, -1))
  1038. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.286135793, 0.271484643, 0.915634453))
  1039. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.331917435))
  1040. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-9.53674316e-007, -1.18458796, -0.184937, -1, 0, 0, 0, 1, 0, 0, 0, -1))
  1041. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.286135793, 0.950196505, 1))
  1042. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.43492651, 0.200000003, 0.200000003))
  1043. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.967125952, -1.90734863e-006, -0.659918308, 0, -1, 0, -1, 0, 0, 0, 0, -1))
  1044. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.339355886, 0.572274029))
  1045. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.400590986, 0.200000003, 0.200000003))
  1046. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.03188944, 0.0475068092, 0.715326011, 0, 0, 1, -1, 0, 0, 0, -1, 0))
  1047. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.135742366, 0.457817316))
  1048. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.32047224, 0.200000003, 0.200000003))
  1049. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.02435493, -1.90734863e-006, -0.56835413, 0, -1, 0, -1, 0, 0, 0, 0, -1))
  1050. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.339355886, 0.343365371))
  1051. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1052. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.90734863e-006, -1.13880801, 0.808707237, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  1053. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.286135793, 0.542969406, 0.915634453))
  1054. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.339355856, 0.686725557))
  1055. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0475120544, -0.995742023, 0.888823986, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  1056. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 1, 1))
  1057. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1058. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-9.53674316e-007, 0.818337023, 0.255709648, 1, 0, 0, 0, -1, 0, 0, 0, -1))
  1059. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.286135793, 0.542969465, 0.572271407))
  1060. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.721063256, 0.200000003, 0.200000003))
  1061. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.871654034, -0.0475120544, 0.841229022, 0, 0, 1, -1, 0, 0, 0, -1, 0))
  1062. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.135742366, 0.114454322))
  1063. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.549381554, 0.200000003, 0.200000003))
  1064. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.957495213, -0.0475120544, 0.795445025, 0, 0, 1, -1, 0, 0, 0, -1, 0))
  1065. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.135742366, 0.343362987))
  1066. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.400590986, 0.200000003, 0.200000003))
  1067. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.03188944, -0.0475120544, 0.715326011, 0, 0, 1, -1, 0, 0, 0, -1, 0))
  1068. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.135742366, 0.457817316))
  1069. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.343363076, 0.200000003, 0.200000003))
  1070. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.921346009, -1.90734863e-006, -0.728590012, 0, -1, 0, -1, 0, 0, 0, 0, -1))
  1071. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.339355886, 0.114456721))
  1072. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1073. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0475111008, 0.715331018, -0.757200241, 1, 0, 0, 0, -1, 0, 0, 0, -1))
  1074. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.542969465, 0.743956268))
  1075. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.274691015))
  1076. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(9.53674316e-007, 0.795443952, -0.0611376762, -1, 0, 0, 0, -1, 0, 0, 0, 1))
  1077. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.286135793, 0.271484703, 1))
  1078. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1079. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0475111008, 0.795445025, -0.59696722, 1, 0, 0, 0, -1, 0, 0, 0, -1))
  1080. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.407227099, 0.858410656))
  1081. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1082. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.90734863e-006, 0.623766959, -0.802986145, 1, 0, 0, 0, -1, 0, 0, 0, -1))
  1083. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.286135793, 0.678711832, 0.629501939))
  1084. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1085. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.623766959, -1.90734863e-006, -0.883102417, 0, -1, 0, -1, 0, 0, 0, 0, -1))
  1086. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.572272539, 0.339355886, 0.171683878))
  1087. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.200000003, 0.285058975, 0.331917435))
  1088. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.984296024, 0.146975517, -1, 0, 0, 0, 1, 0, 0, 0, -1))
  1089. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.286135793, 1, 1))
  1090. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.200000003, 0.542969167, 3.86855936))
  1091. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.28746033e-005, -0.337642014, 4.53987694, -1, 0, 0, 0, -1, 0, 0, 0, 1))
  1092. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.286135793, 1, 1))
  1093. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.480707973))
  1094. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.320471019, 5.7220459e-006, 2.10202503, 0, -1, 0, 1, 0, 0, 0, -0, 1))
  1095. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.629499793, 0.339355886, 1))
  1096. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1097. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.047504425, -0.280408025, 1.33518744, -1, 0, 0, 0, -1, 0, 0, 0, 1))
  1098. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.271484703, 0.343366027))
  1099. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1100. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0475034714, 1.85022974, 0.30330202, -1, 0, 0, 0, 0, 1, 0, 1, 0))
  1101. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.135742366, 0.114457399))
  1102. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.366504341, 2.86136341))
  1103. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.047498703, -0.320475996, 3.83026695, -1, 0, 0, 0, -1, 0, 0, 0, 1))
  1104. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 1, 1))
  1105. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1106. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.77011156, -0.0475034714, 0.274691015, 0, 0, 1, 1, 0, 0, 0, 1, 0))
  1107. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.915635586, 0.135742366, 0.171681494))
  1108. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1109. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.148792028, -0.047501564, -2.49689007, 0, 1, 0, 1, 0, 0, 0, 0, -1))
  1110. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.171683058, 0.135742366, 0.97286427))
  1111. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.400590003))
  1112. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0475158691, 0.171680987, -2.19930744, -1, 0, 0, 0, 1, 0, 0, 0, -1))
  1113. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.746583045, 1))
  1114. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1115. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.120178998, 0.0475158691, -2.46255016, 0, 1, 0, 1, 0, 0, 0, 0, -1))
  1116. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.114455901, 0.135742366, 0.62949878))
  1117. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1118. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.7220459e-006, 1.85022974, 0.30330202, -1, 0, 0, 0, 0, 1, 0, 1, 0))
  1119. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.286135793, 0.135742366, 0.114457399))
  1120. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1121. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0475034714, -0.274688005, -1.64421606, 1, 0, 0, 0, -1, 0, 0, 0, -1))
  1122. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.203613549, 0.343366027))
  1123. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1124. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.148792028, 0.0475168228, -2.49689007, 0, 1, 0, 1, 0, 0, 0, 0, -1))
  1125. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.171683058, 0.135742366, 0.97286427))
  1126. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(1.16743457, 0.200000003, 0.200000003))
  1127. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.8158927, -0.0475034714, 0.246073008, 0, 0, 1, 1, 0, 0, 0, 1, 0))
  1128. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.135742366, 0.114454329))
  1129. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.366504341, 2.86136341))
  1130. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0475187302, -0.320475996, 3.83026695, -1, 0, 0, 0, -1, 0, 0, 0, 1))
  1131. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 1, 1))
  1132. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.320472032))
  1133. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.42821598, 7.15255737e-006, 0.223186016, 0, 0, 1, 1, 0, 0, 0, 1, 0))
  1134. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.858407557, 0.339355886, 1))
  1135. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.400590003))
  1136. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0475025177, 0.171680987, -2.19930744, -1, 0, 0, 0, 1, 0, 0, 0, -1))
  1137. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.746583045, 1))
  1138. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1139. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.047504425, -1.3122983, -0.366254002, -1, 0, 0, 0, 0, -1, 0, -1, 0))
  1140. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.135742366, 0.171684563))
  1141. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1142. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.81469727e-006, 0.223183036, -1.15778399, -1, 0, 0, 0, 1, 0, 0, 0, -1))
  1143. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.286135793, 0.271484703, 0.400593191))
  1144. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(1.14454234, 0.200000003, 0.200000003))
  1145. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.77010965, 5.7220459e-006, 0.228908002, 0, 0, 1, 1, 0, 0, 0, 1, 0))
  1146. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.339355886, 0.286135793))
  1147. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1148. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0475149155, 1.85022974, 0.30330202, -1, 0, 0, 0, 0, 1, 0, 1, 0))
  1149. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.135742366, 0.114457399))
  1150. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(1.16743457, 0.200000003, 0.200000003))
  1151. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.8158927, 0.0475149155, 0.246073008, 0, 0, 1, 1, 0, 0, 0, 1, 0))
  1152. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.135742366, 0.114454329))
  1153. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1154. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0475034714, 0.366251022, -1.84450579, -1, 0, 0, 0, 1, 0, 0, 0, -1))
  1155. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.203613549, 0.171684563))
  1156. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1157. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.26651812, -0.047504425, 0.320466995, 0, 0, 1, 1, 0, 0, 0, 1, 0))
  1158. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.343367934, 0.135742366, 0.629498899))
  1159. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1160. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0475139618, -0.280408025, 1.33518744, -1, 0, 0, 0, -1, 0, 0, 0, 1))
  1161. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.271484703, 0.343366027))
  1162. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.537936091, 0.200000003, 0.217463255))
  1163. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.13063812, -0.0475025177, 0.366251022, 0, 0, 1, 1, 0, 0, 0, 1, 0))
  1164. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.135742366, 1))
  1165. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1166. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.7220459e-006, 0.366251022, -1.84450579, -1, 0, 0, 0, 1, 0, 0, 0, -1))
  1167. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.286135793, 0.203613549, 0.171684563))
  1168. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1169. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.77011156, 0.0475149155, 0.274691015, 0, 0, 1, 1, 0, 0, 0, 1, 0))
  1170. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.915635586, 0.135742366, 0.171681494))
  1171. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1172. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.77011156, 5.7220459e-006, 0.274691015, 0, 0, 1, 1, 0, 0, 0, 1, 0))
  1173. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.915635586, 0.339355886, 0.171681494))
  1174. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1175. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.76837158e-006, -0.280408025, 1.33518744, -1, 0, 0, 0, -1, 0, 0, 0, 1))
  1176. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.286135793, 0.271484703, 0.343366027))
  1177. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1178. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.047504425, 0.257519007, -1.18640041, -1, 0, 0, 0, 1, 0, 0, 0, -1))
  1179. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.271484703, 0.457820415))
  1180. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1181. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0475130081, 0.257519007, -1.18640041, -1, 0, 0, 0, 1, 0, 0, 0, -1))
  1182. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.271484703, 0.457820415))
  1183. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1184. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0475149155, 0.366251022, -1.84450579, -1, 0, 0, 0, 1, 0, 0, 0, -1))
  1185. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.203613549, 0.171684563))
  1186. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.27469036))
  1187. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.55983639, 7.15255737e-006, 0.246078014, 0, 0, 1, 1, 0, 0, 0, 1, 0))
  1188. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.457817316, 0.339355886, 1))
  1189. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1190. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0475139618, -0.274688005, -1.64421606, 1, 0, 0, 0, -1, 0, 0, 0, -1))
  1191. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.203613549, 0.343366027))
  1192. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1193. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.76837158e-006, -0.274688005, -1.64421606, 1, 0, 0, 0, -1, 0, 0, 0, -1))
  1194. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.286135793, 0.203613549, 0.343366027))
  1195. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1196. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(7.15255737e-006, 0.0858410001, 2.55983829, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  1197. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.286135793, 0.271484703, 0.457820415))
  1198. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1199. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.120178998, -0.047501564, -2.46255016, 0, 1, 0, 1, 0, 0, 0, 0, -1))
  1200. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.114455901, 0.135742366, 0.62949878))
  1201. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1202. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0475168228, 0.120178998, 2.55983639, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  1203. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.135742307, 0.343362719))
  1204. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 2.66678476))
  1205. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0475187302, 0.148797035, 3.92755222, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  1206. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.20361349, 1))
  1207. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 2.66678476))
  1208. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.047498703, 0.148797035, 3.92755222, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  1209. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.20361349, 1))
  1210. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.389145195))
  1211. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.7220459e-006, 0.13162303, -2.14780521, -1, 0, 0, 0, 1, 0, 0, 0, -1))
  1212. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.286135793, 0.814454257, 1))
  1213. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1214. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.047501564, 0.120178998, 2.55983639, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  1215. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.135742307, 0.343362719))
  1216. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.200000003, 0.200000003, 3.86855388))
  1217. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.28746033e-005, 0.103013992, -4.53987598, -1, 0, 0, 0, 1, 0, 0, 0, -1))
  1218. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.286135793, 0.0678711757, 1))
  1219. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.515045226, 0.200000003, 0.200000003))
  1220. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.287940025, -0.0475068092, 0.932793021, 0, 0, 1, 1, 0, 0, 0, 1, 0))
  1221. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.135742366, 0.686726034))
  1222. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.339355856, 0.686725557))
  1223. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0475053787, -0.995743036, 0.888822079, -1, 0, 0, 0, -1, 0, 0, 0, 1))
  1224. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 1, 1))
  1225. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.320472002))
  1226. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0475068092, -1.07013798, -0.19066143, 1, 0, 0, 0, -1, 0, 0, 0, -1))
  1227. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.814454198, 1))
  1228. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.801180303))
  1229. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.841232002, 9.53674316e-007, -0.202103138, 0, 1, 0, 1, 0, 0, 0, 0, -1))
  1230. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.228909537, 0.339355886, 1))
  1231. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.412035584, 0.200000003, 0.200000003))
  1232. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.887014031, 2.86102295e-006, -0.820150375, 0, 1, 0, 1, 0, 0, 0, 0, -1))
  1233. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.339355886, 0.801182747))
  1234. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.331917435))
  1235. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.90734863e-006, -1.18458903, -0.184933186, 1, 0, 0, 0, -1, 0, 0, 0, -1))
  1236. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.286135793, 0.950196505, 1))
  1237. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1238. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.528292179, -0.0475068092, 0.858397007, 0, 0, 1, 1, 0, 0, 0, 1, 0))
  1239. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.171686471, 0.135742366, 0.0572271682))
  1240. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.217463195))
  1241. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0475077629, -0.932793021, 0.0783076286, 1, 0, 0, 0, -1, 0, 0, 0, -1))
  1242. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.814454198, 1))
  1243. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.32047224, 0.200000003, 0.200000003))
  1244. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.02435493, 2.86102295e-006, -0.568349361, 0, 1, 0, 1, 0, 0, 0, 0, -1))
  1245. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.339355886, 0.343365371))
  1246. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.400590301, 0.200000003, 0.200000003))
  1247. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.06441498, 1.90734863e-006, -0.442456245, 0, 1, 0, 1, 0, 0, 0, 0, -1))
  1248. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.339355886, 0.915637076))
  1249. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.43492651, 0.200000003, 0.200000003))
  1250. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.967127025, 2.86102295e-006, -0.659913063, 0, 1, 0, 1, 0, 0, 0, 0, -1))
  1251. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.339355886, 0.572274029))
  1252. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1253. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.528292179, 0.0475120544, 0.858397007, 0, 0, 1, 1, 0, 0, 0, 1, 0))
  1254. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.171686471, 0.135742366, 0.0572271682))
  1255. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.240354285, 0.200000003, 0.331918091))
  1256. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.984299004, 1.90734863e-006, -0.184933186, 0, 1, 0, 1, 0, 0, 0, 0, -1))
  1257. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.339355886, 1))
  1258. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1259. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.07014, -0.0475068092, -0.448176384, 0, 1, 0, 1, 0, 0, 0, 0, -1))
  1260. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.686727583, 0.135742366, 0.97286427))
  1261. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.206018344))
  1262. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0475068092, 0.846953988, -0.408119202, -1, 0, 0, 0, 1, 0, 0, 0, -1))
  1263. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.203613549, 1))
  1264. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.343363076, 0.200000003, 0.200000003))
  1265. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.921347976, 2.86102295e-006, -0.728585243, 0, 1, 0, 1, 0, 0, 0, 0, -1))
  1266. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.339355886, 0.114456721))
  1267. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1268. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.81469727e-006, -0.274681032, -1.64421511, -1, 0, 0, 0, 1, 0, 0, 0, -1))
  1269. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.286135793, 0.203613549, 0.343366027))
  1270. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1271. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.76837158e-006, 0.366241992, -1.84450769, 1, 0, 0, 0, -1, 0, 0, 0, -1))
  1272. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.286135793, 0.203613549, 0.171684563))
  1273. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.537936091, 0.200000003, 0.217463255))
  1274. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.13063908, -0.0475149155, 0.366244972, 0, 0, 1, -1, 0, 0, 0, -1, 0))
  1275. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.135742366, 1))
  1276. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1277. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.047504425, 0.366241992, -1.84450769, 1, 0, 0, 0, -1, 0, 0, 0, -1))
  1278. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.203613549, 0.171684563))
  1279. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1280. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0475130081, -0.280405939, 1.33518934, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  1281. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.271484703, 0.343366027))
  1282. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1283. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0475139618, 0.366241992, -1.84450769, 1, 0, 0, 0, -1, 0, 0, 0, -1))
  1284. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.203613549, 0.171684563))
  1285. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1286. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0475130081, -0.274681032, -1.64421511, -1, 0, 0, 0, 1, 0, 0, 0, -1))
  1287. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.203613549, 0.343366027))
  1288. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1289. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0475120544, 0.25751394, -1.18640137, 1, 0, 0, 0, -1, 0, 0, 0, -1))
  1290. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.271484703, 0.457820415))
  1291. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1292. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0475139618, 1.85022974, 0.30329293, 1, 0, 0, 0, 0, 1, 0, -1, 0))
  1293. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.135742366, 0.114457399))
  1294. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1295. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.81469727e-006, -0.280405939, 1.33518934, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  1296. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.286135793, 0.271484703, 0.343366027))
  1297. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1298. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.86102295e-006, 0.223177969, -1.15778637, 1, 0, 0, 0, -1, 0, 0, 0, -1))
  1299. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.286135793, 0.271484703, 0.400593191))
  1300. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1301. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.86102295e-006, 0.291848958, -1.07767105, 1, 0, 0, 0, -1, 0, 0, 0, -1))
  1302. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.286135793, 0.542969465, 0.400593191))
  1303. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1304. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.77011156, 0.047504425, 0.274681032, 0, 0, 1, -1, 0, 0, 0, -1, 0))
  1305. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.915635586, 0.135742366, 0.171681494))
  1306. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1307. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0475053787, -0.280405939, 1.33518934, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  1308. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.271484703, 0.343366027))
  1309. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(1.16743457, 0.200000003, 0.200000003))
  1310. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.81589365, -0.0475139618, 0.246068001, 0, 0, 1, -1, 0, 0, 0, -1, 0))
  1311. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.135742366, 0.114454329))
  1312. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1313. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.047504425, -0.274681032, -1.64421511, -1, 0, 0, 0, 1, 0, 0, 0, -1))
  1314. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.203613549, 0.343366027))
  1315. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(1.14454234, 0.200000003, 0.200000003))
  1316. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.77011061, -4.76837158e-006, 0.228901982, 0, 0, 1, -1, 0, 0, 0, -1, 0))
  1317. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.339355886, 0.286135793))
  1318. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1319. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0475053787, 0.25751394, -1.18640137, 1, 0, 0, 0, -1, 0, 0, 0, -1))
  1320. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.271484703, 0.457820415))
  1321. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1322. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.047504425, 1.85022974, 0.30329293, 1, 0, 0, 0, 0, 1, 0, -1, 0))
  1323. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.135742366, 0.114457399))
  1324. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(1.16743457, 0.200000003, 0.200000003))
  1325. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.81589365, 0.047504425, 0.246068001, 0, 0, 1, -1, 0, 0, 0, -1, 0))
  1326. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.135742366, 0.114454329))
  1327. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.200000003, 0.542969167, 3.86855936))
  1328. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.1920929e-005, -0.337626994, 4.53987694, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  1329. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.286135793, 1, 1))
  1330. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1331. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.76837158e-006, 1.85022974, 0.30329293, 1, 0, 0, 0, 0, 1, 0, -1, 0))
  1332. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.286135793, 0.135742366, 0.114457399))
  1333. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1334. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.77011156, -0.0475139618, 0.274681032, 0, 0, 1, -1, 0, 0, 0, -1, 0))
  1335. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.915635586, 0.135742366, 0.171681494))
  1336. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1337. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.77011156, -4.76837158e-006, 0.274681032, 0, 0, 1, -1, 0, 0, 0, -1, 0))
  1338. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.915635586, 0.339355886, 0.171681494))
  1339. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.480707973))
  1340. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.320461929, -4.76837158e-006, 2.10202312, 0, 1, 0, -1, 0, 0, 0, 0, 1))
  1341. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.629499793, 0.339355886, 1))
  1342. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.537936091, 0.200000003, 0.217463255))
  1343. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.13063908, 0.0475034714, 0.366244972, 0, 0, 1, -1, 0, 0, 0, -1, 0))
  1344. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.135742366, 1))
  1345. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.27469036))
  1346. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.55983543, -5.7220459e-006, 0.246065974, 0, 0, 1, -1, 0, 0, 0, -1, 0))
  1347. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.457817316, 0.339355886, 1))
  1348. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.400590003))
  1349. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0475034714, 0.171674967, -2.19931126, 1, 0, 0, 0, -1, 0, 0, 0, -1))
  1350. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.746583045, 1))
  1351. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1352. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0475025177, 0.120167017, 2.55983734, -1, 0, 0, 0, -1, 0, 0, 0, 1))
  1353. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.135742307, 0.343362719))
  1354. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1355. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0475158691, 0.120167017, 2.55983734, -1, 0, 0, 0, -1, 0, 0, 0, 1))
  1356. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.135742307, 0.343362719))
  1357. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.366504341, 2.86136341))
  1358. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0474996567, -0.320461929, 3.83026886, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  1359. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 1, 1))
  1360. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.366504341, 2.86136341))
  1361. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0475187302, -0.320461929, 3.83026886, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  1362. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 1, 1))
  1363. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1364. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.148781002, 0.0475025177, -2.49688625, 0, -1, 0, -1, 0, 0, 0, 0, -1))
  1365. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.171683058, 0.135742366, 0.97286427))
  1366. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.389145195))
  1367. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.76837158e-006, 0.13161397, -2.14780617, 1, 0, 0, 0, -1, 0, 0, 0, -1))
  1368. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.286135793, 0.814454257, 1))
  1369. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 2.66678476))
  1370. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0475187302, 0.148777008, 3.92755222, -1, 0, 0, 0, -1, 0, 0, 0, 1))
  1371. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.20361349, 1))
  1372. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.320472032))
  1373. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.42821598, -5.7220459e-006, 0.223177969, 0, 0, 1, -1, 0, 0, 0, -1, 0))
  1374. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.858407557, 0.339355886, 1))
  1375. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1376. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.120168984, 0.0475025177, -2.46255207, 0, -1, 0, -1, 0, 0, 0, 0, -1))
  1377. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.114455901, 0.135742366, 0.62949878))
  1378. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1379. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.148781002, -0.0475149155, -2.49688625, 0, -1, 0, -1, 0, 0, 0, 0, -1))
  1380. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.171683058, 0.135742366, 0.97286427))
  1381. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1382. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.120168984, -0.0475149155, -2.46255207, 0, -1, 0, -1, 0, 0, 0, 0, -1))
  1383. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.114455901, 0.135742366, 0.62949878))
  1384. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 2.66678476))
  1385. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0474996567, 0.148777008, 3.92755222, -1, 0, 0, 0, -1, 0, 0, 0, 1))
  1386. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.20361349, 1))
  1387. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.400590003))
  1388. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0475149155, 0.171674967, -2.19931126, 1, 0, 0, 0, -1, 0, 0, 0, -1))
  1389. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.746583045, 1))
  1390. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1391. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0475077629, 0.846953034, 0.158426762, -1, 0, 0, 0, 1, 0, 0, 0, -1))
  1392. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.20361349, 0.286135525))
  1393. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1394. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.7220459e-006, 0.0858319998, 2.55983734, -1, 0, 0, 0, -1, 0, 0, 0, 1))
  1395. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.286135793, 0.271484703, 0.457820415))
  1396. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Deep blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.240354717))
  1397. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0475077629, 0.846949995, -0.00963592529, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  1398. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.114454329, 0.203613549, 1))
  1399. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.200000003, 0.285058975, 0.331917435))
  1400. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(9.53674316e-007, -0.984295011, 0.14698267, 1, 0, 0, 0, -1, 0, 0, 0, -1))
  1401. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.286135793, 1, 1))
  1402. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.200000003, 0.200000003, 3.86855388))
  1403. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.1920929e-005, 0.102995992, -4.53987694, 1, 0, 0, 0, -1, 0, 0, 0, -1))
  1404. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.286135793, 0.0678711757, 1))
  1405. Blade=part(Enum.FormFactor.Custom,m,Enum.Material.Foil,0.5,0,"Light blue","Blade",Vector3.new(0.200000003, 0.200000003, 0.274691015))
  1406. Bladeweld=weld(m,handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0.795446992, -0.0611410141, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  1407. mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.286135793, 0.271484703, 1))
  1408. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0.5,0,"Sand blue","Part",Vector3.new(0.200000003, 0.271484703, 0.446372032))
  1409. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.692444026, 9.53674316e-007, -0.276518345, 0, 1, 0, 1, 0, 0, 0, 0, -1))
  1410. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.228909537, 1, 1))
  1411. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0.5,0,"Sand blue","Part",Vector3.new(0.228908643, 0.200000003, 0.200000003))
  1412. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.90734863e-006, -0.663830042, 0.522593975, -1, 0, 0, 0, -1, 0, 0, 0, 1))
  1413. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.610840619, 0.228911862))
  1414. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0.5,0,"Sand blue","Part",Vector3.new(0.228908643, 0.200000003, 0.200000003))
  1415. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(9.53674316e-007, 0.493978024, -0.595160007, 1, 0, 0, 0, 0, 1, 0, -1, 0))
  1416. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.610840619, 0.171684712))
  1417. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0.5,0,"Sand blue","Part",Vector3.new(0.228908643, 0.200000003, 0.200000003))
  1418. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(9.53674316e-007, -0.795453012, -0.104835033, 1, 0, 0, 0, -1, 0, 0, 0, -1))
  1419. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.271484703, 0.515047729))
  1420. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0.5,0,"Sand blue","Part",Vector3.new(0.228908643, 0.200000003, 0.200000003))
  1421. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-9.53674316e-007, -0.795454025, 0.373800278, -1, 0, 0, 0, -1, 0, 0, 0, 1))
  1422. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.271484703, 0.572274864))
  1423. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0.5,0,"Sand blue","Part",Vector3.new(0.200000003, 0.271484703, 0.526490033))
  1424. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.640941024, 9.53674316e-007, -0.236460209, 0, 1, 0, 1, 0, 0, 0, 0, -1))
  1425. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.286136687, 1, 1))
  1426. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0.5,0,"Sand blue","Part",Vector3.new(0.200000003, 0.271484703, 0.377699524))
  1427. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.743950009, 9.53674316e-007, -0.242182255, 0, 1, 0, 1, 0, 0, 0, 0, -1))
  1428. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.286136687, 1, 1))
  1429. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0.5,0,"Sand blue","Part",Vector3.new(0.228908643, 0.200000003, 0.200000003))
  1430. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(9.53674316e-007, -0.795453012, 0.373805046, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  1431. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.271484703, 0.572274864))
  1432. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0.5,0,"Sand blue","Part",Vector3.new(0.228908643, 0.200000003, 0.200000003))
  1433. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-9.53674316e-007, -0.743950009, 0.465367317, -1, 0, 0, 0, -1, 0, 0, 0, 1))
  1434. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.339355886, 0.343366176))
  1435. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0.5,0,"Sand blue","Part",Vector3.new(0.200000003, 0.271484703, 0.200000003))
  1436. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.795453012, 9.53674316e-007, -0.236458302, 0, 1, 0, 1, 0, 0, 0, 0, -1))
  1437. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.228909537, 1, 0.80118233))
  1438. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0.5,0,"Sand blue","Part",Vector3.new(0.228908643, 0.200000003, 0.200000003))
  1439. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.721055984, -0.0132761002, 1, 0, 0, 0, -1, 0, 0, 0, -1))
  1440. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.610840619, 0.40059334))
  1441. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0.5,0,"Sand blue","Part",Vector3.new(0.228908643, 0.200000003, 0.200000003))
  1442. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.90734863e-006, -0.663834989, 0.522593975, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  1443. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.610840619, 0.228911862))
  1444. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0.5,0,"Sand blue","Part",Vector3.new(0.200000003, 0.271484703, 0.526490033))
  1445. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.640942037, -9.53674316e-007, -0.236459255, 0, -1, 0, -1, 0, 0, 0, 0, -1))
  1446. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.286136687, 1, 1))
  1447. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0.5,0,"Sand blue","Part",Vector3.new(0.200000003, 0.271484703, 0.377699524))
  1448. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.743948996, -9.53674316e-007, -0.242182255, 0, -1, 0, -1, 0, 0, 0, 0, -1))
  1449. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.286136687, 1, 1))
  1450. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0.5,0,"Sand blue","Part",Vector3.new(0.228908643, 0.200000003, 0.200000003))
  1451. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.90734863e-006, 0.493978977, -0.595162928, -1, 0, 0, 0, 0, 1, 0, 1, 0))
  1452. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.610840619, 0.171684712))
  1453. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0.5,0,"Sand blue","Part",Vector3.new(0.200000003, 0.271484703, 0.446372032))
  1454. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.69244796, -9.53674316e-007, -0.276521206, 0, -1, 0, -1, 0, 0, 0, 0, -1))
  1455. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.228909537, 1, 1))
  1456. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0.5,0,"Sand blue","Part",Vector3.new(0.228908643, 0.200000003, 0.200000003))
  1457. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(9.53674316e-007, -0.743951023, 0.465367317, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  1458. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.339355886, 0.343366176))
  1459. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0.5,0,"Sand blue","Part",Vector3.new(0.200000003, 0.271484703, 0.200000003))
  1460. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.795455992, -9.53674316e-007, -0.236459255, 0, -1, 0, -1, 0, 0, 0, 0, -1))
  1461. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.228909537, 1, 0.80118233))
  1462. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0.5,0,"Sand blue","Part",Vector3.new(0.228908643, 0.200000003, 0.200000003))
  1463. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.721059978, -0.0132799149, -1, 0, 0, 0, 1, 0, 0, 0, -1))
  1464. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.610840619, 0.40059334))
  1465. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0.5,0,"Sand blue","Part",Vector3.new(0.228908643, 0.200000003, 0.200000003))
  1466. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-9.53674316e-007, -0.795456946, -0.104840279, -1, 0, 0, 0, 1, 0, 0, 0, -1))
  1467. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.271484703, 0.515047729))
  1468. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1469. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0.503594935, 0.419586182, -1, 0, 0, 0, -1, 0, 0, 0, 1))
  1470. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.858409345, 0.339356631, 0.228912368))
  1471. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.200000003, 0.203613982, 0.274691254))
  1472. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.457814038, 0, -0.225020409, 0, -1, 0, -1, 0, 0, 0, 0, -1))
  1473. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.17168276, 1, 1))
  1474. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.200000003, 0.203613982, 0.200000003))
  1475. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.503593981, 0, -0.156344414, 0, -1, 0, -1, 0, 0, 0, 0, -1))
  1476. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.286137313, 1, 0.686728954))
  1477. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1478. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0.457812011, 0.379531384, -1, 0, 0, 0, -1, 0, 0, 0, 1))
  1479. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.858409345, 0.203613937, 0.17168507))
  1480. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.203614011, 0.200000003))
  1481. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0.310854435, -0.497873008, -1, 0, 0, 0, 0, 1, 0, 1, 0))
  1482. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.858409345, 1, 0.228912368))
  1483. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.200000003, 0.203613997, 0.200000003))
  1484. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.310854435, 0.497873008, -1, 0, 0, 0, 0, -1, 0, -1, 0))
  1485. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.858409345, 1, 0.228912368))
  1486. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.203613982, 0.217464015))
  1487. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.555100024, 0, -0.333745003, 0, -1, 0, -1, 0, 0, 0, 0, -1))
  1488. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.228910059, 1, 1))
  1489. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.203613982, 0.200000003))
  1490. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.526486933, 0, -0.310856342, 0, -1, 0, -1, 0, 0, 0, 0, -1))
  1491. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0572281852, 1, 0.858410895))
  1492. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.200000003, 0.203613982, 0.200000003))
  1493. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.354804933, 0, -0.150621414, 0, -1, 0, -1, 0, 0, 0, 0, -1))
  1494. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.858410299, 1, 0.6295017))
  1495. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1496. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-9.53674316e-007, 0.555100024, 0.00388908386, 1, 0, 0, 0, -1, 0, 0, 0, -1))
  1497. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.858409345, 0.271485299, 0.228912398))
  1498. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1499. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0.509317935, -0.0762300491, 1, 0, 0, 0, -1, 0, 0, 0, -1))
  1500. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.858409345, 0.271485299, 0.114457831))
  1501. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.203613982, 0.200000003))
  1502. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0762262344, 0, 0.412031949, 0, 0, 1, -1, 0, 0, 0, -1, 0))
  1503. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.114455476, 1, 0.743956387))
  1504. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.203613982, 0.217464015))
  1505. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.316579342, 0, 0.331914008, 0, 0, 1, -1, 0, 0, 0, -1, 0))
  1506. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.457819223, 1, 1))
  1507. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1508. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0.555097997, -0.041893959, 1, 0, 0, 0, -1, 0, 0, 0, -1))
  1509. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.858409345, 0.271485299, 0.228912398))
  1510. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1511. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.509317935, 0.0762300491, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  1512. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.858409345, 0.271485299, 0.114457831))
  1513. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.200000003, 0.203613982, 0.200000003))
  1514. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.268963993, 0, -0.0762281418, 0, -1, 0, -1, 0, 0, 0, 0, -1))
  1515. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.228910074, 1, 0.114456013))
  1516. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1517. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0.492147982, -0.0418963432, 1, 0, 0, 0, -1, 0, 0, 0, -1))
  1518. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.858409345, 0.475099355, 0.228912398))
  1519. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.200000003, 0.203613982, 0.200000003))
  1520. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.555100024, 0, -0.144900322, 0, -1, 0, -1, 0, 0, 0, 0, -1))
  1521. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.228910059, 1, 0.801183581))
  1522. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1523. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.555097997, 0.041893959, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  1524. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.858409345, 0.271485299, 0.228912398))
  1525. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.203613982, 0.200000003))
  1526. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.242184162, 0, 0.326189935, 0, 0, 1, -1, 0, 0, 0, -1, 0))
  1527. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.286137313, 1, 0.572274327))
  1528. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1529. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.412033975, -0.242184162, -1, 0, 0, 0, 1, 0, 0, 0, -1))
  1530. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.858409345, 0.339356542, 0.286139637))
  1531. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.200000003, 0.203613982, 0.469263971))
  1532. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.595158041, 0, -0.207848072, 0, -1, 0, -1, 0, 0, 0, 0, -1))
  1533. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.17168276, 1, 1))
  1534. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1535. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-9.53674316e-007, 0.555097997, 0.493982315, -1, 0, 0, 0, -1, 0, 0, 0, 1))
  1536. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.858409345, 0.271485299, 0.515048802))
  1537. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1538. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(9.53674316e-007, -0.268966019, 0.00388908386, -1, 0, 0, 0, 1, 0, 0, 0, -1))
  1539. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.858409345, 0.271485299, 0.228912398))
  1540. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1541. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(9.53674316e-007, -0.268968046, -0.0418901443, -1, 0, 0, 0, 1, 0, 0, 0, -1))
  1542. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.858409345, 0.271485299, 0.228912398))
  1543. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1544. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.314748943, -0.0762300491, -1, 0, 0, 0, 1, 0, 0, 0, -1))
  1545. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.858409345, 0.271485299, 0.114457831))
  1546. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1547. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(9.53674316e-007, -0.331914961, -0.0418930054, -1, 0, 0, 0, 1, 0, 0, 0, -1))
  1548. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.858409345, 0.475099355, 0.228912398))
  1549. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1550. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(9.53674316e-007, 0.268968046, 0.0418901443, -1, 0, 0, 0, -1, 0, 0, 0, 1))
  1551. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.858409345, 0.271485299, 0.228912398))
  1552. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1553. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.242181301, 0.246078014, -1, 0, 0, 0, 0, -1, 0, -1, 0))
  1554. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.858409345, 0.339356542, 0.228912368))
  1555. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1556. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0.412033975, 0.242184162, -1, 0, 0, 0, -1, 0, 0, 0, 1))
  1557. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.858409345, 0.339356542, 0.286139637))
  1558. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1559. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-9.53674316e-007, -0.493980408, 0.595158041, -1, 0, 0, 0, 0, -1, 0, -1, 0))
  1560. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.858409345, 0.61084199, 0.171685085))
  1561. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.200000003, 0.203613982, 0.200000003))
  1562. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.15061903, 0, 0.25752002, 0, 0, 1, -1, 0, 0, 0, -1, 0))
  1563. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.629501104, 1, 0.114456013))
  1564. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1565. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0.242181301, -0.246078014, -1, 0, 0, 0, 0, 1, 0, 1, 0))
  1566. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.858409345, 0.339356542, 0.228912368))
  1567. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.240354821, 0.203613982, 0.200000003))
  1568. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0933971405, 0, 0.234628975, 0, 0, 1, -1, 0, 0, 0, -1, 0))
  1569. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.114456013))
  1570. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1571. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0.314748943, 0.0762300491, -1, 0, 0, 0, -1, 0, 0, 0, 1))
  1572. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.858409345, 0.271485299, 0.114457831))
  1573. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.203613788, 0.217463821))
  1574. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.316579342, 0, 0.331917018, 0, 0, 1, 1, 0, 0, 0, 1, 0))
  1575. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.457818806, 1, 1))
  1576. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1577. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0.457814008, 0.379526138, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  1578. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.858408511, 0.203613728, 0.171684906))
  1579. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.203613788, 0.200000003))
  1580. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.242181301, 0, 0.326194018, 0, 0, 1, 1, 0, 0, 0, 1, 0))
  1581. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.286137074, 1, 0.572273791))
  1582. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.200000003, 0.203613818, 0.200000003))
  1583. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.310855389, 0.497869998, 1, 0, 0, 0, 0, -1, 0, 1, 0))
  1584. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.858408511, 1, 0.22891216))
  1585. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1586. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0.242179394, -0.246075034, 1, 0, 0, 0, 0, 1, 0, -1, 0))
  1587. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.858408511, 0.339356244, 0.22891216))
  1588. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.203613833, 0.200000003))
  1589. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0.310855389, -0.497869998, 1, 0, 0, 0, 0, 1, 0, -1, 0))
  1590. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.858408511, 1, 0.22891216))
  1591. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1592. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0.412030995, 0.242180347, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  1593. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.858408511, 0.339356244, 0.286139369))
  1594. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1595. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0.509320021, -0.0762262344, -1, 0, 0, 0, 1, 0, 0, 0, -1))
  1596. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.858408511, 0.27148506, 0.114457719))
  1597. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1598. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0.503596008, 0.419584274, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  1599. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.858408511, 0.339356333, 0.22891216))
  1600. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.200000003, 0.203613788, 0.274690986))
  1601. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.457816005, 0, -0.225015163, 0, 1, 0, 1, 0, 0, 0, 0, -1))
  1602. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.171682626, 1, 1))
  1603. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.203613788, 0.217463821))
  1604. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.555096984, 0, -0.333744049, 0, 1, 0, 1, 0, 0, 0, 0, -1))
  1605. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.228909835, 1, 1))
  1606. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.200000003, 0.203613788, 0.200000003))
  1607. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.150619984, 0, 0.25751701, 0, 0, 1, 1, 0, 0, 0, 1, 0))
  1608. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.629500508, 1, 0.114455909))
  1609. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.200000003, 0.203613788, 0.200000003))
  1610. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.555097997, 0, -0.14489603, 0, 1, 0, 1, 0, 0, 0, 0, -1))
  1611. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.228909835, 1, 0.801182806))
  1612. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1613. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.412030995, -0.242180347, 1, 0, 0, 0, -1, 0, 0, 0, -1))
  1614. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.858408511, 0.339356244, 0.286139369))
  1615. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1616. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.509320021, 0.0762262344, -1, 0, 0, 0, -1, 0, 0, 0, 1))
  1617. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.858408511, 0.27148506, 0.114457719))
  1618. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.200000003, 0.203613788, 0.200000003))
  1619. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.354806006, 0, -0.15061903, 0, 1, 0, 1, 0, 0, 0, 0, -1))
  1620. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.858409464, 1, 0.629501104))
  1621. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1622. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.242179394, 0.246075034, 1, 0, 0, 0, 0, -1, 0, 1, 0))
  1623. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.858408511, 0.339356244, 0.22891216))
  1624. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.200000003, 0.203613788, 0.200000003))
  1625. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.503597975, 0, -0.156342983, 0, 1, 0, 1, 0, 0, 0, 0, -1))
  1626. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.286137074, 1, 0.686728358))
  1627. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.240354583, 0.203613788, 0.200000003))
  1628. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0933933258, 0, 0.234629989, 0, 0, 1, 1, 0, 0, 0, 1, 0))
  1629. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.114455909))
  1630. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1631. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(9.53674316e-007, 0.555101037, 0.493978977, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  1632. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.858408511, 0.27148506, 0.515048325))
  1633. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.203613788, 0.200000003))
  1634. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0762233734, 0, 0.412032008, 0, 0, 1, 1, 0, 0, 0, 1, 0))
  1635. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.114455365, 1, 0.743955672))
  1636. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.203613788, 0.200000003))
  1637. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.526481986, 0, -0.310855389, 0, 1, 0, 1, 0, 0, 0, 0, -1))
  1638. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0572281294, 1, 0.85841012))
  1639. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.200000003, 0.203613788, 0.469263554))
  1640. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.595158994, 0, -0.207847118, 0, 1, 0, 1, 0, 0, 0, 0, -1))
  1641. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.171682596, 1, 1))
  1642. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1643. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.314743996, -0.0762219429, 1, 0, 0, 0, -1, 0, 0, 0, -1))
  1644. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.858408511, 0.27148506, 0.114457719))
  1645. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.200000003, 0.203613788, 0.200000003))
  1646. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.268964022, 0, -0.0762219429, 0, 1, 0, 1, 0, 0, 0, 0, -1))
  1647. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.228909865, 1, 0.114455909))
  1648. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1649. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0.314743996, 0.0762219429, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  1650. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.858408511, 0.27148506, 0.114457719))
  1651. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1652. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-9.53674316e-007, 0.268965006, 0.041888237, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  1653. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.858408511, 0.27148506, 0.228912175))
  1654. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1655. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(9.53674316e-007, 0.555096984, -0.041888237, -1, 0, 0, 0, 1, 0, 0, 0, -1))
  1656. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.858408511, 0.27148506, 0.228912175))
  1657. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1658. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-9.53674316e-007, -0.331914008, -0.041891098, 1, 0, 0, 0, -1, 0, 0, 0, -1))
  1659. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.858408511, 0.475098848, 0.228912175))
  1660. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1661. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(9.53674316e-007, -0.555096984, 0.041888237, -1, 0, 0, 0, -1, 0, 0, 0, 1))
  1662. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.858408511, 0.27148506, 0.228912175))
  1663. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1664. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(9.53674316e-007, 0.555096984, 0.00389099121, -1, 0, 0, 0, 1, 0, 0, 0, -1))
  1665. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.858408511, 0.27148506, 0.228912175))
  1666. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1667. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(9.53674316e-007, 0.492148995, -0.041891098, -1, 0, 0, 0, 1, 0, 0, 0, -1))
  1668. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.858408511, 0.475098848, 0.228912175))
  1669. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1670. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-9.53674316e-007, -0.268965006, -0.041888237, 1, 0, 0, 0, -1, 0, 0, 0, -1))
  1671. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.858408511, 0.27148506, 0.228912175))
  1672. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1673. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.493978024, 0.595160007, 1, 0, 0, 0, 0, -1, 0, 1, 0))
  1674. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.858408511, 0.610841453, 0.171684921))
  1675. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1676. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-9.53674316e-007, -0.268963009, 0.00389099121, 1, 0, 0, 0, -1, 0, 0, 0, -1))
  1677. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.858408511, 0.27148506, 0.228912175))
  1678. Hitbox=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,1,"Medium stone grey","Hitbox",Vector3.new(6.10999966, 1, 2))
  1679. Hitboxweld=weld(m,handle,Hitbox,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.76222515, -0.0475378036, -0.00994300842, 0, 0, 1, -1, 0, 0, 0, -1, 0))
  1680. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.0343365557, 0.171681881, 0.274691314))
  1681. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.457812309, -2.38418579e-007, -0.225012302, -2.20201279e-009, -0.999996305, 6.55649785e-007, -0.99999392, 4.26325641e-014, 6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  1682. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.171681881, 0.0572272949, 0.0457824767))
  1683. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, 0.503592968, 0.419583797, -0.999992311, -6.49501573e-008, 4.74951349e-008, 6.4437863e-008, -0.99999541, 6.25847065e-007, 1.64104151e-007, 6.55649274e-007, 0.99999404))
  1684. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1685. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681702, 0.0457817875, 0.0228915438))
  1686. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, 0.314748138, 0.0762238503, 0.99999392, 2.83586115e-008, -3.97143971e-008, -2.92122504e-008, 0.999996245, -5.66243216e-007, 1.3678671e-007, 5.66243216e-007, 0.999994874))
  1687. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1688. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681702, 0.0457817875, 0.0228915438))
  1689. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, -0.314748168, -0.0762238503, 0.99999392, -3.44700801e-008, -3.47469538e-008, -3.36162955e-008, -0.999996245, 5.66243216e-007, -1.31819306e-007, -5.66243216e-007, -0.999994874))
  1690. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1691. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681702, 0.0457817875, 0.0457824357))
  1692. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, 0.55510056, -0.041888237, -0.99999392, 3.44701228e-008, 1.00972109e-007, 3.36162742e-008, 0.999996245, -7.45056241e-007, -1.3678671e-007, -8.04660885e-007, -0.999994874))
  1693. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1694. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681702, 0.0457817875, 0.0457824357))
  1695. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, 0.268967211, 0.0418877602, 0.99999392, 2.83586115e-008, -3.97143971e-008, -2.92122504e-008, 0.999996245, -5.66243216e-007, 1.3678671e-007, 5.66243216e-007, 0.999994874))
  1696. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1697. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681702, 0.0457817875, 0.0457824357))
  1698. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, -0.268967241, -0.0418877602, 0.99999392, -3.44700801e-008, -3.47469538e-008, -3.36162955e-008, -0.999996245, 5.66243216e-007, -1.31819306e-007, -5.66243216e-007, -0.999994874))
  1699. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1700. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681702, 0.0801181346, 0.0457824357))
  1701. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, 0.49215132, -0.041888237, -0.99999392, 3.44701228e-008, 1.00972109e-007, 3.36162742e-008, 0.999996245, -7.45056241e-007, -1.3678671e-007, -8.04660885e-007, -0.999994874))
  1702. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1703. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681702, 0.0457817875, 0.0457824357))
  1704. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, -0.55510056, 0.041888237, -0.99999392, -2.83585724e-008, 9.60047473e-008, 2.92122717e-008, -0.999996245, 7.45056241e-007, 1.31819306e-007, 8.04660885e-007, 0.999994874))
  1705. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1706. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681702, 0.103009038, 0.0343369879))
  1707. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, -0.493978024, 0.595159888, 0.99999392, -7.91495403e-009, -6.78595455e-008, -1.34303008e-007, -6.55649842e-007, -0.999994874, 2.20201679e-009, 0.999996305, -6.25847633e-007))
  1708. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1709. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681702, 0.0457817875, 0.0457824357))
  1710. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, 0.55510056, 0.0038933754, -0.99999392, 3.44701228e-008, 1.00972109e-007, 3.36162742e-008, 0.999996245, -7.45056241e-007, -1.3678671e-007, -8.04660885e-007, -0.999994874))
  1711. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1712. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.0457819737, 0.171681702, 0.0228911825))
  1713. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.268967181, 2.38418579e-007, -0.0762238503, 2.20201279e-009, 0.999996305, -6.55649785e-007, 0.99999392, -4.26325641e-014, -6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  1714. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681702, 0.0457817875, 0.0457824357))
  1715. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, -0.268967271, 0.00389385223, 0.99999392, -3.44700801e-008, -3.47469538e-008, -3.36162955e-008, -0.999996245, 5.66243216e-007, -1.31819306e-007, -5.66243216e-007, -0.999994874))
  1716. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1717. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681702, 0.0801181346, 0.0457824357))
  1718. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, -0.331916451, -0.041888237, 0.99999392, -3.44700801e-008, -3.47469538e-008, -3.36162955e-008, -0.999996245, 5.66243216e-007, -1.31819306e-007, -5.66243216e-007, -0.999994874))
  1719. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1720. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.0343365185, 0.171681702, 0.469263524))
  1721. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.595160067, 2.38418579e-007, -0.207845688, 2.20201279e-009, 0.999996305, -6.55649785e-007, 0.99999392, -4.26325641e-014, -6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  1722. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681911, 0.171681702, 0.125900224))
  1723. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.354807675, 2.38418579e-007, -0.150618076, 2.20201279e-009, 0.999996305, -6.55649785e-007, 0.99999392, -4.26325641e-014, -6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  1724. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.171681702, 0.0572272241, 0.057227876))
  1725. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, -0.41203618, -0.242182255, 1, 8.4371365e-008, -1.32811849e-007, 8.43714574e-008, -1, 6.85455063e-007, -1.32811792e-007, -6.85455063e-007, -1))
  1726. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1727. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681702, 0.0572272241, 0.057227876))
  1728. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, 0.412036151, 0.242182255, 1, -8.7752575e-008, -1.03239472e-007, 8.77525039e-008, 1, -6.85455063e-007, 1.03239529e-007, 6.85455063e-007, 1))
  1729. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1730. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681702, 0.0457817875, 0.0228915438))
  1731. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, 0.509319603, -0.0762243271, -0.99999392, 3.44701228e-008, 1.00972102e-007, 3.36162742e-008, 0.999996245, -7.45056241e-007, -1.3678671e-007, -8.04660885e-007, -0.999994874))
  1732. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1733. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681702, 0.0572272241, 0.045782432))
  1734. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, -0.242181778, 0.246077538, 1, 1.30966908e-008, -3.19616227e-008, -3.19616156e-008, -7.15258579e-007, -1, -1.30967139e-008, 1, -7.15258579e-007))
  1735. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1736. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681702, 0.0457817875, 0.0228915438))
  1737. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, -0.509319663, 0.0762243271, -0.99999392, -2.83585724e-008, 9.60047473e-008, 2.92122717e-008, -0.999996245, 7.45056241e-007, 1.31819306e-007, 8.04660885e-007, 0.999994874))
  1738. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1739. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.0228910744, 0.171681702, 0.148791149))
  1740. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0762243271, 2.38418579e-007, 0.412033886, 1.34303008e-007, 6.85452051e-007, 0.999994874, 0.99999392, -4.26325641e-014, -6.78595526e-008, 2.20201279e-009, 0.999996305, -6.55649785e-007))
  1741. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.240354598, 0.171681702, 0.0228911825))
  1742. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0933918953, 2.38418579e-007, 0.234630585, 1.34303008e-007, 6.85452051e-007, 0.999994874, 0.99999392, -4.26325641e-014, -6.78595526e-008, 2.20201279e-009, 0.999996305, -6.55649785e-007))
  1743. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.125900105, 0.171681702, 0.0228911825))
  1744. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.150618076, 2.38418579e-007, 0.257521898, 1.34303008e-007, 6.85452051e-007, 0.999994874, 0.99999392, -4.26325641e-014, -6.78595526e-008, 2.20201279e-009, 0.999996305, -6.55649785e-007))
  1745. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.171681702, 0.0457817875, 0.103009678))
  1746. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, 0.55510062, 0.493978024, 0.999992311, 6.49501288e-008, -8.82238425e-008, -6.44378773e-008, 0.99999541, -6.85451369e-007, 1.04501638e-007, 7.15253691e-007, 0.99999404))
  1747. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1748. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0457819663, 0.171681702, 0.217463821))
  1749. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.555101275, 2.38418579e-007, -0.333743572, 2.20201279e-009, 0.999996305, -6.55649785e-007, 0.99999392, -4.26325641e-014, -6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  1750. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.0457819663, 0.171681702, 0.160236567))
  1751. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.555101395, 2.38418579e-007, -0.14489603, 2.20201279e-009, 0.999996305, -6.55649785e-007, 0.99999392, -4.26325641e-014, -6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  1752. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.0572274141, 0.171681702, 0.137345672))
  1753. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.503597379, 2.38418579e-007, -0.156341553, 2.20201279e-009, 0.999996305, -6.55649785e-007, 0.99999392, -4.26325641e-014, -6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  1754. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.0343365259, 0.171681702, 0.274691015))
  1755. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.457815558, 2.38418579e-007, -0.225013256, 2.20201279e-009, 0.999996305, -6.55649785e-007, 0.99999392, -4.26325641e-014, -6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  1756. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0114456266, 0.171681702, 0.171682015))
  1757. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.526487768, 2.38418579e-007, -0.310853004, 2.20201279e-009, 0.999996305, -6.55649785e-007, 0.99999392, -4.26325641e-014, -6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  1758. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.171681702, 0.0572272353, 0.045782432))
  1759. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, 0.503596783, 0.419583797, 0.999992311, 6.49501288e-008, -8.82238425e-008, -6.44378773e-008, 0.99999541, -6.85451369e-007, 1.04501638e-007, 7.15253691e-007, 0.99999404))
  1760. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1761. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681702, 0.171681717, 0.045782432))
  1762. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, -0.310854912, 0.497876048, 1, 1.30954101e-008, -3.19691402e-008, -3.19691331e-008, -7.15258693e-007, -1, -1.30954332e-008, 1, -7.15258693e-007))
  1763. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1764. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681702, 0.0343363322, 0.0343369842))
  1765. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, 0.457817107, 0.379527569, 1, -8.77475728e-008, -1.03240339e-007, 8.77475017e-008, 1, -6.8545512e-007, 1.03240396e-007, 6.8545512e-007, 1))
  1766. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1767. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0572274141, 0.171681702, 0.114454769))
  1768. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.242180347, 2.38418579e-007, 0.326194108, 1.34303008e-007, 6.85452051e-007, 0.999994874, 0.99999392, -4.26325641e-014, -6.78595526e-008, 2.20201279e-009, 0.999996305, -6.55649785e-007))
  1769. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0915637612, 0.171681702, 0.217463821))
  1770. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.316575527, 2.38418579e-007, 0.331917107, 1.34303008e-007, 6.85452051e-007, 0.999994874, 0.99999392, -4.26325641e-014, -6.78595526e-008, 2.20201279e-009, 0.999996305, -6.55649785e-007))
  1771. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.171681702, 0.171681732, 0.045782432))
  1772. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, 0.310854912, -0.497876078, 1, -3.14915702e-008, -5.13853884e-008, 5.13854133e-008, 7.15258011e-007, 1, -3.14915347e-008, -1, 7.15258011e-007))
  1773. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1774. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.171681702, 0.0572272241, 0.045782432))
  1775. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, 0.242181778, -0.246077538, 1, -1.64764469e-008, -2.04088664e-007, 2.04088693e-007, 7.15258636e-007, 1, -1.64763012e-008, -1, 7.15258636e-007))
  1776. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1777. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.125900239, 0.171681881, 0.0228912067))
  1778. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.150618553, -2.38418579e-007, 0.257518291, 1.34303008e-007, 6.85452051e-007, 0.999994874, -0.99999392, 4.26325641e-014, 6.78595526e-008, -2.20201279e-009, -0.999996305, 6.55649785e-007))
  1779. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681881, 0.0572272837, 0.0457824767))
  1780. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, -0.242182732, 0.246073961, -1, -1.30966411e-008, 1.03758325e-007, -1.03758317e-007, -6.55652627e-007, -1, 1.30967095e-008, -1, 6.55652627e-007))
  1781. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1782. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.171681881, 0.0572272837, 0.0457824767))
  1783. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, 0.242182732, -0.246073961, -1, 1.64762586e-008, -6.83687489e-008, -6.83687347e-008, 6.5565257e-007, 1, 1.6476303e-008, 1, -6.5565257e-007))
  1784. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1785. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.171681881, 0.0572272837, 0.0572279356))
  1786. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, -0.412032783, -0.242182255, -1, -8.43714503e-008, 2.90819635e-009, -8.43714503e-008, 1, -6.25849452e-007, -2.9081384e-009, -6.25849452e-007, -1))
  1787. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1788. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0915638581, 0.171681881, 0.217464045))
  1789. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.31657505, -2.38418579e-007, 0.33191371, 1.34303008e-007, 6.85452051e-007, 0.999994874, -0.99999392, 4.26325641e-014, 6.78595526e-008, -2.20201279e-009, -0.999996305, 6.55649785e-007))
  1790. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681881, 0.0457818359, 0.0457824841))
  1791. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, -0.268963397, 0.0038933754, -0.99999392, 3.44701228e-008, 1.00972109e-007, 3.36162742e-008, 0.999996245, -7.45056241e-007, -1.3678671e-007, -8.04660885e-007, -0.999994874))
  1792. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1793. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681881, 0.103009142, 0.0343370214))
  1794. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, -0.4939785, 0.595156968, -0.99999392, 7.91495403e-009, 6.78595455e-008, -1.34303008e-007, -7.15254259e-007, -0.999994874, -2.2020088e-009, -0.999996305, 6.85451937e-007))
  1795. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1796. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681881, 0.0457818359, 0.022891568))
  1797. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, 0.314745188, 0.0762238503, -0.99999392, -2.83585724e-008, 9.60047473e-008, 2.92122717e-008, -0.999996245, 7.45056241e-007, 1.31819306e-007, 8.04660885e-007, 0.999994874))
  1798. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1799. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681881, 0.0457818359, 0.0457824841))
  1800. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, -0.268963397, -0.0418872833, -0.99999392, 3.44701228e-008, 1.00972109e-007, 3.36162742e-008, 0.999996245, -7.45056241e-007, -1.3678671e-007, -8.04660885e-007, -0.999994874))
  1801. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1802. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681881, 0.0572272837, 0.0572279356))
  1803. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, 0.412032843, 0.242182255, -1, 8.77525324e-008, 3.24803544e-008, -8.7752511e-008, -1, 6.25849452e-007, 3.24804077e-008, 6.25849452e-007, 1))
  1804. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1805. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.0228910968, 0.171681881, 0.148791298))
  1806. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0762238503, -2.38418579e-007, 0.412031174, 1.34303008e-007, 6.85452051e-007, 0.999994874, -0.99999392, 4.26325641e-014, 6.78595526e-008, -2.20201279e-009, -0.999996305, 6.55649785e-007))
  1807. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.171681881, 0.0457818359, 0.103009783))
  1808. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, 0.555096865, 0.4939785, -0.999992311, -6.49501573e-008, 4.74951349e-008, 6.4437863e-008, -0.99999541, 6.25847065e-007, 1.64104151e-007, 6.55649274e-007, 0.99999404))
  1809. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1810. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.17168209, 0.171681881, 0.125900358))
  1811. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.354804158, -2.38418579e-007, -0.150618076, -2.20201279e-009, -0.999996305, 6.55649785e-007, -0.99999392, 4.26325641e-014, 6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  1812. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.0457820222, 0.171681881, 0.0228912067))
  1813. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.268963337, -2.38418579e-007, -0.0762243271, -2.20201279e-009, -0.999996305, 6.55649785e-007, -0.99999392, 4.26325641e-014, 6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  1814. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681881, 0.0457818359, 0.022891568))
  1815. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, -0.314745247, -0.0762238503, -0.99999392, 3.44701228e-008, 1.00972109e-007, 3.36162742e-008, 0.999996245, -7.45056241e-007, -1.3678671e-007, -8.04660885e-007, -0.999994874))
  1816. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1817. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0572274737, 0.171681881, 0.114454888))
  1818. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.242180824, -2.38418579e-007, 0.32619071, 1.34303008e-007, 6.85452051e-007, 0.999994874, -0.99999392, 4.26325641e-014, 6.78595526e-008, -2.20201279e-009, -0.999996305, 6.55649785e-007))
  1819. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.240354851, 0.171681881, 0.0228912067))
  1820. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0933918953, -2.38418579e-007, 0.234627724, 1.34303008e-007, 6.85452051e-007, 0.999994874, -0.99999392, 4.26325641e-014, 6.78595526e-008, -2.20201279e-009, -0.999996305, 6.55649785e-007))
  1821. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681881, 0.0457818359, 0.0457824841))
  1822. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, 0.268963337, 0.0418872833, -0.99999392, -2.83585724e-008, 9.60047473e-008, 2.92122717e-008, -0.999996245, 7.45056241e-007, 1.31819306e-007, 8.04660885e-007, 0.999994874))
  1823. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1824. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681881, 0.0801182166, 0.0457824841))
  1825. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, -0.331913531, -0.0418872833, -0.99999392, 3.44701228e-008, 1.00972109e-007, 3.36162742e-008, 0.999996245, -7.45056241e-007, -1.3678671e-007, -8.04660885e-007, -0.999994874))
  1826. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1827. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681881, 0.0457818359, 0.0457824841))
  1828. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, 0.555097938, -0.0418872833, 0.99999392, -3.44700801e-008, -3.47469538e-008, -3.36162955e-008, -0.999996245, 5.66243216e-007, -1.31819306e-007, -5.66243216e-007, -0.999994874))
  1829. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1830. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681881, 0.171681896, 0.0457824767))
  1831. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, -0.310854912, 0.497872889, -1, -1.30953604e-008, 1.03750807e-007, -1.037508e-007, -6.55652514e-007, -1, 1.30954287e-008, -1, 6.55652514e-007))
  1832. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1833. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681881, 0.0343363695, 0.0343370214))
  1834. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, 0.457814097, 0.379526615, -1, 8.77475301e-008, 3.24794875e-008, -8.77475088e-008, -1, 6.25849395e-007, 3.24795408e-008, 6.25849395e-007, 1))
  1835. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1836. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0457820147, 0.171681881, 0.217464045))
  1837. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.555097342, -2.38418579e-007, -0.333743572, -2.20201279e-009, -0.999996305, 6.55649785e-007, -0.99999392, 4.26325641e-014, 6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  1838. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681881, 0.0457818359, 0.022891568))
  1839. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, 0.509315968, -0.0762243271, 0.99999392, -3.44700801e-008, -3.47469609e-008, -3.36162955e-008, -0.999996245, 5.66243216e-007, -1.31819306e-007, -5.66243216e-007, -0.999994874))
  1840. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1841. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681881, 0.0457818359, 0.022891568))
  1842. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, -0.509315968, 0.0762243271, 0.99999392, 2.83586115e-008, -3.97143971e-008, -2.92122504e-008, 0.999996245, -5.66243216e-007, 1.3678671e-007, 5.66243216e-007, 0.999994874))
  1843. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1844. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.0343365557, 0.171681881, 0.46926403))
  1845. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.595156789, -2.38418579e-007, -0.207845211, -2.20201279e-009, -0.999996305, 6.55649785e-007, -0.99999392, 4.26325641e-014, 6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  1846. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.0572274737, 0.171681881, 0.137345821))
  1847. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.503594041, -2.38418579e-007, -0.156341076, -2.20201279e-009, -0.999996305, 6.55649785e-007, -0.99999392, 4.26325641e-014, 6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  1848. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681881, 0.0457818359, 0.0457824841))
  1849. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, -0.555097938, 0.0418872833, 0.99999392, 2.83586115e-008, -3.97143971e-008, -2.92122504e-008, 0.999996245, -5.66243216e-007, 1.3678671e-007, 5.66243216e-007, 0.999994874))
  1850. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1851. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0114456378, 0.171681881, 0.171682194))
  1852. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.526484609, -2.38418579e-007, -0.310853004, -2.20201279e-009, -0.999996305, 6.55649785e-007, -0.99999392, 4.26325641e-014, 6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  1853. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681881, 0.0801182166, 0.0457824841))
  1854. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, 0.492148638, -0.0418877602, 0.99999392, -3.44700801e-008, -3.47469538e-008, -3.36162955e-008, -0.999996245, 5.66243216e-007, -1.31819306e-007, -5.66243216e-007, -0.999994874))
  1855. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1856. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681881, 0.0457818359, 0.0457824841))
  1857. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, 0.555097938, 0.0038933754, 0.99999392, -3.44700801e-008, -3.47469538e-008, -3.36162955e-008, -0.999996245, 5.66243216e-007, -1.31819306e-007, -5.66243216e-007, -0.999994874))
  1858. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1859. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.171681881, 0.171681911, 0.0457824767))
  1860. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, 0.310854912, -0.497872829, -1, 3.14915916e-008, 8.43345092e-008, 8.43345305e-008, 6.55653253e-007, 1, 3.14915347e-008, 1, -6.55653253e-007))
  1861. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1862. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.0457820147, 0.171681881, 0.160236731))
  1863. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.555098176, -2.38418579e-007, -0.144895077, -2.20201279e-009, -0.999996305, 6.55649785e-007, -0.99999392, 4.26325641e-014, 6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  1864. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681702, 0.0457817875, 0.0457824357))
  1865. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, -0.268967271, 0.00389385223, 0.99999392, -3.44700801e-008, -3.47469538e-008, -3.36162955e-008, -0.999996245, 5.66243216e-007, -1.31819306e-007, -5.66243216e-007, -0.999994874))
  1866. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1867. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681881, 0.0572272837, 0.0457824767))
  1868. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, -0.242182732, 0.246073961, -1, -1.30966411e-008, 1.03758325e-007, -1.03758317e-007, -6.55652627e-007, -1, 1.30967095e-008, -1, 6.55652627e-007))
  1869. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1870. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.171681881, 0.0572272837, 0.0457824767))
  1871. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, 0.242182732, -0.246073961, -1, 1.64762586e-008, -6.83687489e-008, -6.83687347e-008, 6.5565257e-007, 1, 1.6476303e-008, 1, -6.5565257e-007))
  1872. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1873. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681702, 0.103009038, 0.0343369879))
  1874. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, -0.493978024, 0.595159888, 0.99999392, -7.91495403e-009, -6.78595455e-008, -1.34303008e-007, -6.55649842e-007, -0.999994874, 2.20201679e-009, 0.999996305, -6.25847633e-007))
  1875. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1876. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681702, 0.0457817875, 0.0457824357))
  1877. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, 0.55510056, 0.0038933754, -0.99999392, 3.44701228e-008, 1.00972109e-007, 3.36162742e-008, 0.999996245, -7.45056241e-007, -1.3678671e-007, -8.04660885e-007, -0.999994874))
  1878. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1879. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0915637612, 0.171681702, 0.217463821))
  1880. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.316575527, 2.38418579e-007, 0.331917107, 1.34303008e-007, 6.85452051e-007, 0.999994874, 0.99999392, -4.26325641e-014, -6.78595526e-008, 2.20201279e-009, 0.999996305, -6.55649785e-007))
  1881. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681702, 0.0343363322, 0.0343369842))
  1882. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, 0.457817107, 0.379527569, 1, -8.77475728e-008, -1.03240339e-007, 8.77475017e-008, 1, -6.8545512e-007, 1.03240396e-007, 6.8545512e-007, 1))
  1883. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1884. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0572274141, 0.171681702, 0.114454769))
  1885. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.242180347, 2.38418579e-007, 0.326194108, 1.34303008e-007, 6.85452051e-007, 0.999994874, 0.99999392, -4.26325641e-014, -6.78595526e-008, 2.20201279e-009, 0.999996305, -6.55649785e-007))
  1886. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681702, 0.171681717, 0.045782432))
  1887. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, -0.310854912, 0.497876048, 1, 1.30954101e-008, -3.19691402e-008, -3.19691331e-008, -7.15258693e-007, -1, -1.30954332e-008, 1, -7.15258693e-007))
  1888. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1889. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.171681702, 0.0572272241, 0.045782432))
  1890. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, 0.242181778, -0.246077538, 1, -1.64764469e-008, -2.04088664e-007, 2.04088693e-007, 7.15258636e-007, 1, -1.64763012e-008, -1, 7.15258636e-007))
  1891. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1892. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.171681702, 0.171681732, 0.045782432))
  1893. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, 0.310854912, -0.497876078, 1, -3.14915702e-008, -5.13853884e-008, 5.13854133e-008, 7.15258011e-007, 1, -3.14915347e-008, -1, 7.15258011e-007))
  1894. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1895. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681702, 0.0572272241, 0.057227876))
  1896. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, 0.412036151, 0.242182255, 1, -8.7752575e-008, -1.03239472e-007, 8.77525039e-008, 1, -6.85455063e-007, 1.03239529e-007, 6.85455063e-007, 1))
  1897. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1898. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681702, 0.0572272241, 0.045782432))
  1899. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, -0.242181778, 0.246077538, 1, 1.30966908e-008, -3.19616227e-008, -3.19616156e-008, -7.15258579e-007, -1, -1.30967139e-008, 1, -7.15258579e-007))
  1900. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1901. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.171681702, 0.0572272241, 0.057227876))
  1902. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, -0.41203618, -0.242182255, 1, 8.4371365e-008, -1.32811849e-007, 8.43714574e-008, -1, 6.85455063e-007, -1.32811792e-007, -6.85455063e-007, -1))
  1903. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1904. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.0343365259, 0.171681702, 0.274691015))
  1905. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.457815558, 2.38418579e-007, -0.225013256, 2.20201279e-009, 0.999996305, -6.55649785e-007, 0.99999392, -4.26325641e-014, -6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  1906. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.171681702, 0.0572272353, 0.045782432))
  1907. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, 0.503596783, 0.419583797, 0.999992311, 6.49501288e-008, -8.82238425e-008, -6.44378773e-008, 0.99999541, -6.85451369e-007, 1.04501638e-007, 7.15253691e-007, 0.99999404))
  1908. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1909. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0114456266, 0.171681702, 0.171682015))
  1910. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.526487768, 2.38418579e-007, -0.310853004, 2.20201279e-009, 0.999996305, -6.55649785e-007, 0.99999392, -4.26325641e-014, -6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  1911. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.125900105, 0.171681702, 0.0228911825))
  1912. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.150618076, 2.38418579e-007, 0.257521898, 1.34303008e-007, 6.85452051e-007, 0.999994874, 0.99999392, -4.26325641e-014, -6.78595526e-008, 2.20201279e-009, 0.999996305, -6.55649785e-007))
  1913. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.0572274141, 0.171681702, 0.137345672))
  1914. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.503597379, 2.38418579e-007, -0.156341553, 2.20201279e-009, 0.999996305, -6.55649785e-007, 0.99999392, -4.26325641e-014, -6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  1915. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681911, 0.171681702, 0.125900224))
  1916. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.354807675, 2.38418579e-007, -0.150618076, 2.20201279e-009, 0.999996305, -6.55649785e-007, 0.99999392, -4.26325641e-014, -6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  1917. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.0457819663, 0.171681702, 0.160236567))
  1918. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.555101395, 2.38418579e-007, -0.14489603, 2.20201279e-009, 0.999996305, -6.55649785e-007, 0.99999392, -4.26325641e-014, -6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  1919. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0457819663, 0.171681702, 0.217463821))
  1920. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.555101275, 2.38418579e-007, -0.333743572, 2.20201279e-009, 0.999996305, -6.55649785e-007, 0.99999392, -4.26325641e-014, -6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  1921. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.171681702, 0.0457817875, 0.103009678))
  1922. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, 0.55510062, 0.493978024, 0.999992311, 6.49501288e-008, -8.82238425e-008, -6.44378773e-008, 0.99999541, -6.85451369e-007, 1.04501638e-007, 7.15253691e-007, 0.99999404))
  1923. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1924. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.240354598, 0.171681702, 0.0228911825))
  1925. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0933918953, 2.38418579e-007, 0.234630585, 1.34303008e-007, 6.85452051e-007, 0.999994874, 0.99999392, -4.26325641e-014, -6.78595526e-008, 2.20201279e-009, 0.999996305, -6.55649785e-007))
  1926. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.0228910744, 0.171681702, 0.148791149))
  1927. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0762243271, 2.38418579e-007, 0.412033886, 1.34303008e-007, 6.85452051e-007, 0.999994874, 0.99999392, -4.26325641e-014, -6.78595526e-008, 2.20201279e-009, 0.999996305, -6.55649785e-007))
  1928. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681702, 0.0457817875, 0.0228915438))
  1929. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, -0.509319663, 0.0762243271, -0.99999392, -2.83585724e-008, 9.60047473e-008, 2.92122717e-008, -0.999996245, 7.45056241e-007, 1.31819306e-007, 8.04660885e-007, 0.999994874))
  1930. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1931. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681702, 0.0457817875, 0.0228915438))
  1932. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, 0.509319603, -0.0762243271, -0.99999392, 3.44701228e-008, 1.00972102e-007, 3.36162742e-008, 0.999996245, -7.45056241e-007, -1.3678671e-007, -8.04660885e-007, -0.999994874))
  1933. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1934. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.0457819737, 0.171681702, 0.0228911825))
  1935. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.268967181, 2.38418579e-007, -0.0762238503, 2.20201279e-009, 0.999996305, -6.55649785e-007, 0.99999392, -4.26325641e-014, -6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  1936. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681702, 0.0457817875, 0.0228915438))
  1937. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, -0.314748168, -0.0762238503, 0.99999392, -3.44700801e-008, -3.47469538e-008, -3.36162955e-008, -0.999996245, 5.66243216e-007, -1.31819306e-007, -5.66243216e-007, -0.999994874))
  1938. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1939. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681702, 0.0457817875, 0.0228915438))
  1940. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, 0.314748138, 0.0762238503, 0.99999392, 2.83586115e-008, -3.97143971e-008, -2.92122504e-008, 0.999996245, -5.66243216e-007, 1.3678671e-007, 5.66243216e-007, 0.999994874))
  1941. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1942. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.0343365185, 0.171681702, 0.469263524))
  1943. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.595160067, 2.38418579e-007, -0.207845688, 2.20201279e-009, 0.999996305, -6.55649785e-007, 0.99999392, -4.26325641e-014, -6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  1944. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681702, 0.0801181346, 0.0457824357))
  1945. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, -0.331916451, -0.041888237, 0.99999392, -3.44700801e-008, -3.47469538e-008, -3.36162955e-008, -0.999996245, 5.66243216e-007, -1.31819306e-007, -5.66243216e-007, -0.999994874))
  1946. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1947. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681702, 0.0457817875, 0.0457824357))
  1948. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, 0.268967211, 0.0418877602, 0.99999392, 2.83586115e-008, -3.97143971e-008, -2.92122504e-008, 0.999996245, -5.66243216e-007, 1.3678671e-007, 5.66243216e-007, 0.999994874))
  1949. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1950. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681702, 0.0457817875, 0.0457824357))
  1951. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, 0.55510056, -0.041888237, -0.99999392, 3.44701228e-008, 1.00972109e-007, 3.36162742e-008, 0.999996245, -7.45056241e-007, -1.3678671e-007, -8.04660885e-007, -0.999994874))
  1952. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1953. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681702, 0.0457817875, 0.0457824357))
  1954. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, -0.55510056, 0.041888237, -0.99999392, -2.83585724e-008, 9.60047473e-008, 2.92122717e-008, -0.999996245, 7.45056241e-007, 1.31819306e-007, 8.04660885e-007, 0.999994874))
  1955. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1956. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681702, 0.0801181346, 0.0457824357))
  1957. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, 0.49215132, -0.041888237, -0.99999392, 3.44701228e-008, 1.00972109e-007, 3.36162742e-008, 0.999996245, -7.45056241e-007, -1.3678671e-007, -8.04660885e-007, -0.999994874))
  1958. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1959. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681702, 0.0457817875, 0.0457824357))
  1960. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, -0.268967241, -0.0418877602, 0.99999392, -3.44700801e-008, -3.47469538e-008, -3.36162955e-008, -0.999996245, 5.66243216e-007, -1.31819306e-007, -5.66243216e-007, -0.999994874))
  1961. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1962. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681702, 0.0457817875, 0.0457824357))
  1963. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, -0.268967271, 0.00389385223, 0.99999392, -3.44700801e-008, -3.47469538e-008, -3.36162955e-008, -0.999996245, 5.66243216e-007, -1.31819306e-007, -5.66243216e-007, -0.999994874))
  1964. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1965. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681702, 0.0457817875, 0.0457824357))
  1966. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, 0.55510056, 0.0038933754, -0.99999392, 3.44701228e-008, 1.00972109e-007, 3.36162742e-008, 0.999996245, -7.45056241e-007, -1.3678671e-007, -8.04660885e-007, -0.999994874))
  1967. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1968. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681702, 0.103009038, 0.0343369879))
  1969. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, -0.493978024, 0.595159888, 0.99999392, -7.91495403e-009, -6.78595455e-008, -1.34303008e-007, -6.55649842e-007, -0.999994874, 2.20201679e-009, 0.999996305, -6.25847633e-007))
  1970. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1971. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.171681881, 0.0572272949, 0.0457824767))
  1972. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, 0.503592968, 0.419583797, -0.999992311, -6.49501573e-008, 4.74951349e-008, 6.4437863e-008, -0.99999541, 6.25847065e-007, 1.64104151e-007, 6.55649274e-007, 0.99999404))
  1973. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1974. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.0343365557, 0.171681881, 0.274691314))
  1975. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.457812309, -2.38418579e-007, -0.225012302, -2.20201279e-009, -0.999996305, 6.55649785e-007, -0.99999392, 4.26325641e-014, 6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  1976. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681881, 0.0343363695, 0.0343370214))
  1977. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, 0.457814097, 0.379526615, -1, 8.77475301e-008, 3.24794875e-008, -8.77475088e-008, -1, 6.25849395e-007, 3.24795408e-008, 6.25849395e-007, 1))
  1978. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1979. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681881, 0.171681896, 0.0457824767))
  1980. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, -0.310854912, 0.497872889, -1, -1.30953604e-008, 1.03750807e-007, -1.037508e-007, -6.55652514e-007, -1, 1.30954287e-008, -1, 6.55652514e-007))
  1981. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1982. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.171681881, 0.171681911, 0.0457824767))
  1983. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, 0.310854912, -0.497872829, -1, 3.14915916e-008, 8.43345092e-008, 8.43345305e-008, 6.55653253e-007, 1, 3.14915347e-008, 1, -6.55653253e-007))
  1984. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1985. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.0572274737, 0.171681881, 0.137345821))
  1986. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.503594041, -2.38418579e-007, -0.156341076, -2.20201279e-009, -0.999996305, 6.55649785e-007, -0.99999392, 4.26325641e-014, 6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  1987. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.0457820147, 0.171681881, 0.160236731))
  1988. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.555098176, -2.38418579e-007, -0.144895077, -2.20201279e-009, -0.999996305, 6.55649785e-007, -0.99999392, 4.26325641e-014, 6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  1989. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.0343365557, 0.171681881, 0.46926403))
  1990. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.595156789, -2.38418579e-007, -0.207845211, -2.20201279e-009, -0.999996305, 6.55649785e-007, -0.99999392, 4.26325641e-014, 6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  1991. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0114456378, 0.171681881, 0.171682194))
  1992. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.526484609, -2.38418579e-007, -0.310853004, -2.20201279e-009, -0.999996305, 6.55649785e-007, -0.99999392, 4.26325641e-014, 6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  1993. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0457820147, 0.171681881, 0.217464045))
  1994. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.555097342, -2.38418579e-007, -0.333743572, -2.20201279e-009, -0.999996305, 6.55649785e-007, -0.99999392, 4.26325641e-014, 6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  1995. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681881, 0.0457818359, 0.0457824841))
  1996. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, 0.555097938, -0.0418872833, 0.99999392, -3.44700801e-008, -3.47469538e-008, -3.36162955e-008, -0.999996245, 5.66243216e-007, -1.31819306e-007, -5.66243216e-007, -0.999994874))
  1997. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1998. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681881, 0.0457818359, 0.0457824841))
  1999. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, -0.555097938, 0.0418872833, 0.99999392, 2.83586115e-008, -3.97143971e-008, -2.92122504e-008, 0.999996245, -5.66243216e-007, 1.3678671e-007, 5.66243216e-007, 0.999994874))
  2000. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2001. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681881, 0.0457818359, 0.0457824841))
  2002. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, 0.555097938, 0.0038933754, 0.99999392, -3.44700801e-008, -3.47469538e-008, -3.36162955e-008, -0.999996245, 5.66243216e-007, -1.31819306e-007, -5.66243216e-007, -0.999994874))
  2003. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2004. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681881, 0.0801182166, 0.0457824841))
  2005. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, 0.492148638, -0.0418877602, 0.99999392, -3.44700801e-008, -3.47469538e-008, -3.36162955e-008, -0.999996245, 5.66243216e-007, -1.31819306e-007, -5.66243216e-007, -0.999994874))
  2006. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2007. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681881, 0.0457818359, 0.022891568))
  2008. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, -0.509315968, 0.0762243271, 0.99999392, 2.83586115e-008, -3.97143971e-008, -2.92122504e-008, 0.999996245, -5.66243216e-007, 1.3678671e-007, 5.66243216e-007, 0.999994874))
  2009. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2010. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681881, 0.0457818359, 0.022891568))
  2011. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, 0.509315968, -0.0762243271, 0.99999392, -3.44700801e-008, -3.47469609e-008, -3.36162955e-008, -0.999996245, 5.66243216e-007, -1.31819306e-007, -5.66243216e-007, -0.999994874))
  2012. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2013. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0572274737, 0.171681881, 0.114454888))
  2014. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.242180824, -2.38418579e-007, 0.32619071, 1.34303008e-007, 6.85452051e-007, 0.999994874, -0.99999392, 4.26325641e-014, 6.78595526e-008, -2.20201279e-009, -0.999996305, 6.55649785e-007))
  2015. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.17168209, 0.171681881, 0.125900358))
  2016. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.354804158, -2.38418579e-007, -0.150618076, -2.20201279e-009, -0.999996305, 6.55649785e-007, -0.99999392, 4.26325641e-014, 6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  2017. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.0228910968, 0.171681881, 0.148791298))
  2018. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0762238503, -2.38418579e-007, 0.412031174, 1.34303008e-007, 6.85452051e-007, 0.999994874, -0.99999392, 4.26325641e-014, 6.78595526e-008, -2.20201279e-009, -0.999996305, 6.55649785e-007))
  2019. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0915638581, 0.171681881, 0.217464045))
  2020. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.31657505, -2.38418579e-007, 0.33191371, 1.34303008e-007, 6.85452051e-007, 0.999994874, -0.99999392, 4.26325641e-014, 6.78595526e-008, -2.20201279e-009, -0.999996305, 6.55649785e-007))
  2021. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.0457820222, 0.171681881, 0.0228912067))
  2022. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.268963337, -2.38418579e-007, -0.0762243271, -2.20201279e-009, -0.999996305, 6.55649785e-007, -0.99999392, 4.26325641e-014, 6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  2023. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.171681881, 0.0572272837, 0.0572279356))
  2024. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, -0.412032783, -0.242182255, -1, -8.43714503e-008, 2.90819635e-009, -8.43714503e-008, 1, -6.25849452e-007, -2.9081384e-009, -6.25849452e-007, -1))
  2025. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2026. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681881, 0.0572272837, 0.0572279356))
  2027. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, 0.412032843, 0.242182255, -1, 8.77525324e-008, 3.24803544e-008, -8.7752511e-008, -1, 6.25849452e-007, 3.24804077e-008, 6.25849452e-007, 1))
  2028. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2029. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681881, 0.0457818359, 0.0457824841))
  2030. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, -0.268963397, 0.0038933754, -0.99999392, 3.44701228e-008, 1.00972109e-007, 3.36162742e-008, 0.999996245, -7.45056241e-007, -1.3678671e-007, -8.04660885e-007, -0.999994874))
  2031. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2032. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681881, 0.0801182166, 0.0457824841))
  2033. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, -0.331913531, -0.0418872833, -0.99999392, 3.44701228e-008, 1.00972109e-007, 3.36162742e-008, 0.999996245, -7.45056241e-007, -1.3678671e-007, -8.04660885e-007, -0.999994874))
  2034. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2035. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681881, 0.0457818359, 0.022891568))
  2036. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, -0.314745247, -0.0762238503, -0.99999392, 3.44701228e-008, 1.00972109e-007, 3.36162742e-008, 0.999996245, -7.45056241e-007, -1.3678671e-007, -8.04660885e-007, -0.999994874))
  2037. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2038. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681881, 0.0457818359, 0.0457824841))
  2039. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, -0.268963397, -0.0418872833, -0.99999392, 3.44701228e-008, 1.00972109e-007, 3.36162742e-008, 0.999996245, -7.45056241e-007, -1.3678671e-007, -8.04660885e-007, -0.999994874))
  2040. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2041. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681881, 0.0457818359, 0.022891568))
  2042. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, 0.314745188, 0.0762238503, -0.99999392, -2.83585724e-008, 9.60047473e-008, 2.92122717e-008, -0.999996245, 7.45056241e-007, 1.31819306e-007, 8.04660885e-007, 0.999994874))
  2043. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2044. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681881, 0.0457818359, 0.0457824841))
  2045. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, 0.268963337, 0.0418872833, -0.99999392, -2.83585724e-008, 9.60047473e-008, 2.92122717e-008, -0.999996245, 7.45056241e-007, 1.31819306e-007, 8.04660885e-007, 0.999994874))
  2046. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2047. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681881, 0.103009142, 0.0343370214))
  2048. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, -0.4939785, 0.595156968, -0.99999392, 7.91495403e-009, 6.78595455e-008, -1.34303008e-007, -7.15254259e-007, -0.999994874, -2.2020088e-009, -0.999996305, 6.85451937e-007))
  2049. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2050. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.171681881, 0.0457818359, 0.103009783))
  2051. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, 0.555096865, 0.4939785, -0.999992311, -6.49501573e-008, 4.74951349e-008, 6.4437863e-008, -0.99999541, 6.25847065e-007, 1.64104151e-007, 6.55649274e-007, 0.99999404))
  2052. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2053. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.240354851, 0.171681881, 0.0228912067))
  2054. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0933918953, -2.38418579e-007, 0.234627724, 1.34303008e-007, 6.85452051e-007, 0.999994874, -0.99999392, 4.26325641e-014, 6.78595526e-008, -2.20201279e-009, -0.999996305, 6.55649785e-007))
  2055. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.125900239, 0.171681881, 0.0228912067))
  2056. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.150618553, -2.38418579e-007, 0.257518291, 1.34303008e-007, 6.85452051e-007, 0.999994874, -0.99999392, 4.26325641e-014, 6.78595526e-008, -2.20201279e-009, -0.999996305, 6.55649785e-007))
  2057. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681702, 0.103009038, 0.0343369879))
  2058. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, -0.493978024, 0.595159888, 0.99999392, -7.91495403e-009, -6.78595455e-008, -1.34303008e-007, -6.55649842e-007, -0.999994874, 2.20201679e-009, 0.999996305, -6.25847633e-007))
  2059. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2060. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681702, 0.0457817875, 0.0457824357))
  2061. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, 0.55510056, 0.0038933754, -0.99999392, 3.44701228e-008, 1.00972109e-007, 3.36162742e-008, 0.999996245, -7.45056241e-007, -1.3678671e-007, -8.04660885e-007, -0.999994874))
  2062. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2063. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.171681881, 0.0572272949, 0.0457824767))
  2064. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, 0.503592968, 0.419583797, -0.999992311, -6.49501573e-008, 4.74951349e-008, 6.4437863e-008, -0.99999541, 6.25847065e-007, 1.64104151e-007, 6.55649274e-007, 0.99999404))
  2065. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2066. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.0343365557, 0.171681881, 0.274691314))
  2067. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.457812309, -2.38418579e-007, -0.225012302, -2.20201279e-009, -0.999996305, 6.55649785e-007, -0.99999392, 4.26325641e-014, 6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  2068. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681881, 0.0343363695, 0.0343370214))
  2069. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, 0.457814097, 0.379526615, -1, 8.77475301e-008, 3.24794875e-008, -8.77475088e-008, -1, 6.25849395e-007, 3.24795408e-008, 6.25849395e-007, 1))
  2070. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2071. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681881, 0.171681896, 0.0457824767))
  2072. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, -0.310854912, 0.497872889, -1, -1.30953604e-008, 1.03750807e-007, -1.037508e-007, -6.55652514e-007, -1, 1.30954287e-008, -1, 6.55652514e-007))
  2073. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2074. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.171681881, 0.171681911, 0.0457824767))
  2075. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, 0.310854912, -0.497872829, -1, 3.14915916e-008, 8.43345092e-008, 8.43345305e-008, 6.55653253e-007, 1, 3.14915347e-008, 1, -6.55653253e-007))
  2076. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2077. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.0572274737, 0.171681881, 0.137345821))
  2078. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.503594041, -2.38418579e-007, -0.156341076, -2.20201279e-009, -0.999996305, 6.55649785e-007, -0.99999392, 4.26325641e-014, 6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  2079. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.0457820147, 0.171681881, 0.160236731))
  2080. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.555098176, -2.38418579e-007, -0.144895077, -2.20201279e-009, -0.999996305, 6.55649785e-007, -0.99999392, 4.26325641e-014, 6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  2081. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.0343365557, 0.171681881, 0.46926403))
  2082. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.595156789, -2.38418579e-007, -0.207845211, -2.20201279e-009, -0.999996305, 6.55649785e-007, -0.99999392, 4.26325641e-014, 6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  2083. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0114456378, 0.171681881, 0.171682194))
  2084. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.526484609, -2.38418579e-007, -0.310853004, -2.20201279e-009, -0.999996305, 6.55649785e-007, -0.99999392, 4.26325641e-014, 6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  2085. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0457820147, 0.171681881, 0.217464045))
  2086. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.555097342, -2.38418579e-007, -0.333743572, -2.20201279e-009, -0.999996305, 6.55649785e-007, -0.99999392, 4.26325641e-014, 6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  2087. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681881, 0.0457818359, 0.0457824841))
  2088. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, 0.555097938, -0.0418872833, 0.99999392, -3.44700801e-008, -3.47469538e-008, -3.36162955e-008, -0.999996245, 5.66243216e-007, -1.31819306e-007, -5.66243216e-007, -0.999994874))
  2089. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2090. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681881, 0.0457818359, 0.0457824841))
  2091. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, -0.555097938, 0.0418872833, 0.99999392, 2.83586115e-008, -3.97143971e-008, -2.92122504e-008, 0.999996245, -5.66243216e-007, 1.3678671e-007, 5.66243216e-007, 0.999994874))
  2092. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2093. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681881, 0.0457818359, 0.0457824841))
  2094. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, 0.555097938, 0.0038933754, 0.99999392, -3.44700801e-008, -3.47469538e-008, -3.36162955e-008, -0.999996245, 5.66243216e-007, -1.31819306e-007, -5.66243216e-007, -0.999994874))
  2095. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2096. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681881, 0.0801182166, 0.0457824841))
  2097. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, 0.492148638, -0.0418877602, 0.99999392, -3.44700801e-008, -3.47469538e-008, -3.36162955e-008, -0.999996245, 5.66243216e-007, -1.31819306e-007, -5.66243216e-007, -0.999994874))
  2098. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2099. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681881, 0.0457818359, 0.022891568))
  2100. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, -0.509315968, 0.0762243271, 0.99999392, 2.83586115e-008, -3.97143971e-008, -2.92122504e-008, 0.999996245, -5.66243216e-007, 1.3678671e-007, 5.66243216e-007, 0.999994874))
  2101. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2102. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681881, 0.0457818359, 0.022891568))
  2103. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, 0.509315968, -0.0762243271, 0.99999392, -3.44700801e-008, -3.47469609e-008, -3.36162955e-008, -0.999996245, 5.66243216e-007, -1.31819306e-007, -5.66243216e-007, -0.999994874))
  2104. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2105. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0572274737, 0.171681881, 0.114454888))
  2106. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.242180824, -2.38418579e-007, 0.32619071, 1.34303008e-007, 6.85452051e-007, 0.999994874, -0.99999392, 4.26325641e-014, 6.78595526e-008, -2.20201279e-009, -0.999996305, 6.55649785e-007))
  2107. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.17168209, 0.171681881, 0.125900358))
  2108. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.354804158, -2.38418579e-007, -0.150618076, -2.20201279e-009, -0.999996305, 6.55649785e-007, -0.99999392, 4.26325641e-014, 6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  2109. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.0228910968, 0.171681881, 0.148791298))
  2110. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0762238503, -2.38418579e-007, 0.412031174, 1.34303008e-007, 6.85452051e-007, 0.999994874, -0.99999392, 4.26325641e-014, 6.78595526e-008, -2.20201279e-009, -0.999996305, 6.55649785e-007))
  2111. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0915638581, 0.171681881, 0.217464045))
  2112. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.31657505, -2.38418579e-007, 0.33191371, 1.34303008e-007, 6.85452051e-007, 0.999994874, -0.99999392, 4.26325641e-014, 6.78595526e-008, -2.20201279e-009, -0.999996305, 6.55649785e-007))
  2113. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.0457820222, 0.171681881, 0.0228912067))
  2114. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.268963337, -2.38418579e-007, -0.0762243271, -2.20201279e-009, -0.999996305, 6.55649785e-007, -0.99999392, 4.26325641e-014, 6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  2115. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.171681881, 0.0572272837, 0.0572279356))
  2116. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, -0.412032783, -0.242182255, -1, -8.43714503e-008, 2.90819635e-009, -8.43714503e-008, 1, -6.25849452e-007, -2.9081384e-009, -6.25849452e-007, -1))
  2117. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2118. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681881, 0.0572272837, 0.0572279356))
  2119. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, 0.412032843, 0.242182255, -1, 8.77525324e-008, 3.24803544e-008, -8.7752511e-008, -1, 6.25849452e-007, 3.24804077e-008, 6.25849452e-007, 1))
  2120. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2121. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681881, 0.0457818359, 0.0457824841))
  2122. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, -0.268963397, 0.0038933754, -0.99999392, 3.44701228e-008, 1.00972109e-007, 3.36162742e-008, 0.999996245, -7.45056241e-007, -1.3678671e-007, -8.04660885e-007, -0.999994874))
  2123. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2124. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681881, 0.0801182166, 0.0457824841))
  2125. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, -0.331913531, -0.0418872833, -0.99999392, 3.44701228e-008, 1.00972109e-007, 3.36162742e-008, 0.999996245, -7.45056241e-007, -1.3678671e-007, -8.04660885e-007, -0.999994874))
  2126. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2127. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681881, 0.0457818359, 0.022891568))
  2128. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, -0.314745247, -0.0762238503, -0.99999392, 3.44701228e-008, 1.00972109e-007, 3.36162742e-008, 0.999996245, -7.45056241e-007, -1.3678671e-007, -8.04660885e-007, -0.999994874))
  2129. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2130. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681881, 0.0457818359, 0.0457824841))
  2131. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, -0.268963397, -0.0418872833, -0.99999392, 3.44701228e-008, 1.00972109e-007, 3.36162742e-008, 0.999996245, -7.45056241e-007, -1.3678671e-007, -8.04660885e-007, -0.999994874))
  2132. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2133. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681881, 0.0457818359, 0.022891568))
  2134. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, 0.314745188, 0.0762238503, -0.99999392, -2.83585724e-008, 9.60047473e-008, 2.92122717e-008, -0.999996245, 7.45056241e-007, 1.31819306e-007, 8.04660885e-007, 0.999994874))
  2135. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2136. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681881, 0.0457818359, 0.0457824841))
  2137. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, 0.268963337, 0.0418872833, -0.99999392, -2.83585724e-008, 9.60047473e-008, 2.92122717e-008, -0.999996245, 7.45056241e-007, 1.31819306e-007, 8.04660885e-007, 0.999994874))
  2138. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2139. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681881, 0.103009142, 0.0343370214))
  2140. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, -0.4939785, 0.595156968, -0.99999392, 7.91495403e-009, 6.78595455e-008, -1.34303008e-007, -7.15254259e-007, -0.999994874, -2.2020088e-009, -0.999996305, 6.85451937e-007))
  2141. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2142. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.171681881, 0.0457818359, 0.103009783))
  2143. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, 0.555096865, 0.4939785, -0.999992311, -6.49501573e-008, 4.74951349e-008, 6.4437863e-008, -0.99999541, 6.25847065e-007, 1.64104151e-007, 6.55649274e-007, 0.99999404))
  2144. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2145. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.240354851, 0.171681881, 0.0228912067))
  2146. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0933918953, -2.38418579e-007, 0.234627724, 1.34303008e-007, 6.85452051e-007, 0.999994874, -0.99999392, 4.26325641e-014, 6.78595526e-008, -2.20201279e-009, -0.999996305, 6.55649785e-007))
  2147. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.125900239, 0.171681881, 0.0228912067))
  2148. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.150618553, -2.38418579e-007, 0.257518291, 1.34303008e-007, 6.85452051e-007, 0.999994874, -0.99999392, 4.26325641e-014, 6.78595526e-008, -2.20201279e-009, -0.999996305, 6.55649785e-007))
  2149. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.171681881, 0.0572272837, 0.0457824767))
  2150. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, 0.242182732, -0.246073961, -1, 1.64762586e-008, -6.83687489e-008, -6.83687347e-008, 6.5565257e-007, 1, 1.6476303e-008, 1, -6.5565257e-007))
  2151. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2152. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681881, 0.0572272837, 0.0457824767))
  2153. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, -0.242182732, 0.246073961, -1, -1.30966411e-008, 1.03758325e-007, -1.03758317e-007, -6.55652627e-007, -1, 1.30967095e-008, -1, 6.55652627e-007))
  2154. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2155. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0915637612, 0.171681702, 0.217463821))
  2156. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.316575527, 2.38418579e-007, 0.331917107, 1.34303008e-007, 6.85452051e-007, 0.999994874, 0.99999392, -4.26325641e-014, -6.78595526e-008, 2.20201279e-009, 0.999996305, -6.55649785e-007))
  2157. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681702, 0.0343363322, 0.0343369842))
  2158. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, 0.457817107, 0.379527569, 1, -8.77475728e-008, -1.03240339e-007, 8.77475017e-008, 1, -6.8545512e-007, 1.03240396e-007, 6.8545512e-007, 1))
  2159. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2160. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0572274141, 0.171681702, 0.114454769))
  2161. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.242180347, 2.38418579e-007, 0.326194108, 1.34303008e-007, 6.85452051e-007, 0.999994874, 0.99999392, -4.26325641e-014, -6.78595526e-008, 2.20201279e-009, 0.999996305, -6.55649785e-007))
  2162. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681702, 0.171681717, 0.045782432))
  2163. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, -0.310854912, 0.497876048, 1, 1.30954101e-008, -3.19691402e-008, -3.19691331e-008, -7.15258693e-007, -1, -1.30954332e-008, 1, -7.15258693e-007))
  2164. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2165. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.171681702, 0.0572272241, 0.045782432))
  2166. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, 0.242181778, -0.246077538, 1, -1.64764469e-008, -2.04088664e-007, 2.04088693e-007, 7.15258636e-007, 1, -1.64763012e-008, -1, 7.15258636e-007))
  2167. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2168. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.171681702, 0.171681732, 0.045782432))
  2169. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, 0.310854912, -0.497876078, 1, -3.14915702e-008, -5.13853884e-008, 5.13854133e-008, 7.15258011e-007, 1, -3.14915347e-008, -1, 7.15258011e-007))
  2170. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2171. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681702, 0.0572272241, 0.057227876))
  2172. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, 0.412036151, 0.242182255, 1, -8.7752575e-008, -1.03239472e-007, 8.77525039e-008, 1, -6.85455063e-007, 1.03239529e-007, 6.85455063e-007, 1))
  2173. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2174. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681702, 0.0572272241, 0.045782432))
  2175. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, -0.242181778, 0.246077538, 1, 1.30966908e-008, -3.19616227e-008, -3.19616156e-008, -7.15258579e-007, -1, -1.30967139e-008, 1, -7.15258579e-007))
  2176. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2177. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.171681702, 0.0572272241, 0.057227876))
  2178. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, -0.41203618, -0.242182255, 1, 8.4371365e-008, -1.32811849e-007, 8.43714574e-008, -1, 6.85455063e-007, -1.32811792e-007, -6.85455063e-007, -1))
  2179. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2180. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.0343365259, 0.171681702, 0.274691015))
  2181. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.457815558, 2.38418579e-007, -0.225013256, 2.20201279e-009, 0.999996305, -6.55649785e-007, 0.99999392, -4.26325641e-014, -6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  2182. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.171681702, 0.0572272353, 0.045782432))
  2183. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, 0.503596783, 0.419583797, 0.999992311, 6.49501288e-008, -8.82238425e-008, -6.44378773e-008, 0.99999541, -6.85451369e-007, 1.04501638e-007, 7.15253691e-007, 0.99999404))
  2184. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2185. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0114456266, 0.171681702, 0.171682015))
  2186. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.526487768, 2.38418579e-007, -0.310853004, 2.20201279e-009, 0.999996305, -6.55649785e-007, 0.99999392, -4.26325641e-014, -6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  2187. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.125900105, 0.171681702, 0.0228911825))
  2188. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.150618076, 2.38418579e-007, 0.257521898, 1.34303008e-007, 6.85452051e-007, 0.999994874, 0.99999392, -4.26325641e-014, -6.78595526e-008, 2.20201279e-009, 0.999996305, -6.55649785e-007))
  2189. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.0572274141, 0.171681702, 0.137345672))
  2190. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.503597379, 2.38418579e-007, -0.156341553, 2.20201279e-009, 0.999996305, -6.55649785e-007, 0.99999392, -4.26325641e-014, -6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  2191. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681911, 0.171681702, 0.125900224))
  2192. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.354807675, 2.38418579e-007, -0.150618076, 2.20201279e-009, 0.999996305, -6.55649785e-007, 0.99999392, -4.26325641e-014, -6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  2193. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.0457819663, 0.171681702, 0.160236567))
  2194. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.555101395, 2.38418579e-007, -0.14489603, 2.20201279e-009, 0.999996305, -6.55649785e-007, 0.99999392, -4.26325641e-014, -6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  2195. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0457819663, 0.171681702, 0.217463821))
  2196. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.555101275, 2.38418579e-007, -0.333743572, 2.20201279e-009, 0.999996305, -6.55649785e-007, 0.99999392, -4.26325641e-014, -6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  2197. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.171681702, 0.0457817875, 0.103009678))
  2198. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, 0.55510062, 0.493978024, 0.999992311, 6.49501288e-008, -8.82238425e-008, -6.44378773e-008, 0.99999541, -6.85451369e-007, 1.04501638e-007, 7.15253691e-007, 0.99999404))
  2199. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2200. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.240354598, 0.171681702, 0.0228911825))
  2201. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0933918953, 2.38418579e-007, 0.234630585, 1.34303008e-007, 6.85452051e-007, 0.999994874, 0.99999392, -4.26325641e-014, -6.78595526e-008, 2.20201279e-009, 0.999996305, -6.55649785e-007))
  2202. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.0228910744, 0.171681702, 0.148791149))
  2203. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0762243271, 2.38418579e-007, 0.412033886, 1.34303008e-007, 6.85452051e-007, 0.999994874, 0.99999392, -4.26325641e-014, -6.78595526e-008, 2.20201279e-009, 0.999996305, -6.55649785e-007))
  2204. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681702, 0.0457817875, 0.0228915438))
  2205. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, -0.509319663, 0.0762243271, -0.99999392, -2.83585724e-008, 9.60047473e-008, 2.92122717e-008, -0.999996245, 7.45056241e-007, 1.31819306e-007, 8.04660885e-007, 0.999994874))
  2206. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2207. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681702, 0.0457817875, 0.0228915438))
  2208. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, 0.509319603, -0.0762243271, -0.99999392, 3.44701228e-008, 1.00972102e-007, 3.36162742e-008, 0.999996245, -7.45056241e-007, -1.3678671e-007, -8.04660885e-007, -0.999994874))
  2209. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2210. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.0457819737, 0.171681702, 0.0228911825))
  2211. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.268967181, 2.38418579e-007, -0.0762238503, 2.20201279e-009, 0.999996305, -6.55649785e-007, 0.99999392, -4.26325641e-014, -6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  2212. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681702, 0.0457817875, 0.0228915438))
  2213. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, -0.314748168, -0.0762238503, 0.99999392, -3.44700801e-008, -3.47469538e-008, -3.36162955e-008, -0.999996245, 5.66243216e-007, -1.31819306e-007, -5.66243216e-007, -0.999994874))
  2214. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2215. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681702, 0.0457817875, 0.0228915438))
  2216. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, 0.314748138, 0.0762238503, 0.99999392, 2.83586115e-008, -3.97143971e-008, -2.92122504e-008, 0.999996245, -5.66243216e-007, 1.3678671e-007, 5.66243216e-007, 0.999994874))
  2217. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2218. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.0343365185, 0.171681702, 0.469263524))
  2219. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.595160067, 2.38418579e-007, -0.207845688, 2.20201279e-009, 0.999996305, -6.55649785e-007, 0.99999392, -4.26325641e-014, -6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  2220. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681702, 0.0801181346, 0.0457824357))
  2221. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, -0.331916451, -0.041888237, 0.99999392, -3.44700801e-008, -3.47469538e-008, -3.36162955e-008, -0.999996245, 5.66243216e-007, -1.31819306e-007, -5.66243216e-007, -0.999994874))
  2222. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2223. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681702, 0.0457817875, 0.0457824357))
  2224. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, 0.268967211, 0.0418877602, 0.99999392, 2.83586115e-008, -3.97143971e-008, -2.92122504e-008, 0.999996245, -5.66243216e-007, 1.3678671e-007, 5.66243216e-007, 0.999994874))
  2225. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2226. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681702, 0.0457817875, 0.0457824357))
  2227. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, 0.55510056, -0.041888237, -0.99999392, 3.44701228e-008, 1.00972109e-007, 3.36162742e-008, 0.999996245, -7.45056241e-007, -1.3678671e-007, -8.04660885e-007, -0.999994874))
  2228. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2229. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681702, 0.0457817875, 0.0457824357))
  2230. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, -0.55510056, 0.041888237, -0.99999392, -2.83585724e-008, 9.60047473e-008, 2.92122717e-008, -0.999996245, 7.45056241e-007, 1.31819306e-007, 8.04660885e-007, 0.999994874))
  2231. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2232. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681702, 0.0801181346, 0.0457824357))
  2233. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, 0.49215132, -0.041888237, -0.99999392, 3.44701228e-008, 1.00972109e-007, 3.36162742e-008, 0.999996245, -7.45056241e-007, -1.3678671e-007, -8.04660885e-007, -0.999994874))
  2234. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2235. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681702, 0.0457817875, 0.0457824357))
  2236. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, -0.268967241, -0.0418877602, 0.99999392, -3.44700801e-008, -3.47469538e-008, -3.36162955e-008, -0.999996245, 5.66243216e-007, -1.31819306e-007, -5.66243216e-007, -0.999994874))
  2237. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2238. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681702, 0.0457817875, 0.0457824357))
  2239. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, -0.268967271, 0.00389385223, 0.99999392, -3.44700801e-008, -3.47469538e-008, -3.36162955e-008, -0.999996245, 5.66243216e-007, -1.31819306e-007, -5.66243216e-007, -0.999994874))
  2240. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2241. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681702, 0.0801181346, 0.0457824357))
  2242. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, 0.49215132, -0.041888237, -0.99999392, 3.44701228e-008, 1.00972109e-007, 3.36162742e-008, 0.999996245, -7.45056241e-007, -1.3678671e-007, -8.04660885e-007, -0.999994874))
  2243. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2244. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681702, 0.0457817875, 0.0457824357))
  2245. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, -0.268967241, -0.0418877602, 0.99999392, -3.44700801e-008, -3.47469538e-008, -3.36162955e-008, -0.999996245, 5.66243216e-007, -1.31819306e-007, -5.66243216e-007, -0.999994874))
  2246. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2247. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.171681881, 0.0572272949, 0.0457824767))
  2248. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, 0.503592968, 0.419583797, -0.999992311, -6.49501573e-008, 4.74951349e-008, 6.4437863e-008, -0.99999541, 6.25847065e-007, 1.64104151e-007, 6.55649274e-007, 0.99999404))
  2249. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2250. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.0343365557, 0.171681881, 0.274691314))
  2251. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.457812309, -2.38418579e-007, -0.225012302, -2.20201279e-009, -0.999996305, 6.55649785e-007, -0.99999392, 4.26325641e-014, 6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  2252. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681881, 0.0343363695, 0.0343370214))
  2253. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, 0.457814097, 0.379526615, -1, 8.77475301e-008, 3.24794875e-008, -8.77475088e-008, -1, 6.25849395e-007, 3.24795408e-008, 6.25849395e-007, 1))
  2254. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2255. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681881, 0.171681896, 0.0457824767))
  2256. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, -0.310854912, 0.497872889, -1, -1.30953604e-008, 1.03750807e-007, -1.037508e-007, -6.55652514e-007, -1, 1.30954287e-008, -1, 6.55652514e-007))
  2257. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2258. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.171681881, 0.171681911, 0.0457824767))
  2259. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, 0.310854912, -0.497872829, -1, 3.14915916e-008, 8.43345092e-008, 8.43345305e-008, 6.55653253e-007, 1, 3.14915347e-008, 1, -6.55653253e-007))
  2260. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2261. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.0572274737, 0.171681881, 0.137345821))
  2262. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.503594041, -2.38418579e-007, -0.156341076, -2.20201279e-009, -0.999996305, 6.55649785e-007, -0.99999392, 4.26325641e-014, 6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  2263. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.0457820147, 0.171681881, 0.160236731))
  2264. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.555098176, -2.38418579e-007, -0.144895077, -2.20201279e-009, -0.999996305, 6.55649785e-007, -0.99999392, 4.26325641e-014, 6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  2265. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.0343365557, 0.171681881, 0.46926403))
  2266. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.595156789, -2.38418579e-007, -0.207845211, -2.20201279e-009, -0.999996305, 6.55649785e-007, -0.99999392, 4.26325641e-014, 6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  2267. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0114456378, 0.171681881, 0.171682194))
  2268. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.526484609, -2.38418579e-007, -0.310853004, -2.20201279e-009, -0.999996305, 6.55649785e-007, -0.99999392, 4.26325641e-014, 6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  2269. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0457820147, 0.171681881, 0.217464045))
  2270. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.555097342, -2.38418579e-007, -0.333743572, -2.20201279e-009, -0.999996305, 6.55649785e-007, -0.99999392, 4.26325641e-014, 6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  2271. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681881, 0.0457818359, 0.0457824841))
  2272. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, 0.555097938, -0.0418872833, 0.99999392, -3.44700801e-008, -3.47469538e-008, -3.36162955e-008, -0.999996245, 5.66243216e-007, -1.31819306e-007, -5.66243216e-007, -0.999994874))
  2273. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2274. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681881, 0.0457818359, 0.0457824841))
  2275. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, -0.555097938, 0.0418872833, 0.99999392, 2.83586115e-008, -3.97143971e-008, -2.92122504e-008, 0.999996245, -5.66243216e-007, 1.3678671e-007, 5.66243216e-007, 0.999994874))
  2276. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2277. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681881, 0.0457818359, 0.0457824841))
  2278. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, 0.555097938, 0.0038933754, 0.99999392, -3.44700801e-008, -3.47469538e-008, -3.36162955e-008, -0.999996245, 5.66243216e-007, -1.31819306e-007, -5.66243216e-007, -0.999994874))
  2279. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2280. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681881, 0.0801182166, 0.0457824841))
  2281. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, 0.492148638, -0.0418877602, 0.99999392, -3.44700801e-008, -3.47469538e-008, -3.36162955e-008, -0.999996245, 5.66243216e-007, -1.31819306e-007, -5.66243216e-007, -0.999994874))
  2282. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2283. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681881, 0.0457818359, 0.022891568))
  2284. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, -0.509315968, 0.0762243271, 0.99999392, 2.83586115e-008, -3.97143971e-008, -2.92122504e-008, 0.999996245, -5.66243216e-007, 1.3678671e-007, 5.66243216e-007, 0.999994874))
  2285. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2286. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681881, 0.0457818359, 0.022891568))
  2287. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, 0.509315968, -0.0762243271, 0.99999392, -3.44700801e-008, -3.47469609e-008, -3.36162955e-008, -0.999996245, 5.66243216e-007, -1.31819306e-007, -5.66243216e-007, -0.999994874))
  2288. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2289. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0572274737, 0.171681881, 0.114454888))
  2290. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.242180824, -2.38418579e-007, 0.32619071, 1.34303008e-007, 6.85452051e-007, 0.999994874, -0.99999392, 4.26325641e-014, 6.78595526e-008, -2.20201279e-009, -0.999996305, 6.55649785e-007))
  2291. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.17168209, 0.171681881, 0.125900358))
  2292. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.354804158, -2.38418579e-007, -0.150618076, -2.20201279e-009, -0.999996305, 6.55649785e-007, -0.99999392, 4.26325641e-014, 6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  2293. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.0228910968, 0.171681881, 0.148791298))
  2294. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0762238503, -2.38418579e-007, 0.412031174, 1.34303008e-007, 6.85452051e-007, 0.999994874, -0.99999392, 4.26325641e-014, 6.78595526e-008, -2.20201279e-009, -0.999996305, 6.55649785e-007))
  2295. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0915638581, 0.171681881, 0.217464045))
  2296. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.31657505, -2.38418579e-007, 0.33191371, 1.34303008e-007, 6.85452051e-007, 0.999994874, -0.99999392, 4.26325641e-014, 6.78595526e-008, -2.20201279e-009, -0.999996305, 6.55649785e-007))
  2297. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.0457820222, 0.171681881, 0.0228912067))
  2298. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.268963337, -2.38418579e-007, -0.0762243271, -2.20201279e-009, -0.999996305, 6.55649785e-007, -0.99999392, 4.26325641e-014, 6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  2299. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.171681881, 0.0572272837, 0.0572279356))
  2300. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, -0.412032783, -0.242182255, -1, -8.43714503e-008, 2.90819635e-009, -8.43714503e-008, 1, -6.25849452e-007, -2.9081384e-009, -6.25849452e-007, -1))
  2301. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2302. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681881, 0.0572272837, 0.0572279356))
  2303. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, 0.412032843, 0.242182255, -1, 8.77525324e-008, 3.24803544e-008, -8.7752511e-008, -1, 6.25849452e-007, 3.24804077e-008, 6.25849452e-007, 1))
  2304. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2305. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681881, 0.0457818359, 0.0457824841))
  2306. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, -0.268963397, 0.0038933754, -0.99999392, 3.44701228e-008, 1.00972109e-007, 3.36162742e-008, 0.999996245, -7.45056241e-007, -1.3678671e-007, -8.04660885e-007, -0.999994874))
  2307. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2308. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681881, 0.0801182166, 0.0457824841))
  2309. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, -0.331913531, -0.0418872833, -0.99999392, 3.44701228e-008, 1.00972109e-007, 3.36162742e-008, 0.999996245, -7.45056241e-007, -1.3678671e-007, -8.04660885e-007, -0.999994874))
  2310. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2311. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681881, 0.0457818359, 0.022891568))
  2312. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, -0.314745247, -0.0762238503, -0.99999392, 3.44701228e-008, 1.00972109e-007, 3.36162742e-008, 0.999996245, -7.45056241e-007, -1.3678671e-007, -8.04660885e-007, -0.999994874))
  2313. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2314. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681881, 0.0457818359, 0.0457824841))
  2315. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, -0.268963397, -0.0418872833, -0.99999392, 3.44701228e-008, 1.00972109e-007, 3.36162742e-008, 0.999996245, -7.45056241e-007, -1.3678671e-007, -8.04660885e-007, -0.999994874))
  2316. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2317. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681881, 0.0457818359, 0.022891568))
  2318. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, 0.314745188, 0.0762238503, -0.99999392, -2.83585724e-008, 9.60047473e-008, 2.92122717e-008, -0.999996245, 7.45056241e-007, 1.31819306e-007, 8.04660885e-007, 0.999994874))
  2319. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2320. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681881, 0.0457818359, 0.0457824841))
  2321. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, 0.268963337, 0.0418872833, -0.99999392, -2.83585724e-008, 9.60047473e-008, 2.92122717e-008, -0.999996245, 7.45056241e-007, 1.31819306e-007, 8.04660885e-007, 0.999994874))
  2322. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2323. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681881, 0.103009142, 0.0343370214))
  2324. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, -0.4939785, 0.595156968, -0.99999392, 7.91495403e-009, 6.78595455e-008, -1.34303008e-007, -7.15254259e-007, -0.999994874, -2.2020088e-009, -0.999996305, 6.85451937e-007))
  2325. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2326. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.171681881, 0.0457818359, 0.103009783))
  2327. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, 0.555096865, 0.4939785, -0.999992311, -6.49501573e-008, 4.74951349e-008, 6.4437863e-008, -0.99999541, 6.25847065e-007, 1.64104151e-007, 6.55649274e-007, 0.99999404))
  2328. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2329. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.240354851, 0.171681881, 0.0228912067))
  2330. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0933918953, -2.38418579e-007, 0.234627724, 1.34303008e-007, 6.85452051e-007, 0.999994874, -0.99999392, 4.26325641e-014, 6.78595526e-008, -2.20201279e-009, -0.999996305, 6.55649785e-007))
  2331. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.125900239, 0.171681881, 0.0228912067))
  2332. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.150618553, -2.38418579e-007, 0.257518291, 1.34303008e-007, 6.85452051e-007, 0.999994874, -0.99999392, 4.26325641e-014, 6.78595526e-008, -2.20201279e-009, -0.999996305, 6.55649785e-007))
  2333. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.171681881, 0.0572272837, 0.0457824767))
  2334. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, 0.242182732, -0.246073961, -1, 1.64762586e-008, -6.83687489e-008, -6.83687347e-008, 6.5565257e-007, 1, 1.6476303e-008, 1, -6.5565257e-007))
  2335. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2336. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681881, 0.0572272837, 0.0457824767))
  2337. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, -0.242182732, 0.246073961, -1, -1.30966411e-008, 1.03758325e-007, -1.03758317e-007, -6.55652627e-007, -1, 1.30967095e-008, -1, 6.55652627e-007))
  2338. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2339. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0915637612, 0.171681702, 0.217463821))
  2340. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.316575527, 2.38418579e-007, 0.331917107, 1.34303008e-007, 6.85452051e-007, 0.999994874, 0.99999392, -4.26325641e-014, -6.78595526e-008, 2.20201279e-009, 0.999996305, -6.55649785e-007))
  2341. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681702, 0.0343363322, 0.0343369842))
  2342. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, 0.457817107, 0.379527569, 1, -8.77475728e-008, -1.03240339e-007, 8.77475017e-008, 1, -6.8545512e-007, 1.03240396e-007, 6.8545512e-007, 1))
  2343. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2344. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0572274141, 0.171681702, 0.114454769))
  2345. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.242180347, 2.38418579e-007, 0.326194108, 1.34303008e-007, 6.85452051e-007, 0.999994874, 0.99999392, -4.26325641e-014, -6.78595526e-008, 2.20201279e-009, 0.999996305, -6.55649785e-007))
  2346. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681702, 0.171681717, 0.045782432))
  2347. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, -0.310854912, 0.497876048, 1, 1.30954101e-008, -3.19691402e-008, -3.19691331e-008, -7.15258693e-007, -1, -1.30954332e-008, 1, -7.15258693e-007))
  2348. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2349. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.171681702, 0.0572272241, 0.045782432))
  2350. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, 0.242181778, -0.246077538, 1, -1.64764469e-008, -2.04088664e-007, 2.04088693e-007, 7.15258636e-007, 1, -1.64763012e-008, -1, 7.15258636e-007))
  2351. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2352. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.171681702, 0.171681732, 0.045782432))
  2353. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, 0.310854912, -0.497876078, 1, -3.14915702e-008, -5.13853884e-008, 5.13854133e-008, 7.15258011e-007, 1, -3.14915347e-008, -1, 7.15258011e-007))
  2354. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2355. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681702, 0.0572272241, 0.057227876))
  2356. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, 0.412036151, 0.242182255, 1, -8.7752575e-008, -1.03239472e-007, 8.77525039e-008, 1, -6.85455063e-007, 1.03239529e-007, 6.85455063e-007, 1))
  2357. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2358. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681702, 0.0572272241, 0.045782432))
  2359. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, -0.242181778, 0.246077538, 1, 1.30966908e-008, -3.19616227e-008, -3.19616156e-008, -7.15258579e-007, -1, -1.30967139e-008, 1, -7.15258579e-007))
  2360. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2361. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.171681702, 0.0572272241, 0.057227876))
  2362. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, -0.41203618, -0.242182255, 1, 8.4371365e-008, -1.32811849e-007, 8.43714574e-008, -1, 6.85455063e-007, -1.32811792e-007, -6.85455063e-007, -1))
  2363. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2364. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.0343365259, 0.171681702, 0.274691015))
  2365. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.457815558, 2.38418579e-007, -0.225013256, 2.20201279e-009, 0.999996305, -6.55649785e-007, 0.99999392, -4.26325641e-014, -6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  2366. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.171681702, 0.0572272353, 0.045782432))
  2367. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, 0.503596783, 0.419583797, 0.999992311, 6.49501288e-008, -8.82238425e-008, -6.44378773e-008, 0.99999541, -6.85451369e-007, 1.04501638e-007, 7.15253691e-007, 0.99999404))
  2368. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2369. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0114456266, 0.171681702, 0.171682015))
  2370. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.526487768, 2.38418579e-007, -0.310853004, 2.20201279e-009, 0.999996305, -6.55649785e-007, 0.99999392, -4.26325641e-014, -6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  2371. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.125900105, 0.171681702, 0.0228911825))
  2372. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.150618076, 2.38418579e-007, 0.257521898, 1.34303008e-007, 6.85452051e-007, 0.999994874, 0.99999392, -4.26325641e-014, -6.78595526e-008, 2.20201279e-009, 0.999996305, -6.55649785e-007))
  2373. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.0572274141, 0.171681702, 0.137345672))
  2374. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.503597379, 2.38418579e-007, -0.156341553, 2.20201279e-009, 0.999996305, -6.55649785e-007, 0.99999392, -4.26325641e-014, -6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  2375. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681911, 0.171681702, 0.125900224))
  2376. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.354807675, 2.38418579e-007, -0.150618076, 2.20201279e-009, 0.999996305, -6.55649785e-007, 0.99999392, -4.26325641e-014, -6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  2377. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.0457819663, 0.171681702, 0.160236567))
  2378. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.555101395, 2.38418579e-007, -0.14489603, 2.20201279e-009, 0.999996305, -6.55649785e-007, 0.99999392, -4.26325641e-014, -6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  2379. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0457819663, 0.171681702, 0.217463821))
  2380. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.555101275, 2.38418579e-007, -0.333743572, 2.20201279e-009, 0.999996305, -6.55649785e-007, 0.99999392, -4.26325641e-014, -6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  2381. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.171681702, 0.0457817875, 0.103009678))
  2382. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, 0.55510062, 0.493978024, 0.999992311, 6.49501288e-008, -8.82238425e-008, -6.44378773e-008, 0.99999541, -6.85451369e-007, 1.04501638e-007, 7.15253691e-007, 0.99999404))
  2383. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2384. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.240354598, 0.171681702, 0.0228911825))
  2385. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0933918953, 2.38418579e-007, 0.234630585, 1.34303008e-007, 6.85452051e-007, 0.999994874, 0.99999392, -4.26325641e-014, -6.78595526e-008, 2.20201279e-009, 0.999996305, -6.55649785e-007))
  2386. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.0228910744, 0.171681702, 0.148791149))
  2387. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0762243271, 2.38418579e-007, 0.412033886, 1.34303008e-007, 6.85452051e-007, 0.999994874, 0.99999392, -4.26325641e-014, -6.78595526e-008, 2.20201279e-009, 0.999996305, -6.55649785e-007))
  2388. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681702, 0.0457817875, 0.0228915438))
  2389. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, -0.509319663, 0.0762243271, -0.99999392, -2.83585724e-008, 9.60047473e-008, 2.92122717e-008, -0.999996245, 7.45056241e-007, 1.31819306e-007, 8.04660885e-007, 0.999994874))
  2390. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2391. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681702, 0.0457817875, 0.0228915438))
  2392. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, 0.509319603, -0.0762243271, -0.99999392, 3.44701228e-008, 1.00972102e-007, 3.36162742e-008, 0.999996245, -7.45056241e-007, -1.3678671e-007, -8.04660885e-007, -0.999994874))
  2393. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2394. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.0457819737, 0.171681702, 0.0228911825))
  2395. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.268967181, 2.38418579e-007, -0.0762238503, 2.20201279e-009, 0.999996305, -6.55649785e-007, 0.99999392, -4.26325641e-014, -6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  2396. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681702, 0.0457817875, 0.0228915438))
  2397. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, -0.314748168, -0.0762238503, 0.99999392, -3.44700801e-008, -3.47469538e-008, -3.36162955e-008, -0.999996245, 5.66243216e-007, -1.31819306e-007, -5.66243216e-007, -0.999994874))
  2398. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2399. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681702, 0.0457817875, 0.0228915438))
  2400. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, 0.314748138, 0.0762238503, 0.99999392, 2.83586115e-008, -3.97143971e-008, -2.92122504e-008, 0.999996245, -5.66243216e-007, 1.3678671e-007, 5.66243216e-007, 0.999994874))
  2401. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2402. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.0343365185, 0.171681702, 0.469263524))
  2403. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.595160067, 2.38418579e-007, -0.207845688, 2.20201279e-009, 0.999996305, -6.55649785e-007, 0.99999392, -4.26325641e-014, -6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  2404. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681702, 0.0801181346, 0.0457824357))
  2405. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, -0.331916451, -0.041888237, 0.99999392, -3.44700801e-008, -3.47469538e-008, -3.36162955e-008, -0.999996245, 5.66243216e-007, -1.31819306e-007, -5.66243216e-007, -0.999994874))
  2406. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2407. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681702, 0.0457817875, 0.0457824357))
  2408. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, 0.268967211, 0.0418877602, 0.99999392, 2.83586115e-008, -3.97143971e-008, -2.92122504e-008, 0.999996245, -5.66243216e-007, 1.3678671e-007, 5.66243216e-007, 0.999994874))
  2409. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2410. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681702, 0.0457817875, 0.0457824357))
  2411. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, 0.55510056, -0.041888237, -0.99999392, 3.44701228e-008, 1.00972109e-007, 3.36162742e-008, 0.999996245, -7.45056241e-007, -1.3678671e-007, -8.04660885e-007, -0.999994874))
  2412. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2413. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681702, 0.0457817875, 0.0457824357))
  2414. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, -0.55510056, 0.041888237, -0.99999392, -2.83585724e-008, 9.60047473e-008, 2.92122717e-008, -0.999996245, 7.45056241e-007, 1.31819306e-007, 8.04660885e-007, 0.999994874))
  2415. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2416. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681702, 0.103009038, 0.0343369879))
  2417. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, -0.493978024, 0.595159888, 0.99999392, -7.91495403e-009, -6.78595455e-008, -1.34303008e-007, -6.55649842e-007, -0.999994874, 2.20201679e-009, 0.999996305, -6.25847633e-007))
  2418. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2419. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681702, 0.0457817875, 0.0457824357))
  2420. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, 0.55510056, 0.0038933754, -0.99999392, 3.44701228e-008, 1.00972109e-007, 3.36162742e-008, 0.999996245, -7.45056241e-007, -1.3678671e-007, -8.04660885e-007, -0.999994874))
  2421. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2422. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681702, 0.0457817875, 0.0457824357))
  2423. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, -0.268967271, 0.00389385223, 0.99999392, -3.44700801e-008, -3.47469538e-008, -3.36162955e-008, -0.999996245, 5.66243216e-007, -1.31819306e-007, -5.66243216e-007, -0.999994874))
  2424. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2425. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681702, 0.103009038, 0.0343369879))
  2426. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, -0.493978024, 0.595159888, 0.99999392, -7.91495403e-009, -6.78595455e-008, -1.34303008e-007, -6.55649842e-007, -0.999994874, 2.20201679e-009, 0.999996305, -6.25847633e-007))
  2427. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2428. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681702, 0.0457817875, 0.0457824357))
  2429. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, 0.55510056, 0.0038933754, -0.99999392, 3.44701228e-008, 1.00972109e-007, 3.36162742e-008, 0.999996245, -7.45056241e-007, -1.3678671e-007, -8.04660885e-007, -0.999994874))
  2430. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2431. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.171681881, 0.0572272949, 0.0457824767))
  2432. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, 0.503592968, 0.419583797, -0.999992311, -6.49501573e-008, 4.74951349e-008, 6.4437863e-008, -0.99999541, 6.25847065e-007, 1.64104151e-007, 6.55649274e-007, 0.99999404))
  2433. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2434. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.0343365557, 0.171681881, 0.274691314))
  2435. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.457812309, -2.38418579e-007, -0.225012302, -2.20201279e-009, -0.999996305, 6.55649785e-007, -0.99999392, 4.26325641e-014, 6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  2436. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681881, 0.0343363695, 0.0343370214))
  2437. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, 0.457814097, 0.379526615, -1, 8.77475301e-008, 3.24794875e-008, -8.77475088e-008, -1, 6.25849395e-007, 3.24795408e-008, 6.25849395e-007, 1))
  2438. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2439. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681881, 0.171681896, 0.0457824767))
  2440. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, -0.310854912, 0.497872889, -1, -1.30953604e-008, 1.03750807e-007, -1.037508e-007, -6.55652514e-007, -1, 1.30954287e-008, -1, 6.55652514e-007))
  2441. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2442. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.171681881, 0.171681911, 0.0457824767))
  2443. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, 0.310854912, -0.497872829, -1, 3.14915916e-008, 8.43345092e-008, 8.43345305e-008, 6.55653253e-007, 1, 3.14915347e-008, 1, -6.55653253e-007))
  2444. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2445. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.0572274737, 0.171681881, 0.137345821))
  2446. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.503594041, -2.38418579e-007, -0.156341076, -2.20201279e-009, -0.999996305, 6.55649785e-007, -0.99999392, 4.26325641e-014, 6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  2447. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.0457820147, 0.171681881, 0.160236731))
  2448. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.555098176, -2.38418579e-007, -0.144895077, -2.20201279e-009, -0.999996305, 6.55649785e-007, -0.99999392, 4.26325641e-014, 6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  2449. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.0343365557, 0.171681881, 0.46926403))
  2450. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.595156789, -2.38418579e-007, -0.207845211, -2.20201279e-009, -0.999996305, 6.55649785e-007, -0.99999392, 4.26325641e-014, 6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  2451. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0114456378, 0.171681881, 0.171682194))
  2452. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.526484609, -2.38418579e-007, -0.310853004, -2.20201279e-009, -0.999996305, 6.55649785e-007, -0.99999392, 4.26325641e-014, 6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  2453. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0457820147, 0.171681881, 0.217464045))
  2454. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.555097342, -2.38418579e-007, -0.333743572, -2.20201279e-009, -0.999996305, 6.55649785e-007, -0.99999392, 4.26325641e-014, 6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  2455. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681881, 0.0457818359, 0.0457824841))
  2456. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, 0.555097938, -0.0418872833, 0.99999392, -3.44700801e-008, -3.47469538e-008, -3.36162955e-008, -0.999996245, 5.66243216e-007, -1.31819306e-007, -5.66243216e-007, -0.999994874))
  2457. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2458. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681881, 0.0457818359, 0.0457824841))
  2459. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, -0.555097938, 0.0418872833, 0.99999392, 2.83586115e-008, -3.97143971e-008, -2.92122504e-008, 0.999996245, -5.66243216e-007, 1.3678671e-007, 5.66243216e-007, 0.999994874))
  2460. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2461. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681881, 0.0457818359, 0.0457824841))
  2462. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, 0.555097938, 0.0038933754, 0.99999392, -3.44700801e-008, -3.47469538e-008, -3.36162955e-008, -0.999996245, 5.66243216e-007, -1.31819306e-007, -5.66243216e-007, -0.999994874))
  2463. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2464. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681881, 0.0801182166, 0.0457824841))
  2465. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, 0.492148638, -0.0418877602, 0.99999392, -3.44700801e-008, -3.47469538e-008, -3.36162955e-008, -0.999996245, 5.66243216e-007, -1.31819306e-007, -5.66243216e-007, -0.999994874))
  2466. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2467. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681881, 0.0457818359, 0.022891568))
  2468. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, -0.509315968, 0.0762243271, 0.99999392, 2.83586115e-008, -3.97143971e-008, -2.92122504e-008, 0.999996245, -5.66243216e-007, 1.3678671e-007, 5.66243216e-007, 0.999994874))
  2469. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2470. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681881, 0.0457818359, 0.022891568))
  2471. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, 0.509315968, -0.0762243271, 0.99999392, -3.44700801e-008, -3.47469609e-008, -3.36162955e-008, -0.999996245, 5.66243216e-007, -1.31819306e-007, -5.66243216e-007, -0.999994874))
  2472. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2473. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0572274737, 0.171681881, 0.114454888))
  2474. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.242180824, -2.38418579e-007, 0.32619071, 1.34303008e-007, 6.85452051e-007, 0.999994874, -0.99999392, 4.26325641e-014, 6.78595526e-008, -2.20201279e-009, -0.999996305, 6.55649785e-007))
  2475. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.17168209, 0.171681881, 0.125900358))
  2476. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.354804158, -2.38418579e-007, -0.150618076, -2.20201279e-009, -0.999996305, 6.55649785e-007, -0.99999392, 4.26325641e-014, 6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  2477. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.0228910968, 0.171681881, 0.148791298))
  2478. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0762238503, -2.38418579e-007, 0.412031174, 1.34303008e-007, 6.85452051e-007, 0.999994874, -0.99999392, 4.26325641e-014, 6.78595526e-008, -2.20201279e-009, -0.999996305, 6.55649785e-007))
  2479. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0915638581, 0.171681881, 0.217464045))
  2480. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.31657505, -2.38418579e-007, 0.33191371, 1.34303008e-007, 6.85452051e-007, 0.999994874, -0.99999392, 4.26325641e-014, 6.78595526e-008, -2.20201279e-009, -0.999996305, 6.55649785e-007))
  2481. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.0457820222, 0.171681881, 0.0228912067))
  2482. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.268963337, -2.38418579e-007, -0.0762243271, -2.20201279e-009, -0.999996305, 6.55649785e-007, -0.99999392, 4.26325641e-014, 6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  2483. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.171681881, 0.0572272837, 0.0572279356))
  2484. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, -0.412032783, -0.242182255, -1, -8.43714503e-008, 2.90819635e-009, -8.43714503e-008, 1, -6.25849452e-007, -2.9081384e-009, -6.25849452e-007, -1))
  2485. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2486. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681881, 0.0572272837, 0.0572279356))
  2487. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, 0.412032843, 0.242182255, -1, 8.77525324e-008, 3.24803544e-008, -8.7752511e-008, -1, 6.25849452e-007, 3.24804077e-008, 6.25849452e-007, 1))
  2488. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2489. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681881, 0.0457818359, 0.0457824841))
  2490. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, -0.268963397, 0.0038933754, -0.99999392, 3.44701228e-008, 1.00972109e-007, 3.36162742e-008, 0.999996245, -7.45056241e-007, -1.3678671e-007, -8.04660885e-007, -0.999994874))
  2491. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2492. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681881, 0.0801182166, 0.0457824841))
  2493. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, -0.331913531, -0.0418872833, -0.99999392, 3.44701228e-008, 1.00972109e-007, 3.36162742e-008, 0.999996245, -7.45056241e-007, -1.3678671e-007, -8.04660885e-007, -0.999994874))
  2494. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2495. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681881, 0.0457818359, 0.022891568))
  2496. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, -0.314745247, -0.0762238503, -0.99999392, 3.44701228e-008, 1.00972109e-007, 3.36162742e-008, 0.999996245, -7.45056241e-007, -1.3678671e-007, -8.04660885e-007, -0.999994874))
  2497. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2498. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681881, 0.0457818359, 0.0457824841))
  2499. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, -0.268963397, -0.0418872833, -0.99999392, 3.44701228e-008, 1.00972109e-007, 3.36162742e-008, 0.999996245, -7.45056241e-007, -1.3678671e-007, -8.04660885e-007, -0.999994874))
  2500. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2501. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681881, 0.0457818359, 0.022891568))
  2502. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, 0.314745188, 0.0762238503, -0.99999392, -2.83585724e-008, 9.60047473e-008, 2.92122717e-008, -0.999996245, 7.45056241e-007, 1.31819306e-007, 8.04660885e-007, 0.999994874))
  2503. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2504. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681881, 0.0457818359, 0.0457824841))
  2505. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, 0.268963337, 0.0418872833, -0.99999392, -2.83585724e-008, 9.60047473e-008, 2.92122717e-008, -0.999996245, 7.45056241e-007, 1.31819306e-007, 8.04660885e-007, 0.999994874))
  2506. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2507. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681881, 0.103009142, 0.0343370214))
  2508. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, -0.4939785, 0.595156968, -0.99999392, 7.91495403e-009, 6.78595455e-008, -1.34303008e-007, -7.15254259e-007, -0.999994874, -2.2020088e-009, -0.999996305, 6.85451937e-007))
  2509. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2510. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.171681881, 0.0457818359, 0.103009783))
  2511. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, 0.555096865, 0.4939785, -0.999992311, -6.49501573e-008, 4.74951349e-008, 6.4437863e-008, -0.99999541, 6.25847065e-007, 1.64104151e-007, 6.55649274e-007, 0.99999404))
  2512. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2513. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.240354851, 0.171681881, 0.0228912067))
  2514. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0933918953, -2.38418579e-007, 0.234627724, 1.34303008e-007, 6.85452051e-007, 0.999994874, -0.99999392, 4.26325641e-014, 6.78595526e-008, -2.20201279e-009, -0.999996305, 6.55649785e-007))
  2515. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.125900239, 0.171681881, 0.0228912067))
  2516. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.150618553, -2.38418579e-007, 0.257518291, 1.34303008e-007, 6.85452051e-007, 0.999994874, -0.99999392, 4.26325641e-014, 6.78595526e-008, -2.20201279e-009, -0.999996305, 6.55649785e-007))
  2517. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.171681881, 0.0572272837, 0.0457824767))
  2518. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, 0.242182732, -0.246073961, -1, 1.64762586e-008, -6.83687489e-008, -6.83687347e-008, 6.5565257e-007, 1, 1.6476303e-008, 1, -6.5565257e-007))
  2519. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2520. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681881, 0.0572272837, 0.0457824767))
  2521. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, -0.242182732, 0.246073961, -1, -1.30966411e-008, 1.03758325e-007, -1.03758317e-007, -6.55652627e-007, -1, 1.30967095e-008, -1, 6.55652627e-007))
  2522. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2523. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0915637612, 0.171681702, 0.217463821))
  2524. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.316575527, 2.38418579e-007, 0.331917107, 1.34303008e-007, 6.85452051e-007, 0.999994874, 0.99999392, -4.26325641e-014, -6.78595526e-008, 2.20201279e-009, 0.999996305, -6.55649785e-007))
  2525. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681702, 0.0343363322, 0.0343369842))
  2526. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, 0.457817107, 0.379527569, 1, -8.77475728e-008, -1.03240339e-007, 8.77475017e-008, 1, -6.8545512e-007, 1.03240396e-007, 6.8545512e-007, 1))
  2527. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2528. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0572274141, 0.171681702, 0.114454769))
  2529. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.242180347, 2.38418579e-007, 0.326194108, 1.34303008e-007, 6.85452051e-007, 0.999994874, 0.99999392, -4.26325641e-014, -6.78595526e-008, 2.20201279e-009, 0.999996305, -6.55649785e-007))
  2530. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681702, 0.171681717, 0.045782432))
  2531. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, -0.310854912, 0.497876048, 1, 1.30954101e-008, -3.19691402e-008, -3.19691331e-008, -7.15258693e-007, -1, -1.30954332e-008, 1, -7.15258693e-007))
  2532. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2533. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.171681702, 0.0572272241, 0.045782432))
  2534. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, 0.242181778, -0.246077538, 1, -1.64764469e-008, -2.04088664e-007, 2.04088693e-007, 7.15258636e-007, 1, -1.64763012e-008, -1, 7.15258636e-007))
  2535. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2536. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.171681702, 0.171681732, 0.045782432))
  2537. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, 0.310854912, -0.497876078, 1, -3.14915702e-008, -5.13853884e-008, 5.13854133e-008, 7.15258011e-007, 1, -3.14915347e-008, -1, 7.15258011e-007))
  2538. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2539. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681702, 0.0572272241, 0.057227876))
  2540. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, 0.412036151, 0.242182255, 1, -8.7752575e-008, -1.03239472e-007, 8.77525039e-008, 1, -6.85455063e-007, 1.03239529e-007, 6.85455063e-007, 1))
  2541. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2542. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681702, 0.0572272241, 0.045782432))
  2543. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, -0.242181778, 0.246077538, 1, 1.30966908e-008, -3.19616227e-008, -3.19616156e-008, -7.15258579e-007, -1, -1.30967139e-008, 1, -7.15258579e-007))
  2544. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2545. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.171681702, 0.0572272241, 0.057227876))
  2546. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, -0.41203618, -0.242182255, 1, 8.4371365e-008, -1.32811849e-007, 8.43714574e-008, -1, 6.85455063e-007, -1.32811792e-007, -6.85455063e-007, -1))
  2547. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2548. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.0343365259, 0.171681702, 0.274691015))
  2549. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.457815558, 2.38418579e-007, -0.225013256, 2.20201279e-009, 0.999996305, -6.55649785e-007, 0.99999392, -4.26325641e-014, -6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  2550. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.171681702, 0.0572272353, 0.045782432))
  2551. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, 0.503596783, 0.419583797, 0.999992311, 6.49501288e-008, -8.82238425e-008, -6.44378773e-008, 0.99999541, -6.85451369e-007, 1.04501638e-007, 7.15253691e-007, 0.99999404))
  2552. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2553. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0114456266, 0.171681702, 0.171682015))
  2554. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.526487768, 2.38418579e-007, -0.310853004, 2.20201279e-009, 0.999996305, -6.55649785e-007, 0.99999392, -4.26325641e-014, -6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  2555. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.125900105, 0.171681702, 0.0228911825))
  2556. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.150618076, 2.38418579e-007, 0.257521898, 1.34303008e-007, 6.85452051e-007, 0.999994874, 0.99999392, -4.26325641e-014, -6.78595526e-008, 2.20201279e-009, 0.999996305, -6.55649785e-007))
  2557. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.0572274141, 0.171681702, 0.137345672))
  2558. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.503597379, 2.38418579e-007, -0.156341553, 2.20201279e-009, 0.999996305, -6.55649785e-007, 0.99999392, -4.26325641e-014, -6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  2559. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681911, 0.171681702, 0.125900224))
  2560. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.354807675, 2.38418579e-007, -0.150618076, 2.20201279e-009, 0.999996305, -6.55649785e-007, 0.99999392, -4.26325641e-014, -6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  2561. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.0457819663, 0.171681702, 0.160236567))
  2562. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.555101395, 2.38418579e-007, -0.14489603, 2.20201279e-009, 0.999996305, -6.55649785e-007, 0.99999392, -4.26325641e-014, -6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  2563. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0457819663, 0.171681702, 0.217463821))
  2564. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.555101275, 2.38418579e-007, -0.333743572, 2.20201279e-009, 0.999996305, -6.55649785e-007, 0.99999392, -4.26325641e-014, -6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  2565. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.171681702, 0.0457817875, 0.103009678))
  2566. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, 0.55510062, 0.493978024, 0.999992311, 6.49501288e-008, -8.82238425e-008, -6.44378773e-008, 0.99999541, -6.85451369e-007, 1.04501638e-007, 7.15253691e-007, 0.99999404))
  2567. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2568. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.240354598, 0.171681702, 0.0228911825))
  2569. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0933918953, 2.38418579e-007, 0.234630585, 1.34303008e-007, 6.85452051e-007, 0.999994874, 0.99999392, -4.26325641e-014, -6.78595526e-008, 2.20201279e-009, 0.999996305, -6.55649785e-007))
  2570. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.0228910744, 0.171681702, 0.148791149))
  2571. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0762243271, 2.38418579e-007, 0.412033886, 1.34303008e-007, 6.85452051e-007, 0.999994874, 0.99999392, -4.26325641e-014, -6.78595526e-008, 2.20201279e-009, 0.999996305, -6.55649785e-007))
  2572. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681702, 0.0457817875, 0.0228915438))
  2573. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, -0.509319663, 0.0762243271, -0.99999392, -2.83585724e-008, 9.60047473e-008, 2.92122717e-008, -0.999996245, 7.45056241e-007, 1.31819306e-007, 8.04660885e-007, 0.999994874))
  2574. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2575. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681702, 0.0457817875, 0.0228915438))
  2576. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, 0.509319603, -0.0762243271, -0.99999392, 3.44701228e-008, 1.00972102e-007, 3.36162742e-008, 0.999996245, -7.45056241e-007, -1.3678671e-007, -8.04660885e-007, -0.999994874))
  2577. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2578. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.0457819737, 0.171681702, 0.0228911825))
  2579. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.268967181, 2.38418579e-007, -0.0762238503, 2.20201279e-009, 0.999996305, -6.55649785e-007, 0.99999392, -4.26325641e-014, -6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  2580. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681702, 0.0457817875, 0.0228915438))
  2581. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, -0.314748168, -0.0762238503, 0.99999392, -3.44700801e-008, -3.47469538e-008, -3.36162955e-008, -0.999996245, 5.66243216e-007, -1.31819306e-007, -5.66243216e-007, -0.999994874))
  2582. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2583. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681702, 0.0457817875, 0.0228915438))
  2584. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, 0.314748138, 0.0762238503, 0.99999392, 2.83586115e-008, -3.97143971e-008, -2.92122504e-008, 0.999996245, -5.66243216e-007, 1.3678671e-007, 5.66243216e-007, 0.999994874))
  2585. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2586. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.0343365185, 0.171681702, 0.469263524))
  2587. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.595160067, 2.38418579e-007, -0.207845688, 2.20201279e-009, 0.999996305, -6.55649785e-007, 0.99999392, -4.26325641e-014, -6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  2588. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681702, 0.0801181346, 0.0457824357))
  2589. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, -0.331916451, -0.041888237, 0.99999392, -3.44700801e-008, -3.47469538e-008, -3.36162955e-008, -0.999996245, 5.66243216e-007, -1.31819306e-007, -5.66243216e-007, -0.999994874))
  2590. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2591. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681702, 0.0457817875, 0.0457824357))
  2592. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, 0.268967211, 0.0418877602, 0.99999392, 2.83586115e-008, -3.97143971e-008, -2.92122504e-008, 0.999996245, -5.66243216e-007, 1.3678671e-007, 5.66243216e-007, 0.999994874))
  2593. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2594. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681702, 0.0457817875, 0.0457824357))
  2595. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, 0.55510056, -0.041888237, -0.99999392, 3.44701228e-008, 1.00972109e-007, 3.36162742e-008, 0.999996245, -7.45056241e-007, -1.3678671e-007, -8.04660885e-007, -0.999994874))
  2596. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2597. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681702, 0.0457817875, 0.0457824357))
  2598. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, -0.55510056, 0.041888237, -0.99999392, -2.83585724e-008, 9.60047473e-008, 2.92122717e-008, -0.999996245, 7.45056241e-007, 1.31819306e-007, 8.04660885e-007, 0.999994874))
  2599. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2600. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681702, 0.0801181346, 0.0457824357))
  2601. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, 0.49215132, -0.041888237, -0.99999392, 3.44701228e-008, 1.00972109e-007, 3.36162742e-008, 0.999996245, -7.45056241e-007, -1.3678671e-007, -8.04660885e-007, -0.999994874))
  2602. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2603. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681702, 0.0457817875, 0.0457824357))
  2604. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, -0.268967241, -0.0418877602, 0.99999392, -3.44700801e-008, -3.47469538e-008, -3.36162955e-008, -0.999996245, 5.66243216e-007, -1.31819306e-007, -5.66243216e-007, -0.999994874))
  2605. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2606. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681702, 0.0457817875, 0.0457824357))
  2607. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, -0.268967271, 0.00389385223, 0.99999392, -3.44700801e-008, -3.47469538e-008, -3.36162955e-008, -0.999996245, 5.66243216e-007, -1.31819306e-007, -5.66243216e-007, -0.999994874))
  2608. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2609. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681702, 0.0457817875, 0.0457824357))
  2610. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, -0.268967241, -0.0418877602, 0.99999392, -3.44700801e-008, -3.47469538e-008, -3.36162955e-008, -0.999996245, 5.66243216e-007, -1.31819306e-007, -5.66243216e-007, -0.999994874))
  2611. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2612. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681702, 0.0801181346, 0.0457824357))
  2613. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, 0.49215132, -0.041888237, -0.99999392, 3.44701228e-008, 1.00972109e-007, 3.36162742e-008, 0.999996245, -7.45056241e-007, -1.3678671e-007, -8.04660885e-007, -0.999994874))
  2614. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2615. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.171681881, 0.0572272949, 0.0457824767))
  2616. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, 0.503592968, 0.419583797, -0.999992311, -6.49501573e-008, 4.74951349e-008, 6.4437863e-008, -0.99999541, 6.25847065e-007, 1.64104151e-007, 6.55649274e-007, 0.99999404))
  2617. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2618. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.0343365557, 0.171681881, 0.274691314))
  2619. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.457812309, -2.38418579e-007, -0.225012302, -2.20201279e-009, -0.999996305, 6.55649785e-007, -0.99999392, 4.26325641e-014, 6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  2620. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681881, 0.0343363695, 0.0343370214))
  2621. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, 0.457814097, 0.379526615, -1, 8.77475301e-008, 3.24794875e-008, -8.77475088e-008, -1, 6.25849395e-007, 3.24795408e-008, 6.25849395e-007, 1))
  2622. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2623. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681881, 0.171681896, 0.0457824767))
  2624. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, -0.310854912, 0.497872889, -1, -1.30953604e-008, 1.03750807e-007, -1.037508e-007, -6.55652514e-007, -1, 1.30954287e-008, -1, 6.55652514e-007))
  2625. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2626. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.171681881, 0.171681911, 0.0457824767))
  2627. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, 0.310854912, -0.497872829, -1, 3.14915916e-008, 8.43345092e-008, 8.43345305e-008, 6.55653253e-007, 1, 3.14915347e-008, 1, -6.55653253e-007))
  2628. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2629. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.0572274737, 0.171681881, 0.137345821))
  2630. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.503594041, -2.38418579e-007, -0.156341076, -2.20201279e-009, -0.999996305, 6.55649785e-007, -0.99999392, 4.26325641e-014, 6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  2631. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.0457820147, 0.171681881, 0.160236731))
  2632. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.555098176, -2.38418579e-007, -0.144895077, -2.20201279e-009, -0.999996305, 6.55649785e-007, -0.99999392, 4.26325641e-014, 6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  2633. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.0343365557, 0.171681881, 0.46926403))
  2634. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.595156789, -2.38418579e-007, -0.207845211, -2.20201279e-009, -0.999996305, 6.55649785e-007, -0.99999392, 4.26325641e-014, 6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  2635. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0114456378, 0.171681881, 0.171682194))
  2636. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.526484609, -2.38418579e-007, -0.310853004, -2.20201279e-009, -0.999996305, 6.55649785e-007, -0.99999392, 4.26325641e-014, 6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  2637. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0457820147, 0.171681881, 0.217464045))
  2638. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.555097342, -2.38418579e-007, -0.333743572, -2.20201279e-009, -0.999996305, 6.55649785e-007, -0.99999392, 4.26325641e-014, 6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  2639. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681881, 0.0457818359, 0.0457824841))
  2640. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, 0.555097938, -0.0418872833, 0.99999392, -3.44700801e-008, -3.47469538e-008, -3.36162955e-008, -0.999996245, 5.66243216e-007, -1.31819306e-007, -5.66243216e-007, -0.999994874))
  2641. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2642. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681881, 0.0457818359, 0.0457824841))
  2643. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, -0.555097938, 0.0418872833, 0.99999392, 2.83586115e-008, -3.97143971e-008, -2.92122504e-008, 0.999996245, -5.66243216e-007, 1.3678671e-007, 5.66243216e-007, 0.999994874))
  2644. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2645. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681881, 0.0457818359, 0.0457824841))
  2646. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, 0.555097938, 0.0038933754, 0.99999392, -3.44700801e-008, -3.47469538e-008, -3.36162955e-008, -0.999996245, 5.66243216e-007, -1.31819306e-007, -5.66243216e-007, -0.999994874))
  2647. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2648. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681881, 0.0801182166, 0.0457824841))
  2649. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, 0.492148638, -0.0418877602, 0.99999392, -3.44700801e-008, -3.47469538e-008, -3.36162955e-008, -0.999996245, 5.66243216e-007, -1.31819306e-007, -5.66243216e-007, -0.999994874))
  2650. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2651. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681881, 0.0457818359, 0.022891568))
  2652. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, -0.509315968, 0.0762243271, 0.99999392, 2.83586115e-008, -3.97143971e-008, -2.92122504e-008, 0.999996245, -5.66243216e-007, 1.3678671e-007, 5.66243216e-007, 0.999994874))
  2653. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2654. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681881, 0.0457818359, 0.022891568))
  2655. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, 0.509315968, -0.0762243271, 0.99999392, -3.44700801e-008, -3.47469609e-008, -3.36162955e-008, -0.999996245, 5.66243216e-007, -1.31819306e-007, -5.66243216e-007, -0.999994874))
  2656. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2657. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0572274737, 0.171681881, 0.114454888))
  2658. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.242180824, -2.38418579e-007, 0.32619071, 1.34303008e-007, 6.85452051e-007, 0.999994874, -0.99999392, 4.26325641e-014, 6.78595526e-008, -2.20201279e-009, -0.999996305, 6.55649785e-007))
  2659. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.17168209, 0.171681881, 0.125900358))
  2660. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.354804158, -2.38418579e-007, -0.150618076, -2.20201279e-009, -0.999996305, 6.55649785e-007, -0.99999392, 4.26325641e-014, 6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  2661. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.0228910968, 0.171681881, 0.148791298))
  2662. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0762238503, -2.38418579e-007, 0.412031174, 1.34303008e-007, 6.85452051e-007, 0.999994874, -0.99999392, 4.26325641e-014, 6.78595526e-008, -2.20201279e-009, -0.999996305, 6.55649785e-007))
  2663. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0915638581, 0.171681881, 0.217464045))
  2664. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.31657505, -2.38418579e-007, 0.33191371, 1.34303008e-007, 6.85452051e-007, 0.999994874, -0.99999392, 4.26325641e-014, 6.78595526e-008, -2.20201279e-009, -0.999996305, 6.55649785e-007))
  2665. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.0457820222, 0.171681881, 0.0228912067))
  2666. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.268963337, -2.38418579e-007, -0.0762243271, -2.20201279e-009, -0.999996305, 6.55649785e-007, -0.99999392, 4.26325641e-014, 6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  2667. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.171681881, 0.0572272837, 0.0572279356))
  2668. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, -0.412032783, -0.242182255, -1, -8.43714503e-008, 2.90819635e-009, -8.43714503e-008, 1, -6.25849452e-007, -2.9081384e-009, -6.25849452e-007, -1))
  2669. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2670. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681881, 0.0572272837, 0.0572279356))
  2671. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, 0.412032843, 0.242182255, -1, 8.77525324e-008, 3.24803544e-008, -8.7752511e-008, -1, 6.25849452e-007, 3.24804077e-008, 6.25849452e-007, 1))
  2672. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2673. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681881, 0.0457818359, 0.0457824841))
  2674. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, -0.268963397, 0.0038933754, -0.99999392, 3.44701228e-008, 1.00972109e-007, 3.36162742e-008, 0.999996245, -7.45056241e-007, -1.3678671e-007, -8.04660885e-007, -0.999994874))
  2675. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2676. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681881, 0.0801182166, 0.0457824841))
  2677. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, -0.331913531, -0.0418872833, -0.99999392, 3.44701228e-008, 1.00972109e-007, 3.36162742e-008, 0.999996245, -7.45056241e-007, -1.3678671e-007, -8.04660885e-007, -0.999994874))
  2678. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2679. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681881, 0.0457818359, 0.022891568))
  2680. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, -0.314745247, -0.0762238503, -0.99999392, 3.44701228e-008, 1.00972109e-007, 3.36162742e-008, 0.999996245, -7.45056241e-007, -1.3678671e-007, -8.04660885e-007, -0.999994874))
  2681. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2682. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681881, 0.0457818359, 0.0457824841))
  2683. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, -0.268963397, -0.0418872833, -0.99999392, 3.44701228e-008, 1.00972109e-007, 3.36162742e-008, 0.999996245, -7.45056241e-007, -1.3678671e-007, -8.04660885e-007, -0.999994874))
  2684. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2685. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681881, 0.0457818359, 0.022891568))
  2686. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, 0.314745188, 0.0762238503, -0.99999392, -2.83585724e-008, 9.60047473e-008, 2.92122717e-008, -0.999996245, 7.45056241e-007, 1.31819306e-007, 8.04660885e-007, 0.999994874))
  2687. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2688. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681881, 0.0457818359, 0.0457824841))
  2689. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, 0.268963337, 0.0418872833, -0.99999392, -2.83585724e-008, 9.60047473e-008, 2.92122717e-008, -0.999996245, 7.45056241e-007, 1.31819306e-007, 8.04660885e-007, 0.999994874))
  2690. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2691. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681881, 0.103009142, 0.0343370214))
  2692. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, -0.4939785, 0.595156968, -0.99999392, 7.91495403e-009, 6.78595455e-008, -1.34303008e-007, -7.15254259e-007, -0.999994874, -2.2020088e-009, -0.999996305, 6.85451937e-007))
  2693. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2694. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.171681881, 0.0457818359, 0.103009783))
  2695. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, 0.555096865, 0.4939785, -0.999992311, -6.49501573e-008, 4.74951349e-008, 6.4437863e-008, -0.99999541, 6.25847065e-007, 1.64104151e-007, 6.55649274e-007, 0.99999404))
  2696. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2697. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.240354851, 0.171681881, 0.0228912067))
  2698. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0933918953, -2.38418579e-007, 0.234627724, 1.34303008e-007, 6.85452051e-007, 0.999994874, -0.99999392, 4.26325641e-014, 6.78595526e-008, -2.20201279e-009, -0.999996305, 6.55649785e-007))
  2699. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.125900239, 0.171681881, 0.0228912067))
  2700. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.150618553, -2.38418579e-007, 0.257518291, 1.34303008e-007, 6.85452051e-007, 0.999994874, -0.99999392, 4.26325641e-014, 6.78595526e-008, -2.20201279e-009, -0.999996305, 6.55649785e-007))
  2701. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.171681881, 0.0572272837, 0.0457824767))
  2702. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, 0.242182732, -0.246073961, -1, 1.64762586e-008, -6.83687489e-008, -6.83687347e-008, 6.5565257e-007, 1, 1.6476303e-008, 1, -6.5565257e-007))
  2703. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2704. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681881, 0.0572272837, 0.0457824767))
  2705. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, -0.242182732, 0.246073961, -1, -1.30966411e-008, 1.03758325e-007, -1.03758317e-007, -6.55652627e-007, -1, 1.30967095e-008, -1, 6.55652627e-007))
  2706. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2707. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0915637612, 0.171681702, 0.217463821))
  2708. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.316575527, 2.38418579e-007, 0.331917107, 1.34303008e-007, 6.85452051e-007, 0.999994874, 0.99999392, -4.26325641e-014, -6.78595526e-008, 2.20201279e-009, 0.999996305, -6.55649785e-007))
  2709. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681702, 0.0343363322, 0.0343369842))
  2710. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, 0.457817107, 0.379527569, 1, -8.77475728e-008, -1.03240339e-007, 8.77475017e-008, 1, -6.8545512e-007, 1.03240396e-007, 6.8545512e-007, 1))
  2711. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2712. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0572274141, 0.171681702, 0.114454769))
  2713. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.242180347, 2.38418579e-007, 0.326194108, 1.34303008e-007, 6.85452051e-007, 0.999994874, 0.99999392, -4.26325641e-014, -6.78595526e-008, 2.20201279e-009, 0.999996305, -6.55649785e-007))
  2714. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681702, 0.171681717, 0.045782432))
  2715. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, -0.310854912, 0.497876048, 1, 1.30954101e-008, -3.19691402e-008, -3.19691331e-008, -7.15258693e-007, -1, -1.30954332e-008, 1, -7.15258693e-007))
  2716. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2717. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.171681702, 0.0572272241, 0.045782432))
  2718. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, 0.242181778, -0.246077538, 1, -1.64764469e-008, -2.04088664e-007, 2.04088693e-007, 7.15258636e-007, 1, -1.64763012e-008, -1, 7.15258636e-007))
  2719. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2720. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.171681702, 0.171681732, 0.045782432))
  2721. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, 0.310854912, -0.497876078, 1, -3.14915702e-008, -5.13853884e-008, 5.13854133e-008, 7.15258011e-007, 1, -3.14915347e-008, -1, 7.15258011e-007))
  2722. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2723. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681702, 0.0572272241, 0.057227876))
  2724. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, 0.412036151, 0.242182255, 1, -8.7752575e-008, -1.03239472e-007, 8.77525039e-008, 1, -6.85455063e-007, 1.03239529e-007, 6.85455063e-007, 1))
  2725. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2726. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681702, 0.0572272241, 0.045782432))
  2727. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, -0.242181778, 0.246077538, 1, 1.30966908e-008, -3.19616227e-008, -3.19616156e-008, -7.15258579e-007, -1, -1.30967139e-008, 1, -7.15258579e-007))
  2728. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2729. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.171681702, 0.0572272241, 0.057227876))
  2730. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, -0.41203618, -0.242182255, 1, 8.4371365e-008, -1.32811849e-007, 8.43714574e-008, -1, 6.85455063e-007, -1.32811792e-007, -6.85455063e-007, -1))
  2731. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2732. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.0343365259, 0.171681702, 0.274691015))
  2733. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.457815558, 2.38418579e-007, -0.225013256, 2.20201279e-009, 0.999996305, -6.55649785e-007, 0.99999392, -4.26325641e-014, -6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  2734. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.171681702, 0.0572272353, 0.045782432))
  2735. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, 0.503596783, 0.419583797, 0.999992311, 6.49501288e-008, -8.82238425e-008, -6.44378773e-008, 0.99999541, -6.85451369e-007, 1.04501638e-007, 7.15253691e-007, 0.99999404))
  2736. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2737. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0114456266, 0.171681702, 0.171682015))
  2738. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.526487768, 2.38418579e-007, -0.310853004, 2.20201279e-009, 0.999996305, -6.55649785e-007, 0.99999392, -4.26325641e-014, -6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  2739. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.125900105, 0.171681702, 0.0228911825))
  2740. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.150618076, 2.38418579e-007, 0.257521898, 1.34303008e-007, 6.85452051e-007, 0.999994874, 0.99999392, -4.26325641e-014, -6.78595526e-008, 2.20201279e-009, 0.999996305, -6.55649785e-007))
  2741. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.0572274141, 0.171681702, 0.137345672))
  2742. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.503597379, 2.38418579e-007, -0.156341553, 2.20201279e-009, 0.999996305, -6.55649785e-007, 0.99999392, -4.26325641e-014, -6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  2743. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681911, 0.171681702, 0.125900224))
  2744. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.354807675, 2.38418579e-007, -0.150618076, 2.20201279e-009, 0.999996305, -6.55649785e-007, 0.99999392, -4.26325641e-014, -6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  2745. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.0457819663, 0.171681702, 0.160236567))
  2746. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.555101395, 2.38418579e-007, -0.14489603, 2.20201279e-009, 0.999996305, -6.55649785e-007, 0.99999392, -4.26325641e-014, -6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  2747. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0457819663, 0.171681702, 0.217463821))
  2748. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.555101275, 2.38418579e-007, -0.333743572, 2.20201279e-009, 0.999996305, -6.55649785e-007, 0.99999392, -4.26325641e-014, -6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  2749. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.171681702, 0.0457817875, 0.103009678))
  2750. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, 0.55510062, 0.493978024, 0.999992311, 6.49501288e-008, -8.82238425e-008, -6.44378773e-008, 0.99999541, -6.85451369e-007, 1.04501638e-007, 7.15253691e-007, 0.99999404))
  2751. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2752. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.240354598, 0.171681702, 0.0228911825))
  2753. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0933918953, 2.38418579e-007, 0.234630585, 1.34303008e-007, 6.85452051e-007, 0.999994874, 0.99999392, -4.26325641e-014, -6.78595526e-008, 2.20201279e-009, 0.999996305, -6.55649785e-007))
  2754. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.0228910744, 0.171681702, 0.148791149))
  2755. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0762243271, 2.38418579e-007, 0.412033886, 1.34303008e-007, 6.85452051e-007, 0.999994874, 0.99999392, -4.26325641e-014, -6.78595526e-008, 2.20201279e-009, 0.999996305, -6.55649785e-007))
  2756. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681702, 0.0457817875, 0.0228915438))
  2757. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, -0.509319663, 0.0762243271, -0.99999392, -2.83585724e-008, 9.60047473e-008, 2.92122717e-008, -0.999996245, 7.45056241e-007, 1.31819306e-007, 8.04660885e-007, 0.999994874))
  2758. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2759. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681702, 0.0457817875, 0.0228915438))
  2760. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, 0.509319603, -0.0762243271, -0.99999392, 3.44701228e-008, 1.00972102e-007, 3.36162742e-008, 0.999996245, -7.45056241e-007, -1.3678671e-007, -8.04660885e-007, -0.999994874))
  2761. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2762. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.0457819737, 0.171681702, 0.0228911825))
  2763. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.268967181, 2.38418579e-007, -0.0762238503, 2.20201279e-009, 0.999996305, -6.55649785e-007, 0.99999392, -4.26325641e-014, -6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  2764. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681702, 0.0457817875, 0.0228915438))
  2765. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, -0.314748168, -0.0762238503, 0.99999392, -3.44700801e-008, -3.47469538e-008, -3.36162955e-008, -0.999996245, 5.66243216e-007, -1.31819306e-007, -5.66243216e-007, -0.999994874))
  2766. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2767. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681702, 0.0457817875, 0.0228915438))
  2768. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, 0.314748138, 0.0762238503, 0.99999392, 2.83586115e-008, -3.97143971e-008, -2.92122504e-008, 0.999996245, -5.66243216e-007, 1.3678671e-007, 5.66243216e-007, 0.999994874))
  2769. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2770. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.0343365185, 0.171681702, 0.469263524))
  2771. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.595160067, 2.38418579e-007, -0.207845688, 2.20201279e-009, 0.999996305, -6.55649785e-007, 0.99999392, -4.26325641e-014, -6.78595526e-008, -1.34303008e-007, -6.85452051e-007, -0.999994874))
  2772. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681702, 0.0801181346, 0.0457824357))
  2773. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, -0.331916451, -0.041888237, 0.99999392, -3.44700801e-008, -3.47469538e-008, -3.36162955e-008, -0.999996245, 5.66243216e-007, -1.31819306e-007, -5.66243216e-007, -0.999994874))
  2774. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2775. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681702, 0.0457817875, 0.0457824357))
  2776. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-007, 0.268967211, 0.0418877602, 0.99999392, 2.83586115e-008, -3.97143971e-008, -2.92122504e-008, 0.999996245, -5.66243216e-007, 1.3678671e-007, 5.66243216e-007, 0.999994874))
  2777. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2778. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.171681702, 0.0457817875, 0.0457824357))
  2779. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, 0.55510056, -0.041888237, -0.99999392, 3.44701228e-008, 1.00972109e-007, 3.36162742e-008, 0.999996245, -7.45056241e-007, -1.3678671e-007, -8.04660885e-007, -0.999994874))
  2780. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2781. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.171681702, 0.0457817875, 0.0457824357))
  2782. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-007, -0.55510056, 0.041888237, -0.99999392, -2.83585724e-008, 9.60047473e-008, 2.92122717e-008, -0.999996245, 7.45056241e-007, 1.31819306e-007, 8.04660885e-007, 0.999994874))
  2783. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2784.  
  2785.  
  2786.  
  2787.  
  2788. main=part(Enum.FormFactor.Symmetric,m,Enum.Material.DiamondPlate,0,0,"Really black","Handle",Vector3.new(1.18888795, 0.202614263, 1.19073999))
  2789. mainweld=weld(m,Character["Right Arm"],main,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000557899475, 0.292643309, 0.0299999714, 1, 0, 0, 0, 0.999999762, 0, 0, 0, 1))
  2790. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(1.18888795, 0.202614263, 1.19073999))
  2791. Partweld=weld(m,main,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.405221939, 0, 1, 0, 0, 0, 0.999999523, 0, 0, 0, 1))
  2792. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(1.18888795, 0.202614263, 1.19073999))
  2793. Partweld=weld(m,main,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0.780060053, 0, 1, 0, 0, 0, 0.999999523, 0, 0, 0, 1))
  2794. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(1.18888795, 0.202614263, 1.19073999))
  2795. Partweld=weld(m,main,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0.354575872, 0, 1, 0, 0, 0, 0.999999523, 0, 0, 0, 1))
  2796. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(1.18888795, 0.202614263, 1.19073999))
  2797. Partweld=weld(m,main,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -1.20555973, 0, 1, 0, 0, 0, 0.999999523, 0, 0, 0, 1))
  2798. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Teal","Part",Vector3.new(1.17777681, 2.13758039, 1.17961144))
  2799. Partweld=weld(m,main,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.298867464, 0, 1, 0, 0, 0, 0.999999523, 0, 0, 0, 1))
  2800. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(1.19999909, 0.202614263, 2.47050714))
  2801. Partweld=weld(m,main,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00555610657, 0, 0.167170286, 1, 0, 0, 0, 0, 1, 0, -0.999999642, 0))
  2802. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(1.18888795, 0.202614263, 1.19073999))
  2803. Partweld=weld(m,main,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.780077457, 0, 1, 0, 0, 0, 0.999999523, 0, 0, 0, 1))
  2804.  
  2805. Ssongs = {
  2806. 378387996;203275374;303592872;179281636;357375770;346175829;151514610;160536628;60536666;158929777;165520893;160542922;179282324;144043274;168614529;186849544;335631255;335631297;342455387;342455399;209567483;209567529;162914123;162914203;320473062;286415112;190454307;155968128;160453802;276963903;270655227;244143404;246184492;245121821;242545577;247241693;248062278;247236446;256851659;256848383;342455399;209567483;209567529;162914123;162914203;320473062;286415112;190454307;155968128;160453802;276963903;270655227;244143404;246184492;245121821;242545577;247241693;248062278;247236446;256851659;256848383;306431437;348690251;348541501;321185592;305976780;302580452;302205297;299796054;297799220;295753229;295753229;293860654;293612495;293861765;293375555;293376196;293012202;293011823;290524959;306431437;348690251;348541501;321185592;305976780;302580452;302205297;299796054;297799220;295753229;295753229;293860654;293612495;293861765;293375555;293376196;293012202;293011823;290524959;
  2807. }
  2808. BackgroundSound = function(id, par, vol, pit)
  2809. coroutine.resume(coroutine.create(function()
  2810. local sou = Instance.new("Sound", par or workspace)
  2811. sou.Volume = vol
  2812. sou.Pitch = pit or 1
  2813. sou.SoundId = id
  2814. swait()
  2815. sou:play()
  2816. end
  2817. ))
  2818. end
  2819.  
  2820. BackgroundSound("http://roblox.com/asset/?id="..Ssongs[math.random(1,#Ssongs)], Hitbox, 1, 1)
  2821.  
  2822.  
  2823.  
  2824.  
  2825.  
  2826.  
  2827. BlockEffect = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay, Type)
  2828. local prt = CreatePart(effect, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  2829. prt.Anchored = true
  2830. prt.CFrame = cframe
  2831. local msh = CreateMesh("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  2832. game:GetService("Debris"):AddItem(prt, 10)
  2833. if Type == 1 or Type == nil then
  2834. table.insert(Effects, {prt, "Block1", delay, x3, y3, z3, msh})
  2835. else
  2836. if Type == 2 then
  2837. table.insert(Effects, {prt, "Block2", delay, x3, y3, z3, msh})
  2838. end
  2839. end
  2840. end
  2841. SphereEffect = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  2842. local prt = CreatePart(effect, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  2843. prt.Anchored = true
  2844. prt.CFrame = cframe
  2845. local msh = CreateMesh("SpecialMesh", prt, "Sphere", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  2846. game:GetService("Debris"):AddItem(prt, 10)
  2847. table.insert(Effects, {prt, "Cylinder", delay, x3, y3, z3, msh})
  2848. end
  2849. RingEffect = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  2850. local prt = CreatePart(effect, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new(0.5, 0.5, 0.5))
  2851. prt.Anchored = true
  2852. prt.CFrame = cframe * CFrame.new(x1, y1, z1)
  2853. local msh = CreateMesh("SpecialMesh", prt, "FileMesh", "rbxassetid://3270017", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  2854. game:GetService("Debris"):AddItem(prt, 10)
  2855. table.insert(Effects, {prt, "Cylinder", delay, x3, y3, z3, msh})
  2856. end
  2857. CylinderEffect = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  2858. local prt = CreatePart(effect, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  2859. prt.Anchored = true
  2860. prt.CFrame = cframe
  2861. local msh = CreateMesh("CylinderMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  2862. game:GetService("Debris"):AddItem(prt, 10)
  2863. table.insert(Effects, {prt, "Cylinder", delay, x3, y3, z3, msh})
  2864. end
  2865. WaveEffect = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  2866. local prt = CreatePart(effect, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  2867. prt.Anchored = true
  2868. prt.CFrame = cframe
  2869. local msh = CreateMesh("SpecialMesh", prt, "FileMesh", "rbxassetid://20329976", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  2870. game:GetService("Debris"):AddItem(prt, 10)
  2871. table.insert(Effects, {prt, "Cylinder", delay, x3, y3, z3, msh})
  2872. end
  2873. SpecialEffect = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  2874. local prt = CreatePart(effect, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  2875. prt.Anchored = true
  2876. prt.CFrame = cframe
  2877. local msh = CreateMesh("SpecialMesh", prt, "FileMesh", "rbxassetid://24388358", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  2878. game:GetService("Debris"):AddItem(prt, 10)
  2879. table.insert(Effects, {prt, "Cylinder", delay, x3, y3, z3, msh})
  2880. end
  2881. DragonEffect = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  2882. local prt = CreatePart(effect, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  2883. prt.Anchored = true
  2884. prt.CFrame = cframe
  2885. local msh = CreateMesh("SpecialMesh", prt, "FileMesh", "rbxassetid://420077883", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  2886. game:GetService("Debris"):AddItem(prt, 10)
  2887. table.insert(Effects, {prt, "Cylinder", delay, x3, y3, z3, msh})
  2888. end
  2889. BreakEffect = function(brickcolor, cframe, x1, y1, z1)
  2890. local prt = CreatePart(effect, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new(0.5, 0.5, 0.5))
  2891. prt.Anchored = true
  2892. prt.CFrame = cframe * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
  2893. local msh = CreateMesh("SpecialMesh", prt, "Sphere", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  2894. local num = math.random(10, 50) / 1000
  2895. game:GetService("Debris"):AddItem(prt, 10)
  2896. table.insert(Effects, {prt, "Shatter", num, prt.CFrame, math.random() - math.random(), 0, math.random(50, 100) / 100})
  2897. end
  2898. local count = 1
  2899. local barra = false
  2900. local keafy = false
  2901. Love = function()
  2902. attack = true
  2903. barra = true
  2904. if keafy == true then
  2905. return
  2906. end
  2907. keafy = true
  2908. coroutine.resume(coroutine.create(function()
  2909. while barra do
  2910. wait(0.5)
  2911. SphereEffect(BrickColor.new("Black"), RootPart.CFrame * cf(math.random(-10, 10), -2, math.random(-10, 10)), 5, 1, 5, 0, 5, 0, 0.05)
  2912. end
  2913. end))
  2914. coroutine.resume(coroutine.create(function()
  2915. while count <= 2 do
  2916. wait(1)
  2917. count = count + 1
  2918. SphereEffect(BrickColor.new("Black"), RootPart.CFrame, 15, 15, 15, 2, 2, 2, 0.05)
  2919. end
  2920. end))
  2921. coroutine.resume(coroutine.create(function()
  2922. while barra do
  2923. wait(0.1)
  2924. SphereEffect(BrickColor.new("Black"), RootPart.CFrame * cf(0, -3, 0) * angles(0, math.rad(math.random(0, 360)), 0), 5, 1, 3, 5, 0, 10, 0.05)
  2925. BlockEffect(BrickColor.new("Black"), LeftArm.CFrame, 5, 5, 5, 0.5, 0.5, 0.5, 0.05, 1)
  2926. end
  2927. end))
  2928. for i = 0, 1, 0.05 do
  2929. swait()
  2930. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, -1) * angles(math.rad(40), math.rad(0), math.rad(-70)), 0.3)
  2931. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(-20), math.rad(-30), math.rad(70)), 0.3)
  2932. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(-20), math.rad(100), math.rad(90)), 0.3)
  2933. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(30), math.rad(0), math.rad(-60)), 0.3)
  2934. RH.C0 = clerp(RH.C0, cf(1, -1, 0) * angles(math.rad(0), math.rad(60), math.rad(-30)), 0.3)
  2935. LH.C0 = clerp(LH.C0, cf(-1, 0.2, 0) * angles(math.rad(0), math.rad(-40), math.rad(-60)), 0.3)
  2936. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, cf(0, 0, 0) * LHCF * angles(math.rad(-100), math.rad(100), math.rad(100)), 0.3)
  2937. end
  2938. end
  2939.  
  2940. Hate = function()
  2941. barra = false
  2942. dd = math.random(-50, 50)
  2943. dd2 = math.random(-50, 50)
  2944. dd3 = math.random(-50, 50)
  2945. if count == 1 then
  2946. MagniDamage(RootPart, 17, 5, 10, 0, "Normal")
  2947. CreateSound("http://roblox.com/asset/?id=63719813", Hitbox, 1, 0.6)
  2948. coroutine.resume(coroutine.create(function()
  2949. for i = 0, 360, 10 do
  2950. swait()
  2951. SphereEffect(BrickColor.new("Black"), RootPart.CFrame * cf(0, 0, math.rad(i)) * angles(dd, math.rad(i), 0) * cf(0, -2, 10), 3, 3, 3, 1, 1, 1, 0.03)
  2952. DragonEffect(BrickColor.new("Really red"), RootPart.CFrame * cf(0, 0, math.rad(i)) * angles(dd, math.rad(i), 0) * cf(0, -2, 10) * angles(1.57, -1.57, 0), 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.1)
  2953. DragonEffect(BrickColor.new("Black"), RootPart.CFrame * cf(0, 0, math.rad(i)) * angles(dd, math.rad(i), 0) * cf(0, -2, 10) * angles(1.57, -1.57, 0), 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.08)
  2954. end
  2955. end))
  2956. else
  2957. if count == 2 then
  2958. MagniDamage(RootPart, 17, 10, 15, 0, "Normal")
  2959. CreateSound("http://roblox.com/asset/?id=63719813", Hitbox, 1, 0.5)
  2960. coroutine.resume(coroutine.create(function()
  2961. for i = 0, 360, 10 do
  2962. swait()
  2963. SphereEffect(BrickColor.new("Black"), RootPart.CFrame * cf(0, 0, math.rad(i)) * angles(dd, math.rad(i), 0) * cf(0, -2, 10), 3, 3, 3, 1, 1, 1, 0.05)
  2964. DragonEffect(BrickColor.new("Really red"), RootPart.CFrame * cf(0, 0, math.rad(i)) * angles(dd, math.rad(i), 0) * cf(0, -2, 10) * angles(1.57, -1.57, 0), 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.1)
  2965. DragonEffect(BrickColor.new("Black"), RootPart.CFrame * cf(0, 0, math.rad(i)) * angles(dd, math.rad(i), 0) * cf(0, -2, 10) * angles(1.57, -1.57, 0), 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.08)
  2966. end
  2967. end))
  2968. coroutine.resume(coroutine.create(function()
  2969. for i = 0, 360, 10 do
  2970. swait()
  2971. SphereEffect(BrickColor.new("Black"), RootPart.CFrame * cf(0, 0, math.rad(i)) * angles(dd2, math.rad(i), 0) * cf(0, -2, 10), 3, 3, 3, 1, 1, 1, 0.05)
  2972. DragonEffect(BrickColor.new("Really red"), RootPart.CFrame * cf(0, 0, math.rad(i)) * angles(dd2, math.rad(i), 0) * cf(0, -2, 10) * angles(1.57, -1.57, 0), 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.1)
  2973. DragonEffect(BrickColor.new("Black"), RootPart.CFrame * cf(0, 0, math.rad(i)) * angles(dd2, math.rad(i), 0) * cf(0, -2, 10) * angles(1.57, -1.57, 0), 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.08)
  2974. end
  2975. end))
  2976. else
  2977. if count == 3 then
  2978. CreateSound("http://roblox.com/asset/?id=63719813", Hitbox, 1, 0.2)
  2979. MagniDamage(RootPart, 17, 20, 20, 0, "Normal")
  2980. coroutine.resume(coroutine.create(function()
  2981. for i = 0, 360, 10 do
  2982. swait()
  2983. SphereEffect(BrickColor.new("Black"), RootPart.CFrame * cf(0, 0, math.rad(i)) * angles(dd2, math.rad(i), 0) * cf(0, -2, 10), 3, 3, 3, 1, 1, 1, 0.06)
  2984. DragonEffect(BrickColor.new("Really red"), RootPart.CFrame * cf(0, 0, math.rad(i)) * angles(dd2, math.rad(i), 0) * cf(0, -2, 10) * angles(1.57, -1.57, 0), 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.1)
  2985. DragonEffect(BrickColor.new("Black"), RootPart.CFrame * cf(0, 0, math.rad(i)) * angles(dd2, math.rad(i), 0) * cf(0, -2, 10) * angles(1.57, -1.57, 0), 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.08)
  2986. end
  2987. end))
  2988. coroutine.resume(coroutine.create(function()
  2989. for i = 0, 360, 10 do
  2990. swait()
  2991. SphereEffect(BrickColor.new("Black"), RootPart.CFrame * cf(0, 0, math.rad(i)) * angles(dd3, math.rad(i), 0) * cf(0, -2, 10), 3, 3, 3, 1, 1, 1, 0.06)
  2992. DragonEffect(BrickColor.new("Really red"), RootPart.CFrame * cf(0, 0, math.rad(i)) * angles(dd3, math.rad(i), 0) * cf(0, -2, 10) * angles(1.57, -1.57, 0), 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.1)
  2993. DragonEffect(BrickColor.new("Black"), RootPart.CFrame * cf(0, 0, math.rad(i)) * angles(dd3, math.rad(i), 0) * cf(0, -2, 10) * angles(1.57, -1.57, 0), 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.08)
  2994. end
  2995. end))
  2996. coroutine.resume(coroutine.create(function()
  2997. for i = 0, 360, 10 do
  2998. swait()
  2999. SphereEffect(BrickColor.new("Black"), RootPart.CFrame * cf(0, 0, math.rad(i)) * angles(dd, math.rad(i), 0) * cf(0, -2, 10), 3, 3, 3, 1, 1, 1, 0.06)
  3000. DragonEffect(BrickColor.new("Really red"), RootPart.CFrame * cf(0, 0, math.rad(i)) * angles(dd, math.rad(i), 0) * cf(0, -2, 10) * angles(1.57, -1.57, 0), 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.1)
  3001. DragonEffect(BrickColor.new("Black"), RootPart.CFrame * cf(0, 0, math.rad(i)) * angles(dd, math.rad(i), 0) * cf(0, -2, 10) * angles(1.57, -1.57, 0), 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.08)
  3002. end
  3003. end))
  3004. end
  3005. end
  3006. end
  3007. count = 1
  3008. wait(2)
  3009. keafy = false
  3010. attack = false
  3011. end
  3012.  
  3013. Hate = function()
  3014. barra = false
  3015. dd = math.random(-50, 50)
  3016. dd2 = math.random(-50, 50)
  3017. dd3 = math.random(-50, 50)
  3018. if count == 1 then
  3019. MagniDamage(RootPart, 17, 5, 10, 0, "Normal")
  3020. CreateSound("http://roblox.com/asset/?id=63719813", Hitbox, 1, 0.6)
  3021. coroutine.resume(coroutine.create(function()
  3022. for i = 0, 360, 10 do
  3023. swait()
  3024. SphereEffect(BrickColor.new("Black"), RootPart.CFrame * cf(0, 0, math.rad(i)) * angles(dd, math.rad(i), 0) * cf(0, -2, 10), 3, 3, 3, 1, 1, 1, 0.03)
  3025. DragonEffect(BrickColor.new("Really red"), RootPart.CFrame * cf(0, 0, math.rad(i)) * angles(dd, math.rad(i), 0) * cf(0, -2, 10) * angles(1.57, -1.57, 0), 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.1)
  3026. DragonEffect(BrickColor.new("Black"), RootPart.CFrame * cf(0, 0, math.rad(i)) * angles(dd, math.rad(i), 0) * cf(0, -2, 10) * angles(1.57, -1.57, 0), 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.08)
  3027. end
  3028. end))
  3029. else
  3030. if count == 2 then
  3031. MagniDamage(RootPart, 17, 10, 15, 0, "Normal")
  3032. CreateSound("http://roblox.com/asset/?id=63719813", Hitbox, 1, 0.5)
  3033. coroutine.resume(coroutine.create(function()
  3034. for i = 0, 360, 10 do
  3035. swait()
  3036. SphereEffect(BrickColor.new("Black"), RootPart.CFrame * cf(0, 0, math.rad(i)) * angles(dd, math.rad(i), 0) * cf(0, -2, 10), 3, 3, 3, 1, 1, 1, 0.05)
  3037. DragonEffect(BrickColor.new("Really red"), RootPart.CFrame * cf(0, 0, math.rad(i)) * angles(dd, math.rad(i), 0) * cf(0, -2, 10) * angles(1.57, -1.57, 0), 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.1)
  3038. DragonEffect(BrickColor.new("Black"), RootPart.CFrame * cf(0, 0, math.rad(i)) * angles(dd, math.rad(i), 0) * cf(0, -2, 10) * angles(1.57, -1.57, 0), 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.08)
  3039. end
  3040. end))
  3041. coroutine.resume(coroutine.create(function()
  3042. for i = 0, 360, 10 do
  3043. swait()
  3044. SphereEffect(BrickColor.new("Black"), RootPart.CFrame * cf(0, 0, math.rad(i)) * angles(dd2, math.rad(i), 0) * cf(0, -2, 10), 3, 3, 3, 1, 1, 1, 0.05)
  3045. DragonEffect(BrickColor.new("Really red"), RootPart.CFrame * cf(0, 0, math.rad(i)) * angles(dd2, math.rad(i), 0) * cf(0, -2, 10) * angles(1.57, -1.57, 0), 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.1)
  3046. DragonEffect(BrickColor.new("Black"), RootPart.CFrame * cf(0, 0, math.rad(i)) * angles(dd2, math.rad(i), 0) * cf(0, -2, 10) * angles(1.57, -1.57, 0), 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.08)
  3047. end
  3048. end))
  3049. else
  3050. if count == 3 then
  3051. CreateSound("http://roblox.com/asset/?id=63719813", Hitbox, 1, 0.2)
  3052. MagniDamage(RootPart, 17, 20, 20, 0, "Normal")
  3053. coroutine.resume(coroutine.create(function()
  3054. for i = 0, 360, 10 do
  3055. swait()
  3056. SphereEffect(BrickColor.new("Black"), RootPart.CFrame * cf(0, 0, math.rad(i)) * angles(dd2, math.rad(i), 0) * cf(0, -2, 10), 3, 3, 3, 1, 1, 1, 0.06)
  3057. DragonEffect(BrickColor.new("Really red"), RootPart.CFrame * cf(0, 0, math.rad(i)) * angles(dd2, math.rad(i), 0) * cf(0, -2, 10) * angles(1.57, -1.57, 0), 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.1)
  3058. DragonEffect(BrickColor.new("Black"), RootPart.CFrame * cf(0, 0, math.rad(i)) * angles(dd2, math.rad(i), 0) * cf(0, -2, 10) * angles(1.57, -1.57, 0), 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.08)
  3059. end
  3060. end))
  3061. coroutine.resume(coroutine.create(function()
  3062. for i = 0, 360, 10 do
  3063. swait()
  3064. SphereEffect(BrickColor.new("Black"), RootPart.CFrame * cf(0, 0, math.rad(i)) * angles(dd3, math.rad(i), 0) * cf(0, -2, 10), 3, 3, 3, 1, 1, 1, 0.06)
  3065. DragonEffect(BrickColor.new("Really red"), RootPart.CFrame * cf(0, 0, math.rad(i)) * angles(dd3, math.rad(i), 0) * cf(0, -2, 10) * angles(1.57, -1.57, 0), 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.1)
  3066. DragonEffect(BrickColor.new("Black"), RootPart.CFrame * cf(0, 0, math.rad(i)) * angles(dd3, math.rad(i), 0) * cf(0, -2, 10) * angles(1.57, -1.57, 0), 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.08)
  3067. end
  3068. end))
  3069. coroutine.resume(coroutine.create(function()
  3070. for i = 0, 360, 10 do
  3071. swait()
  3072. SphereEffect(BrickColor.new("Black"), RootPart.CFrame * cf(0, 0, math.rad(i)) * angles(dd, math.rad(i), 0) * cf(0, -2, 10), 3, 3, 3, 1, 1, 1, 0.06)
  3073. DragonEffect(BrickColor.new("Really red"), RootPart.CFrame * cf(0, 0, math.rad(i)) * angles(dd, math.rad(i), 0) * cf(0, -2, 10) * angles(1.57, -1.57, 0), 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.1)
  3074. DragonEffect(BrickColor.new("Black"), RootPart.CFrame * cf(0, 0, math.rad(i)) * angles(dd, math.rad(i), 0) * cf(0, -2, 10) * angles(1.57, -1.57, 0), 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.08)
  3075. end
  3076. end))
  3077. end
  3078. end
  3079. end
  3080. count = 1
  3081. wait(2)
  3082. keafy = false
  3083. attack = false
  3084. end
  3085.  
  3086.  
  3087.  
  3088.  
  3089. BlockEffect = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay, Type)
  3090. local prt = CreatePart(workspace, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  3091. prt.Anchored = true
  3092. prt.CFrame = cframe
  3093. local msh = CreateMesh("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  3094. game:GetService("Debris"):AddItem(prt, 10)
  3095. if Type == 1 or Type == nil then
  3096. table.insert(Effects, {prt, "Block1", delay, x3, y3, z3, msh})
  3097. else
  3098. if Type == 2 then
  3099. table.insert(Effects, {prt, "Block2", delay, x3, y3, z3, msh})
  3100. end
  3101. end
  3102. end
  3103.  
  3104. SphereEffect = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  3105. local prt = CreatePart(workspace, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  3106. prt.Anchored = true
  3107. prt.CFrame = cframe
  3108. local msh = CreateMesh("SpecialMesh", prt, "Sphere", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  3109. game:GetService("Debris"):AddItem(prt, 10)
  3110. table.insert(Effects, {prt, "Cylinder", delay, x3, y3, z3, msh})
  3111. end
  3112.  
  3113. RingEffect = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  3114. local prt = CreatePart(workspace, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new(0.5, 0.5, 0.5))
  3115. prt.Anchored = true
  3116. prt.CFrame = cframe * CFrame.new(x1, y1, z1)
  3117. local msh = CreateMesh("SpecialMesh", prt, "FileMesh", "rbxassetid://3270017", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  3118. game:GetService("Debris"):AddItem(prt, 10)
  3119. table.insert(Effects, {prt, "Cylinder", delay, x3, y3, z3, msh})
  3120. end
  3121.  
  3122. CylinderEffect = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  3123. local prt = CreatePart(workspace, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  3124. prt.Anchored = true
  3125. prt.CFrame = cframe
  3126. local msh = CreateMesh("CylinderMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  3127. game:GetService("Debris"):AddItem(prt, 10)
  3128. table.insert(Effects, {prt, "Cylinder", delay, x3, y3, z3, msh})
  3129. end
  3130.  
  3131. WaveEffect = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  3132. local prt = CreatePart(workspace, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  3133. prt.Anchored = true
  3134. prt.CFrame = cframe
  3135. local msh = CreateMesh("SpecialMesh", prt, "FileMesh", "rbxassetid://20329976", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  3136. game:GetService("Debris"):AddItem(prt, 10)
  3137. table.insert(Effects, {prt, "Cylinder", delay, x3, y3, z3, msh})
  3138. end
  3139.  
  3140. SpecialEffect = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  3141. local prt = CreatePart(workspace, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  3142. prt.Anchored = true
  3143. prt.CFrame = cframe
  3144. local msh = CreateMesh("SpecialMesh", prt, "FileMesh", "rbxassetid://24388358", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  3145. game:GetService("Debris"):AddItem(prt, 10)
  3146. table.insert(Effects, {prt, "Cylinder", delay, x3, y3, z3, msh})
  3147. end
  3148.  
  3149. BreakEffect = function(brickcolor, cframe, x1, y1, z1)
  3150. local prt = CreatePart(workspace, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new(0.5, 0.5, 0.5))
  3151. prt.Anchored = true
  3152. prt.CFrame = cframe * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
  3153. local msh = CreateMesh("SpecialMesh", prt, "Sphere", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  3154. local num = math.random(10, 50) / 1000
  3155. game:GetService("Debris"):AddItem(prt, 10)
  3156. table.insert(Effects, {prt, "Shatter", num, prt.CFrame, math.random() - math.random(), 0, math.random(50, 100) / 100})
  3157. end
  3158.  
  3159. attackone = function()
  3160. attack = true
  3161. Humanoid.WalkSpeed = 0
  3162. local con = Hitbox.Touched:connect(function(hit)
  3163. Damagefunc(Hitbox, hit, 1, 3, math.random(1, 5), "Normal", RootPart, 0.2, "rbxassetid://199149221", 0.8)
  3164. end
  3165. )
  3166. for i = 0, 1, 0.13 do
  3167. swait()
  3168. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cn(0, 0, -0.1) * angles(math.rad(-20), math.rad(0), math.rad(-10)), 0.3)
  3169. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(20), math.rad(0), math.rad(10)), 0.3)
  3170. RW.C0 = clerp(RW.C0, CFrame.new(1.3, 0.7, 0.2) * angles(math.rad(180), math.rad(100), math.rad(5)), 0.3)
  3171. LW.C0 = clerp(LW.C0, CFrame.new(-1, 0.5, -0.5) * angles(math.rad(0), math.rad(-140), math.rad(-75)), 0.3)
  3172. RH.C0 = clerp(RH.C0, cn(1, -1, 0) * RHCF * angles(math.rad(-3), math.rad(10), math.rad(-50)), 0.3)
  3173. LH.C0 = clerp(LH.C0, cn(-1, -1, 0) * LHCF * angles(math.rad(-2), math.rad(10), math.rad(20)), 0.3)
  3174. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(-30), math.rad(100), math.rad(0)), 0.3)
  3175. end
  3176. CreateSound("http://roblox.com/asset/?id=320557563", Hitbox, 1, 0.8)
  3177. for i = 0, 1, 0.1 do
  3178. swait()
  3179. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cn(0, 0, -0.1) * angles(math.rad(20), math.rad(0), math.rad(0)), 0.5)
  3180. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(15), math.rad(0), math.rad(0)), 0.5)
  3181. RW.C0 = clerp(RW.C0, CFrame.new(1.3, 0.4, -0.3) * angles(math.rad(30), math.rad(100), math.rad(-20)), 0.5)
  3182. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(-40)), 0.5)
  3183. RH.C0 = clerp(RH.C0, cn(1, -1, 0) * RHCF * angles(math.rad(-3), math.rad(0), math.rad(-10)), 0.5)
  3184. LH.C0 = clerp(LH.C0, cn(-1, -1, 0) * LHCF * angles(math.rad(-2), math.rad(0), math.rad(-20)), 0.5)
  3185. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(-20), math.rad(100), math.rad(3)), 0.5)
  3186. end
  3187. con:disconnect()
  3188. Humanoid.WalkSpeed = 15
  3189. attack = false
  3190. end
  3191.  
  3192. local attackready = false
  3193. finale = function()
  3194. attack = true
  3195. attackready = true
  3196. Humanoid.WalkSpeed = 0
  3197. for i = 0, 1, 0.13 do
  3198. swait()
  3199. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cn(0, 0, -0.1) * angles(math.rad(-20), math.rad(0), math.rad(-10)), 0.3)
  3200. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(20), math.rad(0), math.rad(10)), 0.3)
  3201. RW.C0 = clerp(RW.C0, CFrame.new(1.3, 0.7, 0.2) * angles(math.rad(180), math.rad(-10), math.rad(5)), 0.3)
  3202. LW.C0 = clerp(LW.C0, CFrame.new(-1, 0.5, -0.5) * angles(math.rad(0), math.rad(-140), math.rad(-75)), 0.3)
  3203. RH.C0 = clerp(RH.C0, cn(1, -1, 0) * RHCF * angles(math.rad(-3), math.rad(10), math.rad(-50)), 0.3)
  3204. LH.C0 = clerp(LH.C0, cn(-1, -1, 0) * LHCF * angles(math.rad(-2), math.rad(10), math.rad(20)), 0.3)
  3205. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(-30), math.rad(0), math.rad(0)), 0.3)
  3206. end
  3207. ref = CreatePart(workspace, "SmoothPlastic", 0, 0, BrickColor.new("Black"), "ref", Vector3.new())
  3208. ref.Anchored = true
  3209. ref.CanCollide = false
  3210. ref.CFrame = LeftArm.CFrame * CFrame.new(0, -0.5, 0)
  3211. coroutine.resume(coroutine.create(function()
  3212. for i = 0, 5, 0.1 do
  3213. swait()
  3214. ref.CFrame = LeftArm.CFrame * CFrame.new(0, -0.5 - 5 * i, 0)
  3215. end
  3216. end
  3217. ))
  3218. coroutine.resume(coroutine.create(function()
  3219. while attackready do
  3220. wait(0.15)
  3221. BlockEffect(Character["Torso"].BrickColor, ref.CFrame, 50, 50, 50, -0.5, -0.5, -0.5, 0.07, 1)
  3222. SphereEffect(Character["Torso"].BrickColor, ref.CFrame, 50, 50, 50, -0.5, -0.5, -0.5, 0.07)
  3223. end
  3224. end
  3225. ))
  3226. CreateSound("http://roblox.com/asset/?id=320557563", Hitbox, 1, 0.8)
  3227. for i = 0, 2, 0.05 do
  3228. swait()
  3229. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cn(0, 0, -0.1) * angles(math.rad(-20), math.rad(0), math.rad(-90)), 0.3)
  3230. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(20), math.rad(0), math.rad(90)), 0.3)
  3231. RW.C0 = clerp(RW.C0, CFrame.new(1.3, 0.7, 0.2) * angles(math.rad(180), math.rad(-10), math.rad(5)), 0.3)
  3232. LW.C0 = clerp(LW.C0, CFrame.new(-1, 0.5, -0.5) * angles(math.rad(0), math.rad(0), math.rad(-95)), 0.3)
  3233. RH.C0 = clerp(RH.C0, cn(1, -1, 0) * RHCF * angles(math.rad(-3), math.rad(10), math.rad(-20)), 0.3)
  3234. LH.C0 = clerp(LH.C0, cn(-1, -1, 0) * LHCF * angles(math.rad(-2), math.rad(10), math.rad(-20)), 0.3)
  3235. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(30), math.rad(0), math.rad(0)), 0.3)
  3236. end
  3237. for i = 0, 2, 0.05 do
  3238. swait()
  3239. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cn(0, 0, -0.1) * angles(math.rad(-20), math.rad(0), math.rad(-90)), 0.3)
  3240. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(20), math.rad(0), math.rad(90)), 0.3)
  3241. RW.C0 = clerp(RW.C0, CFrame.new(1.3, 0.7, 0.2) * angles(math.rad(180), math.rad(-10), math.rad(5)), 0.3)
  3242. LW.C0 = clerp(LW.C0, CFrame.new(-1, 0.5, -0.5) * angles(math.rad(0), math.rad(0), math.rad(-95)), 0.3)
  3243. RH.C0 = clerp(RH.C0, cn(1, -1, 0) * RHCF * angles(math.rad(-3), math.rad(10), math.rad(-20)), 0.3)
  3244. LH.C0 = clerp(LH.C0, cn(-1, -1, 0) * LHCF * angles(math.rad(-2), math.rad(10), math.rad(-20)), 0.3)
  3245. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(30), math.rad(0), math.rad(0)), 0.3)
  3246. end
  3247. for i = 0, 1, 0.1 do
  3248. swait()
  3249. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cn(0, 0, -0.1) * angles(math.rad(0), math.rad(0), math.rad(-30)), 0.3)
  3250. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(0), math.rad(0), math.rad(30)), 0.3)
  3251. RW.C0 = clerp(RW.C0, CFrame.new(1.3, 0.7, 0.2) * angles(math.rad(180), math.rad(-10), math.rad(5)), 0.3)
  3252. LW.C0 = clerp(LW.C0, CFrame.new(-1, 0.5, -0.5) * angles(math.rad(0), math.rad(0), math.rad(-45)), 0.3)
  3253. RH.C0 = clerp(RH.C0, cn(1, -1, 0) * RHCF * angles(math.rad(-3), math.rad(10), math.rad(-20)), 0.3)
  3254. LH.C0 = clerp(LH.C0, cn(-1, -1, 0) * LHCF * angles(math.rad(-2), math.rad(10), math.rad(0)), 0.3)
  3255. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(30), math.rad(0), math.rad(0)), 0.3)
  3256. end
  3257. ref.CFrame = RootPart.CFrame * CFrame.new(0, -0.5, -25)
  3258. MagniDamage(ref, 100, 30, 40, 10, "Knockdown")
  3259. BlockEffect(Character["Torso"].BrickColor, ref.CFrame, 150, 150, 150, 15, 15, 15, 0.07, 1)
  3260. SphereEffect(Character["Torso"].BrickColor, ref.CFrame, 150, 150, 150, 51, 51, 51, 0.07)
  3261. SphereEffect(Character["Torso"].BrickColor, ref.CFrame, 20, 100, 20, 10, 100, 10, 0.07)
  3262. for i = 0, 1, 0.1 do
  3263. swait()
  3264. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cn(0, 0, -0.1) * angles(math.rad(0), math.rad(0), math.rad(-30)), 0.3)
  3265. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(0), math.rad(0), math.rad(30)), 0.3)
  3266. RW.C0 = clerp(RW.C0, CFrame.new(1.3, 0.7, 0.2) * angles(math.rad(180), math.rad(-10), math.rad(5)), 0.3)
  3267. LW.C0 = clerp(LW.C0, CFrame.new(-1, 0.5, -0.5) * angles(math.rad(0), math.rad(0), math.rad(-45)), 0.3)
  3268. RH.C0 = clerp(RH.C0, cn(1, -1, 0) * RHCF * angles(math.rad(-3), math.rad(10), math.rad(-20)), 0.3)
  3269. LH.C0 = clerp(LH.C0, cn(-1, -1, 0) * LHCF * angles(math.rad(-2), math.rad(10), math.rad(0)), 0.3)
  3270. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(30), math.rad(0), math.rad(0)), 0.3)
  3271. end
  3272. ref.Parent = nil
  3273. Humanoid.WalkSpeed = 15
  3274. attack = false
  3275. attackready = false
  3276. end
  3277.  
  3278. local slashndash = false
  3279. Slashy = function()
  3280. attack = true
  3281. Humanoid.WalkSpeed = 0
  3282. for i = 0, 1, 0.1 do
  3283. swait()
  3284. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cn(0, 0, -0.1) * angles(math.rad(-20), math.rad(0), math.rad(-50)), 0.3)
  3285. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(20), math.rad(0), math.rad(50)), 0.3)
  3286. RW.C0 = clerp(RW.C0, CFrame.new(1.3, 0.7, 0.2) * angles(math.rad(100), math.rad(-10), math.rad(5)), 0.3)
  3287. LW.C0 = clerp(LW.C0, CFrame.new(-0.8, 0.5, -0.5) * angles(math.rad(0), math.rad(-140), math.rad(-85)), 0.3)
  3288. RH.C0 = clerp(RH.C0, cn(1, -1, 0) * RHCF * angles(math.rad(-3), math.rad(10), math.rad(-50)), 0.3)
  3289. LH.C0 = clerp(LH.C0, cn(-1, -1, 0) * LHCF * angles(math.rad(-2), math.rad(10), math.rad(20)), 0.3)
  3290. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(-30), math.rad(0), math.rad(0)), 0.3)
  3291. end
  3292. --CreateSound("http://roblox.com/asset/?id=320557563", Hitbox, 1, 0.8)
  3293. for i = 0, 1, 0.1 do
  3294. swait()
  3295. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cn(0, 0, -0.1) * angles(math.rad(20), math.rad(0), math.rad(0)), 0.5)
  3296. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(15), math.rad(0), math.rad(0)), 0.5)
  3297. RW.C0 = clerp(RW.C0, CFrame.new(1.3, 0.4, -0.3) * angles(math.rad(-130), math.rad(-200), math.rad(-20)), 0.5)
  3298. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(-40)), 0.5)
  3299. RH.C0 = clerp(RH.C0, cn(1, -1, 0) * RHCF * angles(math.rad(-3), math.rad(0), math.rad(-10)), 0.5)
  3300. LH.C0 = clerp(LH.C0, cn(-1, -1, 0) * LHCF * angles(math.rad(-2), math.rad(0), math.rad(-20)), 0.5)
  3301. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(-20), math.rad(20), math.rad(3)), 0.5)
  3302. end
  3303. ref = CreatePart(workspace, "SmoothPlastic", 0, 0, BrickColor.new("Black"), "ref", Vector3.new())
  3304. ref.Anchored = true
  3305. ref.CanCollide = false
  3306. ref.CFrame = RootPart.CFrame * CFrame.new(0, -0.5, -5)
  3307. game.Debris:AddItem(ref, 1)
  3308. for i = 0, 10, 0.5 do
  3309. swait()
  3310. --CreateSound("http://www.roblox.com/asset/?id=192410089", Handle, 1, 0.7)
  3311. SphereEffect(Character["Torso"].BrickColor, ref.CFrame, 2, 10 * i * 2, 2, 0.5, 5, 0.5, 0.05)
  3312. --BlockEffect(Character["Torso"].BrickColor, ref.CFrame * CFrame.new(0, -0.5, 0), 10, 10, 10, 0.5 * i, 0.5 * i, 0.5 * i, 0.05)
  3313. MagniDamage(ref, 6, 5, 13, 0, "Normal")
  3314. ref.CFrame = RootPart.CFrame * CFrame.new(0, -0.5, -5 * i)
  3315. end
  3316. if slashndash == true then
  3317. RootPart.CFrame = RootPart.CFrame * CFrame.new(0, 0, -50)
  3318. --BlockEffect(Character["Torso"].BrickColor, RootPart.CFrame, 10, 10, 10, 5, 5, 5, 0.05)
  3319. for i = 0, 1, 0.13 do
  3320. swait()
  3321. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cn(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(-70)), 0.3)
  3322. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(0), math.rad(0), math.rad(70)), 0.3)
  3323. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(-140), math.rad(-90)), 0.3)
  3324. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(90), math.rad(0), math.rad(-40)), 0.3)
  3325. RH.C0 = clerp(RH.C0, cn(1, -1, 0) * RHCF * angles(math.rad(-5), math.rad(10), math.rad(0)), 0.3)
  3326. LH.C0 = clerp(LH.C0, cn(-1, -1, 0) * LHCF * angles(math.rad(-5), math.rad(10), math.rad(0)), 0.3)
  3327. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(10), math.rad(0), math.rad(10)), 0.3)
  3328. end
  3329. --CreateSound("http://roblox.com/asset/?id=320557563", Hitbox, 1, 1)
  3330. for i = 0, 1, 0.13 do
  3331. swait()
  3332. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cn(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(70)), 0.3)
  3333. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(0), math.rad(0), math.rad(-70)), 0.3)
  3334. RW.C0 = clerp(RW.C0, CFrame.new(1.1, 0.5, -0.3) * angles(math.rad(0), math.rad(-50), math.rad(-90)), 0.3)
  3335. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(90), math.rad(0), math.rad(-40)), 0.3)
  3336. RH.C0 = clerp(RH.C0, cn(1, -1, 0) * RHCF * angles(math.rad(-5), math.rad(10), math.rad(0)), 0.3)
  3337. LH.C0 = clerp(LH.C0, cn(-1, -1, 0) * LHCF * angles(math.rad(-5), math.rad(10), math.rad(0)), 0.3)
  3338. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(-90), math.rad(0), math.rad(10)), 0.3)
  3339. end
  3340. end
  3341. do
  3342. wait(1)
  3343. Humanoid.WalkSpeed = 15
  3344. slashndash = false
  3345. attack = false
  3346. end
  3347. end
  3348.  
  3349. function DIVIDE()
  3350. attack = true
  3351. Character.Humanoid.Jump = true
  3352. for i = 0, 1, 0.05 do
  3353. swait()
  3354. Torso.Velocity = Vector3.new(0,100, 0)
  3355. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cn(0, 0, -.5) * angles(6 * i, math.rad(0), math.rad(0)), .2)
  3356. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(10), math.rad(0), math.rad(90)), .3)
  3357. RW.C0 = clerp(RW.C0, CFrame.new(1.2, 1, .7) * angles(math.rad(180), math.rad(80), math.rad(-80)), .3)
  3358. RH.C0 = clerp(RH.C0, cn(1, -1, 0) * RHCF * angles(math.rad(-3), math.rad(0), math.rad(-20)), .3)
  3359. LH.C0 = clerp(LH.C0, cn(-1, -1, 0) * LHCF * angles(math.rad(-3), math.rad(0), math.rad(20)), .3)
  3360. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, cn(0, 0, 0) * angles(math.rad(-10), math.rad(10), math.rad(50)), .3)
  3361. end
  3362. for i = 0, 1, 0.017 do
  3363. swait()
  3364. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cn(0, 0, -.5) * angles(math.rad(50), math.rad(0), math.rad(0)), .2)
  3365. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  3366. RW.C0 = clerp(RW.C0, CFrame.new(1.2, 1, -1) * angles(math.rad(180), math.rad(80), math.rad(-80)), .3)
  3367. RH.C0 = clerp(RH.C0, cn(1, -1, 0) * RHCF * angles(math.rad(-3), math.rad(0), math.rad(-50)), .2)
  3368. LH.C0 = clerp(LH.C0, cn(-1, -1, 0) * LHCF * angles(math.rad(-3), math.rad(0), math.rad(50)), .2)
  3369. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, cn(0, 0, 0) * angles(math.rad(-10), math.rad(10), math.rad(50)), .3)
  3370. end
  3371. for i = 0, 1, 0.05 do
  3372. swait()
  3373. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cn(0, 0, 0) * angles(math.rad(10), math.rad(0), math.rad(0)), .3)
  3374. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  3375. RW.C0 = clerp(RW.C0, CFrame.new(1, .5, -.7) * angles(math.rad(40), math.rad(80), math.rad(-50)), .3)
  3376. RH.C0 = clerp(RH.C0, cn(1, -1, 0) * RHCF * angles(math.rad(-3), math.rad(0), math.rad(10)), .3)
  3377. LH.C0 = clerp(LH.C0, cn(-1, -1, 0) * LHCF * angles(math.rad(-3), math.rad(0), math.rad(-10)), .3)
  3378. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, cn(0, 0, 0) * angles(math.rad(20), math.rad(-20), math.rad(50)), .3)
  3379. MagniDamage(RootPart, 10, 10, 10, 1e9, "Normal")
  3380. end
  3381. attack = false
  3382. end
  3383.  
  3384.  
  3385. spinattack = function()
  3386. attack = true
  3387. Humanoid.WalkSpeed = 5
  3388. for i = 0, 1, 0.13 do
  3389. swait()
  3390. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cn(0, 0, -0.5) * angles(math.rad(0), math.rad(0), math.rad(70)), 0.3)
  3391. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(0), math.rad(0), math.rad(-70)), 0.3)
  3392. RW.C0 = clerp(RW.C0, CFrame.new(1.2, 0.4, 0) * angles(math.rad(0), math.rad(60), math.rad(90)), 0.3)
  3393. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(60), math.rad(0), math.rad(-30)), 0.3)
  3394. RH.C0 = clerp(RH.C0, cn(1, -0.5, 0) * RHCF * angles(math.rad(-3), math.rad(-30), math.rad(0)), 0.3)
  3395. LH.C0 = clerp(LH.C0, cn(-1, -1, 0) * LHCF * angles(math.rad(-2), math.rad(-30), math.rad(50)), 0.3)
  3396. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(10), math.rad(0), math.rad(10)), 0.3)
  3397. end
  3398. for i = 0, 3 do
  3399. swait()
  3400. MagniDamage(RootPart, 15, 10, 15, 0, "Normal")
  3401. CreateSound("http://roblox.com/asset/?id=320557563", Hitbox, 1, 0.9)
  3402. for i = 0, 1, 0.1 do
  3403. swait()
  3404. Torso.Velocity = RootPart.CFrame.lookVector * 75
  3405. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cn(0, 0, -0.25) * angles(math.rad(0), math.rad(0), math.rad(0 - 360 * i)), 0.3)
  3406. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(10), math.rad(0), math.rad(60)), 0.3)
  3407. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.4, 0.1) * angles(math.rad(100), math.rad(20), math.rad(90)), 0.3)
  3408. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(90), math.rad(0), math.rad(40)), 0.3)
  3409. RH.C0 = clerp(RH.C0, cn(1, -0.9, 0) * RHCF * angles(math.rad(-3), math.rad(40), math.rad(-10)), 0.3)
  3410. LH.C0 = clerp(LH.C0, cn(-1, -0.7, 0) * LHCF * angles(math.rad(-2), math.rad(30), math.rad(-10)), 0.3)
  3411. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(-50), math.rad(0), math.rad(-10)), 0.3)
  3412. end
  3413. end
  3414. Humanoid.WalkSpeed = 15
  3415. attack = false
  3416. end
  3417.  
  3418. attacktwo = function()
  3419. attack = true
  3420. local con = Hitbox.Touched:connect(function(hit)
  3421. Damagefunc(Hitbox, hit, 1, 5, math.random(1, 5), "Normal", RootPart, 0.2, "rbxassetid://199149221", 0.8)
  3422. end
  3423. )
  3424. Humanoid.WalkSpeed = 5
  3425. for i = 0, 1, 0.13 do
  3426. swait()
  3427. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cn(0, 0, -0.5) * angles(math.rad(0), math.rad(0), math.rad(70)), 0.3)
  3428. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(0), math.rad(0), math.rad(-70)), 0.3)
  3429. RW.C0 = clerp(RW.C0, CFrame.new(1.2, 0.4, 0) * angles(math.rad(-90), math.rad(60), math.rad(90)), 0.3)
  3430. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(-30)), 0.3)
  3431. RH.C0 = clerp(RH.C0, cn(1, -0.5, 0) * RHCF * angles(math.rad(-3), math.rad(-30), math.rad(0)), 0.3)
  3432. LH.C0 = clerp(LH.C0, cn(-1, -1, 0) * LHCF * angles(math.rad(-2), math.rad(-30), math.rad(50)), 0.3)
  3433. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(10), math.rad(0), math.rad(10)), 0.3)
  3434. end
  3435. CreateSound("http://roblox.com/asset/?id=320557563", Hitbox, 1, 0.9)
  3436. for i = 0, 1, 0.1 do
  3437. swait()
  3438. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cn(0, 0, -0.25) * angles(math.rad(10), math.rad(0), math.rad(-60)), 0.3)
  3439. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(-10), math.rad(0), math.rad(60)), 0.3)
  3440. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.4, 0.1) * angles(math.rad(-90), math.rad(-20), math.rad(90)), 0.3)
  3441. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(20), math.rad(0), math.rad(-40)), 0.3)
  3442. RH.C0 = clerp(RH.C0, cn(1, -0.9, 0) * RHCF * angles(math.rad(-3), math.rad(40), math.rad(-10)), 0.3)
  3443. LH.C0 = clerp(LH.C0, cn(-1, -0.7, 0) * LHCF * angles(math.rad(-2), math.rad(30), math.rad(-10)), 0.3)
  3444. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(-50), math.rad(0), math.rad(-10)), 0.3)
  3445. end
  3446. con:disconnect()
  3447. Humanoid.WalkSpeed = 15
  3448. attack = false
  3449. end
  3450.  
  3451. attackthree = function()
  3452. attack = true
  3453. local con = Hitbox.Touched:connect(function(hit)
  3454. Damagefunc(Hitbox, hit, 1, 10, math.random(1, 5), "Normal", RootPart, 0.2, "rbxassetid://199149221", 0.8)
  3455. end
  3456. )
  3457. Humanoid.WalkSpeed = 5
  3458. for i = 0, 1, 0.13 do
  3459. swait()
  3460. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cn(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(-70)), 0.3)
  3461. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(0), math.rad(0), math.rad(70)), 0.3)
  3462. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(80), math.rad(-140), math.rad(-90)), 0.3)
  3463. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(90), math.rad(0), math.rad(-40)), 0.3)
  3464. RH.C0 = clerp(RH.C0, cn(1, -1, 0) * RHCF * angles(math.rad(-5), math.rad(10), math.rad(0)), 0.3)
  3465. LH.C0 = clerp(LH.C0, cn(-1, -1, 0) * LHCF * angles(math.rad(-5), math.rad(10), math.rad(0)), 0.3)
  3466. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(10), math.rad(0), math.rad(10)), 0.3)
  3467. end
  3468. CreateSound("http://roblox.com/asset/?id=320557563", Hitbox, 1, 1)
  3469. for i = 0, 1, 0.13 do
  3470. swait()
  3471. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cn(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(70)), 0.3)
  3472. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(0), math.rad(0), math.rad(-70)), 0.3)
  3473. RW.C0 = clerp(RW.C0, CFrame.new(1.1, 0.5, -0.3) * angles(math.rad(80), math.rad(-50), math.rad(-90)), 0.3)
  3474. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(90), math.rad(0), math.rad(-40)), 0.3)
  3475. RH.C0 = clerp(RH.C0, cn(1, -1, 0) * RHCF * angles(math.rad(-5), math.rad(10), math.rad(0)), 0.3)
  3476. LH.C0 = clerp(LH.C0, cn(-1, -1, 0) * LHCF * angles(math.rad(-5), math.rad(10), math.rad(0)), 0.3)
  3477. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(-90), math.rad(0), math.rad(10)), 0.3)
  3478. end
  3479. con:disconnect()
  3480. Humanoid.WalkSpeed = 15
  3481. attack = false
  3482. end
  3483.  
  3484. Naildrive = function()
  3485. attack = true
  3486. Humanoid.WalkSpeed = 5
  3487. local con = Hitbox.Touched:connect(function(hit)
  3488. Damagefunc(Hitbox, hit, 8, 28, math.random(1, 5), "Normal", RootPart, 0.2, "rbxassetid://199149221", 0.8)
  3489. end
  3490. )
  3491. for i = 0, 1, 0.1 do
  3492. swait()
  3493. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cn(0, 0, 0) * angles(math.rad(-10), math.rad(0), math.rad(-90)), 0.4)
  3494. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(10), math.rad(0), math.rad(90)), 0.4)
  3495. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(100), math.rad(-140), math.rad(-90)), 0.3)
  3496. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-90)), 0.3)
  3497. RH.C0 = clerp(RH.C0, cn(1, -1, -0.5) * RHCF * angles(math.rad(-5), math.rad(10), math.rad(0)), 0.3)
  3498. LH.C0 = clerp(LH.C0, cn(-1, -1, 0) * LHCF * angles(math.rad(-5), math.rad(10), math.rad(20)), 0.3)
  3499. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(160), math.rad(0), math.rad(10)), 0.3)
  3500. end
  3501. CreateSound("http://roblox.com/asset/?id=320557563", Hitbox, 1, 1)
  3502. for i = 0, 1, 0.1 do
  3503. Torso.Velocity = RootPart.CFrame.lookVector * 50
  3504. swait()
  3505. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cn(0, 0, 0) * angles(math.rad(10), math.rad(0), math.rad(90)), 0.3)
  3506. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(-20), math.rad(0), math.rad(-90)), 0.3)
  3507. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, -0.5) * angles(math.rad(100), math.rad(200), math.rad(-90)), 0.3)
  3508. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-90)), 0.3)
  3509. RH.C0 = clerp(RH.C0, cn(1, -1, 0) * RHCF * angles(math.rad(-5), math.rad(10), math.rad(0)), 0.3)
  3510. LH.C0 = clerp(LH.C0, cn(-1, -1, -0.5) * LHCF * angles(math.rad(-5), math.rad(10), math.rad(-10)), 0.3)
  3511. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(260), math.rad(0), math.rad(0)), 0.3)
  3512. end
  3513. CreateSound("http://roblox.com/asset/?id=320557563", Hitbox, 1, 0.8)
  3514. for i = 0, 1, 0.08 do
  3515. swait()
  3516. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cn(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(-70)), 0.3)
  3517. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(0), math.rad(10), math.rad(70)), 0.3)
  3518. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(110), math.rad(250), math.rad(-90)), 0.3)
  3519. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(0), math.rad(-100), math.rad(-90)), 0.3)
  3520. RH.C0 = clerp(RH.C0, cn(1, -1, 0) * RHCF * angles(math.rad(-5), math.rad(10), math.rad(0)), 0.3)
  3521. LH.C0 = clerp(LH.C0, cn(-1, -1, 0) * LHCF * angles(math.rad(-5), math.rad(10), math.rad(-10)), 0.3)
  3522. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(400), math.rad(0), math.rad(0)), 0.3)
  3523. end
  3524. CreateSound("http://roblox.com/asset/?id=320557563", Hitbox, 1, 1.2)
  3525. for i = 0, 1, 0.1 do
  3526. swait()
  3527. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cn(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(100)), 0.3)
  3528. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(0), math.rad(0), math.rad(-100)), 0.3)
  3529. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(90), math.rad(300), math.rad(-90)), 0.3)
  3530. LW.C0 = clerp(LW.C0, CFrame.new(-1, 0.5, -1) * angles(math.rad(0), math.rad(-200), math.rad(-90)), 0.3)
  3531. RH.C0 = clerp(RH.C0, cn(1, -1, 0) * RHCF * angles(math.rad(-5), math.rad(10), math.rad(0)), 0.3)
  3532. LH.C0 = clerp(LH.C0, cn(-1, -1, 0) * LHCF * angles(math.rad(-5), math.rad(10), math.rad(-10)), 0.3)
  3533. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(260), math.rad(0), math.rad(0)), 0.3)
  3534. end
  3535. con:disconnect()
  3536. Humanoid.WalkSpeed = 15
  3537. attack = false
  3538. end
  3539.  
  3540. ob1u = function()
  3541. end
  3542.  
  3543.  
  3544.  
  3545.  
  3546. Laz0r = function()
  3547. attack = true
  3548. Character.Humanoid.WalkSpeed = 0
  3549. la = Instance.new("Part",Character)
  3550. la.FormFactor = 3
  3551. la.TopSurface = 0
  3552. la.Transparency = 0.8
  3553. la.BottomSurface = 0
  3554. la.Material = "Neon"
  3555. la.Size = Vector3.new(0.3,0.3,0.3)
  3556. la.BrickColor = Character["Torso"].BrickColor
  3557. lam = Instance.new("SpecialMesh",la)
  3558. lam.MeshType = "Sphere"
  3559. lam.Scale = Vector3.new(1,1,1)
  3560. law = Instance.new("Weld",la)
  3561. law.Part0 = la
  3562. law.Part1 = handle
  3563. la1 = Instance.new("Part",Character)
  3564. la1.FormFactor = 3
  3565. la1.TopSurface = 0
  3566. la1.Transparency = 0
  3567. la1.BottomSurface = 0
  3568. la1.Material = "Neon"
  3569. la1.Size = Vector3.new(0.1,0.1,0.1)
  3570. la1.BrickColor = BrickColor.new("Bright red")
  3571. lam1 = Instance.new("SpecialMesh",la1)
  3572. lam1.MeshType = "Sphere"
  3573. lam1.Scale = Vector3.new(1,1,1)
  3574. law1 = Instance.new("Weld",la1)
  3575. law1.Part0 = la1
  3576. law1.Part1 = handle
  3577. s1 = Instance.new("Sound",handle)
  3578. s1.SoundId = "rbxassetid://181004943"
  3579. s1.Volume = .7
  3580. s1.Pitch = .9
  3581. s1:Play()
  3582. for i = 1,6,0.15 do wait()
  3583. lam.Scale = Vector3.new(i,i,i)
  3584. lam1.Scale = Vector3.new(i,i,i)
  3585. end
  3586. wait(0.1)
  3587. wait(0.4)
  3588. s = Instance.new("Sound",handle)
  3589. s.SoundId = "rbxassetid://228343271"
  3590. s.Volume = .7
  3591. s.Pitch = 1
  3592. s:Play()
  3593. rng = Instance.new("Part",Character)
  3594. rng.FormFactor = 3
  3595. rng.TopSurface = 0
  3596. rng.BottomSurface = 0
  3597. rng.Transparency = 0.8
  3598. rng.BrickColor = Character["Torso"].BrickColor
  3599. rng.Size = Vector3.new(0.1,0.1,0.1)
  3600. rng.Material = "Neon"
  3601. rngm = Instance.new("SpecialMesh",rng)
  3602. rngm.MeshType = "FileMesh"
  3603. rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3604. rngm.Scale = Vector3.new(1,1,1)
  3605. rngw = Instance.new("Weld",rng)
  3606. rngw.Part0 = rng
  3607. rngw.Part1 = handle
  3608. rngw.C0 = CFrame.new(0,0,0) * CFrame.Angles(math.pi/2,0,0)
  3609. la2 = Instance.new("Part",Character)
  3610. la2.FormFactor = 3
  3611. la2.TopSurface = 0
  3612. la2.Transparency = 0
  3613. la2.BottomSurface = 0
  3614. la2.Material = "Neon"
  3615. la2.Size = Vector3.new(0.1,0.1,0.1)
  3616. la2.BrickColor = Character["Torso"].BrickColor
  3617. lam2 = Instance.new("SpecialMesh",la2)
  3618. lam2.MeshType = "Sphere"
  3619. lam2.Scale = Vector3.new(1,1,1)
  3620. law2 = Instance.new("Weld",la2)
  3621. law2.Part0 = la2
  3622. law2.Part1 = la1
  3623. local Beam1 = la2:Clone()
  3624. Beam1.Parent = Character
  3625. local Mesh = Instance.new("CylinderMesh",Beam1)
  3626. Beam1.Size = Vector3.new(1,1,1)
  3627. Beam1.Anchored = true
  3628. Beam1.CanCollide = false
  3629. local Beam2 = Beam1:Clone()
  3630. Beam2.Parent = Character
  3631. Beam2.Transparency = .8
  3632. Beam2.BrickColor = Character["Torso"].BrickColor
  3633. local Mesh2 = Instance.new("CylinderMesh",Beam2)
  3634. for i = 1,17,0.3 do wait()
  3635. lam2.Scale = Vector3.new(0,0,i)
  3636. rngm.Scale = Vector3.new(i/4,i/4,1)
  3637. local Ray = Ray.new(la2.CFrame.p,(la2.CFrame.p-(la2.CFrame*CFrame.new(0,-10,0)).p).unit*900)
  3638. local hit,pos = workspace:FindPartOnRay(Ray,Character)
  3639. local Mag = (pos - la2.CFrame.p).magnitude
  3640. Beam1.CFrame = la2.CFrame * CFrame.new(0,Mag/2,0)
  3641. Mesh.Scale = Vector3.new(.7,Mag,.7)
  3642. Beam2.CFrame = Beam1.CFrame
  3643. Mesh2.Scale = Vector3.new(1.2,Mag,1.2)
  3644. if hit then
  3645. dmg2 = 6
  3646. if hit.Parent:FindFirstChild("Humanoid")
  3647. then hit.Parent:FindFirstChild("Humanoid"):TakeDamage(dmg2)
  3648. if hit.Parent.Parent:FindFirstChild("Humanoid")
  3649. then hit.Parent.Parent:FindFirstChild("Humanoid"):TakeDamage(dmg2)
  3650. if dmg2 > 6 then dmg2 = 6
  3651. end
  3652. end
  3653. end
  3654. end
  3655. end
  3656. for i = 4,1,-0.1 do wait()
  3657. lam.Scale = Vector3.new(i+2,i+2,i+2)
  3658. lam1.Scale = Vector3.new(i+2,i+2,i+2)
  3659. lam2.Scale = Vector3.new(i,i,i)
  3660. rng.Transparency = rng.Transparency + i/10
  3661. local Ray = Ray.new(la2.CFrame.p,(la2.CFrame.p-(la2.CFrame*CFrame.new(0,-10,0)).p).unit*900)
  3662. local hit,pos = workspace:FindPartOnRay(Ray,Character)
  3663. local Mag = (pos - la2.CFrame.p).magnitude
  3664. Beam1.CFrame = la2.CFrame * CFrame.new(0,Mag/2,0)
  3665. Beam2.CFrame = Beam1.CFrame
  3666. Mesh.Scale = Vector3.new(.7/4*i,Mag,.7/4*i)
  3667. Mesh2.Scale = Vector3.new(1.2/4*i,Mag,1.2/4*i)
  3668. if hit then
  3669. dmg = 6
  3670. if hit.Parent:FindFirstChild("Humanoid")
  3671. then hit.Parent:FindFirstChild("Humanoid"):TakeDamage(dmg)
  3672. if hit.Parent.Parent:FindFirstChild("Humanoid")
  3673. then hit.Parent.Parent:FindFirstChild("Humanoid"):TakeDamage(dmg)
  3674. if dmg > 6 then dmg = 6
  3675. end
  3676. end
  3677. end
  3678. end
  3679. end
  3680. rng:Remove()
  3681. la:Remove()
  3682. la1:Remove()
  3683. la2:Remove()
  3684. Beam1:Remove()
  3685. Beam2:Remove()
  3686. wait(0.5)
  3687. Character.Humanoid.WalkSpeed = 16
  3688. attack = false
  3689. end
  3690.  
  3691.  
  3692.  
  3693. ob1d = function()
  3694. if attack == false and attacktype == 1 then
  3695. attacktype = 2
  3696. attackone()
  3697. else
  3698. if attack == false and attacktype == 2 then
  3699. attacktype = 3
  3700. attacktwo()
  3701. else
  3702. if attack == false and attacktype == 3 then
  3703. attacktype = 1
  3704. attackthree()
  3705. end
  3706. end
  3707. end
  3708. end
  3709.  
  3710. key = function(k)
  3711. k = k:lower()
  3712. if attack == false and k == "z" and co1 <= cooldown1 then
  3713. cooldown1 = 0
  3714. DIVIDE()
  3715. else
  3716. if attack == false and k == "x" and co2 <= cooldown2 then
  3717. cooldown2 = cooldown2 / 2
  3718. Slashy()
  3719. else
  3720. if attack == false and k == "c" and co3 <= cooldown3 then
  3721. cooldown3 = 0
  3722. spinattack()
  3723. else
  3724. if attack == false and k == "v" and co4 <= cooldown4 then
  3725. cooldown4 = 0
  3726. Laz0r()--finale()
  3727. if attack == false and k == "q" then
  3728. --Naildrive()
  3729. end
  3730. end
  3731. end
  3732. end
  3733. end
  3734. end
  3735.  
  3736. ds = function(mouse)
  3737. end
  3738.  
  3739. s = function(mouse)
  3740. print("Selected")
  3741. mouse.Button1Down:connect(function()
  3742. ob1d(mouse)
  3743. end
  3744. )
  3745. mouse.Button1Up:connect(function()
  3746. ob1u(mouse)
  3747. end
  3748. )
  3749. mouse.KeyDown:connect(key)
  3750. end
  3751.  
  3752. s(mouse)
  3753.  
  3754.  
  3755.  
  3756. local walk = 0
  3757. local walkforw = false
  3758. updateskills = function()
  3759. if cooldown1 <= co1 then
  3760. cooldown1 = cooldown1 + 0.033333333333333
  3761. end
  3762. if cooldown2 <= co2 then
  3763. cooldown2 = cooldown2 + 0.033333333333333
  3764. end
  3765. if cooldown3 <= co3 then
  3766. cooldown3 = cooldown3 + 0.033333333333333
  3767. end
  3768. if cooldown4 <= co4 then
  3769. cooldown4 = cooldown4 + 0.033333333333333
  3770. end
  3771. end
  3772.  
  3773. while 1 do
  3774. swait()
  3775. updateskills()
  3776. bar4:TweenSize(UDim2.new(1 * (cooldown4 / co4), 0, 1, 0), "Out", "Quad", 0.5)
  3777. bar3:TweenSize(UDim2.new(1 * (cooldown3 / co3), 0, 1, 0), "Out", "Quad", 0.5)
  3778. bar1:TweenSize(UDim2.new(1 * (cooldown1 / co1), 0, 1, 0), "Out", "Quad", 0.5)
  3779. bar2:TweenSize(UDim2.new(1 * (cooldown2 / co2), 0, 1, 0), "Out", "Quad", 0.5)
  3780. for i,v in pairs(Character:GetChildren()) do
  3781. if v:IsA("Part") then
  3782. v.Material = "SmoothPlastic"
  3783. else
  3784. if v:IsA("Hat") then
  3785. v:WaitForChild("Handle").Material = "SmoothPlastic"
  3786. end
  3787. end
  3788. end
  3789. walk = walk + 1.2
  3790. if 15 - 5 * (Humanoid.WalkSpeed / 16) <= walk then
  3791. walk = 0
  3792. if walkforw == true then
  3793. walkforw = false
  3794. else
  3795. if walkforw == false then
  3796. walkforw = true
  3797. end
  3798. end
  3799. end
  3800. Torsovelocity = RootPart.Velocity * Vector3.new(1, 0, 1).magnitude
  3801. velocity = RootPart.Velocity.y
  3802. sine = sine + change
  3803. local hit, pos = rayCast(RootPart.Position, CFrame.new(RootPart.Position, RootPart.Position - Vector3.new(0, 1, 0)).lookVector, 4, Character)
  3804. if equipped == true or equipped == false then
  3805. if 1 < RootPart.Velocity.y and hit == nil then
  3806. Anim = "Jump"
  3807. if attack == false then
  3808. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cn(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  3809. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(-10), math.rad(0), math.rad(0)), 0.3)
  3810. RW.C0 = clerp(RW.C0, CFrame.new(1.4, 0.7, 0) * angles(math.rad(0), math.rad(115), math.rad(205)), 0.3)
  3811. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-30), math.rad(0), math.rad(-30)), 0.3)
  3812. RH.C0 = clerp(RH.C0, cn(1, -0.5, -0.4) * RHCF * angles(math.rad(-3), math.rad(0), math.rad(-30)), 0.3)
  3813. LH.C0 = clerp(LH.C0, cn(-1, -0.8, 0) * LHCF * angles(math.rad(-3), math.rad(0), math.rad(20)), 0.3)
  3814. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(20), math.rad(-20), math.rad(0)), 0.3)
  3815. end
  3816. else
  3817. if RootPart.Velocity.y < -1 and hit == nil then
  3818. Anim = "Fall"
  3819. if attack == false then
  3820. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cn(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  3821. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(20), math.rad(0), math.rad(0)), 0.3)
  3822. RW.C0 = clerp(RW.C0, CFrame.new(1.4, 0.7, 0) * angles(math.rad(0), math.rad(120), math.rad(205)), 0.3)
  3823. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-30), math.rad(0), math.rad(-60)), 0.3)
  3824. RH.C0 = clerp(RH.C0, cn(1, -1, 0) * RHCF * angles(math.rad(-3), math.rad(0), math.rad(30)), 0.3)
  3825. LH.C0 = clerp(LH.C0, cn(-1, -1, -0.3) * LHCF * angles(math.rad(-3), math.rad(0), math.rad(-20)), 0.3)
  3826. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(-20), math.rad(0)), 0.3)
  3827. end
  3828. else
  3829. if (math.abs(Torsovelocity.x) + math.abs(Torsovelocity.z)) < 1 and hit ~= nil then
  3830. Anim = "Idle"
  3831. if attack == false then
  3832. change = 1
  3833. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cn(0, 0, -0.1 + 0.1 * math.cos((sine) / 25)) * angles(math.rad(0), math.rad(0), math.rad(-20)), 0.3)
  3834. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(5 + 3 * math.cos((sine) / 23)), math.rad(0), math.rad(20)), 0.3)
  3835. RW.C0 = clerp(RW.C0, CFrame.new(1.4, 0.7, 0) * angles(math.rad(180), math.rad(110 - 3 * math.cos((sine) / 23)), math.rad(205 + 3 * math.cos((sine) / 23))), 0.3)
  3836. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-10), math.rad(0), math.rad(-10 - 5 * math.cos((sine) / 23))), 0.3)
  3837. RH.C0 = clerp(RH.C0, cn(1, -0.9 - 0.1 * math.cos((sine) / 25), 0) * RHCF * angles(math.rad(-3 - 1 * math.cos((sine) / 25)), math.rad(20), math.rad(-7)), 0.3)
  3838. LH.C0 = clerp(LH.C0, cn(-1, -0.9 - 0.1 * math.cos((sine) / 25), 0) * LHCF * angles(math.rad(-3 - 1 * math.cos((sine) / 25)), math.rad(20), math.rad(5)), 0.3)
  3839. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 10, 0) * angles(math.rad(20), math.rad(-20), math.rad(0)), 0.3)
  3840. end
  3841. else
  3842. if 2 < (math.abs(Torsovelocity.x) + math.abs(Torsovelocity.z)) and hit ~= nil then
  3843. Anim = "Walk"
  3844. if attack == false then
  3845. change = 2
  3846. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cn(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(2 * math.cos((sine) / 7))), 0.3)
  3847. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(5 + 3 * math.cos((sine) / 23)), math.rad(0), math.rad(-2 * math.cos((sine) / 7))), 0.3)
  3848. RW.C0 = clerp(RW.C0, CFrame.new(1.4, 0.7, 0) * angles(math.rad(0), math.rad(110), math.rad(-200)), 0.3)
  3849. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-30 * math.cos((sine) / 10)), math.rad(0), math.rad(-5)), 0.3)
  3850. RH.C0 = clerp(RH.C0, cn(1, -1 - 0.3 * math.cos((sine) / 8) / 2, -0.03 + math.sin((sine) / 8) / 2) * RHCF * angles(math.rad(-2), math.rad(0), math.rad(-10) - math.sin((sine) / 8)), 0.3)
  3851. LH.C0 = clerp(LH.C0, cn(-1, -1 + 0.3 * math.cos((sine) / 8) / 2, -0.03 - math.sin((sine) / 8) / 2) * LHCF * angles(math.rad(-2), math.rad(0), math.rad(10) - math.sin((sine) / 8)), 0.3)
  3852. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(23), math.rad(-20), math.rad(0)), 0.3)
  3853. end
  3854. end
  3855. end
  3856. end
  3857. end
  3858. end
  3859. if 0 < #Effects then
  3860. for e = 1, #Effects do
  3861. if Effects[e] ~= nil then
  3862. local Thing = Effects[e]
  3863. if Thing ~= nil then
  3864. local Part = Thing[1]
  3865. local Mode = Thing[2]
  3866. local Delay = Thing[3]
  3867. local IncX = Thing[4]
  3868. local IncY = Thing[5]
  3869. local IncZ = Thing[6]
  3870. if Thing[1].Transparency <= 1 then
  3871. if Thing[2] == "Block1" then
  3872. Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
  3873. Mesh = Thing[1].Mesh
  3874. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  3875. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  3876. else
  3877. if Thing[2] == "Block2" then
  3878. Thing[1].CFrame = Thing[1].CFrame
  3879. Mesh = Thing[7]
  3880. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  3881. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  3882. else
  3883. if Thing[2] == "Cylinder" then
  3884. Mesh = Thing[1].Mesh
  3885. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  3886. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  3887. else
  3888. if Thing[2] == "Blood" then
  3889. Mesh = Thing[7]
  3890. Thing[1].CFrame = Thing[1].CFrame * Vector3.new(0, 0.5, 0)
  3891. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  3892. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  3893. else
  3894. if Thing[2] == "Elec" then
  3895. Mesh = Thing[1].Mesh
  3896. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[7], Thing[8], Thing[9])
  3897. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  3898. else
  3899. if Thing[2] == "Disappear" then
  3900. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  3901. else
  3902. if Thing[2] == "Shatter" then
  3903. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  3904. Thing[4] = Thing[4] * CFrame.new(0, Thing[7], 0)
  3905. Thing[1].CFrame = Thing[4] * CFrame.fromEulerAnglesXYZ(Thing[6], 0, 0)
  3906. Thing[6] = Thing[6] + Thing[5]
  3907. end
  3908. end
  3909. end
  3910. end
  3911. end
  3912. end
  3913. end
  3914. else
  3915. Part.Parent = nil
  3916. table.remove(Effects, e)
  3917. end
  3918. end
  3919. end
  3920. end
  3921. end
  3922. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement