Advertisement
AgentVK

Untitled

Sep 20th, 2017
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 443.24 KB | None | 0 0
  1. local p = game.Players.LocalPlayer--300899323
  2. local char = p.Character
  3. local mouse = p:GetMouse()
  4. local larm = char["Left Arm"]
  5. local rarm = char["Right Arm"]
  6. local lleg = char["Left Leg"]
  7. local rleg = char["Right Leg"]
  8. local hed = char.Head
  9. local torso = char.Torso
  10. local hum = char.Humanoid
  11. local cam = game.Workspace.CurrentCamera
  12. local root = char.HumanoidRootPart
  13. local rj = root.RootJoint
  14. local deb = false
  15. local shot = 0
  16. local stanceToggle = "Idle1"
  17. local l = game:GetService("Lighting")
  18. local rs = game:GetService("RunService").RenderStepped
  19. local hb = game:GetService("RunService").Heartbeat
  20. local Stepped = game:GetService("RunService").Stepped
  21. math.randomseed(os.time())
  22. local Transforming = true
  23. hum.WalkSpeed = 0
  24. local fx = Instance.new("Part",torso)
  25. wit = Color3.new(0, 1, 1), Color3.new(0.5, 0, 1)
  26. wit2 = Color3.new(0.5,0,1)
  27. local glowz = Instance.new("ParticleEmitter",fx)
  28. glowz.LightEmission = 1
  29. glowz.Texture = "rbxassetid://280516525"
  30. glowz.Color = ColorSequence.new(Color3.new(0, 1, 1), Color3.new(0.5, 0, 1))
  31. glowz.Size = NumberSequence.new(5)
  32. glowz.Speed = NumberRange.new(25,50)
  33. glowz.LockedToPart = false
  34. glowz.Transparency = NumberSequence.new(0.75)
  35. glowz.RotSpeed = NumberRange.new(-2000,2000)
  36. glowz.Lifetime = NumberRange.new(1)
  37. glowz.Rate = 5000
  38. glowz.VelocitySpread = 9001
  39. fx.Anchored = true
  40. fx.Material = "Neon"
  41. fx.CanCollide = false
  42. fx.Locked = true
  43. fx.Transparency = 1
  44. fx.Material = "Neon"
  45. fx.Size = Vector3.new(1,1,1)
  46. fx.TopSurface = "SmoothNoOutlines"
  47. fx.BottomSurface = "SmoothNoOutlines"
  48. fx.BrickColor = BrickColor.new("Really black")
  49. fxm = Instance.new("SpecialMesh",fx)
  50. fxm.MeshType = "Sphere"
  51. local sa2 = Instance.new("Sound",torso)
  52. sa2.SoundId = "rbxassetid://93724183"
  53. sa2.Pitch = 0.5
  54. sa2.Volume = 5
  55. sa2.Looped = false
  56. sa2:Play()
  57. local value = 1
  58. fxm.Scale = Vector3.new(1,1,1)
  59. for i = 1, 20 do rs:wait()
  60. value = value - 0.05
  61. fx.Transparency = fx.Transparency - (1/20)
  62. fx.CFrame = torso.CFrame
  63. fxm.Scale = fxm.Scale + Vector3.new(value,value,value)
  64. rs:wait()
  65. end
  66. ----------------------------------------------------
  67. GroundWave1 = function()
  68. local Transforming = true
  69. hum.WalkSpeed = 0
  70. local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  71. local Colors = {"White", "Really black"}
  72. local wave = Instance.new("Part", torso)
  73. wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  74. wave.Anchored = true
  75. wave.CanCollide = false
  76. wave.Locked = true
  77. wave.Size = Vector3.new(1, 1, 1)
  78. wave.TopSurface = "Smooth"
  79. wave.BottomSurface = "Smooth"
  80. wave.Transparency = 0.35
  81. wave.CFrame = HandCF
  82. wm = Instance.new("SpecialMesh", wave)
  83. wm.MeshId = "rbxassetid://3270017"
  84. coroutine.wrap(function()
  85. for i = 1, 30, 1 do
  86. wm.Scale = Vector3.new(50, 50, 1 + i*50)
  87. wave.Size = wm.Scale
  88. wave.CFrame = HandCF
  89. wave.Transparency = i/30
  90. wait()
  91. end
  92. wait()
  93. wave:Destroy()
  94. end)()
  95. end
  96. ----------------------------------------------------
  97. GroundWave = function()
  98. if Transforming == true then
  99. local value = 5
  100. local value2 = 10
  101. local value3 = 20
  102. local sa2 = Instance.new("Sound",torso)
  103. sa2.SoundId = "rbxassetid://413682983"
  104. sa2.Pitch = 1
  105. sa2.Volume = 10
  106. sa2.Looped = false
  107. sa2:Play()
  108. local wave = Instance.new("Part", torso)
  109. local glowz = Instance.new("ParticleEmitter",wave)
  110. glowz.LightEmission = 1
  111. glowz.Texture = "0"
  112. glowz.Color = ColorSequence.new(Color3.new(0, 1, 1), Color3.new(0.5, 0, 1))
  113. glowz.Size = NumberSequence.new(30)
  114. glowz.Speed = NumberRange.new(25,100)
  115. glowz.LockedToPart = false
  116. glowz.Transparency = NumberSequence.new(0.75)
  117. glowz.RotSpeed = NumberRange.new(-2000,2000)
  118. glowz.Lifetime = NumberRange.new(1)
  119. glowz.Rate = 5000
  120. glowz.VelocitySpread = 9001
  121.  
  122. wave.BrickColor = BrickColor.new("Toothpaste")
  123. wave.Anchored = true
  124. wave.CanCollide = false
  125. wave.Locked = true
  126. wave.Size = Vector3.new(1, 1, 1)
  127. wave.TopSurface = "Smooth"
  128. wave.BottomSurface = "Smooth"
  129. wave.Transparency = 0.35
  130. wave.CFrame = fx.CFrame
  131. wave.Material = "Neon"
  132. wm = Instance.new("SpecialMesh", wave)
  133. wm.MeshType = "Sphere"
  134. wm.Scale = Vector3.new(1,1,1)
  135. local wave2 = Instance.new("Part", torso)
  136. wave2.BrickColor = BrickColor.new("Toothpaste")
  137. wave2.Anchored = true
  138. wave2.CanCollide = false
  139. wave2.Locked = true
  140. wave2.Size = Vector3.new(1, 1, 1)
  141. wave2.TopSurface = "Smooth"
  142. wave2.BottomSurface = "Smooth"
  143. wave2.Transparency = 0.35
  144. wave2.CFrame = fx.CFrame
  145. wave2.Material = "Neon"
  146. wm2 = Instance.new("SpecialMesh", wave2)
  147. wm2.MeshType = "FileMesh"
  148. wm2.MeshId = "http://www.roblox.com/asset/?id=3270017"
  149. wm2.Scale = Vector3.new(1,1,1)
  150. local wave3 = Instance.new("Part", torso)
  151. wave3.BrickColor = BrickColor.new("Really black")
  152. wave3.Anchored = true
  153. wave3.CanCollide = false
  154. wave3.Locked = true
  155. wave3.Size = Vector3.new(1, 1, 1)
  156. wave3.TopSurface = "Smooth"
  157. wave3.BottomSurface = "Smooth"
  158. wave3.Transparency = 0.35
  159. wave3.CFrame = fx.CFrame
  160. wave3.Material = "Neon"
  161. wm3 = Instance.new("SpecialMesh", wave3)
  162. wm3.MeshType = "FileMesh"
  163. wm3.MeshId = "http://www.roblox.com/asset/?id=3270017"
  164. wm3.Scale = Vector3.new(1,1,1)
  165. coroutine.wrap(function()
  166. for i = 1, 18, 1 do
  167. value = value - 0.5
  168. value2 = value2 - 0.75*1.5
  169. value3 = value3 - 0.475*1.5
  170. wm.Scale = wm.Scale + Vector3.new(value*3.5,value*3.5,value*3.5)
  171. wm2.Scale = wm.Scale + Vector3.new(value2*3.5,value2*3.5,0.5)
  172. wm3.Scale = wm.Scale + Vector3.new(value3*3.5,value3*3.5,0.25)
  173. --wave.Size = wm.Scale
  174. wave.CFrame = fx.CFrame
  175. wave.Transparency = i/14
  176. --wave2.Size = wm2.Scale
  177. wave2.CFrame = fx.CFrame
  178. wave2.Rotation = Vector3.new(90, 0, 0)
  179. wave2.Transparency = i/14
  180. --wave3.Size = wm3.Scale
  181. wave3.CFrame = fx.CFrame
  182. wave3.Rotation = Vector3.new(90, 0, 0)
  183. wave3.Transparency = i/14
  184. wait()
  185. glowz.Rate = 0
  186.  
  187. end
  188. wait()
  189. wave:Destroy()
  190. wave2:Destroy()
  191. wave3:Destroy()
  192. end)()
  193. elseif Transforming == false then
  194. wait()
  195. end
  196. end
  197.  
  198. for i = 1, 100 do rs:wait()
  199. fx.CFrame = torso.CFrame
  200. end
  201.  
  202. Spawn(function()
  203. while wait(1) do
  204. GroundWave()
  205. end
  206. end)
  207.  
  208. wait(4)
  209.  
  210. Transforming = false
  211.  
  212. local value2 = 1
  213. for i = 1, 20 do rs:wait()
  214. value2 = value2 - 0.05
  215. glowz.Rate = 0
  216.  
  217. fx.Transparency = fx.Transparency + (1/20)
  218. fx.CFrame = torso.CFrame
  219. fxm.Scale = fxm.Scale + Vector3.new(value2,value2,value2)
  220. rs:wait()
  221. end
  222. glowz:Destroy()
  223.  
  224.  
  225. local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  226. local valuer = 5
  227. local valuer2 = 10
  228. local valuer3 = 15
  229. local sa2 = Instance.new("Sound",torso)
  230. sa2.SoundId = "rbxassetid://130972023"
  231. sa2.Pitch = 1
  232. sa2.Volume = 5
  233. sa2.Looped = false
  234. sa2:Play()
  235. local sar2 = Instance.new("Sound",torso)
  236. sar2.SoundId = "rbxassetid://153274423"
  237. sar2.Pitch = 1
  238. sar2.Volume = 5
  239. sar2.Looped = false
  240. sar2:Play()
  241. local wave = Instance.new("Part", torso)
  242. wave.BrickColor = BrickColor.new("Toothpaste")
  243. wave.Anchored = true
  244. wave.CanCollide = false
  245. wave.Locked = true
  246. wave.Size = Vector3.new(1, 1, 1)
  247. wave.TopSurface = "Smooth"
  248. wave.BottomSurface = "Smooth"
  249. wave.Transparency = 0.35
  250. wave.CFrame = HandCF
  251. wm = Instance.new("SpecialMesh", wave)
  252. wm.MeshId = "rbxassetid://3270017"
  253. local wave2 = Instance.new("Part", torso)
  254. wave2.BrickColor = BrickColor.new("Really black")
  255. wave2.Anchored = true
  256. wave2.CanCollide = false
  257. wave2.Locked = true
  258. wave2.Size = Vector3.new(1, 1, 1)
  259. wave2.TopSurface = "Smooth"
  260. wave2.BottomSurface = "Smooth"
  261. wave2.Transparency = 0.35
  262. wave2.CFrame = HandCF
  263. wm2 = Instance.new("SpecialMesh", wave2)
  264. wm2.MeshId = "rbxassetid://3270017"
  265. local wave3 = Instance.new("Part", torso)
  266. wave3.BrickColor = BrickColor.new("Toothpaste")
  267. wave3.Anchored = true
  268. wave3.CanCollide = false
  269. wave3.Locked = true
  270. wave3.Size = Vector3.new(1, 1, 1)
  271. wave3.TopSurface = "Smooth"
  272. wave3.BottomSurface = "Smooth"
  273. wave3.Transparency = 0.35
  274. wave3.CFrame = HandCF
  275. wm3 = Instance.new("SpecialMesh", wave3)
  276. wm3.MeshId = "rbxassetid://3270017"
  277. coroutine.wrap(function()
  278. for i = 1, 14, 1 do
  279. valuer = valuer - 0.35
  280. valuer2 = valuer - 0.45
  281. valuer3 = valuer3 - 0.475
  282. wm.Scale = wm.Scale + Vector3.new(valuer*2.5,valuer*2.5, 1 + i*200)
  283. wave.Size = wm.Scale
  284. wave.CFrame = HandCF
  285. wave.Transparency = i/14
  286. wm2.Scale = wm2.Scale + Vector3.new(valuer2*2.5,valuer2*2.5, 0 + i*10)
  287. wave2.Size = wm2.Scale
  288. wave2.CFrame = HandCF
  289. wave2.Transparency = i/14
  290. wm3.Scale = wm3.Scale + Vector3.new(valuer3*2.5,valuer3*2.5, 1)
  291. wave3.Size = wm2.Scale
  292. wave3.CFrame = HandCF
  293. wave3.Transparency = i/14
  294. wait()
  295. end
  296. wait()
  297. wave:Destroy()
  298. wave2:Destroy()
  299. end)()
  300. hum.WalkSpeed = 16
  301.  
  302.  
  303. p = game.Players.LocalPlayer
  304. char = p.Character
  305. torso = char.Torso
  306. neck = char.Torso.Neck
  307. hum = char.Humanoid
  308.  
  309. CV="Pastel blue"
  310.  
  311. local txt = Instance.new("BillboardGui", char)
  312. txt.Adornee = char .Head
  313. txt.Name = "_status"
  314. txt.Size = UDim2.new(2, 0, 1.2, 0)
  315. txt.StudsOffset = Vector3.new(-9, 8, 0)
  316. local text = Instance.new("TextLabel", txt)
  317. text.Size = UDim2.new(10, 0, 7, 0)
  318. text.FontSize = "Size24"
  319. text.TextScaled = true
  320. text.TextTransparency = 0
  321. text.BackgroundTransparency = 1
  322. text.TextTransparency = 0
  323. text.TextStrokeTransparency = 0
  324. text.Font = "SciFi"
  325. text.TextStrokeColor3 = Color3.new(0,0,0)
  326.  
  327. v=Instance.new("Part")
  328. v.Name = "ColorBrick"
  329. v.Parent=p.Character
  330. v.FormFactor="Symmetric"
  331. v.Anchored=true
  332. v.CanCollide=false
  333. v.BottomSurface="Smooth"
  334. v.TopSurface="Smooth"
  335. v.Size=Vector3.new(10,5,3)
  336. v.Transparency=1
  337. v.CFrame=char.Torso.CFrame
  338. v.BrickColor=BrickColor.new(CV)
  339. v.Transparency=1
  340. text.TextColor3 = Color3.new(1,1,1)
  341. v.Shape="Block"
  342. text.Text = "Zelanor"
  343.  
  344. --[[User: TheDarkRevenant
  345. Script: Absalom (Armored).lua
  346. Pass: cUpnjTnT]]
  347.  
  348. local p = game.Players.LocalPlayer
  349. local char = p.Character
  350. local mouse = p:GetMouse()
  351. local larm = char["Left Arm"]
  352. local rarm = char["Right Arm"]
  353. local lleg = char["Left Leg"]
  354. local rleg = char["Right Leg"]
  355. local hed = char.Head
  356. local torso = char.Torso
  357. local hum = char.Humanoid
  358. local cam = game.Workspace.CurrentCamera
  359. local root = char.HumanoidRootPart
  360. local deb = false
  361. local shot = 0
  362. local l = game:GetService("Lighting")
  363. local rs = game:GetService("RunService").RenderStepped
  364. local debris=game:service"Debris"
  365. local stanceToggle = "Normal"
  366. math.randomseed(os.time())
  367. hum.WalkSpeed =100
  368. char.Health:Destroy()
  369. hum.MaxHealth = 50000
  370. wait(0.1)
  371. hum.Health = 50000
  372. ----------------------------------------------------
  373. ypcall(function()
  374. char.Shirt:Destroy()
  375. char.Pants:Destroy()
  376. shirt = Instance.new("Shirt", char)
  377. shirt.Name = "Shirt"
  378. pants = Instance.new("Pants", char)
  379. pants.Name = "Pants"
  380. char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=236410507"
  381. char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=236412261"
  382. end)
  383. ----------------------------------------------------
  384. Debounces = {
  385. on = false;
  386. ks = false;
  387. CanAttack = true;
  388. CanJoke = true;
  389. NoIdl = false;
  390. Slashing = false;
  391. Slashed = false;
  392. Grabbing = false;
  393. Grabbed = false;
  394. }
  395. local Touche = {char.Name, }
  396. ----------------------------------------------------
  397. function lerp(a, b, t) -- Linear interpolation
  398. return a + (b - a)*t
  399. end
  400.  
  401. function slerp(a, b, t) --Spherical interpolation
  402. dot = a:Dot(b)
  403. if dot > 0.99999 or dot < -0.99999 then
  404. return t <= 0.5 and a or b
  405. else
  406. r = math.acos(dot)
  407. return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
  408. end
  409. end
  410.  
  411. function matrixInterpolate(a, b, t)
  412. local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
  413. local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
  414. local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position
  415. local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector right
  416. local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector up
  417. local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector back
  418. local t = v1:Dot(v2)
  419. if not (t < 0 or t == 0 or t > 0) then -- Failsafe
  420. return CFrame.new()
  421. end
  422. return CFrame.new(
  423. v0.x, v0.y, v0.z,
  424. v1.x, v1.y, v1.z,
  425. v2.x, v2.y, v2.z,
  426. v3.x, v3.y, v3.z)
  427. end
  428. ----------------------------------------------------
  429. function genWeld(a,b)
  430. local w = Instance.new("Weld",a)
  431. w.Part0 = a
  432. w.Part1 = b
  433. return w
  434. end
  435. function weld(a, b)
  436. local weld = Instance.new("Weld")
  437. weld.Name = "W"
  438. weld.Part0 = a
  439. weld.Part1 = b
  440. weld.C0 = a.CFrame:inverse() * b.CFrame
  441. weld.Parent = a
  442. return weld;
  443. end
  444. ----------------------------------------------------
  445. function Lerp(c1,c2,al)
  446. local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
  447. local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
  448. for i,v in pairs(com1) do
  449. com1[i] = v+(com2[i]-v)*al
  450. end
  451. return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
  452. end
  453. ----------------------------------------------------
  454. newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
  455. local wld = Instance.new("Weld", wp1)
  456. wld.Part0 = wp0
  457. wld.Part1 = wp1
  458. wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
  459. end
  460. ----------------------------------------------------
  461. function Tween(a,b,c)
  462. return a+(b-a)*c
  463. end
  464. ----------------------------------------------------
  465. function nwPrt(prnt,siz,cf,col)
  466. local prt=Instance.new("Part")
  467. prt.Parent=prnt
  468. prt.FormFactor=3
  469. prt.Name="Part"
  470. prt.Size=siz
  471. prt.CanCollide=false
  472. prt.Anchored=true
  473. prt.Locked=true
  474. prt.TopSurface=10
  475. prt.BottomSurface=10
  476. prt.FrontSurface=10
  477. prt.BackSurface=10
  478. prt.LeftSurface=10
  479. prt.RightSurface=10
  480. prt:BreakJoints()
  481. prt.CFrame=cf or CFrame.new(30,10,30)
  482. prt.Material="Neon"
  483. prt.BrickColor=BrickColor.new(col)
  484. m=Instance.new("SpecialMesh",prt)
  485. m.MeshType=6
  486. return prt
  487. end
  488. ----------------------------------------------------
  489. function nwSnd(prnt,pch,vol,id)
  490. local s=Instance.new("Sound",prnt)
  491. s.Pitch=1
  492. s.Volume=10
  493. s.SoundId="rbxassetid://401075550"..id
  494. s.PlayOnRemove=true
  495. return s
  496. end
  497. ----------------------------------------------------
  498. function newRay(start,face,range,wat)
  499. local rey=Ray.new(start.p,(face.p-start.p).Unit*range)
  500. hit,pos=Workspace:FindPartOnRayWithIgnoreList(rey,wat)
  501. return rey,hit,pos
  502. end
  503. ----------------------------------------------------
  504. for i,v in pairs(char:children()) do
  505. if v:IsA("Hat") then
  506. v:Destroy()
  507. end
  508. end
  509. for i,v in pairs(hed:children()) do
  510. if v:IsA("Sound") then
  511. v:Destroy()
  512. end
  513. end
  514. ----------------------------------------------------
  515. function HasntTouched(plrname)
  516. local ret = true
  517. for _, v in pairs(Touche) do
  518. if v == plrname then
  519. ret = false
  520. end
  521. end
  522. return ret
  523. end
  524. ----------------------------------------------------
  525. larm.Size = larm.Size * 2
  526. rarm.Size = rarm.Size * 2
  527. lleg.Size = lleg.Size * 2
  528. rleg.Size = rleg.Size * 2
  529. torso.Size = torso.Size * 2
  530. hed.Size = hed.Size * 2
  531. root.Size = root.Size * 2
  532. ----------------------------------------------------
  533. newWeld(torso, larm, -1.5, 0.5, 0)
  534. larm.Weld.C1 = CFrame.new(0, 0.5, 0)
  535. newWeld(torso, rarm, 1.5, 0.5, 0)
  536. rarm.Weld.C1 = CFrame.new(0, 0.5, 0)
  537. newWeld(torso, hed, 0, 1.5, 0)
  538. newWeld(torso, lleg, -0.5, -1, 0)
  539. lleg.Weld.C1 = CFrame.new(0, 1, 0)
  540. newWeld(torso, rleg, 0.5, -1, 0)
  541. rleg.Weld.C1 = CFrame.new(0, 1, 0)
  542. newWeld(root, torso, 0, -1, 0)
  543. torso.Weld.C1 = CFrame.new(0, -1, 0)
  544. ----------------------------------------------------
  545. hed.face.Texture = "rbxassetid://340355951"
  546. z=Instance.new('Decal',hed)
  547. z.Face = 'Front'
  548. z.Texture='rbxassetid://340355951'
  549. z1=Instance.new('Decal',hed)
  550. z1.Face = 'Right'
  551. hed.BrickColor = BrickColor.new("Institutional white")
  552. lite = Instance.new("PointLight", torso)
  553. lite.Brightness = 1
  554. lite.Range = 600
  555. lite.Color = Color3.new(1, 1, 1)
  556. --[[local hed2 = hed:Clone()
  557. hed2.CanCollide = false
  558. hed2.Parent = char
  559. hed2:ClearAllChildren()
  560. hed2.Transparency = 1
  561. hed2.Name = "gottem"
  562. local w = Instance.new("Weld",hed2)
  563. w.Part0 = hed
  564. w.Part1 = hed2
  565. w.C0 = CFrame.new(0,0,-0.175)
  566. z=Instance.new("SurfaceGui",hed2)
  567. z.Enabled = true
  568. z.Face = "Front"
  569. z.Adornee = hed2
  570. z.CanvasSize = Vector2.new(100,100)
  571. local face = Instance.new("ImageLabel",z)
  572. face.Size = UDim2.new(1,-30,1,0)
  573. face.Position = UDim2.new(0,15,0,0)
  574. face.BackgroundTransparency = 1
  575. face.Image='rbxassetid://340355951']]--
  576. ----------------------------------------------------
  577. z = Instance.new("Sound", char)
  578. z.SoundId = "rbxassetid://"--242463565
  579. z.Looped = true
  580. z.Pitch = 1.02
  581. z.Volume = 1
  582. wait(.01)
  583. z:Play()
  584. ----------------------------------------------------
  585. local m = Instance.new("Model")
  586. m.Name = "Absolution"
  587. p1 = Instance.new("Part", m)
  588. p1.BrickColor = BrickColor.new("Institutional white")
  589. p1.Material = "Neon"
  590. p1.FormFactor = Enum.FormFactor.Custom
  591. p1.Size = Vector3.new(1, 0.600000024, 1.5)
  592. p1.CFrame = CFrame.new(67.4994888, 12.1560526, 73.0205841, 0.999972522, -3.59117985e-005, -8.00192356e-006, -1.39250187e-005, 0.358383715, -0.933530986, 5.28097153e-005, 0.933500648, 0.358406395)
  593. p1.CanCollide = false
  594. p1.Locked = true
  595. p1.Elasticity = 0
  596. p1.BottomSurface = Enum.SurfaceType.Smooth
  597. p1.TopSurface = Enum.SurfaceType.Smooth
  598. b1 = Instance.new("SpecialMesh", p1)
  599. b1.MeshType = Enum.MeshType.Wedge
  600. b1.Name = "Mesh"
  601. b1.Scale = Vector3.new(0.400000006, 0.600000024, 0.699999928)
  602. p2 = Instance.new("Part", m)
  603. p2.BrickColor = BrickColor.new("Really black")
  604. p2.FormFactor = Enum.FormFactor.Custom
  605. p2.Size = Vector3.new(1, 2.9000001, 1)
  606. p2.CFrame = CFrame.new(67.4995728, 11.7633543, 74.2129135, -1.30959779e-005, 2.79811252e-006, 0.999972522, 0.961226642, 0.275612593, -7.50799518e-006, -0.275637805, 0.96119839, 1.01176247e-005)
  607. p2.CanCollide = false
  608. p2.Locked = true
  609. p2.Elasticity = 0
  610. p2.BottomSurface = Enum.SurfaceType.Smooth
  611. p2.TopSurface = Enum.SurfaceType.Smooth
  612. b2 = Instance.new("BlockMesh", p2)
  613. b2.Name = "Mesh"
  614. b2.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  615. p3 = Instance.new("Part", m)
  616. p3.BrickColor = BrickColor.new("Institutional white")
  617. p3.Material = "Neon"
  618. p3.FormFactor = Enum.FormFactor.Custom
  619. p3.Size = Vector3.new(1, 1.20000005, 2.0999999)
  620. p3.CFrame = CFrame.new(67.4994965, 12.6401453, 73.9670334, 0.999972522, -3.52207899e-005, -8.10639358e-006, -1.61500211e-005, 0.309035271, -0.951007903, 5.24176576e-005, 0.950978875, 0.309059501)
  621. p3.CanCollide = false
  622. p3.Locked = true
  623. p3.Elasticity = 0
  624. p3.BottomSurface = Enum.SurfaceType.Smooth
  625. p3.TopSurface = Enum.SurfaceType.Smooth
  626. b3 = Instance.new("SpecialMesh", p3)
  627. b3.MeshType = Enum.MeshType.Wedge
  628. b3.Name = "Mesh"
  629. b3.Scale = Vector3.new(0.400000006, 0.600000024, 0.699999928)
  630. p4 = Instance.new("Part", m)
  631. p4.BrickColor = BrickColor.new("Institutional white")
  632. p4.Material = "Neon"
  633. p4.FormFactor = Enum.FormFactor.Custom
  634. p4.Size = Vector3.new(1, 1.43999994, 2.05000019)
  635. p4.CFrame = CFrame.new(67.4995575, 11.8683414, 76.1565704, 0.999972522, -2.5085672e-005, -1.53700166e-005, -4.86194367e-005, -0.800831437, -0.598821938, 1.9131101e-005, 0.598835468, -0.800796151)
  636. p4.CanCollide = false
  637. p4.Locked = true
  638. p4.Elasticity = 0
  639. p4.BottomSurface = Enum.SurfaceType.Smooth
  640. p4.TopSurface = Enum.SurfaceType.Smooth
  641. b4 = Instance.new("SpecialMesh", p4)
  642. b4.MeshType = Enum.MeshType.Wedge
  643. b4.Name = "Mesh"
  644. b4.Scale = Vector3.new(0.300000012, 0.600000024, 0.699999988)
  645. p5 = Instance.new("Part", m)
  646. p5.BrickColor = BrickColor.new("Institutional white")
  647. p5.Material = "Neon"
  648. p5.FormFactor = Enum.FormFactor.Custom
  649. p5.Size = Vector3.new(1, 1.20000005, 3.20000005)
  650. p5.CFrame = CFrame.new(67.4995193, 13.241991, 74.8357468, 0.999972522, -3.59118021e-005, -8.00191992e-006, -1.39250224e-005, 0.358383656, -0.933530807, 5.2809708e-005, 0.933500469, 0.358406246)
  651. p5.CanCollide = false
  652. p5.Locked = true
  653. p5.Elasticity = 0
  654. p5.BottomSurface = Enum.SurfaceType.Smooth
  655. p5.TopSurface = Enum.SurfaceType.Smooth
  656. b5 = Instance.new("SpecialMesh", p5)
  657. b5.MeshType = Enum.MeshType.Wedge
  658. b5.Name = "Mesh"
  659. b5.Scale = Vector3.new(0.400000006, 0.600000024, 0.699999928)
  660. p6 = Instance.new("Part", m)
  661. p6.Name = "Handle"
  662. p6.BrickColor = BrickColor.new("Really black")
  663. p6.FormFactor = Enum.FormFactor.Custom
  664. p6.Size = Vector3.new(1.5999999, 13.6000004, 1)
  665. p6.CFrame = CFrame.new(67.5017471, 11.2780685, 66.1421967, -1.18190947e-005, 6.28741009e-006, 0.999972522, 0.99995929, -1.39772892e-005, -7.50630716e-006, -1.79708004e-005, 0.999939024, 1.01296728e-005)
  666. p6.CanCollide = false
  667. p6.Locked = true
  668. p6.Elasticity = 0
  669. p6.BottomSurface = Enum.SurfaceType.Smooth
  670. p6.TopSurface = Enum.SurfaceType.Smooth
  671. b6 = Instance.new("BlockMesh", p6)
  672. b6.Name = "Mesh"
  673. b6.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  674. p7 = Instance.new("Part", m)
  675. p7.BrickColor = BrickColor.new("Institutional white")
  676. p7.Material = "Neon"
  677. p7.FormFactor = Enum.FormFactor.Custom
  678. p7.Size = Vector3.new(1, 1.00999999, 1.05000019)
  679. p7.CFrame = CFrame.new(67.5174179, 10.5228004, 76.3114471, 0.999972522, -2.76626724e-005, -6.72184569e-006, -4.7347472e-005, -0.91489929, -0.403581172, 2.14323372e-005, 0.403602213, -0.914867818)
  680. p7.CanCollide = false
  681. p7.Locked = true
  682. p7.Elasticity = 0
  683. p7.BottomSurface = Enum.SurfaceType.Smooth
  684. p7.TopSurface = Enum.SurfaceType.Smooth
  685. b7 = Instance.new("SpecialMesh", p7)
  686. b7.MeshType = Enum.MeshType.Wedge
  687. b7.Name = "Mesh"
  688. b7.Scale = Vector3.new(0.300000012, 0.600000024, 0.699999988)
  689. p8 = Instance.new("Part", m)
  690. p8.BrickColor = BrickColor.new("Institutional white")
  691. p8.Material = "Neon"
  692. p8.FormFactor = Enum.FormFactor.Custom
  693. p8.Size = Vector3.new(1, 1.00999999, 1.05000019)
  694. p8.CFrame = CFrame.new(67.5074387, 8.51285458, 76.8714371, 0.999972522, -2.76626724e-005, -6.72184387e-006, -4.73474684e-005, -0.91489917, -0.403581113, 2.14323354e-005, 0.403602153, -0.914867699)
  695. p8.CanCollide = false
  696. p8.Locked = true
  697. p8.Elasticity = 0
  698. p8.BottomSurface = Enum.SurfaceType.Smooth
  699. p8.TopSurface = Enum.SurfaceType.Smooth
  700. b8 = Instance.new("SpecialMesh", p8)
  701. b8.MeshType = Enum.MeshType.Wedge
  702. b8.Name = "Mesh"
  703. b8.Scale = Vector3.new(0.300000012, 0.600000024, 0.699999988)
  704. p9 = Instance.new("Part", m)
  705. p9.BrickColor = BrickColor.new("Really black")
  706. p9.FormFactor = Enum.FormFactor.Custom
  707. p9.Size = Vector3.new(1, 1.07999957, 1)
  708. p9.CFrame = CFrame.new(67.5095749, 7.1092, 74.5051422, -2.60536999e-005, -5.21559741e-006, 0.999972522, 0.35323599, -0.935490847, -1.50012565e-005, 0.935460567, 0.353258699, 4.2632455e-005)
  709. p9.CanCollide = false
  710. p9.Locked = true
  711. p9.Elasticity = 0
  712. p9.BottomSurface = Enum.SurfaceType.Smooth
  713. p9.TopSurface = Enum.SurfaceType.Smooth
  714. b9 = Instance.new("BlockMesh", p9)
  715. b9.Name = "Mesh"
  716. b9.Scale = Vector3.new(0.550000012, 1, 0.550000012)
  717. p10 = Instance.new("Part", m)
  718. p10.BrickColor = BrickColor.new("Really black")
  719. p10.FormFactor = Enum.FormFactor.Custom
  720. p10.Size = Vector3.new(1, 1.41999948, 1)
  721. p10.CFrame = CFrame.new(67.489624, 8.67401791, 72.7929764, -9.47785156e-006, -9.42233055e-006, 0.999972522, 0.292371064, 0.956263304, -7.54374832e-006, -0.956253231, 0.292334616, 1.01081387e-005)
  722. p10.CanCollide = false
  723. p10.Locked = true
  724. p10.Elasticity = 0
  725. p10.BottomSurface = Enum.SurfaceType.Smooth
  726. p10.TopSurface = Enum.SurfaceType.Smooth
  727. b10 = Instance.new("BlockMesh", p10)
  728. b10.Name = "Mesh"
  729. b10.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  730. p11 = Instance.new("Part", m)
  731. p11.BrickColor = BrickColor.new("Really black")
  732. p11.FormFactor = Enum.FormFactor.Custom
  733. p11.Size = Vector3.new(1, 1.50999951, 1)
  734. p11.CFrame = CFrame.new(67.509552, 7.11887455, 70.3475952, -1.87569385e-005, 1.80455972e-005, 0.999972522, -0.36222899, -0.932047009, -9.30004444e-006, 0.932039678, -0.362191886, 4.04359016e-005)
  735. p11.CanCollide = false
  736. p11.Locked = true
  737. p11.Elasticity = 0
  738. p11.BottomSurface = Enum.SurfaceType.Smooth
  739. p11.TopSurface = Enum.SurfaceType.Smooth
  740. b11 = Instance.new("BlockMesh", p11)
  741. b11.Name = "Mesh"
  742. b11.Scale = Vector3.new(0.550000012, 1, 0.550000012)
  743. p12 = Instance.new("Part", m)
  744. p12.Name = "BladeCenter"
  745. p12.BrickColor = BrickColor.new("Dark stone grey")
  746. p12.Material = Enum.Material.Concrete
  747. p12.FormFactor = Enum.FormFactor.Symmetric
  748. p12.Size = Vector3.new(1, 2, 2)
  749. p12.CFrame = CFrame.new(67.4995346, 6.83217764, 72.2514038, -0.999972522, 2.42275873e-005, 0.000103325896, -8.39982677e-005, 4.44650614e-005, -0.999960959, -4.06451727e-005, -0.999940753, -1.25430051e-005)
  750. p12.CanCollide = false
  751. p12.Locked = true
  752. p12.BottomSurface = Enum.SurfaceType.Smooth
  753. p12.TopSurface = Enum.SurfaceType.Smooth
  754. b12 = Instance.new("SpecialMesh", p12)
  755. b12.MeshType = Enum.MeshType.Brick
  756. b12.Name = "Mesh"
  757. b12.Scale = Vector3.new(0.499999911, 1, 0.699999928)
  758. p13 = Instance.new("Part", m)
  759. p13.BrickColor = BrickColor.new("Really black")
  760. p13.FormFactor = Enum.FormFactor.Custom
  761. p13.Size = Vector3.new(2.91000009, 4.3300004, 1)
  762. p13.CFrame = CFrame.new(67.5096359, 9.31026554, 73.9751816, 7.60371313e-006, 1.0943455e-005, 0.999972522, -0.119072244, -0.99284631, -7.55448127e-006, 0.992830038, -0.119038157, 1.01703836e-005)
  763. p13.CanCollide = false
  764. p13.Locked = true
  765. p13.Elasticity = 0
  766. p13.BottomSurface = Enum.SurfaceType.Smooth
  767. p13.TopSurface = Enum.SurfaceType.Smooth
  768. b13 = Instance.new("BlockMesh", p13)
  769. b13.Name = "Mesh"
  770. b13.Scale = Vector3.new(1, 1, 0.400000006)
  771. p14 = Instance.new("Part", m)
  772. p14.BrickColor = BrickColor.new("Really black")
  773. p14.FormFactor = Enum.FormFactor.Custom
  774. p14.Size = Vector3.new(2.5, 2.17999935, 1)
  775. p14.CFrame = CFrame.new(67.4896011, 10.1621294, 72.6420059, -1.55498967e-007, -1.33476442e-005, 0.999972522, -0.462319613, 0.886669755, -7.56198779e-006, -0.886637092, -0.462338567, 1.01078904e-005)
  776. p14.CanCollide = false
  777. p14.Locked = true
  778. p14.Elasticity = 0
  779. p14.BottomSurface = Enum.SurfaceType.Smooth
  780. p14.TopSurface = Enum.SurfaceType.Smooth
  781. b14 = Instance.new("BlockMesh", p14)
  782. b14.Name = "Mesh"
  783. b14.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  784. p15 = Instance.new("Part", m)
  785. p15.BrickColor = BrickColor.new("Really black")
  786. p15.FormFactor = Enum.FormFactor.Custom
  787. p15.Size = Vector3.new(1.16999996, 4.2699995, 1)
  788. p15.CFrame = CFrame.new(67.5095901, 9.35303593, 70.6884613, -1.24399676e-005, -4.94209144e-006, 0.999972522, 0.645082474, 0.764063478, -7.52419282e-006, -0.764068604, 0.645045042, 1.0099785e-005)
  789. p15.CanCollide = false
  790. p15.Locked = true
  791. p15.Elasticity = 0
  792. p15.BottomSurface = Enum.SurfaceType.Smooth
  793. p15.TopSurface = Enum.SurfaceType.Smooth
  794. b15 = Instance.new("BlockMesh", p15)
  795. b15.Name = "Mesh"
  796. b15.Scale = Vector3.new(1, 1, 0.400000006)
  797. p16 = Instance.new("Part", m)
  798. p16.BrickColor = BrickColor.new("Really black")
  799. p16.FormFactor = Enum.FormFactor.Custom
  800. p16.Size = Vector3.new(1.68999994, 4.76000023, 1)
  801. p16.CFrame = CFrame.new(67.4996033, 9.63990211, 75.3800278, 2.98175655e-006, 1.30014914e-005, 0.999972522, 0.258795738, -0.965893507, -7.53869244e-006, 0.965865672, 0.258821338, 1.01718706e-005)
  802. p16.CanCollide = false
  803. p16.Locked = true
  804. p16.Elasticity = 0
  805. p16.BottomSurface = Enum.SurfaceType.Smooth
  806. p16.TopSurface = Enum.SurfaceType.Smooth
  807. b16 = Instance.new("BlockMesh", p16)
  808. b16.Name = "Mesh"
  809. b16.Scale = Vector3.new(1, 1, 0.400000006)
  810. p17 = Instance.new("Part", m)
  811. p17.BrickColor = BrickColor.new("Really black")
  812. p17.FormFactor = Enum.FormFactor.Custom
  813. p17.Size = Vector3.new(1.78999996, 4.21999979, 1)
  814. p17.CFrame = CFrame.new(67.499588, 9.28996372, 69.8789978, -9.50601952e-006, -9.41252802e-006, 0.999972522, 0.293352425, 0.955965877, -7.53842551e-006, -0.955955863, 0.293315947, 1.00904235e-005)
  815. p17.CanCollide = false
  816. p17.Locked = true
  817. p17.Elasticity = 0
  818. p17.BottomSurface = Enum.SurfaceType.Smooth
  819. p17.TopSurface = Enum.SurfaceType.Smooth
  820. b17 = Instance.new("BlockMesh", p17)
  821. b17.Name = "Mesh"
  822. b17.Scale = Vector3.new(1, 1, 0.400000006)
  823. p18 = Instance.new("WedgePart", m)
  824. p18.BrickColor = BrickColor.new("Dark stone grey")
  825. p18.Name = "BladePart1"
  826. p18.Material = Enum.Material.Concrete
  827. p18.Name = "Wedge"
  828. p18.FormFactor = Enum.FormFactor.Symmetric
  829. p18.Size = Vector3.new(1, 4, 2)
  830. p18.CFrame = CFrame.new(67.499321, 6.83199787, 69.4816895, 0.999972522, -3.68033288e-005, -4.22928351e-005, 2.29664256e-005, -1.65102574e-005, 0.999963701, -2.03872096e-005, -0.999943435, -4.84290831e-005)
  831. p18.CanCollide = false
  832. p18.Locked = true
  833. p18.BottomSurface = Enum.SurfaceType.Smooth
  834. p18.TopSurface = Enum.SurfaceType.Smooth
  835. b18 = Instance.new("SpecialMesh", p18)
  836. b18.MeshType = Enum.MeshType.Wedge
  837. b18.Name = "Mesh"
  838. b18.Scale = Vector3.new(0.499999911, 0.899999976, 0.699999928)
  839. p19 = Instance.new("WedgePart", m)
  840. p19.BrickColor = BrickColor.new("Dark stone grey")
  841. p19.Name = "BladePart2"
  842. p19.Material = Enum.Material.Concrete
  843. p19.Name = "Wedge"
  844. p19.FormFactor = Enum.FormFactor.Symmetric
  845. p19.Size = Vector3.new(1, 4, 2)
  846. p19.CFrame = CFrame.new(67.4994736, 6.83213568, 75.0314102, -0.999972522, 3.68059118e-005, -0.000103325001, -8.40002976e-005, -4.4521752e-005, 0.999963701, 2.03864402e-005, 0.999943435, 1.26029336e-005)
  847. p19.CanCollide = false
  848. p19.Locked = true
  849. p19.BottomSurface = Enum.SurfaceType.Smooth
  850. p19.TopSurface = Enum.SurfaceType.Smooth
  851. b19 = Instance.new("SpecialMesh", p19)
  852. b19.MeshType = Enum.MeshType.Wedge
  853. b19.Name = "Mesh"
  854. b19.Scale = Vector3.new(0.499999911, 0.899999976, 0.699999928)
  855. p20 = Instance.new("Part", m)
  856. p20.BrickColor = BrickColor.new("Really black")
  857. p20.FormFactor = Enum.FormFactor.Custom
  858. p20.Size = Vector3.new(2.53000021, 2.39999938, 1)
  859. p20.CFrame = CFrame.new(67.4996414, 7.91898966, 71.4148178, -1.09432585e-005, 7.6432425e-006, 0.999972522, 0.992849231, -0.119072601, -7.55000656e-006, 0.119038492, 0.992832959, 1.01311334e-005)
  860. p20.CanCollide = false
  861. p20.Locked = true
  862. p20.Elasticity = 0
  863. p20.BottomSurface = Enum.SurfaceType.Smooth
  864. p20.TopSurface = Enum.SurfaceType.Smooth
  865. b20 = Instance.new("BlockMesh", p20)
  866. b20.Name = "Mesh"
  867. b20.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  868. p21 = Instance.new("Part", m)
  869. p21.BrickColor = BrickColor.new("Institutional white")
  870. p21.Material = "Neon"
  871. p21.FormFactor = Enum.FormFactor.Custom
  872. p21.Size = Vector3.new(1, 1.43999994, 1.59000015)
  873. p21.CFrame = CFrame.new(67.509613, 9.57073689, 76.6228256, 0.999972522, -2.50856156e-005, -1.53699839e-005, -4.86196222e-005, -0.800835371, -0.598824739, 1.91311228e-005, 0.59883821, -0.800800025)
  874. p21.CanCollide = false
  875. p21.Locked = true
  876. p21.Elasticity = 0
  877. p21.BottomSurface = Enum.SurfaceType.Smooth
  878. p21.TopSurface = Enum.SurfaceType.Smooth
  879. b21 = Instance.new("SpecialMesh", p21)
  880. b21.MeshType = Enum.MeshType.Wedge
  881. b21.Name = "Mesh"
  882. b21.Scale = Vector3.new(0.300000012, 0.600000024, 0.699999988)
  883. w1 = Instance.new("Weld", p1)
  884. w1.Name = "Part_Weld"
  885. w1.Part0 = p1
  886. w1.C0 = CFrame.new(-67.5030899, -72.5280457, -14.8209743, 1, -6.37466928e-006, 4.26825172e-005, -3.75621021e-005, 0.358411252, 0.933563769, -2.12490559e-005, -0.933563769, 0.358411252)
  887. w1.Part1 = p2
  888. w1.C1 = CFrame.new(9.14727688, -74.5847855, -67.5001221, -4.37113883e-008, 0.961261749, -0.27563718, 0, 0.27563718, 0.961261749, 1, 4.20180868e-008, -1.2048484e-008)
  889. w2 = Instance.new("Weld", p2)
  890. w2.Name = "Part_Weld"
  891. w2.Part0 = p2
  892. w2.C0 = CFrame.new(9.14727688, -74.5847855, -67.5001221, -4.37113883e-008, 0.961261749, -0.27563718, 0, 0.27563718, 0.961261749, 1, 4.20180868e-008, -1.2048484e-008)
  893. w2.Part1 = p3
  894. w2.C1 = CFrame.new(-67.5030823, -74.2541809, -10.8368053, 1, -8.59976626e-006, 4.22903977e-005, -3.75621021e-005, 0.30906105, 0.951042175, -2.12490559e-005, -0.951042175, 0.30906105)
  895. w3 = Instance.new("Weld", p3)
  896. w3.Name = "Part_Weld"
  897. w3.Part0 = p3
  898. w3.C0 = CFrame.new(-67.5030823, -74.2541809, -10.8368053, 1, -8.59976626e-006, 4.22903977e-005, -3.75621021e-005, 0.30906105, 0.951042175, -2.12490559e-005, -0.951042175, 0.30906105)
  899. w3.Part1 = p4
  900. w3.C1 = CFrame.new(-67.5002975, -36.1002579, 68.1035233, 1, -4.10709617e-005, 9.00123541e-006, -3.82823673e-005, -0.800855637, 0.598857403, -1.73869594e-005, -0.598857403, -0.800855637)
  901. w4 = Instance.new("Weld", p4)
  902. w4.Name = "Part_Weld"
  903. w4.Part0 = p4
  904. w4.C0 = CFrame.new(-67.5002975, -36.1002579, 68.1035233, 1, -4.10709617e-005, 9.00123541e-006, -3.82823673e-005, -0.800855637, 0.598857403, -1.73869594e-005, -0.598857403, -0.800855637)
  905. w4.Part1 = p5
  906. w4.C1 = CFrame.new(-67.5031891, -74.611969, -14.457736, 1, -6.37466928e-006, 4.26825172e-005, -3.75621021e-005, 0.358411252, 0.933563769, -2.12490559e-005, -0.933563769, 0.358411252)
  907. w5 = Instance.new("Weld", p5)
  908. w5.Name = "Part_Weld"
  909. w5.Part0 = p5
  910. w5.C0 = CFrame.new(-67.5031891, -74.611969, -14.457736, 1, -6.37466928e-006, 4.26825172e-005, -3.75621021e-005, 0.358411252, 0.933563769, -2.12490559e-005, -0.933563769, 0.358411252)
  911. w5.Part1 = p6
  912. w5.C1 = CFrame.new(-11.2799978, -66.1456223, -67.5023346, -4.37113883e-008, 1, 4.37113883e-008, 0, -4.37113883e-008, 1, 1, 4.37113883e-008, 1.91068547e-015)
  913. w6 = Instance.new("Weld", p6)
  914. w6.Name = "Part_Weld"
  915. w6.Part0 = p6
  916. w6.C0 = CFrame.new(-11.2799978, -66.1456223, -67.5023346, -4.37113883e-008, 1, 4.37113883e-008, 0, -4.37113883e-008, 1, 1, 4.37113883e-008, 1.91068547e-015)
  917. w6.Part1 = p7
  918. w6.C1 = CFrame.new(-67.5183792, -21.1694489, 74.0717163, 1, -3.97989206e-005, 1.13026372e-005, -4.09751265e-005, -0.91493088, 0.403610349, -5.72212457e-006, -0.403610349, -0.91493088)
  919. w7 = Instance.new("Weld", p7)
  920. w7.Name = "Part_Weld"
  921. w7.Part0 = p7
  922. w7.C0 = CFrame.new(-67.5183792, -21.1694489, 74.0717163, 1, -3.97989206e-005, 1.13026372e-005, -4.09751265e-005, -0.91493088, 0.403610349, -5.72212457e-006, -0.403610349, -0.91493088)
  923. w7.Part1 = p8
  924. w7.C1 = CFrame.new(-67.508461, -23.234499, 73.7728119, 1, -3.97989206e-005, 1.13026372e-005, -4.09751265e-005, -0.91493088, 0.403610349, -5.72212457e-006, -0.403610349, -0.91493088)
  925. w8 = Instance.new("Weld", p8)
  926. w8.Name = "Part_Weld"
  927. w8.Part0 = p8
  928. w8.C0 = CFrame.new(-67.508461, -23.234499, 73.7728119, 1, -3.97989206e-005, 1.13026372e-005, -4.09751265e-005, -0.91493088, 0.403610349, -5.72212457e-006, -0.403610349, -0.91493088)
  929. w8.Part1 = p9
  930. w8.C1 = CFrame.new(-72.2151413, -19.6674671, -67.5124359, -2.77766703e-005, 0.353263557, 0.935524285, -1.84533783e-005, -0.935524285, 0.353263557, 1, -7.4510931e-006, 3.25046385e-005)
  931. w9 = Instance.new("Weld", p9)
  932. w9.Name = "Part_Weld"
  933. w9.Part0 = p9
  934. w9.C0 = CFrame.new(-72.2151413, -19.6674671, -67.5124359, -2.77766703e-005, 0.353263557, 0.935524285, -1.84533783e-005, -0.935524285, 0.353263557, 1, -7.4510931e-006, 3.25046385e-005)
  935. w9.Part1 = p10
  936. w9.C1 = CFrame.new(67.0792923, -29.5803547, -67.4901428, -2.24114753e-008, 0.292369425, -0.956305802, 3.04095332e-010, 0.956305802, 0.292369425, 1, 6.26159258e-009, -2.15211493e-008)
  937. w10 = Instance.new("Weld", p10)
  938. w10.Name = "Part_Weld"
  939. w10.Part0 = p10
  940. w10.C0 = CFrame.new(67.0792923, -29.5803547, -67.4901428, -2.24114753e-008, 0.292369425, -0.956305802, 3.04095332e-010, 0.956305802, 0.292369425, 1, 6.26159258e-009, -2.15211493e-008)
  941. w10.Part1 = p11
  942. w10.C1 = CFrame.new(-62.9921722, 32.1197624, -67.5121918, -2.88835581e-005, -0.362230271, 0.932088912, 9.3476192e-006, -0.932088912, -0.362230271, 1, -1.74967965e-006, 3.03080251e-005)
  943. w11 = Instance.new("Weld", p11)
  944. w11.Name = "Part_Weld"
  945. w11.Part0 = p11
  946. w11.C0 = CFrame.new(-62.9921722, 32.1197624, -67.5121918, -2.88835581e-005, -0.362230271, 0.932088912, 9.3476192e-006, -0.932088912, -0.362230271, 1, -1.74967965e-006, 3.03080251e-005)
  947. w11.Part1 = p12
  948. w11.C1 = CFrame.new(67.5028763, 72.2527161, 6.8300252, -1, -9.15522687e-005, -3.05189751e-005, 3.05161811e-005, 3.05189751e-005, -1, 9.15532e-005, -1, -3.05161811e-005)
  949. w12 = Instance.new("Weld", p12)
  950. w12.Name = "Part_Weld"
  951. w12.Part0 = p12
  952. w12.C0 = CFrame.new(67.5028763, 72.2527161, 6.8300252, -1, -9.15522687e-005, -3.05189751e-005, 3.05161811e-005, 3.05189751e-005, -1, 9.15532e-005, -1, -3.05161811e-005)
  953. w12.Part1 = p13
  954. w12.C1 = CFrame.new(-72.3439255, 18.054121, -67.5101624, -4.09776035e-008, -0.11906305, 0.992886722, 4.05430745e-010, -0.992886722, -0.11906305, 1, -4.47637571e-009, 4.0734399e-008)
  955. w13 = Instance.new("Weld", p13)
  956. w13.Name = "Part_Weld"
  957. w13.Part0 = p13
  958. w13.C0 = CFrame.new(-72.3439255, 18.054121, -67.5101624, -4.09776035e-008, -0.11906305, 0.992886722, 4.05430745e-010, -0.992886722, -0.11906305, 1, -4.47637571e-009, 4.0734399e-008)
  959. w13.Part1 = p14
  960. w13.C1 = CFrame.new(69.1140671, 24.5752277, -67.4901428, -2.4837334e-008, -0.462350011, -0.886697888, 5.64353009e-010, 0.886697888, -0.462350011, 1, -1.19839818e-008, -2.17623022e-008)
  961. w14 = Instance.new("Weld", p14)
  962. w14.Name = "Part_Weld"
  963. w14.Part0 = p14
  964. w14.C0 = CFrame.new(69.1140671, 24.5752277, -67.4901428, -2.4837334e-008, -0.462350011, -0.886697888, 5.64353009e-010, 0.886697888, -0.462350011, 1, -1.19839818e-008, -2.17623022e-008)
  965. w14.Part1 = p15
  966. w14.C1 = CFrame.new(47.9809418, -52.7511749, -67.5101318, -3.94735267e-008, 0.64509654, -0.764101744, -4.55740418e-010, 0.764101744, 0.64509654, 1, 2.58124242e-008, -2.98677882e-008)
  967. w15 = Instance.new("Weld", p15)
  968. w15.Name = "Part_Weld"
  969. w15.Part0 = p15
  970. w15.C0 = CFrame.new(47.9809418, -52.7511749, -67.5101318, -3.94735267e-008, 0.64509654, -0.764101744, -4.55740418e-010, 0.764101744, 0.64509654, 1, 2.58124242e-008, -2.98677882e-008)
  971. w15.Part1 = p16
  972. w15.C1 = CFrame.new(-75.3105469, -10.1974039, -67.5001221, -4.37113883e-008, 0.258818924, 0.965925872, 0, -0.965925872, 0.258818924, 1, 1.13133343e-008, 4.22219593e-008)
  973. w16 = Instance.new("Weld", p16)
  974. w16.Name = "Part_Weld"
  975. w16.Part0 = p16
  976. w16.C0 = CFrame.new(-75.3105469, -10.1974039, -67.5001221, -4.37113883e-008, 0.258818924, 0.965925872, 0, -0.965925872, 0.258818924, 1, 1.13133343e-008, 4.22219593e-008)
  977. w16.Part1 = p17
  978. w16.C1 = CFrame.new(64.0820847, -29.3829937, -67.5001373, -4.09009289e-008, 0.293349952, -0.956005633, 4.38312497e-010, 0.956005633, 0.293349952, 1, 1.15792238e-008, -3.92300876e-008)
  979. w17 = Instance.new("Weld", p17)
  980. w17.Name = "Wedge_Weld"
  981. w17.Part0 = p17
  982. w17.C0 = CFrame.new(64.0820847, -29.3829937, -67.5001373, -4.09009289e-008, 0.293349952, -0.956005633, 4.38312497e-010, 0.956005633, 0.293349952, 1, 1.15792238e-008, -3.92300876e-008)
  983. w17.Part1 = p18
  984. w17.C1 = CFrame.new(-67.4979324, 69.4871521, -6.82958078, 1, 3.05171125e-005, -3.05180438e-005, -3.05171125e-005, -3.05180438e-005, -1, -3.05180438e-005, 1, -3.05171125e-005)
  985. w18 = Instance.new("Weld", p18)
  986. w18.Name = "Wedge_Weld"
  987. w18.Part0 = p18
  988. w18.C0 = CFrame.new(-67.4979324, 69.4871521, -6.82958078, 1, 3.05171125e-005, -3.05180438e-005, -3.05171125e-005, -3.05180438e-005, -1, -3.05180438e-005, 1, -3.05171125e-005)
  989. w18.Part1 = p19
  990. w18.C1 = CFrame.new(67.4982986, -75.0367737, -6.83008671, -1, -9.15532e-005, 3.05161811e-005, 3.05189751e-005, -3.05161811e-005, 1, -9.15522687e-005, 1, 3.05189751e-005)
  991. w19 = Instance.new("Weld", p19)
  992. w19.Name = "Part_Weld"
  993. w19.Part0 = p19
  994. w19.C0 = CFrame.new(67.4982986, -75.0367737, -6.83008671, -1, -9.15532e-005, 3.05161811e-005, 3.05189751e-005, -3.05161811e-005, 1, -9.15522687e-005, 1, 3.05189751e-005)
  995. w19.Part1 = p20
  996. w19.C1 = CFrame.new(-16.3677292, -69.9670334, -67.5001678, -1.77821063e-010, 0.992886961, 0.119063012, -1.46926671e-009, -0.119063012, 0.992886961, 1, 1.59595731e-012, 1.47997492e-009)
  997. w20 = Instance.new("Weld", p20)
  998. w20.Name = "Part_Weld"
  999. w20.Part0 = p20
  1000. w20.C0 = CFrame.new(-16.3677292, -69.9670334, -67.5001678, -1.77821063e-010, 0.992886961, 0.119063012, -1.46926671e-009, -0.119063012, 0.992886961, 1, 1.59595731e-012, 1.47997492e-009)
  1001. w20.Part1 = p21
  1002. w20.C1 = CFrame.new(-67.5104218, -38.2193756, 67.100563, 1, -4.10709617e-005, 9.00123541e-006, -3.82823673e-005, -0.800855637, 0.598857403, -1.73869594e-005, -0.598857403, -0.800855637)
  1003. m.Parent = char
  1004. m:MakeJoints()
  1005. ----------------------------------------------------
  1006. local cor = Instance.new("Part", char.Absolution)
  1007. cor.Name = "Thingy"
  1008. cor.Locked = true
  1009. cor.BottomSurface = 0
  1010. cor.CanCollide = false
  1011. cor.Size = Vector3.new(1, 13, 1)
  1012. cor.Transparency = 1
  1013. cor.TopSurface = 0
  1014. corw = Instance.new("Weld", cor)
  1015. corw.Part0 = rarm
  1016. corw.Part1 = cor
  1017. corw.C0 = CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1018. corw.C1 = CFrame.new(0, 0, 0)
  1019. weld1 = Instance.new("Weld", char.Absolution)
  1020. weld1.Part0 = cor
  1021. weld1.Part1 = p6
  1022. weld1.C0 = CFrame.new(0, 0, 0)
  1023. ----------------------------------------------------
  1024. hitb = Instance.new("Part", char.Absolution)
  1025. hitb.Name = "Thingy2"
  1026. hitb.Locked = true
  1027. hitb.BottomSurface = 0
  1028. hitb.CanCollide = false
  1029. hitb.Size = Vector3.new(0, 8, 6)
  1030. hitb.Transparency = 1
  1031. hitb.TopSurface = 0
  1032. weld2 = Instance.new("Weld", char.Absolution)
  1033. weld2.Part0 = hitb
  1034. weld2.Part1 = p12
  1035. weld2.C0 = CFrame.new(0, .6, 1)
  1036. ----------------------------------------------------
  1037. local m = Instance.new("Model")
  1038. m.Name = "Claw"
  1039. p1 = Instance.new("Part", m)
  1040. p1.BrickColor = BrickColor.new("Really black")
  1041. p1.FormFactor = Enum.FormFactor.Custom
  1042. p1.Size = Vector3.new(1.5, 0.5, 0.5)
  1043. p1.CFrame = CFrame.new(2.91120553, 6.79703379, -19.5339718, -0.205515206, -0.209888965, 0.955883741, 0.52527827, -0.847774804, -0.0732159689, 0.825741529, 0.487057745, 0.284480691)
  1044. p1.CanCollide = false
  1045. p1.Locked = true
  1046. p1.BottomSurface = Enum.SurfaceType.Smooth
  1047. p1.TopSurface = Enum.SurfaceType.Smooth
  1048. b1 = Instance.new("BlockMesh", p1)
  1049. b1.Name = "Mesh"
  1050. p2 = Instance.new("WedgePart", m)
  1051. p2.BrickColor = BrickColor.new("Really black")
  1052. p2.Name = "Wedge"
  1053. p2.FormFactor = Enum.FormFactor.Custom
  1054. p2.Size = Vector3.new(3, 1, 0.5)
  1055. p2.CFrame = CFrame.new(2.94872427, 6.13246727, -16.5004997, -5.96046448e-008, -4.47034836e-008, -1.00000358, -1.3615936e-005, 0.99999994, 4.47034836e-008, 1.00000358, 1.41002238e-005, 0)
  1056. p2.CanCollide = false
  1057. p2.Locked = true
  1058. p2.BottomSurface = Enum.SurfaceType.Smooth
  1059. p2.TopSurface = Enum.SurfaceType.Smooth
  1060. p3 = Instance.new("Part", m)
  1061. p3.BrickColor = BrickColor.new("Really black")
  1062. p3.FormFactor = Enum.FormFactor.Custom
  1063. p3.Size = Vector3.new(1.5, 0.5, 0.5)
  1064. p3.CFrame = CFrame.new(1.84869456, 6.79700661, -18.5422173, -5.06400113e-008, 1.07230136e-007, 1.00000715, -0.499905825, -0.866079628, -1.1125789e-007, 0.86608547, -0.499910295, -2.17476881e-008)
  1065. p3.CanCollide = false
  1066. p3.Locked = true
  1067. p3.BottomSurface = Enum.SurfaceType.Smooth
  1068. p3.TopSurface = Enum.SurfaceType.Smooth
  1069. b2 = Instance.new("BlockMesh", p3)
  1070. b2.Name = "Mesh"
  1071. p4 = Instance.new("WedgePart", m)
  1072. p4.BrickColor = BrickColor.new("Really black")
  1073. p4.Name = "Wedge"
  1074. p4.FormFactor = Enum.FormFactor.Custom
  1075. p4.Size = Vector3.new(3, 1, 0.5)
  1076. p4.CFrame = CFrame.new(0.0487272739, 4.13279819, -16.5004959, -1.62921424e-007, 1.78814929e-007, 1.00001431, -1.2755394e-005, -0.999999762, -1.78813849e-007, 1.00001431, -1.46627426e-005, -7.54998553e-008)
  1077. p4.CanCollide = false
  1078. p4.Locked = true
  1079. p4.BottomSurface = Enum.SurfaceType.Smooth
  1080. p4.TopSurface = Enum.SurfaceType.Smooth
  1081. p5 = Instance.new("Part", m)
  1082. p5.BrickColor = BrickColor.new("Really black")
  1083. p5.FormFactor = Enum.FormFactor.Custom
  1084. p5.Size = Vector3.new(1.5, 0.5, 0.5)
  1085. p5.CFrame = CFrame.new(1.84874606, 6.79701567, -19.6422844, -4.29027068e-007, 1.9046513e-007, 1.00001431, 0.500089467, -0.865973532, 2.18601315e-008, 0.865987122, 0.50009501, 3.78533827e-008)
  1086. p5.CanCollide = false
  1087. p5.Locked = true
  1088. p5.BottomSurface = Enum.SurfaceType.Smooth
  1089. p5.TopSurface = Enum.SurfaceType.Smooth
  1090. b3 = Instance.new("BlockMesh", p5)
  1091. b3.Name = "Mesh"
  1092. p6 = Instance.new("Part", m)
  1093. p6.BrickColor = BrickColor.new("Really black")
  1094. p6.FormFactor = Enum.FormFactor.Custom
  1095. p6.Size = Vector3.new(1.5, 0.5, 0.5)
  1096. p6.CFrame = CFrame.new(2.61122823, 6.79701757, -18.433939, -0.250001401, 0.0669622123, 0.965941966, -0.491382152, -0.868364573, -0.0669801831, 0.834303975, -0.491393685, 0.249996051)
  1097. p6.CanCollide = false
  1098. p6.Locked = true
  1099. p6.BottomSurface = Enum.SurfaceType.Smooth
  1100. p6.TopSurface = Enum.SurfaceType.Smooth
  1101. b4 = Instance.new("BlockMesh", p6)
  1102. b4.Name = "Mesh"
  1103. p7 = Instance.new("Part", m)
  1104. p7.BrickColor = BrickColor.new("Really black")
  1105. p7.FormFactor = Enum.FormFactor.Custom
  1106. p7.Size = Vector3.new(3, 1, 1.20000005)
  1107. p7.CFrame = CFrame.new(2.59874034, 5.13276958, -16.5005379, -3.27825546e-007, -3.57627869e-007, -1.00001431, -0.000133868307, 0.99999994, 1.49011612e-008, 1.00001442, 0.000135900453, -5.96046448e-008)
  1108. p7.CanCollide = false
  1109. p7.Locked = true
  1110. p7.BottomSurface = Enum.SurfaceType.Smooth
  1111. p7.TopSurface = Enum.SurfaceType.Smooth
  1112. b5 = Instance.new("BlockMesh", p7)
  1113. b5.Name = "Mesh"
  1114. p8 = Instance.new("Part", m)
  1115. p8.BrickColor = BrickColor.new("Institutional white")
  1116. p8.Material = "Neon"
  1117. p8.FormFactor = Enum.FormFactor.Symmetric
  1118. p8.Size = Vector3.new(1, 1, 1)
  1119. p8.CFrame = CFrame.new(1.84841466, 6.25537968, -20.3997307, -1.42129729e-005, 0.00428489037, -1.00000513, 0.965967655, 0.258660465, 0.00109496934, 0.258668512, -0.965972245, -0.00414247159)
  1120. p8.CanCollide = false
  1121. p8.Locked = true
  1122. b6 = Instance.new("SpecialMesh", p8)
  1123. b6.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  1124. b6.TextureId = ""
  1125. b6.MeshType = Enum.MeshType.FileMesh
  1126. b6.Name = "Mesh"
  1127. b6.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
  1128. p9 = Instance.new("Part", m)
  1129. p9.BrickColor = BrickColor.new("Really black")
  1130. p9.FormFactor = Enum.FormFactor.Custom
  1131. p9.Size = Vector3.new(1.5, 0.5, 0.5)
  1132. p9.CFrame = CFrame.new(2.79691935, 3.68131566, -18.264101, -0.277095288, -0.561500967, -0.779720128, 0.631033003, 0.505603611, -0.58835566, 0.724593103, -0.655058563, 0.214224264)
  1133. p9.CanCollide = false
  1134. p9.Locked = true
  1135. p9.BottomSurface = Enum.SurfaceType.Smooth
  1136. p9.TopSurface = Enum.SurfaceType.Smooth
  1137. b7 = Instance.new("BlockMesh", p9)
  1138. b7.Name = "Mesh"
  1139. p10 = Instance.new("Part", m)
  1140. p10.BrickColor = BrickColor.new("Institutional white")
  1141. p10.Material = "Neon"
  1142. p10.FormFactor = Enum.FormFactor.Symmetric
  1143. p10.Size = Vector3.new(1, 1, 1)
  1144. p10.CFrame = CFrame.new(3.09846497, 6.25236273, -20.2996788, -0.0669716895, 0.254178405, -0.964850724, 0.96595335, 0.258713901, 0.00110733509, 0.249903828, -0.93192625, -0.262850702)
  1145. p10.CanCollide = false
  1146. p10.Locked = true
  1147. b8 = Instance.new("SpecialMesh", p10)
  1148. b8.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  1149. b8.TextureId = ""
  1150. b8.MeshType = Enum.MeshType.FileMesh
  1151. b8.Name = "Mesh"
  1152. b8.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
  1153. p11 = Instance.new("Part", m)
  1154. p11.BrickColor = BrickColor.new("Really black")
  1155. p11.FormFactor = Enum.FormFactor.Custom
  1156. p11.Size = Vector3.new(1.5, 0.5, 0.5)
  1157. p11.CFrame = CFrame.new(0.386122227, 6.79699421, -18.533905, 0.250022948, -0.0669473261, 0.965937555, -0.491377324, -0.868365645, 0.0670026764, 0.834300399, -0.491393894, -0.250007868)
  1158. p11.CanCollide = false
  1159. p11.Locked = true
  1160. p11.BottomSurface = Enum.SurfaceType.Smooth
  1161. p11.TopSurface = Enum.SurfaceType.Smooth
  1162. b9 = Instance.new("BlockMesh", p11)
  1163. b9.Name = "Mesh"
  1164. p12 = Instance.new("Part", m)
  1165. p12.BrickColor = BrickColor.new("Really black")
  1166. p12.FormFactor = Enum.FormFactor.Custom
  1167. p12.Size = Vector3.new(1.5, 0.5, 0.5)
  1168. p12.CFrame = CFrame.new(1.14871967, 6.79700947, -19.6422291, -4.76837158e-007, 2.83122063e-007, 1.00001442, 0.500089884, -0.865973473, 4.47034836e-008, 0.865987122, 0.500095367, 1.49011612e-008)
  1169. p12.CanCollide = false
  1170. p12.Locked = true
  1171. p12.BottomSurface = Enum.SurfaceType.Smooth
  1172. p12.TopSurface = Enum.SurfaceType.Smooth
  1173. b10 = Instance.new("BlockMesh", p12)
  1174. b10.Name = "Mesh"
  1175. p13 = Instance.new("Part", m)
  1176. p13.BrickColor = BrickColor.new("Really black")
  1177. p13.FormFactor = Enum.FormFactor.Custom
  1178. p13.Size = Vector3.new(1.5, 0.5, 0.5)
  1179. p13.CFrame = CFrame.new(1.14870512, 6.79699612, -18.5421638, -4.63888163e-008, 5.08347114e-007, 1.00001442, -0.499899268, -0.866083562, -2.18518963e-008, 0.866095126, -0.499908328, 3.78581007e-008)
  1180. p13.CanCollide = false
  1181. p13.Locked = true
  1182. p13.BottomSurface = Enum.SurfaceType.Smooth
  1183. p13.TopSurface = Enum.SurfaceType.Smooth
  1184. b11 = Instance.new("BlockMesh", p13)
  1185. b11.Name = "Mesh"
  1186. p14 = Instance.new("Part", m)
  1187. p14.BrickColor = BrickColor.new("Institutional white")
  1188. p14.Material = "Neon"
  1189. p14.FormFactor = Enum.FormFactor.Symmetric
  1190. p14.Size = Vector3.new(1, 1, 1)
  1191. p14.CFrame = CFrame.new(1.14845455, 6.25537348, -20.3996773, -1.42545232e-005, 0.00425684778, -1.00000536, 0.965958476, 0.258694947, 0.00108788908, 0.258703023, -0.965963125, -0.00411536777)
  1192. p14.CanCollide = false
  1193. p14.Locked = true
  1194. b12 = Instance.new("SpecialMesh", p14)
  1195. b12.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  1196. b12.TextureId = ""
  1197. b12.MeshType = Enum.MeshType.FileMesh
  1198. b12.Name = "Mesh"
  1199. b12.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
  1200. p15 = Instance.new("Part", m)
  1201. p15.BrickColor = BrickColor.new("Medium stone grey")
  1202. p15.Transparency = 1
  1203. p15.Name = "ArmPart"
  1204. p15.FormFactor = Enum.FormFactor.Custom
  1205. p15.Size = Vector3.new(2, 1, 1)
  1206. p15.CFrame = CFrame.new(1.49875152, 5.13257265, -16.0004654, -2.99420208e-007, 4.39002179e-007, 1.00001442, 0.00011029192, -1, 0, 1.00001454, 0.000108176115, 4.42378223e-008)
  1207. p15.CanCollide = false
  1208. p15.Locked = true
  1209. p15.BottomSurface = Enum.SurfaceType.Smooth
  1210. p15.TopSurface = Enum.SurfaceType.Smooth
  1211. b13 = Instance.new("BlockMesh", p15)
  1212. b13.Name = "Mesh"
  1213. p16 = Instance.new("Part", m)
  1214. p16.BrickColor = BrickColor.new("Really black")
  1215. p16.FormFactor = Enum.FormFactor.Custom
  1216. p16.Size = Vector3.new(3, 1, 2.4000001)
  1217. p16.CFrame = CFrame.new(1.49872661, 6.13250732, -16.5007095, -2.98894406e-007, 4.39006953e-007, 1.00001442, 0.000110270419, -1, 4.71678729e-012, 1.00001454, 0.000108154614, 4.37120207e-008)
  1218. p16.CanCollide = false
  1219. p16.Locked = true
  1220. p16.BottomSurface = Enum.SurfaceType.Smooth
  1221. p16.TopSurface = Enum.SurfaceType.Smooth
  1222. b14 = Instance.new("BlockMesh", p16)
  1223. b14.Name = "Mesh"
  1224. p17 = Instance.new("Part", m)
  1225. p17.BrickColor = BrickColor.new("Really black")
  1226. p17.FormFactor = Enum.FormFactor.Custom
  1227. p17.Size = Vector3.new(1.5, 0.5, 0.5)
  1228. p17.CFrame = CFrame.new(2.77308726, 3.37837577, -19.2558823, 0.396035522, -0.497440547, -0.771840453, -0.207958207, 0.770127177, -0.603040278, 0.894391596, 0.399337679, 0.201549783)
  1229. p17.CanCollide = false
  1230. p17.Locked = true
  1231. p17.BottomSurface = Enum.SurfaceType.Smooth
  1232. p17.TopSurface = Enum.SurfaceType.Smooth
  1233. b15 = Instance.new("BlockMesh", p17)
  1234. b15.Name = "Mesh"
  1235. p18 = Instance.new("Part", m)
  1236. p18.BrickColor = BrickColor.new("Institutional white")
  1237. p18.Material = "Neon"
  1238. p18.FormFactor = Enum.FormFactor.Symmetric
  1239. p18.Size = Vector3.new(1, 1, 1)
  1240. p18.CFrame = CFrame.new(-0.0516102314, 6.25535488, -20.1996384, 0.066943109, -0.245838761, -0.967011333, 0.965954781, 0.258709013, 0.00110003352, 0.249906152, -0.934162259, 0.254788101)
  1241. p18.CanCollide = false
  1242. p18.Locked = true
  1243. b16 = Instance.new("SpecialMesh", p18)
  1244. b16.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  1245. b16.TextureId = ""
  1246. b16.MeshType = Enum.MeshType.FileMesh
  1247. b16.Name = "Mesh"
  1248. b16.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
  1249. p19 = Instance.new("Part", m)
  1250. p19.BrickColor = BrickColor.new("Institutional white")
  1251. p19.Material = "Neon"
  1252. p19.FormFactor = Enum.FormFactor.Symmetric
  1253. p19.Size = Vector3.new(1, 1, 1)
  1254. p19.CFrame = CFrame.new(2.43177533, 3.59484506, -20.0301056, 0.559401393, 0.116905749, 0.820629179, -0.685213447, -0.491872638, 0.537163019, 0.466440916, -0.862796843, -0.195047855)
  1255. p19.CanCollide = false
  1256. p19.Locked = true
  1257. b17 = Instance.new("SpecialMesh", p19)
  1258. b17.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  1259. b17.TextureId = ""
  1260. b17.MeshType = Enum.MeshType.FileMesh
  1261. b17.Name = "Mesh"
  1262. b17.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
  1263. p20 = Instance.new("Part", m)
  1264. p20.BrickColor = BrickColor.new("Really black")
  1265. p20.FormFactor = Enum.FormFactor.Custom
  1266. p20.Size = Vector3.new(3, 1, 2.4000001)
  1267. p20.CFrame = CFrame.new(1.49873698, 4.13275099, -16.500618, -2.38418579e-007, -4.47034836e-007, -1.00001454, -0.000133797526, 1.00000024, -2.98023224e-008, 1.00001466, 0.000135831535, -5.96046448e-008)
  1268. p20.CanCollide = false
  1269. p20.Locked = true
  1270. p20.BottomSurface = Enum.SurfaceType.Smooth
  1271. p20.TopSurface = Enum.SurfaceType.Smooth
  1272. b18 = Instance.new("BlockMesh", p20)
  1273. b18.Name = "Mesh"
  1274. p21 = Instance.new("Part", m)
  1275. p21.BrickColor = BrickColor.new("Really black")
  1276. p21.FormFactor = Enum.FormFactor.Custom
  1277. p21.Size = Vector3.new(3, 1, 1.19999993)
  1278. p21.CFrame = CFrame.new(0.398718834, 5.13273239, -16.5005798, -2.22529991e-007, -4.17224015e-007, -1.00001454, -0.000133820766, 1.00000024, 5.9472427e-012, 1.00001466, 0.000135854774, -4.37120207e-008)
  1279. p21.CanCollide = false
  1280. p21.Locked = true
  1281. p21.BottomSurface = Enum.SurfaceType.Smooth
  1282. p21.TopSurface = Enum.SurfaceType.Smooth
  1283. b19 = Instance.new("BlockMesh", p21)
  1284. b19.Name = "Mesh"
  1285. p22 = Instance.new("WedgePart", m)
  1286. p22.BrickColor = BrickColor.new("Really black")
  1287. p22.Name = "Wedge"
  1288. p22.FormFactor = Enum.FormFactor.Custom
  1289. p22.Size = Vector3.new(3, 1, 0.5)
  1290. p22.CFrame = CFrame.new(2.94884443, 4.13282013, -16.5005474, 1.35156796e-007, 4.17202415e-007, -1.00001454, 1.19470278e-005, -1.00000024, -6.07483681e-013, -1.00001466, -1.39792755e-005, 4.37120278e-008)
  1291. p22.CanCollide = false
  1292. p22.Locked = true
  1293. p22.BottomSurface = Enum.SurfaceType.Smooth
  1294. p22.TopSurface = Enum.SurfaceType.Smooth
  1295. p23 = Instance.new("Part", m)
  1296. p23.BrickColor = BrickColor.new("Really black")
  1297. p23.FormFactor = Enum.FormFactor.Custom
  1298. p23.Size = Vector3.new(1.5, 0.5, 0.5)
  1299. p23.CFrame = CFrame.new(0.111123323, 6.79699326, -19.53405, 0.167916089, 0.220654398, 0.960804224, 0.593452632, -0.800862908, 0.0802069977, 0.787171543, 0.556722164, -0.265425682)
  1300. p23.CanCollide = false
  1301. p23.Locked = true
  1302. p23.BottomSurface = Enum.SurfaceType.Smooth
  1303. p23.TopSurface = Enum.SurfaceType.Smooth
  1304. b20 = Instance.new("BlockMesh", p23)
  1305. b20.Name = "Mesh"
  1306. p24 = Instance.new("WedgePart", m)
  1307. p24.BrickColor = BrickColor.new("Really black")
  1308. p24.Name = "Wedge"
  1309. p24.FormFactor = Enum.FormFactor.Custom
  1310. p24.Size = Vector3.new(3, 1, 0.5)
  1311. p24.CFrame = CFrame.new(0.0487362742, 6.13243389, -16.5004158, -0.000165194273, -0.00030361861, 1.00001442, 0.00304524973, 0.999995589, 0.000303655863, -1.00001013, 0.00304720178, -0.000164449215)
  1312. p24.CanCollide = false
  1313. p24.Locked = true
  1314. p24.BottomSurface = Enum.SurfaceType.Smooth
  1315. p24.TopSurface = Enum.SurfaceType.Smooth
  1316. p25 = Instance.new("Part", m)
  1317. p25.BrickColor = BrickColor.new("Institutional white")
  1318. p25.Material = "Neon"
  1319. p25.FormFactor = Enum.FormFactor.Symmetric
  1320. p25.Size = Vector3.new(1, 1, 1)
  1321. p25.CFrame = CFrame.new(1.49870086, 5.13261318, -18.0007782, 1.20991026e-005, -1.00001454, -4.94604174e-005, -1.00000024, -1.16155716e-005, -0.000471511274, 0.000469659513, 4.96469293e-005, -1.00001466)
  1322. p25.CanCollide = false
  1323. p25.Locked = true
  1324. p25.BottomSurface = Enum.SurfaceType.Smooth
  1325. p25.TopSurface = Enum.SurfaceType.Smooth
  1326. b21 = Instance.new("SpecialMesh", p25)
  1327. b21.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1328. b21.TextureId = ""
  1329. b21.MeshType = Enum.MeshType.FileMesh
  1330. b21.Name = "Mesh"
  1331. b21.Scale = Vector3.new(1.39999998, 1.39999998, 0.600000024)
  1332. p26 = Instance.new("Part", m)
  1333. p26.BrickColor = BrickColor.new("Really black")
  1334. p26.FormFactor = Enum.FormFactor.Symmetric
  1335. p26.Size = Vector3.new(1, 1, 1)
  1336. p26.CFrame = CFrame.new(1.49868095, 5.13287783, -17.5005093, 0.00030383491, 0.000164763711, -1.00001454, -0.999995768, -0.00302907336, -0.000303868263, -0.00303102471, 1.00001025, 0.000164022902)
  1337. p26.CanCollide = false
  1338. p26.Locked = true
  1339. p26.BottomSurface = Enum.SurfaceType.Smooth
  1340. p26.TopSurface = Enum.SurfaceType.Smooth
  1341. b22 = Instance.new("SpecialMesh", p26)
  1342. b22.MeshType = Enum.MeshType.Brick
  1343. b22.Name = "Mesh"
  1344. w1 = Instance.new("Weld", p1)
  1345. w1.Name = "Wedge_Weld"
  1346. w1.Part0 = p1
  1347. w1.C0 = CFrame.new(13.1579618, 15.8875484, 3.27191186, -0.205515206, 0.52527827, 0.825741529, -0.209888965, -0.847774804, 0.487057745, 0.955883741, -0.0732159689, 0.284480691)
  1348. w1.Part1 = p2
  1349. w1.C1 = CFrame.new(16.5005817, -6.13223743, 2.94872212, -4.37113883e-008, -1.38580826e-005, 1, 0, 1, 1.38580826e-005, -1, 6.05756005e-013, -4.37113883e-008)
  1350. w2 = Instance.new("Weld", p2)
  1351. w2.Name = "Part_Weld"
  1352. w2.Part0 = p2
  1353. w2.C0 = CFrame.new(16.5006275, -6.13223362, 2.94873357, -5.96046448e-008, -1.3615936e-005, 1.00000358, -4.47034836e-008, 0.99999994, 1.41002238e-005, -1.00000358, 4.47034836e-008, 0)
  1354. w2.Part1 = p3
  1355. w2.C1 = CFrame.new(19.4568748, -3.38260746, -1.84870064, -4.37113883e-008, -0.499906301, 0.866079509, 0, -0.866079509, -0.499906301, 1, -2.18515979e-008, 3.78575393e-008)
  1356. w3 = Instance.new("Weld", p3)
  1357. w3.Name = "Wedge_Weld"
  1358. w3.Part0 = p3
  1359. w3.C0 = CFrame.new(19.456995, -3.38268948, -1.84870648, -5.06400113e-008, -0.499905825, 0.86608547, 1.07230136e-007, -0.866079628, -0.499910295, 1.00000715, -1.1125789e-007, -2.17476881e-008)
  1360. w3.Part1 = p4
  1361. w3.C1 = CFrame.new(16.5005646, 4.13256884, -0.0487511083, -4.37113883e-008, -1.37408551e-005, 1, 0, -1, -1.37408551e-005, 1, -6.00631849e-013, 4.37113883e-008)
  1362. w4 = Instance.new("Weld", p4)
  1363. w4.Name = "Part_Weld"
  1364. w4.Part0 = p4
  1365. w4.C0 = CFrame.new(16.5007706, 4.13255453, -0.0487275235, -1.62921424e-007, -1.2755394e-005, 1.00001431, 1.78814929e-007, -0.999999762, -1.46627426e-005, 1.00001431, -1.78813849e-007, -7.54998553e-008)
  1366. w4.Part1 = p5
  1367. w4.C1 = CFrame.new(13.6104183, 15.7089605, -1.84869325, -4.37113883e-008, 0.500093758, 0.865971267, 0, -0.865971267, 0.500093758, 1, 2.18597922e-008, 3.78528071e-008)
  1368. w5 = Instance.new("Weld", p5)
  1369. w5.Name = "Part_Weld"
  1370. w5.Part0 = p5
  1371. w5.C0 = CFrame.new(13.6108379, 15.7090359, -1.84877098, -4.29027068e-007, 0.500089467, 0.865987122, 1.9046513e-007, -0.865973532, 0.50009501, 1.00001431, 2.18601315e-008, 3.78533827e-008)
  1372. w5.Part1 = p6
  1373. w5.C1 = CFrame.new(19.3720245, -3.33087778, 2.54137325, -0.249996737, -0.491388977, 0.834289134, 0.0669635162, -0.868360817, -0.491391122, 0.965928316, -0.0669792444, 0.24999252)
  1374. w6 = Instance.new("Weld", p6)
  1375. w6.Name = "Part_Weld"
  1376. w6.Part0 = p6
  1377. w6.C0 = CFrame.new(19.3722382, -3.33087826, 2.54137945, -0.250001401, -0.491382152, 0.834303975, 0.0669622123, -0.868364573, -0.491393685, 0.965941966, -0.0669801831, 0.249996051)
  1378. w6.Part1 = p7
  1379. w6.C1 = CFrame.new(16.5012703, -5.1305232, 2.59873891, -4.37113883e-008, -0.000135861075, 1, 0, 1, 0.000135861075, -1, 5.9386762e-012, -4.37113883e-008)
  1380. w7 = Instance.new("Weld", p7)
  1381. w7.Name = "Part_Weld"
  1382. w7.Part0 = p7
  1383. w7.C0 = CFrame.new(16.5014496, -5.13052464, 2.59877563, -3.27825546e-007, -0.000133868307, 1.00001442, -3.57627869e-007, 0.99999994, 0.000135900453, -1.00001431, 1.49011612e-008, -5.96046448e-008)
  1384. w7.Part1 = p8
  1385. w7.C1 = CFrame.new(-0.765930653, -21.3311157, 1.75706458, -1.37833995e-005, 0.965968609, 0.258659452, 0.00428466033, 0.258657128, -0.965959728, -0.999990821, 0.00109495374, -0.00414241292)
  1386. w8 = Instance.new("Weld", p8)
  1387. w8.Name = "Part_Weld"
  1388. w8.Part0 = p8
  1389. w8.C0 = CFrame.new(-0.765703201, -21.3314991, 1.75706851, -1.42129729e-005, 0.965967655, 0.258668512, 0.00428489037, 0.258660465, -0.965972245, -1.00000513, 0.00109496934, -0.00414247159)
  1390. w8.Part1 = p9
  1391. w8.C1 = CFrame.new(11.6857395, -12.2548676, 8.25926208, -0.277089596, 0.631037474, 0.724577785, -0.561487973, 0.505604029, -0.655054033, -0.779713154, -0.588350415, 0.214222342)
  1392. w9 = Instance.new("Weld", p9)
  1393. w9.Name = "Part_Weld"
  1394. w9.Part0 = p9
  1395. w9.C0 = CFrame.new(11.6860123, -12.254859, 8.25934601, -0.277095288, 0.631033003, 0.724593103, -0.561500967, 0.505603611, -0.655058563, -0.779720128, -0.58835566, 0.214224264)
  1396. w9.Part1 = p10
  1397. w9.C1 = CFrame.new(-0.759226322, -21.3225994, -2.35311079, -0.0669693872, 0.965954244, 0.249894977, 0.254174918, 0.258710593, -0.931914091, -0.964836895, 0.00110732042, -0.262847036)
  1398. w10 = Instance.new("Weld", p10)
  1399. w10.Name = "Part_Weld"
  1400. w10.Part0 = p10
  1401. w10.C0 = CFrame.new(-0.759016514, -21.3229256, -2.3531487, -0.0669716895, 0.96595335, 0.249903828, 0.254178405, 0.258713901, -0.93192625, -0.964850724, 0.00110733509, -0.262850702)
  1402. w10.Part1 = p11
  1403. w10.C1 = CFrame.new(18.7059784, -3.17931223, -5.46201515, 0.250018269, -0.49138394, 0.834285676, -0.0669495314, -0.86836195, -0.491391063, 0.965923727, 0.0670017004, -0.250004292)
  1404. w11 = Instance.new("Weld", p11)
  1405. w11.Name = "Part_Weld"
  1406. w11.Part0 = p11
  1407. w11.C0 = CFrame.new(18.7061806, -3.17931461, -5.46200418, 0.250022948, -0.491377324, 0.834300399, -0.0669473261, -0.868365645, -0.491393894, 0.965937555, 0.0670026764, -0.250007868)
  1408. w11.Part1 = p12
  1409. w11.C1 = CFrame.new(13.6104174, 15.708952, -1.1486963, -4.37113883e-008, 0.500093997, 0.865971148, 0, -0.865971148, 0.500093997, 1, 2.18598029e-008, 3.78528e-008)
  1410. w12 = Instance.new("Weld", p12)
  1411. w12.Name = "Part_Weld"
  1412. w12.Part0 = p12
  1413. w12.C0 = CFrame.new(13.6107903, 15.7090092, -1.1487354, -4.76837158e-007, 0.500089884, 0.865987122, 2.83122063e-007, -0.865973473, 0.500095367, 1.00001442, 4.47034836e-008, 1.49011612e-008)
  1414. w12.Part1 = p13
  1415. w12.C1 = CFrame.new(19.4568653, -3.38261366, -1.14870369, -4.37113883e-008, -0.499906093, 0.866079628, 0, -0.866079628, -0.499906093, 1, -2.1851589e-008, 3.78575429e-008)
  1416. w13 = Instance.new("Weld", p13)
  1417. w13.Name = "Part_Weld"
  1418. w13.Part0 = p13
  1419. w13.C0 = CFrame.new(19.457077, -3.38260937, -1.14871991, -4.63888163e-008, -0.499899268, 0.866095126, 5.08347114e-007, -0.866083562, -0.499908328, 1.00001442, -2.18518963e-008, 3.78581007e-008)
  1420. w13.Part1 = p14
  1421. w13.C1 = CFrame.new(-0.765169621, -21.3281136, 1.05768669, -1.37638153e-005, 0.96595937, 0.258693874, 0.00425664661, 0.258691579, -0.965950608, -0.99999094, 0.00108787336, -0.00411530817)
  1422. w14 = Instance.new("Weld", p14)
  1423. w14.Name = "ArmPart_Weld"
  1424. w14.Part0 = p14
  1425. w14.C0 = CFrame.new(-0.764959335, -21.3284416, 1.05770254, -1.42545232e-005, 0.965958476, 0.258703023, 0.00425684778, 0.258694947, -0.965963125, -1.00000536, 0.00108788908, -0.00411536777)
  1426. w14.Part1 = p15
  1427. w14.C1 = CFrame.new(16.0000172, 5.13429213, -1.49874043, -4.37113883e-008, 0.000108154614, 1, 0, -1, 0.000108154614, 1, 4.72758855e-012, 4.37113883e-008)
  1428. w15 = Instance.new("Weld", p15)
  1429. w15.Name = "Part_Weld"
  1430. w15.Part0 = p15
  1431. w15.C0 = CFrame.new(16.0001163, 5.13430214, -1.49877143, -2.99420208e-007, 0.00011029192, 1.00001454, 4.39002179e-007, -1, 0.000108176115, 1.00001442, 0, 4.42378223e-008)
  1432. w15.Part1 = p16
  1433. w15.C1 = CFrame.new(16.5000153, 6.13429213, -1.49872518, -4.37113883e-008, 0.000108154614, 1, 0, -1, 0.000108154614, 1, 4.72758855e-012, 4.37113883e-008)
  1434. w16 = Instance.new("Weld", p16)
  1435. w16.Name = "Part_Weld"
  1436. w16.Part0 = p16
  1437. w16.C0 = CFrame.new(16.5002594, 6.1342907, -1.49874651, -2.98894406e-007, 0.000110270419, 1.00001454, 4.39006953e-007, -1, 0.000108154614, 1.00001442, 4.71678729e-012, 4.37120207e-008)
  1438. w16.Part1 = p17
  1439. w16.C1 = CFrame.new(16.8263168, 6.46704865, 8.05857849, 0.396029502, -0.207962677, 0.894378066, -0.497426808, 0.770130157, 0.399332225, -0.771833658, -0.603034973, 0.201548025)
  1440. w17 = Instance.new("Weld", p17)
  1441. w17.Name = "Part_Weld"
  1442. w17.Part0 = p17
  1443. w17.C0 = CFrame.new(16.8266068, 6.46726036, 8.05869198, 0.396035522, -0.207958207, 0.894391596, -0.497440547, 0.770127177, 0.399337679, -0.771840453, -0.603040278, 0.201549783)
  1444. w17.Part1 = p18
  1445. w17.C1 = CFrame.new(-0.991122723, -20.5004215, 5.08983374, 0.0669417754, 0.965955615, 0.249897182, -0.245835528, 0.258705586, -0.9341501, -0.966997266, 0.00110005983, 0.254784435)
  1446. w18 = Instance.new("Weld", p18)
  1447. w18.Name = "Part_Weld"
  1448. w18.Part0 = p18
  1449. w18.C0 = CFrame.new(-0.990923882, -20.5007305, 5.08983374, 0.066943109, 0.965954781, 0.249906152, -0.245838761, 0.258709013, -0.934162259, -0.967011333, 0.00110003352, 0.254788101)
  1450. w18.Part1 = p19
  1451. w18.C1 = CFrame.new(10.4456682, -15.7977238, -7.8332901, 0.559388936, -0.68521893, 0.466432214, 0.116898462, -0.491870552, -0.862785101, 0.820620954, 0.537157655, -0.195045918)
  1452. w19 = Instance.new("Weld", p19)
  1453. w19.Name = "Part_Weld"
  1454. w19.Part0 = p19
  1455. w19.C0 = CFrame.new(10.4457512, -15.7979813, -7.83342838, 0.559401393, -0.685213447, 0.466440916, 0.116905749, -0.491872638, -0.862796843, 0.820629179, 0.537163019, -0.195047855)
  1456. w19.Part1 = p20
  1457. w19.C1 = CFrame.new(16.5012665, -4.13050127, 1.49876332, -4.37113883e-008, -0.000135854745, 1, 0, 1, 0.000135854745, -1, 5.93839951e-012, -4.37113883e-008)
  1458. w20 = Instance.new("Weld", p20)
  1459. w20.Name = "Part_Weld"
  1460. w20.Part0 = p20
  1461. w20.C0 = CFrame.new(16.5013981, -4.13050938, 1.498757, -2.38418579e-007, -0.000133797526, 1.00001466, -4.47034836e-007, 1.00000024, 0.000135831535, -1.00001454, -2.98023224e-008, -5.96046448e-008)
  1462. w20.Part1 = p21
  1463. w20.C1 = CFrame.new(16.5012627, -5.13048887, 0.39874959, -4.37113883e-008, -0.000135854745, 1, 0, 1, 0.000135854745, -1, 5.93839951e-012, -4.37113883e-008)
  1464. w21 = Instance.new("Weld", p21)
  1465. w21.Name = "Wedge_Weld"
  1466. w21.Part0 = p21
  1467. w21.C0 = CFrame.new(16.5014935, -5.13049126, 0.398722976, -2.22529991e-007, -0.000133820766, 1.00001466, -4.17224015e-007, 1.00000024, 0.000135854774, -1.00001454, 5.9472427e-012, -4.37120207e-008)
  1468. w21.Part1 = p22
  1469. w21.C1 = CFrame.new(-16.5005875, 4.13259029, 2.94876933, -4.37113883e-008, 1.39792737e-005, -1, 0, -1, -1.39792737e-005, -1, -6.11053471e-013, 4.37113883e-008)
  1470. w22 = Instance.new("Weld", p22)
  1471. w22.Name = "Part_Weld"
  1472. w22.Part0 = p22
  1473. w22.C0 = CFrame.new(-16.500824, 4.13258791, 2.94888711, 1.35156796e-007, 1.19470278e-005, -1.00001466, 4.17202415e-007, -1.00000024, -1.39792755e-005, -1.00001454, -6.07483681e-013, 4.37120278e-008)
  1474. w22.Part1 = p23
  1475. w22.C1 = CFrame.new(11.3238592, 16.2938461, -5.83674097, 0.167913347, 0.593457043, 0.787155509, 0.220650926, -0.800859332, 0.556720257, 0.960790455, 0.0802058354, -0.265421808)
  1476. w23 = Instance.new("Weld", p23)
  1477. w23.Name = "Wedge_Weld"
  1478. w23.Part0 = p23
  1479. w23.C0 = CFrame.new(11.3242846, 16.2939701, -5.83676767, 0.167916089, 0.593452632, 0.787171543, 0.220654398, -0.800862908, 0.556722164, 0.960804224, 0.0802069977, -0.265425682)
  1480. w23.Part1 = p24
  1481. w23.C1 = CFrame.new(-16.5190907, -6.08210278, -0.053311754, -0.000165350299, 0.00304719806, -0.999995351, -0.000303142268, 0.999995351, 0.00304725766, 0.99999994, 0.000303644716, -0.000164425801)
  1482. w24 = Instance.new("Weld", p24)
  1483. w24.Name = "Part_Weld"
  1484. w24.Part0 = p24
  1485. w24.C0 = CFrame.new(-16.5192356, -6.08211088, -0.0533116534, -0.000165194273, 0.00304524973, -1.00001013, -0.00030361861, 0.999995589, 0.00304720178, 1.00001442, 0.000303655863, -0.000164449215)
  1486. w24.Part1 = p25
  1487. w24.C1 = CFrame.new(5.14108515, 1.49960721, -17.9982204, 1.16387992e-005, -0.999999881, 0.000471503939, -1, -1.1615477e-005, 4.94651576e-005, -4.94596788e-005, -0.000471504522, -0.999999881)
  1488. w25 = Instance.new("Weld", p25)
  1489. w25.Name = "Part_Weld"
  1490. w25.Part0 = p25
  1491. w25.C0 = CFrame.new(5.14104986, 1.49967504, -17.9985313, 1.20991026e-005, -1.00000024, 0.000469659513, -1.00001454, -1.16155716e-005, 4.96469293e-005, -4.94604174e-005, -0.000471511274, -1.00001466)
  1492. w25.Part1 = p26
  1493. w25.C1 = CFrame.new(5.07938719, 17.5157299, 1.50311017, 0.00030336561, -0.99999541, -0.00302907825, 0.000164940167, -0.00302901864, 0.999995351, -0.99999994, -0.000303863839, 0.000164020501)
  1494. m.Parent = char
  1495. m:MakeJoints()
  1496. ----------------------------------------------------
  1497. local cor2 = Instance.new("Part", char.Claw)
  1498. cor2.Name = "Thingy"
  1499. cor2.Locked = true
  1500. cor2.BottomSurface = 0
  1501. cor2.CanCollide = false
  1502. cor2.Size = Vector3.new(2, 1, 1)
  1503. cor2.Transparency = 1
  1504. cor2.TopSurface = 0
  1505. corw2 = Instance.new("Weld", cor2)
  1506. corw2.Part0 = larm
  1507. corw2.Part1 = cor2
  1508. corw2.C0 = CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(180), math.rad(90))
  1509. corw2.C1 = CFrame.new(0, 0, 0)
  1510. weld2 = Instance.new("Weld", char.Claw)
  1511. weld2.Part0 = cor2
  1512. weld2.Part1 = char.Claw.ArmPart
  1513. weld2.C0 = CFrame.new(0, 0, 0)
  1514. ----------------------------------------------------
  1515. local m = Instance.new("Model")
  1516. m.Name = "LeftArm"
  1517. p1 = Instance.new("WedgePart", m)
  1518. p1.BrickColor = BrickColor.new("Institutional white")
  1519. p1.Material = Enum.Material.Neon
  1520. p1.Name = "Wedge"
  1521. p1.FormFactor = Enum.FormFactor.Custom
  1522. p1.Size = Vector3.new(1, 1.19999981, 4)
  1523. p1.CFrame = CFrame.new(60.830101, 8.39941978, -13.7674818, 1.52359269e-006, -0.707334042, 0.707343757, -2.62521735e-006, 0.707093, 0.707071185, -1.00027835, 3.43534703e-006, 4.43342998e-007)
  1524. p1.CanCollide = false
  1525. p1.Locked = true
  1526. p1.TopSurface = Enum.SurfaceType.Smooth
  1527. b1 = Instance.new("SpecialMesh", p1)
  1528. b1.MeshType = Enum.MeshType.Wedge
  1529. b1.Name = "Mesh"
  1530. b1.Scale = Vector3.new(0.200000003, 1, 1)
  1531. p2 = Instance.new("WedgePart", m)
  1532. p2.BrickColor = BrickColor.new("Institutional white")
  1533. p2.Material = Enum.Material.Neon
  1534. p2.Name = "Wedge"
  1535. p2.FormFactor = Enum.FormFactor.Custom
  1536. p2.Size = Vector3.new(1, 1.19999981, 4)
  1537. p2.CFrame = CFrame.new(60.8306694, 8.39941502, -12.5672398, 1.56085741e-006, -0.707337618, 0.707340181, -2.7146209e-006, 0.707089424, 0.707074761, -1.00027835, 3.34575839e-006, 4.06471969e-007)
  1538. p2.CanCollide = false
  1539. p2.Locked = true
  1540. p2.TopSurface = Enum.SurfaceType.Smooth
  1541. b2 = Instance.new("SpecialMesh", p2)
  1542. b2.MeshType = Enum.MeshType.Wedge
  1543. b2.Name = "Mesh"
  1544. b2.Scale = Vector3.new(0.200000003, 1, 1)
  1545. p3 = Instance.new("WedgePart", m)
  1546. p3.BrickColor = BrickColor.new("Institutional white")
  1547. p3.Material = Enum.Material.Neon
  1548. p3.Name = "Wedge"
  1549. p3.FormFactor = Enum.FormFactor.Custom
  1550. p3.Size = Vector3.new(1, 1.19999981, 4)
  1551. p3.CFrame = CFrame.new(60.8312187, 8.39939976, -13.1675138, 1.66519976e-006, -0.707341254, 0.707336545, -2.72952207e-006, 0.707085788, 0.707078397, -1.00027835, 3.26143936e-006, 4.69727013e-007)
  1552. p3.CanCollide = false
  1553. p3.Locked = true
  1554. p3.TopSurface = Enum.SurfaceType.Smooth
  1555. b3 = Instance.new("SpecialMesh", p3)
  1556. b3.MeshType = Enum.MeshType.Wedge
  1557. b3.Name = "Mesh"
  1558. b3.Scale = Vector3.new(0.200000003, 1, 1)
  1559. p4 = Instance.new("WedgePart", m)
  1560. p4.BrickColor = BrickColor.new("Institutional white")
  1561. p4.Material = Enum.Material.Neon
  1562. p4.Name = "Wedge"
  1563. p4.FormFactor = Enum.FormFactor.Custom
  1564. p4.Size = Vector3.new(1, 1.19999981, 4)
  1565. p4.CFrame = CFrame.new(60.8317757, 8.39937305, -13.1676111, 1.74718321e-006, -0.70734489, 0.707332909, -2.7742235e-006, 0.707082152, 0.707082033, -1.00027835, 3.17185027e-006, 4.96093037e-007)
  1566. p4.CanCollide = false
  1567. p4.Locked = true
  1568. p4.TopSurface = Enum.SurfaceType.Smooth
  1569. b4 = Instance.new("SpecialMesh", p4)
  1570. b4.MeshType = Enum.MeshType.Wedge
  1571. b4.Name = "Mesh"
  1572. b4.Scale = Vector3.new(0.200000003, 1, 1)
  1573. p5 = Instance.new("WedgePart", m)
  1574. p5.BrickColor = BrickColor.new("Institutional white")
  1575. p5.Material = Enum.Material.Neon
  1576. p5.Name = "Wedge"
  1577. p5.FormFactor = Enum.FormFactor.Custom
  1578. p5.Size = Vector3.new(1, 1.19999981, 3.30000019)
  1579. p5.CFrame = CFrame.new(60.4623528, 9.0813055, -13.1677084, -1.74365277e-006, 0.422768414, 0.90661031, 3.01146247e-006, -0.90627563, 0.422602654, 1.00028574, -3.16541991e-006, -6.48408104e-007)
  1580. p5.CanCollide = false
  1581. p5.Locked = true
  1582. p5.TopSurface = Enum.SurfaceType.Smooth
  1583. b5 = Instance.new("SpecialMesh", p5)
  1584. b5.MeshType = Enum.MeshType.Wedge
  1585. b5.Name = "Mesh"
  1586. b5.Scale = Vector3.new(0.200000003, 1, 1)
  1587. p6 = Instance.new("WedgePart", m)
  1588. p6.BrickColor = BrickColor.new("Institutional white")
  1589. p6.Material = Enum.Material.Neon
  1590. p6.Name = "Wedge"
  1591. p6.FormFactor = Enum.FormFactor.Custom
  1592. p6.Size = Vector3.new(1, 1.19999981, 3.30000019)
  1593. p6.CFrame = CFrame.new(60.4629173, 9.08128643, -13.7679863, -1.75857326e-006, 0.422772557, 0.906618714, 3.13068858e-006, -0.906274974, 0.422602147, 1.00029314, -3.27979569e-006, -6.11540997e-007)
  1594. p6.CanCollide = false
  1595. p6.Locked = true
  1596. p6.TopSurface = Enum.SurfaceType.Smooth
  1597. b6 = Instance.new("SpecialMesh", p6)
  1598. b6.MeshType = Enum.MeshType.Wedge
  1599. b6.Name = "Mesh"
  1600. b6.Scale = Vector3.new(0.200000003, 1, 1)
  1601. p7 = Instance.new("WedgePart", m)
  1602. p7.BrickColor = BrickColor.new("Institutional white")
  1603. p7.Material = Enum.Material.Neon
  1604. p7.Name = "Wedge"
  1605. p7.FormFactor = Enum.FormFactor.Custom
  1606. p7.Size = Vector3.new(1, 1.19999981, 3.30000019)
  1607. p7.CFrame = CFrame.new(60.4634781, 9.0812645, -12.5677195, -1.77349398e-006, 0.422776699, 0.906627119, 3.24991538e-006, -0.906274319, 0.42260164, 1.00030053, -3.39417238e-006, -5.74673834e-007)
  1608. p7.CanCollide = false
  1609. p7.Locked = true
  1610. p7.TopSurface = Enum.SurfaceType.Smooth
  1611. b7 = Instance.new("SpecialMesh", p7)
  1612. b7.MeshType = Enum.MeshType.Wedge
  1613. b7.Name = "Mesh"
  1614. b7.Scale = Vector3.new(0.200000003, 1, 1)
  1615. p8 = Instance.new("Part", m)
  1616. p8.BrickColor = BrickColor.new("Really black")
  1617. p8.Material = Enum.Material.Neon
  1618. p8.FormFactor = Enum.FormFactor.Custom
  1619. p8.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  1620. p8.CFrame = CFrame.new(62.1344833, 9.89923668, -14.2683573, 1.0003655, -9.00030136e-006, -1.6914961e-006, -8.34465027e-007, 0.999961495, 3.15914986e-006, -2.15653972e-006, 3.05826416e-006, 1.00030792)
  1621. p8.CanCollide = false
  1622. p8.Locked = true
  1623. p8.BottomSurface = Enum.SurfaceType.Smooth
  1624. p8.TopSurface = Enum.SurfaceType.Smooth
  1625. b8 = Instance.new("SpecialMesh", p8)
  1626. b8.MeshType = Enum.MeshType.Sphere
  1627. b8.Name = "Mesh"
  1628. p9 = Instance.new("Part", m)
  1629. p9.BrickColor = BrickColor.new("Really black")
  1630. p9.Material = Enum.Material.Neon
  1631. p9.FormFactor = Enum.FormFactor.Custom
  1632. p9.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  1633. p9.CFrame = CFrame.new(62.1350441, 7.19933271, -14.2684784, 1.00037432, -9.11423649e-006, -1.78677055e-006, -8.82557742e-007, 0.999960482, 3.17407398e-006, -2.19382355e-006, 3.14769591e-006, 1.00031543)
  1634. p9.CanCollide = false
  1635. p9.Locked = true
  1636. p9.BottomSurface = Enum.SurfaceType.Smooth
  1637. p9.TopSurface = Enum.SurfaceType.Smooth
  1638. b9 = Instance.new("SpecialMesh", p9)
  1639. b9.MeshType = Enum.MeshType.Sphere
  1640. b9.Name = "Mesh"
  1641. p10 = Instance.new("Part", m)
  1642. p10.BrickColor = BrickColor.new("Institutional white")
  1643. p10.Material = Enum.Material.Neon
  1644. p10.FormFactor = Enum.FormFactor.Custom
  1645. p10.Size = Vector3.new(0.200000048, 1.79999983, 0.200000048)
  1646. p10.CFrame = CFrame.new(62.4732666, 7.92819929, -14.2685785, -0.906659067, -0.422771662, -1.80169195e-006, 0.422602057, -0.906270981, 3.2933026e-006, 3.38190716e-006, -1.99476835e-006, 1.00032294)
  1647. p10.CanCollide = false
  1648. p10.Locked = true
  1649. p10.BottomSurface = Enum.SurfaceType.Smooth
  1650. p10.TopSurface = Enum.SurfaceType.Smooth
  1651. p11 = Instance.new("Part", m)
  1652. p11.BrickColor = BrickColor.new("Institutional white")
  1653. p11.Material = Enum.Material.Neon
  1654. p11.FormFactor = Enum.FormFactor.Custom
  1655. p11.Size = Vector3.new(0.200000048, 1.29999983, 0.200000048)
  1656. p11.CFrame = CFrame.new(62.4794731, 9.45469475, -14.2686787, -0.819467902, 0.573809147, -1.81661335e-006, -0.573551893, -0.819118977, 3.41253167e-006, -9.27350783e-008, -4.03244348e-006, 1.00033033)
  1657. p11.CanCollide = false
  1658. p11.Locked = true
  1659. p11.BottomSurface = Enum.SurfaceType.Smooth
  1660. p11.TopSurface = Enum.SurfaceType.Smooth
  1661. p12 = Instance.new("Part", m)
  1662. p12.BrickColor = BrickColor.new("Really black")
  1663. p12.Material = Enum.Material.Neon
  1664. p12.FormFactor = Enum.FormFactor.Custom
  1665. p12.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  1666. p12.CFrame = CFrame.new(62.7369499, 6.29933262, -14.2688055, 1.00040102, -9.53674316e-006, -1.84644205e-006, -1.25169754e-006, 0.999957919, 3.50196092e-006, -2.25187659e-006, 3.46763295e-006, 1.00033784)
  1667. p12.CanCollide = false
  1668. p12.Locked = true
  1669. p12.BottomSurface = Enum.SurfaceType.Smooth
  1670. p12.TopSurface = Enum.SurfaceType.Smooth
  1671. b10 = Instance.new("SpecialMesh", p12)
  1672. b10.MeshType = Enum.MeshType.Sphere
  1673. b10.Name = "Mesh"
  1674. p13 = Instance.new("Part", m)
  1675. p13.BrickColor = BrickColor.new("Institutional white")
  1676. p13.Material = Enum.Material.Neon
  1677. p13.FormFactor = Enum.FormFactor.Custom
  1678. p13.Size = Vector3.new(1.5, 1.5, 1.5)
  1679. p13.CFrame = CFrame.new(62.8003883, 10.1991549, -13.2136488, 1.00040984, -9.59636054e-006, -1.88372474e-006, -1.43051466e-006, 0.999956846, 3.58340549e-006, -2.3487878e-006, 3.4825357e-006, 1.00034535)
  1680. p13.CanCollide = false
  1681. p13.Locked = true
  1682. p13.BottomSurface = Enum.SurfaceType.Smooth
  1683. p13.TopSurface = Enum.SurfaceType.Smooth
  1684. b11 = Instance.new("SpecialMesh", p13)
  1685. b11.MeshType = Enum.MeshType.Sphere
  1686. b11.Name = "Mesh"
  1687. p14 = Instance.new("Part", m)
  1688. p14.BrickColor = BrickColor.new("Really black")
  1689. p14.Material = Enum.Material.Neon
  1690. p14.FormFactor = Enum.FormFactor.Custom
  1691. p14.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  1692. p14.CFrame = CFrame.new(62.7374802, 9.79915905, -14.2689018, 1.00041437, -9.80505502e-006, -1.96572228e-006, -1.37091877e-006, 0.999956131, 3.62812011e-006, -2.37115751e-006, 3.4527211e-006, 1.00034904)
  1693. p14.CanCollide = false
  1694. p14.Locked = true
  1695. p14.BottomSurface = Enum.SurfaceType.Smooth
  1696. p14.TopSurface = Enum.SurfaceType.Smooth
  1697. b12 = Instance.new("SpecialMesh", p14)
  1698. b12.MeshType = Enum.MeshType.Sphere
  1699. b12.Name = "Mesh"
  1700. p15 = Instance.new("Part", m)
  1701. p15.BrickColor = BrickColor.new("Really black")
  1702. p15.Material = Enum.Material.Metal
  1703. p15.Name = "Main"
  1704. p15.FormFactor = Enum.FormFactor.Custom
  1705. p15.Size = Vector3.new(2.20000005, 4.19999981, 2.20000005)
  1706. p15.CFrame = CFrame.new(62.838131, 8.1992178, -13.1686192, 1.00041902, -9.80505047e-006, -1.96572933e-006, -1.54973122e-006, 0.999955654, 3.62813353e-006, -2.38607572e-006, 3.57197018e-006, 1.00035274)
  1707. p15.CanCollide = false
  1708. p15.Locked = true
  1709. p15.BottomSurface = Enum.SurfaceType.Smooth
  1710. p15.TopSurface = Enum.SurfaceType.Smooth
  1711. p16 = Instance.new("Part", m)
  1712. p16.BrickColor = BrickColor.new("Really black")
  1713. p16.Material = Enum.Material.Neon
  1714. p16.FormFactor = Enum.FormFactor.Custom
  1715. p16.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  1716. p16.CFrame = CFrame.new(62.9387741, 8.79918098, -14.2691231, 1.0004282, -9.95411301e-006, -2.00301338e-006, -1.66894927e-006, 0.999954581, 3.71756369e-006, -2.46808372e-006, 3.61668594e-006, 1.00036013)
  1717. p16.CanCollide = false
  1718. p16.Locked = true
  1719. p16.BottomSurface = Enum.SurfaceType.Smooth
  1720. p16.TopSurface = Enum.SurfaceType.Smooth
  1721. b13 = Instance.new("SpecialMesh", p16)
  1722. b13.MeshType = Enum.MeshType.Sphere
  1723. b13.Name = "Mesh"
  1724. p17 = Instance.new("Part", m)
  1725. p17.BrickColor = BrickColor.new("Institutional white")
  1726. p17.Material = Enum.Material.Neon
  1727. p17.FormFactor = Enum.FormFactor.Custom
  1728. p17.Size = Vector3.new(0.200000048, 1.29999983, 0.200000048)
  1729. p17.CFrame = CFrame.new(63.0825539, 6.854743, -14.2692442, -0.866409063, -0.50020963, -2.099928e-006, 0.499978155, -0.86598444, 3.73249213e-006, 4.01878242e-006, -1.94999211e-006, 1.00036764)
  1730. p17.CanCollide = false
  1731. p17.Locked = true
  1732. p17.BottomSurface = Enum.SurfaceType.Smooth
  1733. p17.TopSurface = Enum.SurfaceType.Smooth
  1734. p18 = Instance.new("Part", m)
  1735. p18.BrickColor = BrickColor.new("Institutional white")
  1736. p18.Material = Enum.Material.Neon
  1737. p18.FormFactor = Enum.FormFactor.Custom
  1738. p18.Size = Vector3.new(0.200000048, 1.29999983, 0.200000048)
  1739. p18.CFrame = CFrame.new(63.1831665, 8.15466595, -14.2693415, -0.906707585, 0.422816038, -2.11485258e-006, -0.422596663, -0.906265914, 3.8437388e-006, 6.9698217e-007, -4.50413063e-006, 1.00037515)
  1740. p18.CanCollide = false
  1741. p18.Locked = true
  1742. p18.BottomSurface = Enum.SurfaceType.Smooth
  1743. p18.TopSurface = Enum.SurfaceType.Smooth
  1744. p19 = Instance.new("Part", m)
  1745. p19.BrickColor = BrickColor.new("Institutional white")
  1746. p19.Material = Enum.Material.Neon
  1747. p19.FormFactor = Enum.FormFactor.Custom
  1748. p19.Size = Vector3.new(0.200000048, 0.799999833, 0.200000048)
  1749. p19.CFrame = CFrame.new(63.2069473, 8.53140068, -14.2694473, -0.707418501, 0.707425714, -2.09994369e-006, -0.707068563, -0.707078457, 3.72453474e-006, -9.59315798e-007, -4.56575162e-006, 1.00037515)
  1750. p19.CanCollide = false
  1751. p19.Locked = true
  1752. p19.BottomSurface = Enum.SurfaceType.Smooth
  1753. p19.TopSurface = Enum.SurfaceType.Smooth
  1754. p20 = Instance.new("Part", m)
  1755. p20.BrickColor = BrickColor.new("Institutional white")
  1756. p20.Material = Enum.Material.Neon
  1757. p20.FormFactor = Enum.FormFactor.Custom
  1758. p20.Size = Vector3.new(0.200000048, 0.899999917, 0.200000048)
  1759. p20.CFrame = CFrame.new(63.2280884, 9.68191624, -14.2694416, -0.342169315, 0.940117717, -2.11486008e-006, -0.93964541, -0.342010528, 3.84375198e-006, -2.7989995e-006, -3.73256239e-006, 1.00037885)
  1760. p20.CanCollide = false
  1761. p20.Locked = true
  1762. p20.BottomSurface = Enum.SurfaceType.Smooth
  1763. p20.TopSurface = Enum.SurfaceType.Smooth
  1764. p21 = Instance.new("Part", m)
  1765. p21.BrickColor = BrickColor.new("Institutional white")
  1766. p21.Material = Enum.Material.Neon
  1767. p21.FormFactor = Enum.FormFactor.Custom
  1768. p21.Size = Vector3.new(0.200000048, 0.999999821, 0.200000048)
  1769. p21.CFrame = CFrame.new(63.3539009, 9.07959557, -14.2694454, 0.707428038, 0.707422554, -2.12876989e-006, -0.707079053, 0.707067132, 3.83015185e-006, -4.56554562e-006, 9.7875602e-007, 1.00037885)
  1770. p21.CanCollide = false
  1771. p21.Locked = true
  1772. p21.BottomSurface = Enum.SurfaceType.Smooth
  1773. p21.TopSurface = Enum.SurfaceType.Smooth
  1774. p22 = Instance.new("Part", m)
  1775. p22.BrickColor = BrickColor.new("Really black")
  1776. p22.Material = Enum.Material.Neon
  1777. p22.FormFactor = Enum.FormFactor.Custom
  1778. p22.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  1779. p22.CFrame = CFrame.new(63.4412346, 7.49916172, -14.269558, 1.0004549, -5.30481339e-006, -2.11486781e-006, -7.24196434e-006, 0.999951959, 3.84376608e-006, -2.5650661e-006, 4.02606338e-006, 1.00038254)
  1780. p22.CanCollide = false
  1781. p22.Locked = true
  1782. p22.BottomSurface = Enum.SurfaceType.Smooth
  1783. p22.TopSurface = Enum.SurfaceType.Smooth
  1784. b14 = Instance.new("SpecialMesh", p22)
  1785. b14.MeshType = Enum.MeshType.Sphere
  1786. b14.Name = "Mesh"
  1787. p23 = Instance.new("Part", m)
  1788. p23.BrickColor = BrickColor.new("Really black")
  1789. p23.Material = Enum.Material.Neon
  1790. p23.FormFactor = Enum.FormFactor.Custom
  1791. p23.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  1792. p23.CFrame = CFrame.new(63.5412827, 8.29912186, -14.2695541, 1.00045943, -5.54520193e-006, -2.12978443e-006, -7.22709638e-006, 0.999951601, 3.96298356e-006, -2.56507747e-006, 4.02606247e-006, 1.00038624)
  1793. p23.CanCollide = false
  1794. p23.Locked = true
  1795. p23.BottomSurface = Enum.SurfaceType.Smooth
  1796. p23.TopSurface = Enum.SurfaceType.Smooth
  1797. b15 = Instance.new("SpecialMesh", p23)
  1798. b15.MeshType = Enum.MeshType.Sphere
  1799. b15.Name = "Mesh"
  1800. p24 = Instance.new("Part", m)
  1801. p24.BrickColor = BrickColor.new("Really black")
  1802. p24.Material = Enum.Material.Neon
  1803. p24.FormFactor = Enum.FormFactor.Custom
  1804. p24.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  1805. p24.CFrame = CFrame.new(63.7413521, 9.49905682, -14.2695513, 1.00045943, -5.51538596e-006, -2.12978443e-006, -7.25689733e-006, 0.999951601, 3.96298356e-006, -2.56507769e-006, 4.02606247e-006, 1.00038624)
  1806. p24.CanCollide = false
  1807. p24.Locked = true
  1808. p24.BottomSurface = Enum.SurfaceType.Smooth
  1809. p24.TopSurface = Enum.SurfaceType.Smooth
  1810. b16 = Instance.new("SpecialMesh", p24)
  1811. b16.MeshType = Enum.MeshType.Sphere
  1812. b16.Name = "Mesh"
  1813. w1 = Instance.new("Weld", p1)
  1814. w1.Name = "Wedge_Weld"
  1815. w1.Part0 = p1
  1816. w1.C0 = CFrame.new(-13.7623367, 38.4686089, -47.5196228, 1.82382877e-007, -1.21785519e-007, -1.0000037, -0.707109988, 0.707106709, -1.20249211e-007, 0.707110047, 0.707106352, 1.16605563e-007)
  1817. w1.Part1 = p2
  1818. w1.C1 = CFrame.new(-12.5623302, 38.4686165, -47.5196419, 2.04734633e-007, -9.19831891e-008, -1.0000037, -0.707109928, 0.707106471, -1.25517531e-007, 0.707110047, 0.707106233, 1.65067799e-008)
  1819. w2 = Instance.new("Weld", p2)
  1820. w2.Name = "Wedge_Weld"
  1821. w2.Part0 = p2
  1822. w2.C0 = CFrame.new(-12.5623302, 38.4686165, -47.5196419, 2.04734633e-007, -9.19831891e-008, -1.0000037, -0.707109928, 0.707106471, -1.25517531e-007, 0.707110047, 0.707106233, 1.65067799e-008)
  1823. w2.Part1 = p3
  1824. w2.C1 = CFrame.new(-13.1623344, 38.4686127, -47.5196381, 2.04734619e-007, -9.1983182e-008, -1.0000037, -0.707109928, 0.707106471, -1.25517545e-007, 0.707110047, 0.707106233, 1.65067799e-008)
  1825. w3 = Instance.new("Weld", p3)
  1826. w3.Name = "Wedge_Weld"
  1827. w3.Part0 = p3
  1828. w3.C0 = CFrame.new(-13.1623344, 38.4686127, -47.5196381, 2.04734619e-007, -9.1983182e-008, -1.0000037, -0.707109928, 0.707106471, -1.25517545e-007, 0.707110047, 0.707106233, 1.65067799e-008)
  1829. w3.Part1 = p4
  1830. w3.C1 = CFrame.new(-13.1623335, 38.4686165, -47.5196266, 1.82382891e-007, -1.21785519e-007, -1.0000037, -0.707110047, 0.70710659, -1.20249197e-007, 0.707110107, 0.707106352, 1.16605577e-007)
  1831. w4 = Instance.new("Weld", p4)
  1832. w4.Name = "Wedge_Weld"
  1833. w4.Part0 = p4
  1834. w4.C0 = CFrame.new(-13.1623335, 38.4686165, -47.5196266, 1.82382891e-007, -1.21785519e-007, -1.0000037, -0.707110047, 0.70710659, -1.20249197e-007, 0.707110107, 0.707106352, 1.16605577e-007)
  1835. w4.Part1 = p5
  1836. w4.C1 = CFrame.new(13.1623335, -19.1215992, -57.7639008, -1.63937244e-007, 2.39803342e-007, 1.0000037, 0.422619939, -0.906307638, 1.72281261e-007, 0.906312168, 0.422617614, 8.41069863e-008)
  1837. w5 = Instance.new("Weld", p5)
  1838. w5.Name = "Wedge_Weld"
  1839. w5.Part0 = p5
  1840. w5.C0 = CFrame.new(13.1623335, -19.1215992, -57.7639008, -1.63937244e-007, 2.39803342e-007, 1.0000037, 0.422619939, -0.906307638, 1.72281261e-007, 0.906312168, 0.422617614, 8.41069863e-008)
  1841. w5.Part1 = p6
  1842. w5.C1 = CFrame.new(13.7623377, -19.1215973, -57.7639008, -1.63937244e-007, 2.39803342e-007, 1.0000037, 0.422619939, -0.906307638, 1.72281261e-007, 0.906312168, 0.422617614, 8.41069792e-008)
  1843. w6 = Instance.new("Weld", p6)
  1844. w6.Name = "Wedge_Weld"
  1845. w6.Part0 = p6
  1846. w6.C0 = CFrame.new(13.7623377, -19.1215973, -57.7639008, -1.63937244e-007, 2.39803342e-007, 1.0000037, 0.422619939, -0.906307638, 1.72281261e-007, 0.906312168, 0.422617614, 8.41069792e-008)
  1847. w6.Part1 = p7
  1848. w6.C1 = CFrame.new(12.5623283, -19.121603, -57.7638969, -1.63937244e-007, 2.39803342e-007, 1.0000037, 0.422619939, -0.906307638, 1.72281261e-007, 0.906312168, 0.422617614, 8.41069721e-008)
  1849. w7 = Instance.new("Weld", p7)
  1850. w7.Name = "Part_Weld"
  1851. w7.Part0 = p7
  1852. w7.C0 = CFrame.new(12.5623283, -19.121603, -57.7638969, -1.63937244e-007, 2.39803342e-007, 1.0000037, 0.422619939, -0.906307638, 1.72281261e-007, 0.906312168, 0.422617614, 8.41069721e-008)
  1853. w7.Part1 = p8
  1854. w7.C1 = CFrame.new(-62.1028557, -7.90003395, 14.2623377, 1.00000453, -2.44006515e-007, -3.7252903e-008, 1.71363354e-007, 0.999999285, -1.49011612e-008, -6.70552254e-008, 2.98023224e-008, 1.0000037)
  1855. w8 = Instance.new("Weld", p8)
  1856. w8.Name = "Part_Weld"
  1857. w8.Part0 = p8
  1858. w8.C0 = CFrame.new(-62.1028557, -7.90003395, 14.2623377, 1.00000453, -2.44006515e-007, -3.7252903e-008, 1.71363354e-007, 0.999999285, -1.49011612e-008, -6.70552254e-008, 2.98023224e-008, 1.0000037)
  1859. w8.Part1 = p9
  1860. w8.C1 = CFrame.new(-62.1028442, -5.2000351, 14.2623415, 1.00000429, -2.19451294e-007, 2.98023153e-008, 1.30103487e-007, 0.999999702, 5.96046448e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  1861. w9 = Instance.new("Weld", p9)
  1862. w9.Name = "Part_Weld"
  1863. w9.Part0 = p9
  1864. w9.C0 = CFrame.new(-62.1028442, -5.2000351, 14.2623415, 1.00000429, -2.19451294e-007, 2.98023153e-008, 1.30103487e-007, 0.999999702, 5.96046448e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  1865. w9.Part1 = p10
  1866. w9.C1 = CFrame.new(54.0845451, 31.7618942, 14.2623348, -0.906311929, 0.422618181, -1.82007653e-009, -0.422620118, -0.906307399, -6.66151578e-008, -4.47034836e-008, 5.96046448e-008, 1.0000037)
  1867. w10 = Instance.new("Weld", p10)
  1868. w10.Name = "Part_Weld"
  1869. w10.Part0 = p10
  1870. w10.C0 = CFrame.new(54.0845451, 31.7618942, 14.2623348, -0.906311929, 0.422618181, -1.82007653e-009, -0.422620118, -0.906307399, -6.66151578e-008, -4.47034836e-008, 5.96046448e-008, 1.0000037)
  1871. w10.Part1 = p11
  1872. w10.C1 = CFrame.new(55.4291229, -29.7103825, 14.2623348, -0.819155812, -0.573575914, -5.86004596e-008, 0.573578954, -0.8191517, -3.17313607e-008, -4.47034836e-008, 5.9604659e-008, 1.0000037)
  1873. w11 = Instance.new("Weld", p11)
  1874. w11.Name = "Part_Weld"
  1875. w11.Part0 = p11
  1876. w11.C0 = CFrame.new(55.4291229, -29.7103825, 14.2623348, -0.819155812, -0.573575914, -5.86004596e-008, 0.573578954, -0.8191517, -3.17313607e-008, -4.47034836e-008, 5.9604659e-008, 1.0000037)
  1877. w11.Part1 = p12
  1878. w11.C1 = CFrame.new(-62.7028465, -4.30003357, 14.2623425, 1.00000429, -2.08616257e-007, 2.980231e-008, 1.1920929e-007, 0.999999642, 5.16191463e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
  1879. w12 = Instance.new("Weld", p12)
  1880. w12.Name = "Part_Weld"
  1881. w12.Part0 = p12
  1882. w12.C0 = CFrame.new(-62.7028465, -4.30003357, 14.2623425, 1.00000429, -2.08616257e-007, 2.980231e-008, 1.1920929e-007, 0.999999642, 5.16191463e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
  1883. w12.Part1 = p13
  1884. w12.C1 = CFrame.new(-62.7657433, -8.200037, 13.2074499, 1.00000453, -2.98023224e-007, -3.72529421e-008, 1.49011612e-007, 0.999999285, -1.49011443e-008, -6.70552396e-008, 2.9802333e-008, 1.0000037)
  1885. w13 = Instance.new("Weld", p13)
  1886. w13.Name = "Part_Weld"
  1887. w13.Part0 = p13
  1888. w13.C0 = CFrame.new(-62.7657433, -8.200037, 13.2074499, 1.00000453, -2.98023224e-007, -3.72529421e-008, 1.49011612e-007, 0.999999285, -1.49011443e-008, -6.70552396e-008, 2.9802333e-008, 1.0000037)
  1889. w13.Part1 = p14
  1890. w13.C1 = CFrame.new(-62.7025757, -7.80003023, 14.2622833, 1, -8.94065622e-008, 4.47034871e-008, 8.94065622e-008, 1, -5.96044352e-008, -4.47034836e-008, 5.96044387e-008, 1)
  1891. w14 = Instance.new("Weld", p14)
  1892. w14.Name = "Part_Weld"
  1893. w14.Part0 = p14
  1894. w14.C0 = CFrame.new(-62.7025757, -7.80003023, 14.2622833, 1, -8.94065622e-008, 4.47034871e-008, 8.94065622e-008, 1, -5.96044352e-008, -4.47034836e-008, 5.96044387e-008, 1)
  1895. w14.Part1 = p15
  1896. w14.C1 = CFrame.new(-62.8028793, -6.2000289, 13.1623297, 1.00000465, -2.68220901e-007, 2.98023295e-008, 8.94069672e-008, 0.999999523, 5.9604659e-008, -4.47034836e-008, 5.9604659e-008, 1.0000037)
  1897. w15 = Instance.new("Weld", p15)
  1898. w15.Name = "Part_Weld"
  1899. w15.Part0 = p15
  1900. w15.C0 = CFrame.new(-62.8028793, -6.2000289, 13.1623297, 1.00000465, -2.68220901e-007, 2.98023295e-008, 8.94069672e-008, 0.999999523, 5.9604659e-008, -4.47034836e-008, 5.9604659e-008, 1.0000037)
  1901. w15.Part1 = p16
  1902. w15.C1 = CFrame.new(-62.9029045, -6.80003929, 14.2623367, 1.00000453, -2.08616257e-007, -3.72529385e-008, 1.1920929e-007, 0.999999404, -1.49011452e-008, -6.70552325e-008, 2.9802333e-008, 1.0000037)
  1903. w16 = Instance.new("Weld", p16)
  1904. w16.Name = "Part_Weld"
  1905. w16.Part0 = p16
  1906. w16.C0 = CFrame.new(-62.9029045, -6.80003929, 14.2623367, 1.00000453, -2.08616257e-007, -3.72529385e-008, 1.1920929e-007, 0.999999404, -1.49011452e-008, -6.70552325e-008, 2.9802333e-008, 1.0000037)
  1907. w16.Part1 = p17
  1908. w16.C1 = CFrame.new(52.1717262, 35.7280197, 14.2623415, -0.866029143, 0.499999821, 3.55271368e-015, -0.500002086, -0.86602509, -5.96046448e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
  1909. w17 = Instance.new("Weld", p17)
  1910. w17.Name = "Part_Weld"
  1911. w17.Part0 = p17
  1912. w17.C0 = CFrame.new(52.1717262, 35.7280197, 14.2623415, -0.866029143, 0.499999821, 3.55271368e-015, -0.500002086, -0.86602509, -5.96046448e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
  1913. w17.Part1 = p18
  1914. w17.C1 = CFrame.new(59.8312111, -21.1078911, 14.2623348, -0.906311929, -0.422617912, -5.22000931e-008, 0.422620177, -0.906307578, -4.1425146e-008, -4.47034836e-008, 5.96046448e-008, 1.0000037)
  1915. w18 = Instance.new("Weld", p18)
  1916. w18.Name = "Part_Weld"
  1917. w18.Part0 = p18
  1918. w18.C0 = CFrame.new(59.8312111, -21.1078911, 14.2623348, -0.906311929, -0.422617912, -5.22000931e-008, 0.422620177, -0.906307578, -4.1425146e-008, -4.47034836e-008, 5.96046448e-008, 1.0000037)
  1919. w18.Part1 = p19
  1920. w18.C1 = CFrame.new(49.2864532, -40.0483932, 14.2623358, -0.707110107, -0.707106173, -6.32202841e-008, 0.707109928, -0.70710659, -2.1073431e-008, -4.47034836e-008, 5.9604659e-008, 1.0000037)
  1921. w19 = Instance.new("Weld", p19)
  1922. w19.Name = "Part_Weld"
  1923. w19.Part0 = p19
  1924. w19.C0 = CFrame.new(49.2864532, -40.0483932, 14.2623358, -0.707110107, -0.707106173, -6.32202841e-008, 0.707109928, -0.70710659, -2.1073431e-008, -4.47034836e-008, 5.9604659e-008, 1.0000037)
  1925. w19.Part1 = p20
  1926. w19.C1 = CFrame.new(28.8318367, -56.7515907, 14.2622824, -0.342020333, -0.939692557, 4.07203444e-008, 0.939692557, -0.342020333, 6.23934611e-008, -4.47034836e-008, 5.96044387e-008, 1)
  1927. w20 = Instance.new("Weld", p20)
  1928. w20.Name = "Part_Weld"
  1929. w20.Part0 = p20
  1930. w20.C0 = CFrame.new(28.8318367, -56.7515907, 14.2622824, -0.342020333, -0.939692557, 4.07203444e-008, 0.939692557, -0.342020333, 6.23934611e-008, -4.47034836e-008, 5.96044387e-008, 1)
  1931. w20.Part1 = p21
  1932. w20.C1 = CFrame.new(-39.764328, -49.7778244, 14.2622843, 0.707105696, -0.707107842, 7.39707531e-008, 0.707107842, 0.707105696, 8.91225582e-009, -5.86070712e-008, 4.60033966e-008, 1)
  1933. w21 = Instance.new("Weld", p21)
  1934. w21.Name = "Part_Weld"
  1935. w21.Part0 = p21
  1936. w21.C0 = CFrame.new(-39.764328, -49.7778244, 14.2622843, 0.707105696, -0.707107842, 7.39707531e-008, 0.707107842, 0.707105696, 8.91225582e-009, -5.86070712e-008, 4.60033966e-008, 1)
  1937. w21.Part1 = p22
  1938. w21.C1 = CFrame.new(-63.402874, -5.50003099, 14.2623358, 1.00000453, -2.99885869e-007, 2.98023224e-008, 7.4505806e-008, 0.999999642, 5.96046448e-008, -4.47034836e-008, 5.96046448e-008, 1.0000037)
  1939. w22 = Instance.new("Weld", p22)
  1940. w22.Name = "Part_Weld"
  1941. w22.Part0 = p22
  1942. w22.C0 = CFrame.new(-63.402874, -5.50003099, 14.2623358, 1.00000453, -2.99885869e-007, 2.98023224e-008, 7.4505806e-008, 0.999999642, 5.96046448e-008, -4.47034836e-008, 5.96046448e-008, 1.0000037)
  1943. w22.Part1 = p23
  1944. w22.C1 = CFrame.new(-63.502594, -6.30003357, 14.2622824, 1, -5.96043641e-008, 4.47034836e-008, 5.96043677e-008, 1, -5.9604421e-008, -4.470348e-008, 5.96044245e-008, 1)
  1945. w23 = Instance.new("Weld", p23)
  1946. w23.Name = "Part_Weld"
  1947. w23.Part0 = p23
  1948. w23.C0 = CFrame.new(-63.502594, -6.30003357, 14.2622824, 1, -5.96043641e-008, 4.47034836e-008, 5.96043677e-008, 1, -5.9604421e-008, -4.470348e-008, 5.96044245e-008, 1)
  1949. w23.Part1 = p24
  1950. w23.C1 = CFrame.new(-63.7025795, -7.50003004, 14.2622843, 1, -8.94065622e-008, 4.47034871e-008, 8.94065622e-008, 1, -5.96044352e-008, -4.47034836e-008, 5.96044387e-008, 1)
  1951. w24 = Instance.new("Weld", p24)
  1952. w24.Name = "Part_Weld"
  1953. w24.Part0 = p24
  1954. w24.C0 = CFrame.new(-63.7025795, -7.50003004, 14.2622843, 1, -8.94065622e-008, 4.47034871e-008, 8.94065622e-008, 1, -5.96044352e-008, -4.47034836e-008, 5.96044387e-008, 1)
  1955. m.Parent = larm
  1956. m:MakeJoints()
  1957. ----------------------------------------------------
  1958. local cor3 = Instance.new("Part", larm.LeftArm)
  1959. cor3.Name = "Thingy"
  1960. cor3.Locked = true
  1961. cor3.BottomSurface = 0
  1962. cor3.CanCollide = false
  1963. cor3.Size = Vector3.new(2, 1, 1)
  1964. cor3.Transparency = 1
  1965. cor3.TopSurface = 0
  1966. corw2 = Instance.new("Weld", cor3)
  1967. corw2.Part0 = larm
  1968. corw2.Part1 = cor3
  1969. corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1970. corw2.C1 = CFrame.new(0, 0, 0)
  1971. weld2 = Instance.new("Weld", larm.LeftArm)
  1972. weld2.Part0 = cor3
  1973. weld2.Part1 = p15
  1974. weld2.C0 = CFrame.new(0, 0, 0)
  1975. ----------------------------------------------------
  1976. local m = Instance.new("Model")
  1977. m.Name = "RightArm"
  1978. p1 = Instance.new("WedgePart", m)
  1979. p1.BrickColor = BrickColor.new("Institutional white")
  1980. p1.Material = Enum.Material.Neon
  1981. p1.Name = "Wedge"
  1982. p1.FormFactor = Enum.FormFactor.Custom
  1983. p1.Size = Vector3.new(1, 1.19999981, 3.30000019)
  1984. p1.CFrame = CFrame.new(71.7528229, 9.08148766, -13.7657108, 2.20961255e-007, -0.422704399, -0.906498253, -1.70178805e-006, -0.906287491, 0.422612786, -1.00018191, -1.16194826e-006, 2.39246219e-006)
  1985. p1.CanCollide = false
  1986. p1.Locked = true
  1987. p1.TopSurface = Enum.SurfaceType.Smooth
  1988. b1 = Instance.new("SpecialMesh", p1)
  1989. b1.MeshType = Enum.MeshType.Wedge
  1990. b1.Name = "Mesh"
  1991. b1.Scale = Vector3.new(0.200000003, 1, 1)
  1992. p2 = Instance.new("WedgePart", m)
  1993. p2.BrickColor = BrickColor.new("Institutional white")
  1994. p2.Material = Enum.Material.Neon
  1995. p2.Name = "Wedge"
  1996. p2.FormFactor = Enum.FormFactor.Custom
  1997. p2.Size = Vector3.new(1, 1.19999981, 3.30000019)
  1998. p2.CFrame = CFrame.new(71.7534714, 9.08147335, -12.5655851, 3.25293399e-007, -0.422708124, -0.906506479, -1.7167032e-006, -0.906286299, 0.422612339, -1.0001893, -1.13135729e-006, 2.49332743e-006)
  1999. p2.CanCollide = false
  2000. p2.Locked = true
  2001. p2.TopSurface = Enum.SurfaceType.Smooth
  2002. b2 = Instance.new("SpecialMesh", p2)
  2003. b2.MeshType = Enum.MeshType.Wedge
  2004. b2.Name = "Mesh"
  2005. b2.Scale = Vector3.new(0.200000003, 1, 1)
  2006. p3 = Instance.new("WedgePart", m)
  2007. p3.BrickColor = BrickColor.new("Institutional white")
  2008. p3.Material = Enum.Material.Neon
  2009. p3.Name = "Wedge"
  2010. p3.FormFactor = Enum.FormFactor.Custom
  2011. p3.Size = Vector3.new(1, 1.19999981, 3.30000019)
  2012. p3.CFrame = CFrame.new(71.7541199, 9.08145237, -13.1658068, 4.29627249e-007, -0.422711849, -0.906514704, -1.73161834e-006, -0.906285107, 0.422611892, -1.0001967, -1.10076587e-006, 2.59419403e-006)
  2013. p3.CanCollide = false
  2014. p3.Locked = true
  2015. p3.TopSurface = Enum.SurfaceType.Smooth
  2016. b3 = Instance.new("SpecialMesh", p3)
  2017. b3.MeshType = Enum.MeshType.Wedge
  2018. b3.Name = "Mesh"
  2019. b3.Scale = Vector3.new(0.200000003, 1, 1)
  2020. p4 = Instance.new("WedgePart", m)
  2021. p4.BrickColor = BrickColor.new("Institutional white")
  2022. p4.Material = Enum.Material.Neon
  2023. p4.Name = "Wedge"
  2024. p4.FormFactor = Enum.FormFactor.Custom
  2025. p4.Size = Vector3.new(1, 1.19999981, 4)
  2026. p4.CFrame = CFrame.new(71.4245453, 8.39948177, -13.7660398, -5.32960883e-007, 0.70726943, -0.707265258, 1.90324067e-006, 0.707083881, 0.707096815, 1.0001967, 9.87842554e-008, 2.61978244e-006)
  2027. p4.CanCollide = false
  2028. p4.Locked = true
  2029. p4.TopSurface = Enum.SurfaceType.Smooth
  2030. b4 = Instance.new("SpecialMesh", p4)
  2031. b4.MeshType = Enum.MeshType.Wedge
  2032. b4.Name = "Mesh"
  2033. b4.Scale = Vector3.new(0.200000003, 1, 1)
  2034. p5 = Instance.new("WedgePart", m)
  2035. p5.BrickColor = BrickColor.new("Institutional white")
  2036. p5.Material = Enum.Material.Neon
  2037. p5.Name = "Wedge"
  2038. p5.FormFactor = Enum.FormFactor.Custom
  2039. p5.Size = Vector3.new(1, 1.19999981, 4)
  2040. p5.CFrame = CFrame.new(71.4251862, 8.39946651, -13.1660223, -6.3729243e-007, 0.707273066, -0.707261622, 1.91814229e-006, 0.707080245, 0.707100451, 1.0001967, 1.62003985e-007, 2.53547341e-006)
  2041. p5.CanCollide = false
  2042. p5.Locked = true
  2043. p5.TopSurface = Enum.SurfaceType.Smooth
  2044. b5 = Instance.new("SpecialMesh", p5)
  2045. b5.MeshType = Enum.MeshType.Wedge
  2046. b5.Name = "Mesh"
  2047. b5.Scale = Vector3.new(0.200000003, 1, 1)
  2048. p6 = Instance.new("WedgePart", m)
  2049. p6.BrickColor = BrickColor.new("Institutional white")
  2050. p6.Material = Enum.Material.Neon
  2051. p6.Name = "Wedge"
  2052. p6.FormFactor = Enum.FormFactor.Custom
  2053. p6.Size = Vector3.new(1, 1.19999981, 4)
  2054. p6.CFrame = CFrame.new(71.4258194, 8.39945126, -12.5660009, -7.41623865e-007, 0.707276702, -0.707257986, 1.93304436e-006, 0.707076609, 0.707104087, 1.0001967, 2.25224142e-007, 2.45116462e-006)
  2055. p6.CanCollide = false
  2056. p6.Locked = true
  2057. p6.TopSurface = Enum.SurfaceType.Smooth
  2058. b6 = Instance.new("SpecialMesh", p6)
  2059. b6.MeshType = Enum.MeshType.Wedge
  2060. b6.Name = "Mesh"
  2061. b6.Scale = Vector3.new(0.200000003, 1, 1)
  2062. p7 = Instance.new("Part", m)
  2063. p7.BrickColor = BrickColor.new("Really black")
  2064. p7.Material = Enum.Material.Neon
  2065. p7.FormFactor = Enum.FormFactor.Custom
  2066. p7.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2067. p7.CFrame = CFrame.new(70.3255081, 6.6994977, -14.2663507, 1.00023162, 1.31726265e-005, -7.92685455e-007, -1.94311142e-005, 0.999976158, 1.97985287e-006, -1.62725564e-006, 1.86058458e-006, 1.00020039)
  2068. p7.CanCollide = false
  2069. p7.Locked = true
  2070. p7.BottomSurface = Enum.SurfaceType.Smooth
  2071. p7.TopSurface = Enum.SurfaceType.Smooth
  2072. b7 = Instance.new("SpecialMesh", p7)
  2073. b7.MeshType = Enum.MeshType.Sphere
  2074. b7.Name = "Mesh"
  2075. p8 = Instance.new("Part", m)
  2076. p8.BrickColor = BrickColor.new("Institutional white")
  2077. p8.Material = Enum.Material.Neon
  2078. p8.FormFactor = Enum.FormFactor.Custom
  2079. p8.Size = Vector3.new(0.200000048, 0.999999881, 0.200000048)
  2080. p8.CFrame = CFrame.new(70.0060196, 9.16293144, -14.2664633, 0.881308079, -0.429463804, -0.198316693, 0.401435703, 0.900625467, -0.166355878, 0.250050306, 0.0670034215, 0.966122985)
  2081. p8.CanCollide = false
  2082. p8.Locked = true
  2083. p8.BottomSurface = Enum.SurfaceType.Smooth
  2084. p8.TopSurface = Enum.SurfaceType.Smooth
  2085. p9 = Instance.new("Part", m)
  2086. p9.BrickColor = BrickColor.new("Really black")
  2087. p9.Material = Enum.Material.Neon
  2088. p9.FormFactor = Enum.FormFactor.Custom
  2089. p9.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2090. p9.CFrame = CFrame.new(70.2268219, 8.59942532, -14.2665701, 1.00024557, 1.30422413e-005, -8.7916851e-007, -1.95577741e-005, 0.999974489, 1.9967556e-006, -1.75833702e-006, 2.01165676e-006, 1.00021148)
  2091. p9.CanCollide = false
  2092. p9.Locked = true
  2093. p9.BottomSurface = Enum.SurfaceType.Smooth
  2094. p9.TopSurface = Enum.SurfaceType.Smooth
  2095. b8 = Instance.new("SpecialMesh", p9)
  2096. b8.MeshType = Enum.MeshType.Sphere
  2097. b8.Name = "Mesh"
  2098. p10 = Instance.new("Part", m)
  2099. p10.BrickColor = BrickColor.new("Really black")
  2100. p10.Material = Enum.Material.Neon
  2101. p10.FormFactor = Enum.FormFactor.Custom
  2102. p10.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2103. p10.CFrame = CFrame.new(69.8274002, 9.5993948, -14.266675, 1.00025487, 1.30049675e-005, -9.23888138e-007, -1.9595207e-005, 0.999973536, 2.11597762e-006, -1.80306665e-006, 2.13088947e-006, 1.00021887)
  2104. p10.CanCollide = false
  2105. p10.Locked = true
  2106. p10.BottomSurface = Enum.SurfaceType.Smooth
  2107. p10.TopSurface = Enum.SurfaceType.Smooth
  2108. b9 = Instance.new("SpecialMesh", p10)
  2109. b9.MeshType = Enum.MeshType.Sphere
  2110. b9.Name = "Mesh"
  2111. p11 = Instance.new("Part", m)
  2112. p11.BrickColor = BrickColor.new("Institutional white")
  2113. p11.Material = Enum.Material.Neon
  2114. p11.FormFactor = Enum.FormFactor.Custom
  2115. p11.Size = Vector3.new(0.200000048, 1.79999983, 0.200000048)
  2116. p11.CFrame = CFrame.new(69.693718, 7.37976837, -14.2265854, 0.690841019, -0.711695194, -0.129447505, 0.678571701, 0.699464202, -0.224133074, 0.250056893, 0.0670053288, 0.966144204)
  2117. p11.CanCollide = false
  2118. p11.Locked = true
  2119. p11.BottomSurface = Enum.SurfaceType.Smooth
  2120. p11.TopSurface = Enum.SurfaceType.Smooth
  2121. p12 = Instance.new("Part", m)
  2122. p12.BrickColor = BrickColor.new("Institutional white")
  2123. p12.Material = Enum.Material.Neon
  2124. p12.FormFactor = Enum.FormFactor.Custom
  2125. p12.Size = Vector3.new(0.200000048, 1.5999999, 0.200000048)
  2126. p12.CFrame = CFrame.new(69.47966, 8.73308277, -14.2467909, 0.176576898, -0.984305978, 0.022559464, 0.951990068, 0.164877579, -0.257825077, 0.25006038, 0.0670051575, 0.966151059)
  2127. p12.CanCollide = false
  2128. p12.Locked = true
  2129. p12.BottomSurface = Enum.SurfaceType.Smooth
  2130. p12.TopSurface = Enum.SurfaceType.Smooth
  2131. p13 = Instance.new("Part", m)
  2132. p13.BrickColor = BrickColor.new("Institutional white")
  2133. p13.Material = Enum.Material.Neon
  2134. p13.FormFactor = Enum.FormFactor.Custom
  2135. p13.Size = Vector3.new(1.5, 1.5, 1.5)
  2136. p13.CFrame = CFrame.new(69.3920746, 10.1993351, -13.2118578, 1.00028241, 1.27716921e-005, -1.06170774e-006, -1.99186616e-005, 0.999970496, 2.39908695e-006, -1.93528831e-006, 2.38418579e-006, 1.00024128)
  2137. p13.CanCollide = false
  2138. p13.Locked = true
  2139. p13.BottomSurface = Enum.SurfaceType.Smooth
  2140. p13.TopSurface = Enum.SurfaceType.Smooth
  2141. b10 = Instance.new("SpecialMesh", p13)
  2142. b10.MeshType = Enum.MeshType.Sphere
  2143. b10.Name = "Mesh"
  2144. p14 = Instance.new("Part", m)
  2145. p14.BrickColor = BrickColor.new("Really black")
  2146. p14.Material = Enum.Material.Metal
  2147. p14.Name = "Main"
  2148. p14.FormFactor = Enum.FormFactor.Custom
  2149. p14.Size = Vector3.new(2.20000005, 4.19999981, 2.20000005)
  2150. p14.CFrame = CFrame.new(69.4298401, 8.19937706, -13.1668339, 1.00029147, 1.25630004e-005, -1.16605349e-006, -2.0008245e-005, 0.999969125, 2.41400744e-006, -2.03963987e-006, 2.39908786e-006, 1.00024867)
  2151. p14.CanCollide = false
  2152. p14.Locked = true
  2153. p14.BottomSurface = Enum.SurfaceType.Smooth
  2154. p14.TopSurface = Enum.SurfaceType.Smooth
  2155. p15 = Instance.new("Part", m)
  2156. p15.BrickColor = BrickColor.new("Really black")
  2157. p15.Material = Enum.Material.Neon
  2158. p15.FormFactor = Enum.FormFactor.Custom
  2159. p15.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2160. p15.CFrame = CFrame.new(69.1303406, 7.89936399, -14.2672224, 1.00030053, 1.24437429e-005, -1.24804228e-006, -2.02170359e-005, 0.999968052, 2.45872889e-006, -2.07692119e-006, 2.48851507e-006, 1.00025606)
  2161. p15.CanCollide = false
  2162. p15.Locked = true
  2163. p15.BottomSurface = Enum.SurfaceType.Smooth
  2164. p15.TopSurface = Enum.SurfaceType.Smooth
  2165. b11 = Instance.new("SpecialMesh", p15)
  2166. b11.MeshType = Enum.MeshType.Sphere
  2167. b11.Name = "Mesh"
  2168. p16 = Instance.new("Part", m)
  2169. p16.BrickColor = BrickColor.new("Institutional white")
  2170. p16.Material = Enum.Material.Neon
  2171. p16.FormFactor = Enum.FormFactor.Custom
  2172. p16.Size = Vector3.new(0.200000048, 0.899999857, 0.200000048)
  2173. p16.CFrame = CFrame.new(68.9101486, 8.4345789, -14.2572756, 0.881372392, -0.429496199, -0.198331535, 0.401431859, 0.900618315, -0.166353673, 0.250065029, 0.0670081601, 0.966180325)
  2174. p16.CanCollide = false
  2175. p16.Locked = true
  2176. p16.BottomSurface = Enum.SurfaceType.Smooth
  2177. p16.TopSurface = Enum.SurfaceType.Smooth
  2178. p17 = Instance.new("Part", m)
  2179. p17.BrickColor = BrickColor.new("Institutional white")
  2180. p17.Material = Enum.Material.Neon
  2181. p17.FormFactor = Enum.FormFactor.Custom
  2182. p17.Size = Vector3.new(0.200000048, 0.599999785, 0.200000048)
  2183. p17.CFrame = CFrame.new(68.8972092, 7.71862125, -14.2674294, -0.70732069, -0.707330942, -1.25169754e-006, 0.707094371, -0.707072854, 2.48849392e-006, 3.42912972e-006, -4.32133675e-007, 1.00026357)
  2184. p17.CanCollide = false
  2185. p17.Locked = true
  2186. p17.BottomSurface = Enum.SurfaceType.Smooth
  2187. p17.TopSurface = Enum.SurfaceType.Smooth
  2188. p18 = Instance.new("Part", m)
  2189. p18.BrickColor = BrickColor.new("Really black")
  2190. p18.Material = Enum.Material.Neon
  2191. p18.FormFactor = Enum.FormFactor.Custom
  2192. p18.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2193. p18.CFrame = CFrame.new(68.6320877, 8.89929676, -14.2675419, 1.000319, 7.09295273e-006, -1.29642399e-006, -1.53779984e-005, 0.999966145, 2.53321537e-006, -2.20864695e-006, 2.76013293e-006, 1.00027096)
  2194. p18.CanCollide = false
  2195. p18.Locked = true
  2196. p18.BottomSurface = Enum.SurfaceType.Smooth
  2197. p18.TopSurface = Enum.SurfaceType.Smooth
  2198. b12 = Instance.new("SpecialMesh", p18)
  2199. b12.MeshType = Enum.MeshType.Sphere
  2200. b12.Name = "Mesh"
  2201. p19 = Instance.new("Part", m)
  2202. p19.BrickColor = BrickColor.new("Really black")
  2203. p19.Material = Enum.Material.Neon
  2204. p19.FormFactor = Enum.FormFactor.Custom
  2205. p19.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2206. p19.CFrame = CFrame.new(68.6320801, 7.49934578, -14.2675457, 1.00032365, 7.02587113e-006, -1.41567671e-006, -1.53780693e-005, 0.999965429, 2.48852461e-006, -2.20865695e-006, 2.76013111e-006, 1.00027466)
  2207. p19.CanCollide = false
  2208. p19.Locked = true
  2209. p19.BottomSurface = Enum.SurfaceType.Smooth
  2210. p19.TopSurface = Enum.SurfaceType.Smooth
  2211. b13 = Instance.new("SpecialMesh", p19)
  2212. b13.MeshType = Enum.MeshType.Sphere
  2213. b13.Name = "Mesh"
  2214. w1 = Instance.new("Weld", p1)
  2215. w1.Name = "Wedge_Weld"
  2216. w1.Part0 = p1
  2217. w1.C0 = CFrame.new(-13.7623348, 36.7341995, 62.0193214, 9.89621753e-008, 1.14119814e-007, -1.0000037, -0.422620028, -0.90630722, -1.14673988e-007, -0.906311929, 0.422617972, 5.9372038e-008)
  2218. w1.Part1 = p2
  2219. w1.C1 = CFrame.new(-12.5623264, 36.7342033, 62.0193214, 9.89621753e-008, 1.14119814e-007, -1.0000037, -0.422620028, -0.90630722, -1.14673988e-007, -0.906311929, 0.422617972, 5.93720344e-008)
  2220. w2 = Instance.new("Weld", p2)
  2221. w2.Name = "Wedge_Weld"
  2222. w2.Part0 = p2
  2223. w2.C0 = CFrame.new(-12.5623264, 36.7342033, 62.0193214, 9.89621753e-008, 1.14119814e-007, -1.0000037, -0.422620028, -0.90630722, -1.14673988e-007, -0.906311929, 0.422617972, 5.93720344e-008)
  2224. w2.Part1 = p3
  2225. w2.C1 = CFrame.new(-13.1623297, 36.7342033, 62.0193214, 9.89621753e-008, 1.14119814e-007, -1.0000037, -0.422620028, -0.90630722, -1.14673988e-007, -0.906311929, 0.422617972, 5.93720415e-008)
  2226. w3 = Instance.new("Weld", p3)
  2227. w3.Name = "Wedge_Weld"
  2228. w3.Part0 = p3
  2229. w3.C0 = CFrame.new(-13.1623297, 36.7342033, 62.0193214, 9.89621753e-008, 1.14119814e-007, -1.0000037, -0.422620028, -0.90630722, -1.14673988e-007, -0.906311929, 0.422617972, 5.93720415e-008)
  2230. w3.Part1 = p4
  2231. w3.C1 = CFrame.new(13.7623348, -55.015049, 45.9640198, -9.79639907e-008, 4.26051052e-008, 1.0000037, 0.707110107, 0.707106173, -2.40756872e-008, -0.707109869, 0.707106531, -1.51036286e-008)
  2232. w4 = Instance.new("Weld", p4)
  2233. w4.Name = "Wedge_Weld"
  2234. w4.Part0 = p4
  2235. w4.C0 = CFrame.new(13.7623348, -55.015049, 45.9640198, -9.79639907e-008, 4.26051052e-008, 1.0000037, 0.707110107, 0.707106173, -2.40756872e-008, -0.707109869, 0.707106531, -1.51036286e-008)
  2236. w4.Part1 = p5
  2237. w4.C1 = CFrame.new(13.1623316, -55.0150452, 45.964016, -9.79639907e-008, 4.26051088e-008, 1.0000037, 0.707110107, 0.707106173, -2.40756837e-008, -0.707109869, 0.707106531, -1.51036286e-008)
  2238. w5 = Instance.new("Weld", p5)
  2239. w5.Name = "Wedge_Weld"
  2240. w5.Part0 = p5
  2241. w5.C0 = CFrame.new(13.1623316, -55.0150452, 45.964016, -9.79639907e-008, 4.26051088e-008, 1.0000037, 0.707110107, 0.707106173, -2.40756837e-008, -0.707109869, 0.707106531, -1.51036286e-008)
  2242. w5.Part1 = p6
  2243. w5.C1 = CFrame.new(12.5623283, -55.0150337, 45.9640045, -9.79639836e-008, 4.2605091e-008, 1.0000037, 0.707110107, 0.707106173, -2.40756819e-008, -0.707109869, 0.707106531, -1.51036659e-008)
  2244. w6 = Instance.new("Weld", p6)
  2245. w6.Name = "Part_Weld"
  2246. w6.Part0 = p6
  2247. w6.C0 = CFrame.new(12.5623283, -55.0150337, 45.9640045, -9.79639836e-008, 4.2605091e-008, 1.0000037, 0.707110107, 0.707106173, -2.40756819e-008, -0.707109869, 0.707106531, -1.51036659e-008)
  2248. w6.Part1 = p7
  2249. w6.C1 = CFrame.new(-70.3026047, -4.700037, 14.2622862, 1, -1.41560378e-007, 4.47034942e-008, 1.41560378e-007, 1, -7.45055218e-008, -4.47034836e-008, 7.45055289e-008, 1)
  2250. w7 = Instance.new("Weld", p7)
  2251. w7.Name = "Part_Weld"
  2252. w7.Part0 = p7
  2253. w7.C0 = CFrame.new(-70.3026047, -4.700037, 14.2622862, 1, -1.41560378e-007, 4.47034942e-008, 1.41560378e-007, 1, -7.45055218e-008, -4.47034836e-008, 7.45055289e-008, 1)
  2254. w7.Part1 = p8
  2255. w7.C1 = CFrame.new(-60.9718094, 24.5524559, 28.8434105, 0.881098926, 0.40146178, 0.250000894, -0.429376036, 0.900638521, 0.0669875294, -0.198267892, -0.166365504, 0.965929449)
  2256. w8 = Instance.new("Weld", p8)
  2257. w8.Name = "Part_Weld"
  2258. w8.Part0 = p8
  2259. w8.C0 = CFrame.new(-60.9718094, 24.5524559, 28.8434105, 0.881098926, 0.40146178, 0.250000894, -0.429376036, 0.900638521, 0.0669875294, -0.198267892, -0.166365504, 0.965929449)
  2260. w8.Part1 = p9
  2261. w8.C1 = CFrame.new(-70.2029343, -6.60003233, 14.2623386, 1.00000465, -1.78813934e-007, 0, 1.41561031e-007, 0.999999523, 4.47034836e-008, -4.47034836e-008, 7.4505806e-008, 1.0000037)
  2262. w9 = Instance.new("Weld", p9)
  2263. w9.Name = "Part_Weld"
  2264. w9.Part0 = p9
  2265. w9.C0 = CFrame.new(-70.2029343, -6.60003233, 14.2623386, 1.00000465, -1.78813934e-007, 0, 1.41561031e-007, 0.999999523, 4.47034836e-008, -4.47034836e-008, 7.4505806e-008, 1.0000037)
  2266. w9.Part1 = p10
  2267. w9.C1 = CFrame.new(-69.8029404, -7.60003138, 14.2623386, 1.00000465, -1.78813934e-007, 0, 1.41561031e-007, 0.999999523, 4.47034836e-008, -4.47034836e-008, 7.4505806e-008, 1.0000037)
  2268. w10 = Instance.new("Weld", p10)
  2269. w10.Name = "Part_Weld"
  2270. w10.Part0 = p10
  2271. w10.C0 = CFrame.new(-69.8029404, -7.60003138, 14.2623386, 1.00000465, -1.78813934e-007, 0, 1.41561031e-007, 0.999999523, 4.47034836e-008, -4.47034836e-008, 7.4505806e-008, 1.0000037)
  2272. w10.Part1 = p11
  2273. w10.C1 = CFrame.new(-48.2122765, 46.7597122, 23.9593029, 0.690653324, 0.678602815, 0.250001013, -0.711519539, 0.699469149, 0.0669875666, -0.129410163, -0.224143714, 0.965929449)
  2274. w11 = Instance.new("Weld", p11)
  2275. w11.Name = "Part_Weld"
  2276. w11.Part0 = p11
  2277. w11.C0 = CFrame.new(-48.2122765, 46.7597122, 23.9593029, 0.690653324, 0.678602815, 0.250001013, -0.711519539, 0.699469149, 0.0669875666, -0.129410163, -0.224143714, 0.965929449)
  2278. w11.Part1 = p12
  2279. w11.C1 = CFrame.new(-15.1098747, 68.1893845, 13.9264202, 0.176517636, 0.952019334, 0.250000954, -0.984043717, 0.164862752, 0.0669875368, 0.0225575883, -0.257833987, 0.965929389)
  2280. w12 = Instance.new("Weld", p12)
  2281. w12.Name = "Part_Weld"
  2282. w12.Part0 = p12
  2283. w12.C0 = CFrame.new(-15.1098747, 68.1893845, 13.9264202, 0.176517636, 0.952019334, 0.250000954, -0.984043717, 0.164862752, 0.0669875368, 0.0225575883, -0.257833987, 0.965929389)
  2284. w12.Part1 = p13
  2285. w12.C1 = CFrame.new(-69.3658066, -8.20003605, 13.2074509, 1.00000453, -2.98023224e-007, -3.72529421e-008, 1.49011612e-007, 0.999999285, -1.49011443e-008, -6.70552396e-008, 2.9802333e-008, 1.0000037)
  2286. w13 = Instance.new("Weld", p13)
  2287. w13.Name = "Part_Weld"
  2288. w13.Part0 = p13
  2289. w13.C0 = CFrame.new(-69.3658066, -8.20003605, 13.2074509, 1.00000453, -2.98023224e-007, -3.72529421e-008, 1.49011612e-007, 0.999999285, -1.49011443e-008, -6.70552396e-008, 2.9802333e-008, 1.0000037)
  2290. w13.Part1 = p14
  2291. w13.C1 = CFrame.new(-69.4029617, -6.2000351, 13.1623278, 1.00000453, -2.38418579e-007, -3.72529456e-008, 8.94069672e-008, 0.999999344, -1.49011452e-008, -6.70552396e-008, 2.9802333e-008, 1.0000037)
  2292. w14 = Instance.new("Weld", p14)
  2293. w14.Name = "Part_Weld"
  2294. w14.Part0 = p14
  2295. w14.C0 = CFrame.new(-69.4029617, -6.2000351, 13.1623278, 1.00000453, -2.38418579e-007, -3.72529456e-008, 8.94069672e-008, 0.999999344, -1.49011452e-008, -6.70552396e-008, 2.9802333e-008, 1.0000037)
  2296. w14.Part1 = p15
  2297. w14.C1 = CFrame.new(-69.1029282, -5.90003109, 14.2623358, 1.00000453, -2.98023224e-007, 2.98023188e-008, 1.1920929e-007, 0.999999583, 5.96046412e-008, -4.47034836e-008, 5.96046448e-008, 1.0000037)
  2298. w15 = Instance.new("Weld", p15)
  2299. w15.Name = "Part_Weld"
  2300. w15.Part0 = p15
  2301. w15.C0 = CFrame.new(-69.1029282, -5.90003109, 14.2623358, 1.00000453, -2.98023224e-007, 2.98023188e-008, 1.1920929e-007, 0.999999583, 5.96046412e-008, -4.47034836e-008, 5.96046448e-008, 1.0000037)
  2302. w15.Part1 = p16
  2303. w15.C1 = CFrame.new(-59.7121582, 24.7350845, 28.4943123, 0.881098986, 0.401461899, 0.250000954, -0.429376066, 0.90063864, 0.0669875517, -0.198267847, -0.166365474, 0.965929389)
  2304. w16 = Instance.new("Weld", p16)
  2305. w16.Name = "Part_Weld"
  2306. w16.Part0 = p16
  2307. w16.C0 = CFrame.new(-59.7121582, 24.7350845, 28.4943123, 0.881098986, 0.401461899, 0.250000954, -0.429376066, 0.90063864, 0.0669875517, -0.198267847, -0.166365474, 0.965929389)
  2308. w16.Part1 = p17
  2309. w16.C1 = CFrame.new(44.6532936, 52.7416191, 14.2623348, -0.707109928, 0.707106709, 2.10734257e-008, -0.707110047, -0.707106292, -6.32202699e-008, -4.47034836e-008, 5.96046448e-008, 1.0000037)
  2310. w17 = Instance.new("Weld", p17)
  2311. w17.Name = "Part_Weld"
  2312. w17.Part0 = p17
  2313. w17.C0 = CFrame.new(44.6532936, 52.7416191, 14.2623348, -0.707109928, 0.707106709, 2.10734257e-008, -0.707110047, -0.707106292, -6.32202699e-008, -4.47034836e-008, 5.96046448e-008, 1.0000037)
  2314. w17.Part1 = p18
  2315. w17.C1 = CFrame.new(-68.6029282, -6.90003586, 14.2623405, 1.00000465, -2.30967999e-007, -4.47034836e-008, 1.63912773e-007, 0.999999285, -2.98023224e-008, -7.4505806e-008, -1.49011612e-008, 1.0000037)
  2316. w18 = Instance.new("Weld", p18)
  2317. w18.Name = "Part_Weld"
  2318. w18.Part0 = p18
  2319. w18.C0 = CFrame.new(-68.6029282, -6.90003586, 14.2623405, 1.00000465, -2.30967999e-007, -4.47034836e-008, 1.63912773e-007, 0.999999285, -2.98023224e-008, -7.4505806e-008, -1.49011612e-008, 1.0000037)
  2320. w18.Part1 = p19
  2321. w18.C1 = CFrame.new(-68.6026077, -5.50004053, 14.2622881, 1, -1.63912006e-007, 7.4505806e-008, 1.63912006e-007, 1, 1.49011186e-008, -7.4505806e-008, -1.49011061e-008, 1)
  2322. w19 = Instance.new("Weld", p19)
  2323. w19.Name = "Wedge_Weld"
  2324. w19.Part0 = p19
  2325. w19.C0 = CFrame.new(-68.6026077, -5.50004053, 14.2622881, 1, -1.63912006e-007, 7.4505806e-008, 1.63912006e-007, 1, 1.49011186e-008, -7.4505806e-008, -1.49011061e-008, 1)
  2326. m.Parent = rarm
  2327. m:MakeJoints()
  2328. ----------------------------------------------------
  2329. local cor4 = Instance.new("Part", rarm.RightArm)
  2330. cor4.Name = "Thingy"
  2331. cor4.Locked = true
  2332. cor4.BottomSurface = 0
  2333. cor4.CanCollide = false
  2334. cor4.Size = Vector3.new(2, 1, 1)
  2335. cor4.Transparency = 1
  2336. cor4.TopSurface = 0
  2337. corw2 = Instance.new("Weld", cor4)
  2338. corw2.Part0 = rarm
  2339. corw2.Part1 = cor4
  2340. corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2341. corw2.C1 = CFrame.new(0, 0, 0)
  2342. weld2 = Instance.new("Weld", rarm.RightArm)
  2343. weld2.Part0 = cor4
  2344. weld2.Part1 = p14
  2345. weld2.C0 = CFrame.new(0, 0, 0)
  2346. ----------------------------------------------------
  2347. local m = Instance.new("Model")
  2348. m.Name = "Torso"
  2349. p1 = Instance.new("Part", m)
  2350. p1.BrickColor = BrickColor.new("Really black")
  2351. p1.Material = Enum.Material.Neon
  2352. p1.FormFactor = Enum.FormFactor.Custom
  2353. p1.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2354. p1.CFrame = CFrame.new(67.3119202, 9.5997963, -14.263937, 1.00006402, 1.86259939e-007, 2.23464554e-008, -1.44914884e-006, 0.999991, -1.49014099e-008, -1.51248571e-006, 5.96053269e-008, 1.00005186)
  2355. p1.CanCollide = false
  2356. p1.Locked = true
  2357. p1.BottomSurface = Enum.SurfaceType.Smooth
  2358. p1.TopSurface = Enum.SurfaceType.Smooth
  2359. b1 = Instance.new("SpecialMesh", p1)
  2360. b1.MeshType = Enum.MeshType.Sphere
  2361. b1.Name = "Mesh"
  2362. p2 = Instance.new("Part", m)
  2363. p2.BrickColor = BrickColor.new("Really black")
  2364. p2.Material = Enum.Material.Neon
  2365. p2.FormFactor = Enum.FormFactor.Custom
  2366. p2.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2367. p2.CFrame = CFrame.new(65.0111618, 9.59981537, -14.2638226, 1.00005496, 2.75671482e-007, 1.2665987e-007, -1.35973096e-006, 0.999992192, -2.98023224e-008, -1.40815973e-006, 4.47034836e-008, 1.00004447)
  2368. p2.CanCollide = false
  2369. p2.Locked = true
  2370. p2.BottomSurface = Enum.SurfaceType.Smooth
  2371. p2.TopSurface = Enum.SurfaceType.Smooth
  2372. b2 = Instance.new("SpecialMesh", p2)
  2373. b2.MeshType = Enum.MeshType.Sphere
  2374. b2.Name = "Mesh"
  2375. p3 = Instance.new("Part", m)
  2376. p3.BrickColor = BrickColor.new("Institutional white")
  2377. p3.Material = Enum.Material.Neon
  2378. p3.FormFactor = Enum.FormFactor.Custom
  2379. p3.Size = Vector3.new(0.200000048, 0.799999833, 0.200000048)
  2380. p3.CFrame = CFrame.new(67.6028595, 9.39744663, -14.2168236, 0.491504252, -0.868347466, -0.0669902489, 0.834227681, 0.491479307, -0.249998316, 0.250008702, 0.0669909269, 0.965961695)
  2381. p3.CanCollide = false
  2382. p3.Locked = true
  2383. p3.BottomSurface = Enum.SurfaceType.Smooth
  2384. p3.TopSurface = Enum.SurfaceType.Smooth
  2385. p4 = Instance.new("Part", m)
  2386. p4.BrickColor = BrickColor.new("Institutional white")
  2387. p4.Material = Enum.Material.Neon
  2388. p4.FormFactor = Enum.FormFactor.Custom
  2389. p4.Size = Vector3.new(0.200000048, 1.19999981, 0.200000048)
  2390. p4.CFrame = CFrame.new(64.6849442, 9.10655022, -14.2635975, 0.866056859, 0.500018656, 3.35280106e-007, -0.49999845, 0.866020203, -2.98035943e-008, -1.06866298e-006, -5.48167122e-007, 1.00002968)
  2391. p4.CanCollide = false
  2392. p4.Locked = true
  2393. p4.BottomSurface = Enum.SurfaceType.Smooth
  2394. p4.TopSurface = Enum.SurfaceType.Smooth
  2395. p5 = Instance.new("Part", m)
  2396. p5.BrickColor = BrickColor.new("Institutional white")
  2397. p5.Material = Enum.Material.Neon
  2398. p5.FormFactor = Enum.FormFactor.Custom
  2399. p5.Size = Vector3.new(0.200000048, 1.29999983, 0.200000048)
  2400. p5.CFrame = CFrame.new(66.9344177, 8.96636868, -14.2634897, -0.866048932, -0.500014246, 4.3958832e-007, 0.499999046, -0.866021395, -4.47044108e-008, 9.70867745e-007, 5.08911796e-007, 1.00002229)
  2401. p5.CanCollide = false
  2402. p5.Locked = true
  2403. p5.BottomSurface = Enum.SurfaceType.Smooth
  2404. p5.TopSurface = Enum.SurfaceType.Smooth
  2405. p6 = Instance.new("Part", m)
  2406. p6.BrickColor = BrickColor.new("Institutional white")
  2407. p6.Material = Enum.Material.Neon
  2408. p6.FormFactor = Enum.FormFactor.Custom
  2409. p6.Size = Vector3.new(0.200000048, 1.29999983, 0.200000048)
  2410. p6.CFrame = CFrame.new(65.358757, 9.04366112, -14.2633762, -0.866041601, 0.500008702, 5.43894771e-007, -0.499997824, -0.8660236, -5.96051208e-008, 8.43271948e-007, -5.21275751e-007, 1.0000149)
  2411. p6.CanCollide = false
  2412. p6.Locked = true
  2413. p6.BottomSurface = Enum.SurfaceType.Smooth
  2414. p6.TopSurface = Enum.SurfaceType.Smooth
  2415. p7 = Instance.new("Part", m)
  2416. p7.BrickColor = BrickColor.new("Really black")
  2417. p7.Material = Enum.Material.Neon
  2418. p7.FormFactor = Enum.FormFactor.Custom
  2419. p7.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2420. p7.CFrame = CFrame.new(68.0082169, 9.19989014, -14.2632694, 1.00001383, 6.37024641e-007, 5.36441803e-007, -9.46223736e-007, 0.999997973, -1.04308121e-007, -8.7916851e-007, 5.96046519e-008, 1.00001121)
  2421. p7.CanCollide = false
  2422. p7.Locked = true
  2423. p7.BottomSurface = Enum.SurfaceType.Smooth
  2424. p7.TopSurface = Enum.SurfaceType.Smooth
  2425. b3 = Instance.new("SpecialMesh", p7)
  2426. b3.MeshType = Enum.MeshType.Sphere
  2427. b3.Name = "Mesh"
  2428. p8 = Instance.new("Part", m)
  2429. p8.BrickColor = BrickColor.new("Really black")
  2430. p8.Material = Enum.Material.Neon
  2431. p8.FormFactor = Enum.FormFactor.Custom
  2432. p8.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2433. p8.CFrame = CFrame.new(64.4081497, 8.59989357, -14.2632627, 1.00001383, 5.32715489e-007, 5.6624458e-007, -8.4191629e-007, 0.999997973, -2.980277e-008, -9.08971174e-007, -1.4901623e-008, 1.00001121)
  2434. p8.CanCollide = false
  2435. p8.Locked = true
  2436. p8.BottomSurface = Enum.SurfaceType.Smooth
  2437. p8.TopSurface = Enum.SurfaceType.Smooth
  2438. b4 = Instance.new("SpecialMesh", p8)
  2439. b4.MeshType = Enum.MeshType.Sphere
  2440. b4.Name = "Mesh"
  2441. p9 = Instance.new("Part", m)
  2442. p9.BrickColor = BrickColor.new("Really black")
  2443. p9.Material = Enum.Material.Neon
  2444. p9.FormFactor = Enum.FormFactor.Custom
  2445. p9.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2446. p9.CFrame = CFrame.new(67.8082123, 8.49989128, -14.2632694, 1.00001383, 6.37024641e-007, 5.36441803e-007, -9.46223736e-007, 0.999997973, -1.04308128e-007, -8.7916851e-007, 5.96046448e-008, 1.00001121)
  2447. p9.CanCollide = false
  2448. p9.Locked = true
  2449. p9.BottomSurface = Enum.SurfaceType.Smooth
  2450. p9.TopSurface = Enum.SurfaceType.Smooth
  2451. b5 = Instance.new("SpecialMesh", p9)
  2452. b5.MeshType = Enum.MeshType.Sphere
  2453. b5.Name = "Mesh"
  2454. p10 = Instance.new("Part", m)
  2455. p10.BrickColor = BrickColor.new("Institutional white")
  2456. p10.Material = Enum.Material.Neon
  2457. p10.FormFactor = Enum.FormFactor.Custom
  2458. p10.Size = Vector3.new(0.200000048, 0.999999821, 0.200000048)
  2459. p10.CFrame = CFrame.new(67.3000946, 8.34052181, -14.1962805, -0.323144197, -0.934642911, 0.148454338, 0.912730813, -0.349243045, -0.212012067, 0.250002205, 0.0669885725, 0.965932906)
  2460. p10.CanCollide = false
  2461. p10.Locked = true
  2462. p10.BottomSurface = Enum.SurfaceType.Smooth
  2463. p10.TopSurface = Enum.SurfaceType.Smooth
  2464. p11 = Instance.new("Part", m)
  2465. p11.BrickColor = BrickColor.new("Really black")
  2466. p11.Material = Enum.Material.Metal
  2467. p11.Name = "Main"
  2468. p11.FormFactor = Enum.FormFactor.Custom
  2469. p11.Size = Vector3.new(4.4000001, 4.19999981, 2.20000005)
  2470. p11.CFrame = CFrame.new(66.1075974, 8.19991207, -13.1631384, 1, 7.67355459e-007, 7.5990539e-007, -7.67355459e-007, 1, -2.98022478e-008, -7.5990539e-007, 2.98016651e-008, 1)
  2471. p11.CanCollide = false
  2472. p11.Locked = true
  2473. p11.BottomSurface = Enum.SurfaceType.Smooth
  2474. p11.TopSurface = Enum.SurfaceType.Smooth
  2475. p12 = Instance.new("Part", m)
  2476. p12.BrickColor = BrickColor.new("Really black")
  2477. p12.Material = Enum.Material.Neon
  2478. p12.FormFactor = Enum.FormFactor.Custom
  2479. p12.Size = Vector3.new(3, 3, 2)
  2480. p12.CFrame = CFrame.new(66.1075974, 8.19991302, -13.5631437, 1.00000453, 6.48145658e-007, 6.55599706e-007, -7.97160624e-007, 0.999999344, -1.49012251e-008, -7.5990863e-007, 2.98017362e-008, 1.0000037)
  2481. p12.CanCollide = false
  2482. p12.Locked = true
  2483. p12.BottomSurface = Enum.SurfaceType.Smooth
  2484. p12.TopSurface = Enum.SurfaceType.Smooth
  2485. b6 = Instance.new("SpecialMesh", p12)
  2486. b6.MeshType = Enum.MeshType.Sphere
  2487. b6.Name = "Mesh"
  2488. p13 = Instance.new("Part", m)
  2489. p13.BrickColor = BrickColor.new("Institutional white")
  2490. p13.Material = Enum.Material.Neon
  2491. p13.FormFactor = Enum.FormFactor.Custom
  2492. p13.Size = Vector3.new(0.200000048, 3.79999971, 0.200000048)
  2493. p13.CFrame = CFrame.new(66.1331863, 7.82621098, -12.0632286, 6.04434092e-007, -1.00000906, 6.55602378e-007, 0.999998689, 8.72662156e-007, -1.49012802e-008, 4.47028583e-008, 8.64220965e-007, 1.00000739)
  2494. p13.CanCollide = false
  2495. p13.Locked = true
  2496. p13.BottomSurface = Enum.SurfaceType.Smooth
  2497. p13.TopSurface = Enum.SurfaceType.Smooth
  2498. p14 = Instance.new("Part", m)
  2499. p14.BrickColor = BrickColor.new("Institutional white")
  2500. p14.Material = Enum.Material.Neon
  2501. p14.FormFactor = Enum.FormFactor.Custom
  2502. p14.Size = Vector3.new(0.200000048, 3.99999976, 0.200000048)
  2503. p14.CFrame = CFrame.new(65.0837555, 8.11279583, -12.0633221, 0.866040885, 0.500009477, 5.5129766e-007, -0.499999583, 0.866022587, -2.09610107e-013, -8.68580742e-007, -4.3265041e-007, 1.00001478)
  2504. p14.CanCollide = false
  2505. p14.Locked = true
  2506. p14.BottomSurface = Enum.SurfaceType.Smooth
  2507. p14.TopSurface = Enum.SurfaceType.Smooth
  2508. p15 = Instance.new("Part", m)
  2509. p15.BrickColor = BrickColor.new("Institutional white")
  2510. p15.Material = Enum.Material.Neon
  2511. p15.FormFactor = Enum.FormFactor.Custom
  2512. p15.Size = Vector3.new(0.200000048, 3.99999976, 0.200000048)
  2513. p15.CFrame = CFrame.new(67.0844116, 8.11277008, -12.0634222, 0.866049111, -0.500013351, 4.46991237e-007, 0.49999693, 0.866022587, 1.49009658e-008, -8.91868751e-007, 6.00952262e-007, 1.00002217)
  2514. p15.CanCollide = false
  2515. p15.Locked = true
  2516. p15.BottomSurface = Enum.SurfaceType.Smooth
  2517. p15.TopSurface = Enum.SurfaceType.Smooth
  2518. p16 = Instance.new("Part", m)
  2519. p16.BrickColor = BrickColor.new("Institutional white")
  2520. p16.Material = Enum.Material.Neon
  2521. p16.FormFactor = Enum.FormFactor.Custom
  2522. p16.Size = Vector3.new(0.200000048, 1.19999969, 0.200000048)
  2523. p16.CFrame = CFrame.new(65.484314, 7.30655766, -14.2634888, 0.906336308, 0.422632158, 3.49386681e-007, -0.422617853, 0.906302929, 2.46360354e-008, -1.01209048e-006, -3.84037776e-007, 1.00002587)
  2524. p16.CanCollide = false
  2525. p16.Locked = true
  2526. p16.BottomSurface = Enum.SurfaceType.Smooth
  2527. p16.TopSurface = Enum.SurfaceType.Smooth
  2528. p17 = Instance.new("Part", m)
  2529. p17.BrickColor = BrickColor.new("Institutional white")
  2530. p17.Material = Enum.Material.Neon
  2531. p17.FormFactor = Enum.FormFactor.Custom
  2532. p17.Size = Vector3.new(0.200000048, 1.89999986, 0.200000048)
  2533. p17.CFrame = CFrame.new(67.1100159, 7.10342312, -14.2635927, 0.866056919, -0.50001812, 3.65035532e-007, 0.499996245, 0.866021872, 5.96044032e-008, -8.79435504e-007, 6.97014912e-007, 1.00002956)
  2534. p17.CanCollide = false
  2535. p17.Locked = true
  2536. p17.BottomSurface = Enum.SurfaceType.Smooth
  2537. p17.TopSurface = Enum.SurfaceType.Smooth
  2538. p18 = Instance.new("Part", m)
  2539. p18.BrickColor = BrickColor.new("Institutional white")
  2540. p18.Material = Enum.Material.Neon
  2541. p18.FormFactor = Enum.FormFactor.Custom
  2542. p18.Size = Vector3.new(0.200000048, 1.19999981, 0.200000048)
  2543. p18.CFrame = CFrame.new(65.6104889, 7.05342484, -14.2637053, -0.707138717, -0.707138956, 3.36865924e-007, 0.707104087, -0.707101464, 1.4901164e-007, 9.95719802e-007, 5.95316749e-007, 1.00003707)
  2544. p18.CanCollide = false
  2545. p18.Locked = true
  2546. p18.BottomSurface = Enum.SurfaceType.Smooth
  2547. p18.TopSurface = Enum.SurfaceType.Smooth
  2548. p19 = Instance.new("Part", m)
  2549. p19.BrickColor = BrickColor.new("Really black")
  2550. p19.Material = Enum.Material.Neon
  2551. p19.FormFactor = Enum.FormFactor.Custom
  2552. p19.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2553. p19.CFrame = CFrame.new(65.2110596, 6.69982004, -14.2638168, 1.00005388, -1.78813906e-007, 3.08695888e-007, -1.7285347e-006, 0.999993682, 2.38419489e-007, -1.15321473e-006, 3.72538381e-007, 1.0000447)
  2554. p19.CanCollide = false
  2555. p19.Locked = true
  2556. p19.BottomSurface = Enum.SurfaceType.Smooth
  2557. p19.TopSurface = Enum.SurfaceType.Smooth
  2558. b7 = Instance.new("SpecialMesh", p19)
  2559. b7.MeshType = Enum.MeshType.Sphere
  2560. b7.Name = "Mesh"
  2561. p20 = Instance.new("Part", m)
  2562. p20.BrickColor = BrickColor.new("Really black")
  2563. p20.Material = Enum.Material.Neon
  2564. p20.FormFactor = Enum.FormFactor.Custom
  2565. p20.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2566. p20.CFrame = CFrame.new(66.7116928, 6.49980783, -14.2639294, 1.00006235, -2.98028993e-007, 2.80525398e-007, -1.8477574e-006, 0.999992907, 3.27827962e-007, -1.18139712e-006, 4.61949412e-007, 1.00005233)
  2567. p20.CanCollide = false
  2568. p20.Locked = true
  2569. p20.BottomSurface = Enum.SurfaceType.Smooth
  2570. p20.TopSurface = Enum.SurfaceType.Smooth
  2571. b8 = Instance.new("SpecialMesh", p20)
  2572. b8.MeshType = Enum.MeshType.Sphere
  2573. b8.Name = "Mesh"
  2574. p21 = Instance.new("Part", m)
  2575. p21.BrickColor = BrickColor.new("Institutional white")
  2576. p21.Material = Enum.Material.Neon
  2577. p21.FormFactor = Enum.FormFactor.Custom
  2578. p21.Size = Vector3.new(0.200000048, 0.799999893, 0.200000048)
  2579. p21.CFrame = CFrame.new(67.0623169, 6.40337944, -14.264039, 0.258836836, -0.965994418, 2.52354425e-007, 0.965917706, 0.258818805, 4.17237061e-007, 2.19511691e-007, 1.31106742e-006, 1.00005996)
  2580. p21.CanCollide = false
  2581. p21.Locked = true
  2582. p21.BottomSurface = Enum.SurfaceType.Smooth
  2583. p21.TopSurface = Enum.SurfaceType.Smooth
  2584. p22 = Instance.new("Part", m)
  2585. p22.BrickColor = BrickColor.new("Really black")
  2586. p22.Material = Enum.Material.Neon
  2587. p22.FormFactor = Enum.FormFactor.Custom
  2588. p22.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2589. p22.CFrame = CFrame.new(67.5129166, 6.29977846, -14.2641516, 1.00007939, -5.96046448e-007, 2.24182997e-007, -2.14576721e-006, 0.999991298, 5.06646757e-007, -1.23776351e-006, 6.40773351e-007, 1.00006759)
  2590. p22.CanCollide = false
  2591. p22.Locked = true
  2592. p22.BottomSurface = Enum.SurfaceType.Smooth
  2593. p22.TopSurface = Enum.SurfaceType.Smooth
  2594. b9 = Instance.new("SpecialMesh", p22)
  2595. b9.MeshType = Enum.MeshType.Sphere
  2596. b9.Name = "Mesh"
  2597. w1 = Instance.new("Weld", p1)
  2598. w1.Name = "Part_Weld"
  2599. w1.Part0 = p1
  2600. w1.C0 = CFrame.new(-67.3029404, -7.60003757, 14.2623367, 1.00000453, -2.08616257e-007, -3.72529385e-008, 1.1920929e-007, 0.999999404, -1.49011452e-008, -6.70552325e-008, 2.9802333e-008, 1.0000037)
  2601. w1.Part1 = p2
  2602. w1.C1 = CFrame.new(-65.0029221, -7.60003757, 14.2623367, 1.00000453, -2.08616257e-007, -3.72529385e-008, 1.1920929e-007, 0.999999404, -1.49011452e-008, -6.70552325e-008, 2.9802333e-008, 1.0000037)
  2603. w2 = Instance.new("Weld", p2)
  2604. w2.Name = "Part_Weld"
  2605. w2.Part0 = p2
  2606. w2.C0 = CFrame.new(-65.0029221, -7.60003757, 14.2623367, 1.00000453, -2.08616257e-007, -3.72529385e-008, 1.1920929e-007, 0.999999404, -1.49011452e-008, -6.70552325e-008, 2.9802333e-008, 1.0000037)
  2607. w2.Part1 = p3
  2608. w2.C1 = CFrame.new(-35.8392487, 56.0098076, 20.1084957, 0.491483778, 0.834233105, 0.250000894, -0.868311942, 0.491481245, 0.0669875443, -0.0669877231, -0.249999821, 0.965929389)
  2609. w3 = Instance.new("Weld", p3)
  2610. w3.Name = "Part_Weld"
  2611. w3.Part0 = p3
  2612. w3.C0 = CFrame.new(-35.8392487, 56.0098076, 20.1084957, 0.491483778, 0.834233105, 0.250000894, -0.868311942, 0.491481245, 0.0669875443, -0.0669877231, -0.249999821, 0.965929389)
  2613. w3.Part1 = p4
  2614. w3.C1 = CFrame.new(-52.459343, -38.4935722, 14.2623358, 0.866029263, -0.499999881, -2.48114169e-008, 0.500002384, 0.866024733, -3.15312398e-008, -6.70552325e-008, 2.9802333e-008, 1.0000037)
  2615. w4 = Instance.new("Weld", p4)
  2616. w4.Name = "Part_Weld"
  2617. w4.Part0 = p4
  2618. w4.C0 = CFrame.new(-52.459343, -38.4935722, 14.2623358, 0.866029263, -0.499999881, -2.48114169e-008, 0.500002384, 0.866024733, -3.15312398e-008, -6.70552325e-008, 2.9802333e-008, 1.0000037)
  2619. w4.Part1 = p5
  2620. w4.C1 = CFrame.new(54.4780006, 39.4971619, 14.2623367, -0.866029263, 0.49999994, 2.48113796e-008, -0.500002444, -0.866024733, 3.15312398e-008, -6.70552254e-008, 2.98023224e-008, 1.0000037)
  2621. w5 = Instance.new("Weld", p5)
  2622. w5.Name = "Part_Weld"
  2623. w5.Part0 = p5
  2624. w5.C0 = CFrame.new(54.4780006, 39.4971619, 14.2623367, -0.866029263, 0.49999994, 2.48113796e-008, -0.500002444, -0.866024733, 3.15312398e-008, -6.70552254e-008, 2.98023224e-008, 1.0000037)
  2625. w5.Part1 = p6
  2626. w5.C1 = CFrame.new(60.1191711, -26.5763226, 14.2623367, -0.866029382, -0.499999493, 3.9712539e-008, 0.500002205, -0.866024911, -5.72166936e-009, -6.70552254e-008, 2.98023224e-008, 1.0000037)
  2627. w6 = Instance.new("Weld", p6)
  2628. w6.Name = "Part_Weld"
  2629. w6.Part0 = p6
  2630. w6.C0 = CFrame.new(60.1191711, -26.5763226, 14.2623367, -0.866029382, -0.499999493, 3.9712539e-008, 0.500002205, -0.866024911, -5.72166936e-009, -6.70552254e-008, 2.98023224e-008, 1.0000037)
  2631. w6.Part1 = p7
  2632. w6.C1 = CFrame.new(-68.0026093, -7.20003986, 14.2622881, 1, -1.63912006e-007, 7.4505806e-008, 1.63912006e-007, 1, 1.49011186e-008, -7.4505806e-008, -1.49011061e-008, 1)
  2633. w7 = Instance.new("Weld", p7)
  2634. w7.Name = "Part_Weld"
  2635. w7.Part0 = p7
  2636. w7.C0 = CFrame.new(-68.0026093, -7.20003986, 14.2622881, 1, -1.63912006e-007, 7.4505806e-008, 1.63912006e-007, 1, 1.49011186e-008, -7.4505806e-008, -1.49011061e-008, 1)
  2637. w7.Part1 = p8
  2638. w7.C1 = CFrame.new(-64.4025955, -6.60003376, 14.2622824, 1, -5.96043641e-008, 4.47034836e-008, 5.96043677e-008, 1, -5.9604421e-008, -4.470348e-008, 5.96044245e-008, 1)
  2639. w8 = Instance.new("Weld", p8)
  2640. w8.Name = "Part_Weld"
  2641. w8.Part0 = p8
  2642. w8.C0 = CFrame.new(-64.4025955, -6.60003376, 14.2622824, 1, -5.96043641e-008, 4.47034836e-008, 5.96043677e-008, 1, -5.9604421e-008, -4.470348e-008, 5.96044245e-008, 1)
  2643. w8.Part1 = p9
  2644. w8.C1 = CFrame.new(-67.8026123, -6.50004005, 14.2622881, 1, -1.63912006e-007, 7.4505806e-008, 1.63912006e-007, 1, 1.49011186e-008, -7.4505806e-008, -1.49011061e-008, 1)
  2645. w9 = Instance.new("Weld", p9)
  2646. w9.Name = "Part_Weld"
  2647. w9.Part0 = p9
  2648. w9.C0 = CFrame.new(-67.8026123, -6.50004005, 14.2622881, 1, -1.63912006e-007, 7.4505806e-008, 1.63912006e-007, 1, 1.49011186e-008, -7.4505806e-008, -1.49011061e-008, 1)
  2649. w9.Part1 = p10
  2650. w9.C1 = CFrame.new(19.5072937, 66.0613785, 5.0658741, -0.323143423, 0.912731171, 0.250000954, -0.93463856, -0.349243909, 0.0669875741, 0.148453087, -0.212012053, 0.965929449)
  2651. w10 = Instance.new("Weld", p10)
  2652. w10.Name = "Main_Weld"
  2653. w10.Part0 = p10
  2654. w10.C0 = CFrame.new(19.5072937, 66.0613785, 5.0658741, -0.323143423, 0.912731171, 0.250000954, -0.93463856, -0.349243909, 0.0669875741, 0.148453087, -0.212012053, 0.965929449)
  2655. w10.Part1 = p11
  2656. w10.C1 = CFrame.new(-66.1029282, -6.20003605, 13.1623268, 1.00000453, -2.38418579e-007, -3.72529456e-008, 8.94069672e-008, 0.999999344, -1.49011452e-008, -6.70552396e-008, 2.9802333e-008, 1.0000037)
  2657. w11 = Instance.new("Weld", p11)
  2658. w11.Name = "Part_Weld"
  2659. w11.Part0 = p11
  2660. w11.C0 = CFrame.new(-66.1029282, -6.20003605, 13.1623268, 1.00000453, -2.38418579e-007, -3.72529456e-008, 8.94069672e-008, 0.999999344, -1.49011452e-008, -6.70552396e-008, 2.9802333e-008, 1.0000037)
  2661. w11.Part1 = p12
  2662. w11.C1 = CFrame.new(-66.1026306, -6.20004368, 13.5622816, 1, -1.1920875e-007, 6.70552325e-008, 1.1920875e-007, 1, -2.98022158e-008, -6.70552325e-008, 2.98022229e-008, 1)
  2663. w12 = Instance.new("Weld", p12)
  2664. w12.Name = "Part_Weld"
  2665. w12.Part0 = p12
  2666. w12.C0 = CFrame.new(-66.1026306, -6.20004368, 13.5622816, 1, -1.1920875e-007, 6.70552325e-008, 1.1920875e-007, 1, -2.98022158e-008, -6.70552325e-008, 2.98022229e-008, 1)
  2667. w12.Part1 = p13
  2668. w12.C1 = CFrame.new(-5.82635021, 66.1279221, 12.0623207, 7.54977023e-008, 0.999999344, -1.49011434e-008, -1.00000453, 1.94707212e-007, 3.72529385e-008, -6.70552325e-008, 2.9802333e-008, 1.0000037)
  2669. w13 = Instance.new("Weld", p13)
  2670. w13.Name = "Part_Weld"
  2671. w13.Part0 = p13
  2672. w13.C0 = CFrame.new(-5.82635021, 66.1279221, 12.0623207, 7.54977023e-008, 0.999999344, -1.49011434e-008, -1.00000453, 1.94707212e-007, 3.72529385e-008, -6.70552325e-008, 2.9802333e-008, 1.0000037)
  2673. w13.Part1 = p14
  2674. w13.C1 = CFrame.new(-53.3026466, -37.8329315, 12.0623188, 0.866029263, -0.499999881, -2.4811424e-008, 0.500002325, 0.866024673, -3.15312434e-008, -6.70552396e-008, 2.9802333e-008, 1.0000037)
  2675. w14 = Instance.new("Weld", p14)
  2676. w14.Name = "Part_Weld"
  2677. w14.Part0 = p14
  2678. w14.C0 = CFrame.new(-53.3026466, -37.8329315, 12.0623188, 0.866029263, -0.499999881, -2.4811424e-008, 0.500002325, 0.866024673, -3.15312434e-008, -6.70552396e-008, 2.9802333e-008, 1.0000037)
  2679. w14.Part1 = p15
  2680. w14.C1 = CFrame.new(-61.1476631, 28.2449875, 12.0623198, 0.866029382, 0.499999404, -3.97125675e-008, -0.500002146, 0.866024971, 5.72170222e-009, -6.70552396e-008, 2.9802333e-008, 1.0000037)
  2681. w15 = Instance.new("Weld", p15)
  2682. w15.Name = "Part_Weld"
  2683. w15.Part0 = p15
  2684. w15.C0 = CFrame.new(-61.1476631, 28.2449875, 12.0623198, 0.866029382, 0.499999404, -3.97125675e-008, -0.500002146, 0.866024971, 5.72170222e-009, -6.70552396e-008, 2.9802333e-008, 1.0000037)
  2685. w15.Part1 = p16
  2686. w15.C1 = CFrame.new(-57.1000977, -32.4815826, 14.2622862, 0.906307578, -0.422618747, 6.51076419e-008, 0.422618747, 0.906307578, 3.17729842e-009, -6.0350331e-008, 2.46360994e-008, 1)
  2687. w16 = Instance.new("Weld", p16)
  2688. w16.Name = "Part_Weld"
  2689. w16.Part0 = p16
  2690. w16.C0 = CFrame.new(-57.1000977, -32.4815826, 14.2622862, 0.906307578, -0.422618747, 6.51076419e-008, 0.422618747, 0.906307578, 3.17729842e-009, -6.0350331e-008, 2.46360994e-008, 1)
  2691. w16.Part1 = p17
  2692. w16.C1 = CFrame.new(-60.6646385, 29.1315918, 14.2623339, 0.866029501, 0.499999583, 5.5611892e-008, -0.500002265, 0.866025209, 3.67179815e-008, -4.470348e-008, 5.96046448e-008, 1.0000037)
  2693. w17 = Instance.new("Weld", p17)
  2694. w17.Name = "Part_Weld"
  2695. w17.Part0 = p17
  2696. w17.C0 = CFrame.new(-60.6646385, 29.1315918, 14.2623339, 0.866029501, 0.499999583, 5.5611892e-008, -0.500002265, 0.866025209, 3.67179815e-008, -4.470348e-008, 5.96046448e-008, 1.0000037)
  2697. w17.Part1 = p18
  2698. w17.C1 = CFrame.new(42.8147545, 49.9616852, 14.2623405, -0.707109571, 0.707106829, 2.10734417e-008, -0.707110047, -0.707106233, -6.32202557e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  2699. w18 = Instance.new("Weld", p18)
  2700. w18.Name = "Part_Weld"
  2701. w18.Part0 = p18
  2702. w18.C0 = CFrame.new(42.8147545, 49.9616852, 14.2623405, -0.707109571, 0.707106829, 2.10734417e-008, -0.707110047, -0.707106233, -6.32202557e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  2703. w18.Part1 = p19
  2704. w18.C1 = CFrame.new(-65.2028809, -4.70003223, 14.2623415, 1.00000429, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999642, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  2705. w19 = Instance.new("Weld", p19)
  2706. w19.Name = "Part_Weld"
  2707. w19.Part0 = p19
  2708. w19.C0 = CFrame.new(-65.2028809, -4.70003223, 14.2623415, 1.00000429, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999642, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  2709. w19.Part1 = p20
  2710. w19.C1 = CFrame.new(-66.7028656, -4.50003386, 14.2623415, 1.00000417, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999583, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  2711. w20 = Instance.new("Weld", p20)
  2712. w20.Name = "Part_Weld"
  2713. w20.Part0 = p20
  2714. w20.C0 = CFrame.new(-66.7028656, -4.50003386, 14.2623415, 1.00000417, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999583, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  2715. w20.Part1 = p21
  2716. w20.C1 = CFrame.new(-21.6081295, 63.6283798, 14.2623405, 0.258820146, 0.965925455, 6.52870682e-008, -0.965930045, 0.258819073, -1.33600135e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  2717. w21 = Instance.new("Weld", p21)
  2718. w21.Name = "Part_Weld"
  2719. w21.Part0 = p21
  2720. w21.C0 = CFrame.new(-21.6081295, 63.6283798, 14.2623405, 0.258820146, 0.965925455, 6.52870682e-008, -0.965930045, 0.258819073, -1.33600135e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  2721. w21.Part1 = p22
  2722. w21.C1 = CFrame.new(-67.5028763, -4.30003405, 14.2623415, 1.00000417, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999583, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  2723. w22 = Instance.new("Weld", p22)
  2724. w22.Name = "Wedge_Weld"
  2725. w22.Part0 = p22
  2726. w22.C0 = CFrame.new(-67.5028763, -4.30003405, 14.2623415, 1.00000417, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999583, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  2727. m.Parent = torso
  2728. m:MakeJoints()
  2729. ----------------------------------------------------
  2730. local cor5 = Instance.new("Part", torso.Torso)
  2731. cor5.Name = "Thingy"
  2732. cor5.Locked = true
  2733. cor5.BottomSurface = 0
  2734. cor5.CanCollide = false
  2735. cor5.Size = Vector3.new(2, 1, 1)
  2736. cor5.Transparency = 1
  2737. cor5.TopSurface = 0
  2738. corw2 = Instance.new("Weld", cor5)
  2739. corw2.Part0 = torso
  2740. corw2.Part1 = cor5
  2741. corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2742. corw2.C1 = CFrame.new(0, 0, 0)
  2743. weld2 = Instance.new("Weld", torso.Torso)
  2744. weld2.Part0 = cor5
  2745. weld2.Part1 = p11
  2746. weld2.C0 = CFrame.new(0, 0, 0)
  2747. ----------------------------------------------------
  2748. local m = Instance.new("Model")
  2749. m.Name = "RightLeg"
  2750. p1 = Instance.new("Part", m)
  2751. p1.BrickColor = BrickColor.new("Really black")
  2752. p1.Material = Enum.Material.Neon
  2753. p1.FormFactor = Enum.FormFactor.Custom
  2754. p1.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2755. p1.CFrame = CFrame.new(67.2429962, 5.49923229, -14.269578, 1.00045943, -5.51538596e-006, -2.14306033e-006, -7.25689733e-006, 0.999951601, 3.93318305e-006, -2.55180248e-006, 4.05587616e-006, 1.00038624)
  2756. p1.CanCollide = false
  2757. p1.Locked = true
  2758. p1.BottomSurface = Enum.SurfaceType.Smooth
  2759. p1.TopSurface = Enum.SurfaceType.Smooth
  2760. b1 = Instance.new("SpecialMesh", p1)
  2761. b1.MeshType = Enum.MeshType.Sphere
  2762. b1.Name = "Mesh"
  2763. p2 = Instance.new("Part", m)
  2764. p2.BrickColor = BrickColor.new("Really black")
  2765. p2.Material = Enum.Material.Neon
  2766. p2.FormFactor = Enum.FormFactor.Custom
  2767. p2.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2768. p2.CFrame = CFrame.new(67.6437836, 4.79925013, -14.2696915, 1.00046372, -5.51538369e-006, -2.14306829e-006, -7.37613163e-006, 0.999951243, 3.93319806e-006, -2.57999613e-006, 4.14531632e-006, 1.00039005)
  2769. p2.CanCollide = false
  2770. p2.Locked = true
  2771. p2.BottomSurface = Enum.SurfaceType.Smooth
  2772. p2.TopSurface = Enum.SurfaceType.Smooth
  2773. b2 = Instance.new("SpecialMesh", p2)
  2774. b2.MeshType = Enum.MeshType.Sphere
  2775. b2.Name = "Mesh"
  2776. p3 = Instance.new("Part", m)
  2777. p3.BrickColor = BrickColor.new("Institutional white")
  2778. p3.Material = Enum.Material.Neon
  2779. p3.FormFactor = Enum.FormFactor.Custom
  2780. p3.Size = Vector3.new(0.200000048, 0.999999762, 0.200000048)
  2781. p3.CFrame = CFrame.new(66.8881302, 5.17327356, -14.2696877, -0.707441688, -0.707433701, -2.14858301e-006, 0.707077265, -0.707066894, 4.0476084e-006, 4.7538756e-006, -1.07312485e-006, 1.00039387)
  2782. p3.CanCollide = false
  2783. p3.Locked = true
  2784. p3.BottomSurface = Enum.SurfaceType.Smooth
  2785. p3.TopSurface = Enum.SurfaceType.Smooth
  2786. p4 = Instance.new("Part", m)
  2787. p4.BrickColor = BrickColor.new("Really black")
  2788. p4.Material = Enum.Material.Neon
  2789. p4.FormFactor = Enum.FormFactor.Custom
  2790. p4.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2791. p4.CFrame = CFrame.new(66.5432739, 4.7992568, -14.2696896, 1.00046802, -5.54323196e-006, -2.17126149e-006, -7.42077827e-006, 0.999950886, 4.02261594e-006, -2.58000705e-006, 4.14531496e-006, 1.00039387)
  2792. p4.CanCollide = false
  2793. p4.Locked = true
  2794. p4.BottomSurface = Enum.SurfaceType.Smooth
  2795. p4.TopSurface = Enum.SurfaceType.Smooth
  2796. b3 = Instance.new("SpecialMesh", p4)
  2797. b3.MeshType = Enum.MeshType.Sphere
  2798. b3.Name = "Mesh"
  2799. p5 = Instance.new("Part", m)
  2800. p5.BrickColor = BrickColor.new("Institutional white")
  2801. p5.Material = Enum.Material.Neon
  2802. p5.FormFactor = Enum.FormFactor.Custom
  2803. p5.Size = Vector3.new(0.200000048, 0.999999762, 0.200000048)
  2804. p5.CFrame = CFrame.new(67.8495178, 4.41932487, -14.269804, -0.906733274, 0.422823101, -2.17126944e-006, -0.422590762, -0.906265974, 4.0226314e-006, 5.74146384e-007, -4.94026517e-006, 1.00039768)
  2805. p5.CanCollide = false
  2806. p5.Locked = true
  2807. p5.BottomSurface = Enum.SurfaceType.Smooth
  2808. p5.TopSurface = Enum.SurfaceType.Smooth
  2809. p6 = Instance.new("Part", m)
  2810. p6.BrickColor = BrickColor.new("Institutional white")
  2811. p6.Material = Enum.Material.Neon
  2812. p6.FormFactor = Enum.FormFactor.Custom
  2813. p6.Size = Vector3.new(0.200000048, 0.799999833, 0.200000048)
  2814. p6.CFrame = CFrame.new(66.5438004, 4.21363878, -14.2698011, 1.00047636, -7.68899918e-006, -2.17678416e-006, -5.51342964e-006, 0.999950111, 4.13704174e-006, -2.63088032e-006, 4.20975539e-006, 1.0004015)
  2815. p6.CanCollide = false
  2816. p6.Locked = true
  2817. p6.BottomSurface = Enum.SurfaceType.Smooth
  2818. p6.TopSurface = Enum.SurfaceType.Smooth
  2819. p7 = Instance.new("Part", m)
  2820. p7.BrickColor = BrickColor.new("Really black")
  2821. p7.Material = Enum.Material.Metal
  2822. p7.Name = "Main"
  2823. p7.FormFactor = Enum.FormFactor.Custom
  2824. p7.Size = Vector3.new(2.20000005, 4.19999981, 2.20000005)
  2825. p7.CFrame = CFrame.new(67.2447891, 3.99926972, -13.1694622, 1.00048089, -5.69129634e-006, -2.186149e-006, -7.65911773e-006, 0.999949753, 4.1418657e-006, -2.63640663e-006, 4.32419529e-006, 1.00040531)
  2826. p7.CanCollide = false
  2827. p7.Locked = true
  2828. p7.BottomSurface = Enum.SurfaceType.Smooth
  2829. p7.TopSurface = Enum.SurfaceType.Smooth
  2830. p8 = Instance.new("Part", m)
  2831. p8.BrickColor = BrickColor.new("Institutional white")
  2832. p8.Material = Enum.Material.Neon
  2833. p8.FormFactor = Enum.FormFactor.Custom
  2834. p8.Size = Vector3.new(0.200000048, 1.49999976, 0.200000048)
  2835. p8.CFrame = CFrame.new(67.1560593, 4.19274044, -14.2700233, -0.766423643, -0.643097878, -2.21435107e-006, 0.642760634, -0.766000509, 4.23129995e-006, 4.88720252e-006, -1.69966381e-006, 1.00041294)
  2836. p8.CanCollide = false
  2837. p8.Locked = true
  2838. p8.BottomSurface = Enum.SurfaceType.Smooth
  2839. p8.TopSurface = Enum.SurfaceType.Smooth
  2840. p9 = Instance.new("WedgePart", m)
  2841. p9.BrickColor = BrickColor.new("Institutional white")
  2842. p9.Material = Enum.Material.Neon
  2843. p9.Name = "Wedge"
  2844. p9.FormFactor = Enum.FormFactor.Custom
  2845. p9.Size = Vector3.new(1, 1.19999981, 4)
  2846. p9.CFrame = CFrame.new(67.3460693, 3.49928832, -10.7686377, -1.00049889, -4.27957411e-006, 4.5400966e-006, 8.07642937e-006, 0.906259179, -0.422600418, 2.61850914e-006, -0.422791958, -0.906690836)
  2847. p9.CanCollide = false
  2848. p9.Locked = true
  2849. p9.TopSurface = Enum.SurfaceType.Smooth
  2850. b4 = Instance.new("SpecialMesh", p9)
  2851. b4.MeshType = Enum.MeshType.Wedge
  2852. b4.Name = "Mesh"
  2853. b4.Scale = Vector3.new(0.600000024, 1, 1)
  2854. p10 = Instance.new("Part", m)
  2855. p10.BrickColor = BrickColor.new("Really black")
  2856. p10.Material = Enum.Material.Neon
  2857. p10.FormFactor = Enum.FormFactor.Custom
  2858. p10.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2859. p10.CFrame = CFrame.new(68.0469971, 3.99923301, -14.2702446, 1.00050783, -6.09550762e-006, -2.27330474e-006, -8.07715332e-006, 0.999947786, 4.38094139e-006, -2.69438578e-006, 4.64916229e-006, 1.0004282)
  2860. p10.CanCollide = false
  2861. p10.Locked = true
  2862. p10.BottomSurface = Enum.SurfaceType.Smooth
  2863. p10.TopSurface = Enum.SurfaceType.Smooth
  2864. b5 = Instance.new("SpecialMesh", p10)
  2865. b5.MeshType = Enum.MeshType.Sphere
  2866. b5.Name = "Mesh"
  2867. p11 = Instance.new("Part", m)
  2868. p11.BrickColor = BrickColor.new("Really black")
  2869. p11.Material = Enum.Material.Neon
  2870. p11.FormFactor = Enum.FormFactor.Custom
  2871. p11.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2872. p11.CFrame = CFrame.new(66.5467682, 3.59925723, -14.2703533, 1.00051641, -6.21477238e-006, -2.30150818e-006, -8.22622587e-006, 0.999947011, 4.47037792e-006, -2.72259308e-006, 4.73860473e-006, 1.00043583)
  2873. p11.CanCollide = false
  2874. p11.Locked = true
  2875. p11.BottomSurface = Enum.SurfaceType.Smooth
  2876. p11.TopSurface = Enum.SurfaceType.Smooth
  2877. b6 = Instance.new("SpecialMesh", p11)
  2878. b6.MeshType = Enum.MeshType.Sphere
  2879. b6.Name = "Mesh"
  2880. p12 = Instance.new("Part", m)
  2881. p12.BrickColor = BrickColor.new("Institutional white")
  2882. p12.Material = Enum.Material.Neon
  2883. p12.FormFactor = Enum.FormFactor.Custom
  2884. p12.Size = Vector3.new(0.200000048, 1.49999976, 0.200000048)
  2885. p12.CFrame = CFrame.new(67.558609, 3.39274073, -14.2704687, -0.766450763, -0.643119991, -2.33134415e-006, 0.642759323, -0.765998006, 4.5598149e-006, 5.20550884e-006, -1.92419975e-006, 1.00044346)
  2886. p12.CanCollide = false
  2887. p12.Locked = true
  2888. p12.BottomSurface = Enum.SurfaceType.Smooth
  2889. p12.TopSurface = Enum.SurfaceType.Smooth
  2890. p13 = Instance.new("Part", m)
  2891. p13.BrickColor = BrickColor.new("Really black")
  2892. p13.Material = Enum.Material.Neon
  2893. p13.FormFactor = Enum.FormFactor.Custom
  2894. p13.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2895. p13.CFrame = CFrame.new(67.0482101, 2.79927826, -14.2705812, 1.00053358, -6.43730164e-006, -2.36118058e-006, -8.5234642e-006, 0.999945402, 4.64126742e-006, -2.78064022e-006, 4.90151251e-006, 1.00045109)
  2896. p13.CanCollide = false
  2897. p13.Locked = true
  2898. p13.BottomSurface = Enum.SurfaceType.Smooth
  2899. p13.TopSurface = Enum.SurfaceType.Smooth
  2900. b7 = Instance.new("SpecialMesh", p13)
  2901. b7.MeshType = Enum.MeshType.Sphere
  2902. b7.Name = "Mesh"
  2903. p14 = Instance.new("WedgePart", m)
  2904. p14.BrickColor = BrickColor.new("Institutional white")
  2905. p14.Material = Enum.Material.Neon
  2906. p14.Name = "Wedge"
  2907. p14.FormFactor = Enum.FormFactor.Custom
  2908. p14.Size = Vector3.new(1, 0.699999809, 1.29999995)
  2909. p14.CFrame = CFrame.new(66.8462448, 2.3492887, -14.7586241, 1.00054216, -6.55656913e-006, -2.38459074e-006, -8.61293847e-006, 0.999944568, 4.66311894e-006, -2.81690609e-006, 5.04259924e-006, 1.00045872)
  2910. p14.CanCollide = false
  2911. p14.Locked = true
  2912. p14.TopSurface = Enum.SurfaceType.Smooth
  2913. b8 = Instance.new("SpecialMesh", p14)
  2914. b8.MeshType = Enum.MeshType.Wedge
  2915. b8.Name = "Mesh"
  2916. b8.Scale = Vector3.new(0.200000003, 1, 1)
  2917. p15 = Instance.new("WedgePart", m)
  2918. p15.BrickColor = BrickColor.new("Institutional white")
  2919. p15.Material = Enum.Material.Neon
  2920. p15.Name = "Wedge"
  2921. p15.FormFactor = Enum.FormFactor.Custom
  2922. p15.Size = Vector3.new(1, 0.699999809, 1.29999995)
  2923. p15.CFrame = CFrame.new(68.0474777, 2.34926867, -14.7587423, 1.00055075, -6.67583618e-006, -2.41442808e-006, -8.73221416e-006, 0.999943614, 4.74457238e-006, -2.84674707e-006, 5.12405404e-006, 1.00046635)
  2924. p15.CanCollide = false
  2925. p15.Locked = true
  2926. p15.TopSurface = Enum.SurfaceType.Smooth
  2927. b9 = Instance.new("SpecialMesh", p15)
  2928. b9.MeshType = Enum.MeshType.Wedge
  2929. b9.Name = "Mesh"
  2930. b9.Scale = Vector3.new(0.200000003, 1, 1)
  2931. p16 = Instance.new("WedgePart", m)
  2932. p16.BrickColor = BrickColor.new("Institutional white")
  2933. p16.Material = Enum.Material.Neon
  2934. p16.Name = "Wedge"
  2935. p16.FormFactor = Enum.FormFactor.Custom
  2936. p16.Size = Vector3.new(1, 0.699999809, 1.29999995)
  2937. p16.CFrame = CFrame.new(67.4477234, 2.34926438, -14.7588549, 1.00055933, -6.79510413e-006, -2.44426587e-006, -8.85149075e-006, 0.99994266, 4.82602672e-006, -2.8765885e-006, 5.20550975e-006, 1.00047398)
  2938. p16.CanCollide = false
  2939. p16.Locked = true
  2940. p16.TopSurface = Enum.SurfaceType.Smooth
  2941. b10 = Instance.new("SpecialMesh", p16)
  2942. b10.MeshType = Enum.MeshType.Wedge
  2943. b10.Name = "Mesh"
  2944. b10.Scale = Vector3.new(0.200000003, 1, 1)
  2945. w1 = Instance.new("Weld", p1)
  2946. w1.Name = "Part_Weld"
  2947. w1.Part0 = p1
  2948. w1.C0 = CFrame.new(-67.2025909, -3.50003719, 14.2622871, 1, -8.94065977e-008, 5.79734944e-008, 8.94065977e-008, 1, -2.98022034e-008, -5.79734909e-008, 2.98022087e-008, 1)
  2949. w1.Part1 = p2
  2950. w1.C1 = CFrame.new(-67.6028976, -2.80003333, 14.2623405, 1.00000429, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999642, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  2951. w2 = Instance.new("Weld", p2)
  2952. w2.Name = "Part_Weld"
  2953. w2.Part0 = p2
  2954. w2.C0 = CFrame.new(-67.6028976, -2.80003333, 14.2623405, 1.00000429, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999642, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  2955. w2.Part1 = p3
  2956. w2.C1 = CFrame.new(45.023777, 49.5125847, 14.2622843, -0.707106769, 0.707106769, -6.37114681e-008, -0.707106769, -0.707106769, 1.37820813e-008, -3.53054119e-008, 5.47962173e-008, 1)
  2957. w3 = Instance.new("Weld", p3)
  2958. w3.Name = "Part_Weld"
  2959. w3.Part0 = p3
  2960. w3.C0 = CFrame.new(45.023777, 49.5125847, 14.2622843, -0.707106769, 0.707106769, -6.37114681e-008, -0.707106769, -0.707106769, 1.37820813e-008, -3.53054119e-008, 5.47962173e-008, 1)
  2961. w3.Part1 = p4
  2962. w3.C1 = CFrame.new(-66.5026016, -2.80003667, 14.2622871, 1, -8.94065835e-008, 5.79734944e-008, 8.94065835e-008, 1, -2.98022034e-008, -5.79734909e-008, 2.98022087e-008, 1)
  2963. w4 = Instance.new("Weld", p4)
  2964. w4.Name = "Part_Weld"
  2965. w4.Part0 = p4
  2966. w4.C0 = CFrame.new(-66.5026016, -2.80003667, 14.2622871, 1, -8.94065835e-008, 5.79734944e-008, 8.94065835e-008, 1, -2.98022034e-008, -5.79734909e-008, 2.98022087e-008, 1)
  2967. w4.Part1 = p5
  2968. w4.C1 = CFrame.new(62.4776497, -26.4635353, 14.2623405, -0.906311512, -0.422618151, -5.2200086e-008, 0.422620177, -0.906307399, -4.14251318e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  2969. w5 = Instance.new("Weld", p5)
  2970. w5.Name = "Part_Weld"
  2971. w5.Part0 = p5
  2972. w5.C0 = CFrame.new(62.4776497, -26.4635353, 14.2623405, -0.906311512, -0.422618151, -5.2200086e-008, 0.422620177, -0.906307399, -4.14251318e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  2973. w5.Part1 = p6
  2974. w5.C1 = CFrame.new(-66.5025787, -2.21426678, 14.2622843, 1, 1.90734295e-006, 3.53052521e-008, -1.90734295e-006, 1, -5.47961676e-008, -3.53053551e-008, 5.47961001e-008, 1)
  2975. w6 = Instance.new("Weld", p6)
  2976. w6.Name = "Part_Weld"
  2977. w6.Part0 = p6
  2978. w6.C0 = CFrame.new(-66.5025787, -2.21426678, 14.2622843, 1, 1.90734295e-006, 3.53052521e-008, -1.90734295e-006, 1, -5.47961676e-008, -3.53053551e-008, 5.47961001e-008, 1)
  2979. w6.Part1 = p7
  2980. w6.C1 = CFrame.new(-67.202919, -2.00003123, 13.1623335, 1.00000453, -2.38418579e-007, 2.98023295e-008, 8.94069672e-008, 0.999999642, 5.96046448e-008, -4.46573551e-008, 5.96046448e-008, 1.00000381)
  2981. w7 = Instance.new("Weld", p7)
  2982. w7.Name = "Part_Weld"
  2983. w7.Part0 = p7
  2984. w7.C0 = CFrame.new(-67.202919, -2.00003123, 13.1623335, 1.00000453, -2.38418579e-007, 2.98023295e-008, 8.94069672e-008, 0.999999642, 5.96046448e-008, -4.46573551e-008, 5.96046448e-008, 1.00000381)
  2985. w7.Part1 = p8
  2986. w7.C1 = CFrame.new(50.0020561, 44.8201294, 14.2623405, -0.766047955, 0.642787397, 1.54832112e-008, -0.642790377, -0.766044199, -6.48163692e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  2987. w8 = Instance.new("Weld", p8)
  2988. w8.Name = "Wedge_Weld"
  2989. w8.Part0 = p8
  2990. w8.C0 = CFrame.new(50.0020561, 44.8201294, 14.2623405, -0.766047955, 0.642787397, 1.54832112e-008, -0.642790377, -0.766044199, -6.48163692e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  2991. w8.Part1 = p9
  2992. w8.C1 = CFrame.new(67.3029327, -5.90784931, -9.1200285, -1.00000453, 3.57627869e-007, -9.07683528e-008, 2.33116921e-007, 0.906307459, -0.422619879, 7.83834153e-009, -0.42261824, -0.906311214)
  2993. w9 = Instance.new("Weld", p9)
  2994. w9.Name = "Part_Weld"
  2995. w9.Part0 = p9
  2996. w9.C0 = CFrame.new(67.3029327, -5.90784931, -9.1200285, -1.00000453, 3.57627869e-007, -9.07683528e-008, 2.33116921e-007, 0.906307459, -0.422619879, 7.83834153e-009, -0.42261824, -0.906311214)
  2997. w9.Part1 = p10
  2998. w9.C1 = CFrame.new(-68.0029068, -2.00003219, 14.2623405, 1.00000441, -2.08616257e-007, 2.98023135e-008, 5.96046448e-008, 0.999999642, 5.96046412e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  2999. w10 = Instance.new("Weld", p10)
  3000. w10.Name = "Part_Weld"
  3001. w10.Part0 = p10
  3002. w10.C0 = CFrame.new(-68.0029068, -2.00003219, 14.2623405, 1.00000441, -2.08616257e-007, 2.98023135e-008, 5.96046448e-008, 0.999999642, 5.96046412e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3003. w10.Part1 = p11
  3004. w10.C1 = CFrame.new(-66.5028687, -1.60003603, 14.2623405, 1.00000417, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999583, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3005. w11 = Instance.new("Weld", p11)
  3006. w11.Name = "Part_Weld"
  3007. w11.Part0 = p11
  3008. w11.C0 = CFrame.new(-66.5028687, -1.60003603, 14.2623405, 1.00000417, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999583, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3009. w11.Part1 = p12
  3010. w11.C1 = CFrame.new(50.8226891, 44.4644012, 14.2623415, -0.766047835, 0.642787337, 1.03502398e-008, -0.642790318, -0.76604414, -5.86991185e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
  3011. w12 = Instance.new("Weld", p12)
  3012. w12.Name = "Part_Weld"
  3013. w12.Part0 = p12
  3014. w12.C0 = CFrame.new(50.8226891, 44.4644012, 14.2623415, -0.766047835, 0.642787337, 1.03502398e-008, -0.642790318, -0.76604414, -5.86991185e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
  3015. w12.Part1 = p13
  3016. w12.C1 = CFrame.new(-67.0028915, -0.800035119, 14.2623415, 1.00000429, -2.08616257e-007, 2.980231e-008, 1.1920929e-007, 0.999999642, 5.16191463e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
  3017. w13 = Instance.new("Weld", p13)
  3018. w13.Name = "Wedge_Weld"
  3019. w13.Part0 = p13
  3020. w13.C0 = CFrame.new(-67.0028915, -0.800035119, 14.2623415, 1.00000429, -2.08616257e-007, 2.980231e-008, 1.1920929e-007, 0.999999642, 5.16191463e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
  3021. w13.Part1 = p14
  3022. w13.C1 = CFrame.new(-66.8004532, -0.350028068, 14.7500486, 1.00000429, -2.08616257e-007, 2.33795703e-008, 8.94069672e-008, 0.999999523, 1.11224018e-007, -5.31818927e-008, -2.9802294e-008, 1.00000381)
  3023. w14 = Instance.new("Weld", p14)
  3024. w14.Name = "Wedge_Weld"
  3025. w14.Part0 = p14
  3026. w14.C0 = CFrame.new(-66.8004532, -0.350028068, 14.7500486, 1.00000429, -2.08616257e-007, 2.33795703e-008, 8.94069672e-008, 0.999999523, 1.11224018e-007, -5.31818927e-008, -2.9802294e-008, 1.00000381)
  3027. w14.Part1 = p15
  3028. w14.C1 = CFrame.new(-68.0004578, -0.350028008, 14.7500486, 1.00000429, -2.08616257e-007, 2.33795703e-008, 8.94069672e-008, 0.999999523, 1.11224018e-007, -5.31818927e-008, -2.9802294e-008, 1.00000381)
  3029. w15 = Instance.new("Weld", p15)
  3030. w15.Name = "Wedge_Weld"
  3031. w15.Part0 = p15
  3032. w15.C0 = CFrame.new(-68.0004578, -0.350028008, 14.7500486, 1.00000429, -2.08616257e-007, 2.33795703e-008, 8.94069672e-008, 0.999999523, 1.11224018e-007, -5.31818927e-008, -2.9802294e-008, 1.00000381)
  3033. w15.Part1 = p16
  3034. w15.C1 = CFrame.new(-67.4004517, -0.350028008, 14.7500486, 1.00000429, -2.08616257e-007, 2.33795703e-008, 8.94069672e-008, 0.999999523, 1.11224018e-007, -5.31818927e-008, -2.9802294e-008, 1.00000381)
  3035. m.Parent = rleg
  3036. m:MakeJoints()
  3037. ----------------------------------------------------
  3038. local cor6 = Instance.new("Part", rleg.RightLeg)
  3039. cor6.Name = "Thingy"
  3040. cor6.Locked = true
  3041. cor6.BottomSurface = 0
  3042. cor6.CanCollide = false
  3043. cor6.Size = Vector3.new(2, 1, 1)
  3044. cor6.Transparency = 1
  3045. cor6.TopSurface = 0
  3046. corw2 = Instance.new("Weld", cor6)
  3047. corw2.Part0 = rleg
  3048. corw2.Part1 = cor6
  3049. corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  3050. corw2.C1 = CFrame.new(0, 0, 0)
  3051. weld2 = Instance.new("Weld", rleg.RightLeg)
  3052. weld2.Part0 = cor6
  3053. weld2.Part1 = p7
  3054. weld2.C0 = CFrame.new(0, 0, 0)
  3055. ----------------------------------------------------
  3056. local m = Instance.new("Model")
  3057. m.Name = "LeftLeg"
  3058. p1 = Instance.new("WedgePart", m)
  3059. p1.BrickColor = BrickColor.new("Institutional white")
  3060. p1.Material = Enum.Material.Neon
  3061. p1.Name = "Wedge"
  3062. p1.FormFactor = Enum.FormFactor.Custom
  3063. p1.Size = Vector3.new(1, 0.699999809, 1.29999995)
  3064. p1.CFrame = CFrame.new(64.3107605, 2.34980536, -14.7520046, 1.00008786, -7.1526415e-007, 2.00803143e-007, -2.2649931e-006, 0.999990404, 5.36453001e-007, -1.27237047e-006, 7.81809263e-007, 1.00007522)
  3065. p1.CanCollide = false
  3066. p1.Locked = true
  3067. p1.TopSurface = Enum.SurfaceType.Smooth
  3068. b1 = Instance.new("SpecialMesh", p1)
  3069. b1.MeshType = Enum.MeshType.Wedge
  3070. b1.Name = "Mesh"
  3071. b1.Scale = Vector3.new(0.200000003, 1, 1)
  3072. p2 = Instance.new("WedgePart", m)
  3073. p2.BrickColor = BrickColor.new("Institutional white")
  3074. p2.Material = Enum.Material.Neon
  3075. p2.Name = "Wedge"
  3076. p2.FormFactor = Enum.FormFactor.Custom
  3077. p2.Size = Vector3.new(1, 1.19999981, 4)
  3078. p2.CFrame = CFrame.new(64.9138336, 3.49979234, -10.7640553, -1.00009644, -6.38643314e-007, 1.81689501e-007, 2.53323037e-006, 0.906298041, -0.422614515, 1.23479219e-006, -0.422652602, -0.906383216)
  3079. p2.CanCollide = false
  3080. p2.Locked = true
  3081. p2.TopSurface = Enum.SurfaceType.Smooth
  3082. b2 = Instance.new("SpecialMesh", p2)
  3083. b2.MeshType = Enum.MeshType.Wedge
  3084. b2.Name = "Mesh"
  3085. b2.Scale = Vector3.new(0.600000024, 1, 1)
  3086. p3 = Instance.new("Part", m)
  3087. p3.BrickColor = BrickColor.new("Really black")
  3088. p3.Material = Enum.Material.Metal
  3089. p3.Name = "Main"
  3090. p3.FormFactor = Enum.FormFactor.Custom
  3091. p3.Size = Vector3.new(2.20000005, 4.19999981, 2.20000005)
  3092. p3.CFrame = CFrame.new(65.0144501, 3.99976897, -13.1643734, 1.00010526, -9.43461771e-007, 1.5135204e-007, -2.48442234e-006, 0.999988973, 7.74860382e-007, -1.32394814e-006, 8.94069672e-007, 1.00009048)
  3093. p3.CanCollide = false
  3094. p3.Locked = true
  3095. p3.BottomSurface = Enum.SurfaceType.Smooth
  3096. p3.TopSurface = Enum.SurfaceType.Smooth
  3097. p4 = Instance.new("Part", m)
  3098. p4.BrickColor = BrickColor.new("Really black")
  3099. p4.Material = Enum.Material.Neon
  3100. p4.FormFactor = Enum.FormFactor.Custom
  3101. p4.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  3102. p4.CFrame = CFrame.new(64.8149185, 4.09976244, -14.2645903, 1.00011396, -1.07351866e-006, 1.23178822e-007, -2.62327239e-006, 0.999988258, 8.64272579e-007, -1.33881622e-006, 1.01328953e-006, 1.00009811)
  3103. p4.CanCollide = false
  3104. p4.Locked = true
  3105. p4.BottomSurface = Enum.SurfaceType.Smooth
  3106. p4.TopSurface = Enum.SurfaceType.Smooth
  3107. b3 = Instance.new("SpecialMesh", p4)
  3108. b3.MeshType = Enum.MeshType.Sphere
  3109. b3.Name = "Mesh"
  3110. p5 = Instance.new("WedgePart", m)
  3111. p5.BrickColor = BrickColor.new("Institutional white")
  3112. p5.Material = Enum.Material.Neon
  3113. p5.Name = "Wedge"
  3114. p5.FormFactor = Enum.FormFactor.Custom
  3115. p5.Size = Vector3.new(1, 0.699999809, 1.29999995)
  3116. p5.CFrame = CFrame.new(64.9130707, 2.34976578, -14.7524614, 1.00012243, -1.19274011e-006, 9.97973828e-008, -2.74250215e-006, 0.999987364, 8.94081438e-007, -1.37342522e-006, 1.15432931e-006, 1.00010574)
  3117. p5.CanCollide = false
  3118. p5.Locked = true
  3119. p5.TopSurface = Enum.SurfaceType.Smooth
  3120. b4 = Instance.new("SpecialMesh", p5)
  3121. b4.MeshType = Enum.MeshType.Wedge
  3122. b4.Name = "Mesh"
  3123. b4.Scale = Vector3.new(0.200000003, 1, 1)
  3124. p6 = Instance.new("Part", m)
  3125. p6.BrickColor = BrickColor.new("Institutional white")
  3126. p6.Material = Enum.Material.Neon
  3127. p6.FormFactor = Enum.FormFactor.Custom
  3128. p6.Size = Vector3.new(0.200000048, 1.29999971, 0.200000048)
  3129. p6.CFrame = CFrame.new(65.1539307, 3.56787443, -14.2648125, -0.81925869, 0.573652625, 6.3568308e-008, -0.573566198, -0.819142461, 1.03511331e-006, 4.69596898e-007, -1.7646264e-006, 1.00011337)
  3130. p6.CanCollide = false
  3131. p6.Locked = true
  3132. p6.BottomSurface = Enum.SurfaceType.Smooth
  3133. p6.TopSurface = Enum.SurfaceType.Smooth
  3134. p7 = Instance.new("Part", m)
  3135. p7.BrickColor = BrickColor.new("Institutional white")
  3136. p7.Material = Enum.Material.Neon
  3137. p7.FormFactor = Enum.FormFactor.Custom
  3138. p7.Size = Vector3.new(0.200000048, 0.999999642, 0.200000048)
  3139. p7.CFrame = CFrame.new(64.9899063, 4.4266243, -14.2649202, 0.86614728, 0.500068843, 4.87115699e-008, -0.499995351, 0.866011381, 1.14634361e-006, -1.86828663e-006, 3.82691809e-007, 1.000121)
  3140. p7.CanCollide = false
  3141. p7.Locked = true
  3142. p7.BottomSurface = Enum.SurfaceType.Smooth
  3143. p7.TopSurface = Enum.SurfaceType.Smooth
  3144. p8 = Instance.new("Part", m)
  3145. p8.BrickColor = BrickColor.new("Really black")
  3146. p8.Material = Enum.Material.Neon
  3147. p8.FormFactor = Enum.FormFactor.Custom
  3148. p8.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  3149. p8.CFrame = CFrame.new(65.2172623, 4.89969873, -14.2650318, 1.00014877, -1.43051147e-006, 2.05365609e-008, -3.09944153e-006, 0.99998486, 1.2357583e-006, -1.44150738e-006, 1.38478742e-006, 1.00012863)
  3150. p8.CanCollide = false
  3151. p8.Locked = true
  3152. p8.BottomSurface = Enum.SurfaceType.Smooth
  3153. p8.TopSurface = Enum.SurfaceType.Smooth
  3154. b5 = Instance.new("SpecialMesh", p8)
  3155. b5.MeshType = Enum.MeshType.Sphere
  3156. b5.Name = "Mesh"
  3157. p9 = Instance.new("Part", m)
  3158. p9.BrickColor = BrickColor.new("Really black")
  3159. p9.Material = Enum.Material.Neon
  3160. p9.FormFactor = Enum.FormFactor.Custom
  3161. p9.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  3162. p9.CFrame = CFrame.new(65.517868, 2.99971151, -14.2651463, 1.00015736, -1.5520751e-006, -9.27031252e-009, -3.21633729e-006, 0.999984026, 1.32517368e-006, -1.46969478e-006, 1.46621869e-006, 1.00013626)
  3163. p9.CanCollide = false
  3164. p9.Locked = true
  3165. p9.BottomSurface = Enum.SurfaceType.Smooth
  3166. p9.TopSurface = Enum.SurfaceType.Smooth
  3167. b6 = Instance.new("SpecialMesh", p9)
  3168. b6.MeshType = Enum.MeshType.Sphere
  3169. b6.Name = "Mesh"
  3170. p10 = Instance.new("Part", m)
  3171. p10.BrickColor = BrickColor.new("Institutional white")
  3172. p10.Material = Enum.Material.Neon
  3173. p10.FormFactor = Enum.FormFactor.Custom
  3174. p10.Size = Vector3.new(0.200000048, 1.09999967, 0.200000048)
  3175. p10.CFrame = CFrame.new(64.79879, 5.1497221, -14.2652512, -0.642893076, 0.766172707, -3.7446263e-008, -0.766029418, -0.64277941, 1.40660427e-006, -2.27817864e-007, -2.14863894e-006, 1.00014389)
  3176. p10.CanCollide = false
  3177. p10.Locked = true
  3178. p10.BottomSurface = Enum.SurfaceType.Smooth
  3179. p10.TopSurface = Enum.SurfaceType.Smooth
  3180. p11 = Instance.new("Part", m)
  3181. p11.BrickColor = BrickColor.new("Institutional white")
  3182. p11.Material = Enum.Material.Neon
  3183. p11.FormFactor = Enum.FormFactor.Custom
  3184. p11.Size = Vector3.new(0.200000048, 0.699999809, 0.200000048)
  3185. p11.CFrame = CFrame.new(65.2189484, 5.30325174, -14.2653618, 1.00017476, -1.78813934e-006, -6.56227002e-008, -3.4570694e-006, 0.999982595, 1.49602079e-006, -1.52770292e-006, 1.64505627e-006, 1.00015152)
  3186. p11.CanCollide = false
  3187. p11.Locked = true
  3188. p11.BottomSurface = Enum.SurfaceType.Smooth
  3189. p11.TopSurface = Enum.SurfaceType.Smooth
  3190. p12 = Instance.new("WedgePart", m)
  3191. p12.BrickColor = BrickColor.new("Institutional white")
  3192. p12.Material = Enum.Material.Neon
  3193. p12.Name = "Wedge"
  3194. p12.FormFactor = Enum.FormFactor.Custom
  3195. p12.Size = Vector3.new(1, 0.699999809, 1.29999995)
  3196. p12.CFrame = CFrame.new(65.5171509, 2.34969687, -14.7532635, 1.00018334, -1.89246384e-006, -8.90070169e-008, -3.54650388e-006, 0.999981821, 1.52583425e-006, -1.56231545e-006, 1.78610321e-006, 1.00015914)
  3197. p12.CanCollide = false
  3198. p12.Locked = true
  3199. p12.TopSurface = Enum.SurfaceType.Smooth
  3200. b7 = Instance.new("SpecialMesh", p12)
  3201. b7.MeshType = Enum.MeshType.Wedge
  3202. b7.Name = "Mesh"
  3203. b7.Scale = Vector3.new(0.200000003, 1, 1)
  3204. p13 = Instance.new("Part", m)
  3205. p13.BrickColor = BrickColor.new("Really black")
  3206. p13.Material = Enum.Material.Neon
  3207. p13.FormFactor = Enum.FormFactor.Custom
  3208. p13.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  3209. p13.CFrame = CFrame.new(64.3198929, 5.59963703, -14.2655821, 1.00019193, -1.97098893e-006, -1.23608402e-007, -3.67657594e-006, 0.999981046, 1.66687016e-006, -1.58571254e-006, 1.81590929e-006, 1.00016677)
  3210. p13.CanCollide = false
  3211. p13.Locked = true
  3212. p13.BottomSurface = Enum.SurfaceType.Smooth
  3213. p13.TopSurface = Enum.SurfaceType.Smooth
  3214. b8 = Instance.new("SpecialMesh", p13)
  3215. b8.MeshType = Enum.MeshType.Sphere
  3216. b8.Name = "Mesh"
  3217. p14 = Instance.new("Part", m)
  3218. p14.BrickColor = BrickColor.new("Really black")
  3219. p14.Material = Enum.Material.Neon
  3220. p14.FormFactor = Enum.FormFactor.Custom
  3221. p14.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  3222. p14.CFrame = CFrame.new(65.2206192, 5.79961872, -14.2656937, 1.00020039, -2.10105645e-006, -1.51786239e-007, -3.75511786e-006, 0.99998033, 1.7562885e-006, -1.6139021e-006, 1.90533035e-006, 1.0001744)
  3223. p14.CanCollide = false
  3224. p14.Locked = true
  3225. p14.BottomSurface = Enum.SurfaceType.Smooth
  3226. p14.TopSurface = Enum.SurfaceType.Smooth
  3227. b9 = Instance.new("SpecialMesh", p14)
  3228. b9.MeshType = Enum.MeshType.Sphere
  3229. b9.Name = "Mesh"
  3230. w1 = Instance.new("Weld", p1)
  3231. w1.Name = "Wedge_Weld"
  3232. w1.Part0 = p1
  3233. w1.C0 = CFrame.new(-64.3004303, -0.350028396, 14.7500486, 1.00000429, -2.08616257e-007, 2.33795703e-008, 8.94069672e-008, 0.999999523, 1.11224018e-007, -5.31818927e-008, -2.9802294e-008, 1.00000381)
  3234. w1.Part1 = p2
  3235. w1.C1 = CFrame.new(64.9028854, -5.90785694, -9.12002754, -1.00000429, 3.57627869e-007, -9.07683386e-008, 2.9341092e-007, 0.906307459, -0.422619879, -5.58450353e-009, -0.42261821, -0.906311214)
  3236. w2 = Instance.new("Weld", p2)
  3237. w2.Name = "Part_Weld"
  3238. w2.Part0 = p2
  3239. w2.C0 = CFrame.new(64.9028854, -5.90785694, -9.12002754, -1.00000429, 3.57627869e-007, -9.07683386e-008, 2.9341092e-007, 0.906307459, -0.422619879, -5.58450353e-009, -0.42261821, -0.906311214)
  3240. w2.Part1 = p3
  3241. w2.C1 = CFrame.new(-65.0029144, -2.00002885, 13.1623335, 1.00000453, -2.19451294e-007, 2.98023295e-008, 6.97858056e-008, 0.999999702, 5.96046448e-008, -4.46573551e-008, 5.96046448e-008, 1.00000381)
  3242. w3 = Instance.new("Weld", p3)
  3243. w3.Name = "Part_Weld"
  3244. w3.Part0 = p3
  3245. w3.C0 = CFrame.new(-65.0029144, -2.00002885, 13.1623335, 1.00000453, -2.19451294e-007, 2.98023295e-008, 6.97858056e-008, 0.999999702, 5.96046448e-008, -4.46573551e-008, 5.96046448e-008, 1.00000381)
  3246. w3.Part1 = p4
  3247. w3.C1 = CFrame.new(-64.8028488, -2.10003614, 14.2623415, 1.00000417, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999583, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3248. w4 = Instance.new("Weld", p4)
  3249. w4.Name = "Wedge_Weld"
  3250. w4.Part0 = p4
  3251. w4.C0 = CFrame.new(-64.8028488, -2.10003614, 14.2623415, 1.00000417, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999583, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3252. w4.Part1 = p5
  3253. w4.C1 = CFrame.new(-64.9004364, -0.350028336, 14.7500486, 1.00000429, -2.08616257e-007, 2.33795703e-008, 8.94069672e-008, 0.999999523, 1.11224018e-007, -5.31818927e-008, -2.9802294e-008, 1.00000381)
  3254. w5 = Instance.new("Weld", p5)
  3255. w5.Name = "Part_Weld"
  3256. w5.Part0 = p5
  3257. w5.C0 = CFrame.new(-64.9004364, -0.350028336, 14.7500486, 1.00000429, -2.08616257e-007, 2.33795703e-008, 8.94069672e-008, 0.999999523, 1.11224018e-007, -5.31818927e-008, -2.9802294e-008, 1.00000381)
  3258. w5.Part1 = p6
  3259. w5.C1 = CFrame.new(54.2596054, -36.0786095, 14.2623415, -0.819155633, -0.573575974, -5.40201484e-008, 0.573578835, -0.819151759, -2.51900261e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
  3260. w6 = Instance.new("Weld", p6)
  3261. w6.Name = "Part_Weld"
  3262. w6.Part0 = p6
  3263. w6.C0 = CFrame.new(54.2596054, -36.0786095, 14.2623415, -0.819155633, -0.573575974, -5.40201484e-008, 0.573578835, -0.819151759, -2.51900261e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
  3264. w6.Part1 = p7
  3265. w6.C1 = CFrame.new(-55.0575066, -34.589859, 14.2623396, 0.866029263, -0.50000006, -3.99274924e-009, 0.500002325, 0.866025031, 6.65203004e-008, -4.46573551e-008, 5.96046448e-008, 1.00000381)
  3266. w7 = Instance.new("Weld", p7)
  3267. w7.Name = "Part_Weld"
  3268. w7.Part0 = p7
  3269. w7.C0 = CFrame.new(-55.0575066, -34.589859, 14.2623396, 0.866029263, -0.50000006, -3.99274924e-009, 0.500002325, 0.866025031, 6.65203004e-008, -4.46573551e-008, 5.96046448e-008, 1.00000381)
  3270. w7.Part1 = p8
  3271. w7.C1 = CFrame.new(-65.2028809, -2.90003395, 14.2623415, 1.00000429, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999642, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3272. w8 = Instance.new("Weld", p8)
  3273. w8.Name = "Part_Weld"
  3274. w8.Part0 = p8
  3275. w8.C0 = CFrame.new(-65.2028809, -2.90003395, 14.2623415, 1.00000429, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999642, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3276. w8.Part1 = p9
  3277. w8.C1 = CFrame.new(-65.5028763, -1.00002885, 14.2623425, 1.00000429, -2.06278372e-007, 2.98023135e-008, 8.70690755e-008, 0.999999523, 5.16191463e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
  3278. w9 = Instance.new("Weld", p9)
  3279. w9.Name = "Part_Weld"
  3280. w9.Part0 = p9
  3281. w9.C0 = CFrame.new(-65.5028763, -1.00002885, 14.2623425, 1.00000429, -2.06278372e-007, 2.98023135e-008, 8.70690755e-008, 0.999999523, 5.16191463e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
  3282. w9.Part1 = p10
  3283. w9.C1 = CFrame.new(44.0550385, -47.6020889, 14.2623405, -0.642790556, -0.766044021, -6.48163621e-008, 0.766047776, -0.642787576, -1.54832289e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3284. w10 = Instance.new("Weld", p10)
  3285. w10.Name = "Part_Weld"
  3286. w10.Part0 = p10
  3287. w10.C0 = CFrame.new(44.0550385, -47.6020889, 14.2623405, -0.642790556, -0.766044021, -6.48163621e-008, 0.766047776, -0.642787576, -1.54832289e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3288. w10.Part1 = p11
  3289. w10.C1 = CFrame.new(-65.2028656, -3.3036263, 14.2623405, 1.00000429, -1.93715096e-007, 2.98023153e-008, 1.1920929e-007, 0.999999702, 5.96046412e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3290. w11 = Instance.new("Weld", p11)
  3291. w11.Name = "Wedge_Weld"
  3292. w11.Part0 = p11
  3293. w11.C0 = CFrame.new(-65.2028656, -3.3036263, 14.2623405, 1.00000429, -1.93715096e-007, 2.98023153e-008, 1.1920929e-007, 0.999999702, 5.96046412e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3294. w11.Part1 = p12
  3295. w11.C1 = CFrame.new(-65.5004425, -0.350028276, 14.7500486, 1.00000429, -2.08616257e-007, 2.33795703e-008, 8.94069672e-008, 0.999999523, 1.11224018e-007, -5.31818927e-008, -2.9802294e-008, 1.00000381)
  3296. w12 = Instance.new("Weld", p12)
  3297. w12.Name = "Part_Weld"
  3298. w12.Part0 = p12
  3299. w12.C0 = CFrame.new(-65.5004425, -0.350028276, 14.7500486, 1.00000429, -2.08616257e-007, 2.33795703e-008, 8.94069672e-008, 0.999999523, 1.11224018e-007, -5.31818927e-008, -2.9802294e-008, 1.00000381)
  3300. w12.Part1 = p13
  3301. w12.C1 = CFrame.new(-64.3028641, -3.60003614, 14.2623415, 1.00000429, -2.19451294e-007, 2.98023153e-008, 1.30103487e-007, 0.999999702, 5.96046448e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3302. w13 = Instance.new("Weld", p13)
  3303. w13.Name = "Part_Weld"
  3304. w13.Part0 = p13
  3305. w13.C0 = CFrame.new(-64.3028641, -3.60003614, 14.2623415, 1.00000429, -2.19451294e-007, 2.98023153e-008, 1.30103487e-007, 0.999999702, 5.96046448e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3306. w13.Part1 = p14
  3307. w13.C1 = CFrame.new(-65.202858, -3.80003428, 14.2623415, 1.00000417, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999583, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3308. w14 = Instance.new("Weld", p14)
  3309. w14.Name = "Wedge_Weld"
  3310. w14.Part0 = p14
  3311. w14.C0 = CFrame.new(-65.202858, -3.80003428, 14.2623415, 1.00000417, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999583, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3312. m.Parent = lleg
  3313. m:MakeJoints()
  3314. ----------------------------------------------------
  3315. local cor7 = Instance.new("Part", lleg.LeftLeg)
  3316. cor7.Name = "Thingy"
  3317. cor7.Locked = true
  3318. cor7.BottomSurface = 0
  3319. cor7.CanCollide = false
  3320. cor7.Size = Vector3.new(2, 1, 1)
  3321. cor7.Transparency = 1
  3322. cor7.TopSurface = 0
  3323. corw2 = Instance.new("Weld", cor7)
  3324. corw2.Part0 = lleg
  3325. corw2.Part1 = cor7
  3326. corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  3327. corw2.C1 = CFrame.new(0, 0, 0)
  3328. weld2 = Instance.new("Weld", lleg.LeftLeg)
  3329. weld2.Part0 = cor7
  3330. weld2.Part1 = p3
  3331. weld2.C0 = CFrame.new(0, 0, 0)
  3332. ----------------------------------------------------
  3333. function weld5(part0, part1, c0, c1)
  3334. weeld=Instance.new("Weld", part0)
  3335. weeld.Part0=part0
  3336. weeld.Part1=part1
  3337. weeld.C0=c0
  3338. weeld.C1=c1
  3339. return weeld
  3340. end
  3341. ----------------------------------------------------
  3342. function newRay(start,face,range,wat)
  3343. local rey=Ray.new(start.p,(face.p-start.p).Unit*range)
  3344. hit,pos=Workspace:FindPartOnRayWithIgnoreList(rey,wat)
  3345. return rey,hit,pos
  3346. end
  3347. ----------------------------------------------------
  3348. mod5 = Instance.new("Model",char)
  3349.  
  3350. function FindNearestTorso(Position,Distance,SinglePlayer)
  3351. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  3352. local List = {}
  3353. for i,v in pairs(workspace:GetChildren())do
  3354. if v:IsA("Model")then
  3355. if v:findFirstChild("Torso")then
  3356. if v ~= char then
  3357. if(v.Torso.Position -Position).magnitude <= Distance then
  3358. table.insert(List,v)
  3359. end
  3360. end
  3361. end
  3362. end
  3363. end
  3364. return List
  3365. end
  3366.  
  3367. function Landing()
  3368. part=Instance.new('Part',mod5)
  3369. part.Anchored=true
  3370. part.CanCollide=false
  3371. part.FormFactor='Custom'
  3372. part.Size=Vector3.new(.2,.2,.2)
  3373. part.CFrame=root.CFrame*CFrame.new(0,-2,0)
  3374. part.Transparency=.7
  3375. part.BrickColor=BrickColor.new('Really black')
  3376. part2=part:clone()
  3377. part2.Parent = mod5
  3378. part2.BrickColor=BrickColor.new('Institutional white')
  3379. mesh=Instance.new('SpecialMesh',part)
  3380. mesh.MeshId='http://www.roblox.com/asset/?id=20329976'
  3381. mesh.Scale=Vector3.new(10,5,10)
  3382. mesh2=mesh:clone()
  3383. mesh2.Parent=part2
  3384. mesh2.Scale=Vector3.new(12, 6, 12)
  3385.  
  3386. for i,v in pairs(FindNearestTorso(torso.CFrame.p,30))do
  3387. if v:FindFirstChild('Humanoid') then
  3388. v.Humanoid:TakeDamage(math.random(20,30))
  3389. v.Humanoid.PlatformStand = true
  3390. v:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 30
  3391. end
  3392. end
  3393.  
  3394. coroutine.resume(coroutine.create(function()
  3395. for i=0,3.8,0.05 do
  3396. wait()
  3397. part.CFrame=part.CFrame
  3398. part.Transparency=i
  3399. part2.CFrame=part2.CFrame
  3400. part2.Transparency=i
  3401. mesh.Scale=mesh.Scale+Vector3.new(1,0.2,1)
  3402. mesh2.Scale=mesh2.Scale+Vector3.new(1.2,0.3,1.2)
  3403. end
  3404. part.Parent = nil
  3405. end))
  3406. end
  3407. ----------------------------------------------------
  3408. mod4 = Instance.new("Model",char)
  3409.  
  3410. ptez = {0.7, 0.8, 0.9, 1}
  3411.  
  3412. function FindNearestTorso(Position,Distance,SinglePlayer)
  3413. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  3414. local List = {}
  3415. for i,v in pairs(workspace:GetChildren())do
  3416. if v:IsA("Model")then
  3417. if v:findFirstChild("Torso")then
  3418. if v ~= char then
  3419. if(v.Torso.Position -Position).magnitude <= Distance then
  3420. table.insert(List,v)
  3421. end
  3422. end
  3423. end
  3424. end
  3425. end
  3426. return List
  3427. end
  3428.  
  3429. function GroundPound()
  3430. part=Instance.new('Part',mod4)
  3431. part.Anchored=true
  3432. part.CanCollide=false
  3433. part.FormFactor='Custom'
  3434. part.Size=Vector3.new(.2,.2,.2)
  3435. part.CFrame=root.CFrame*CFrame.new(0,-5.8,-2.4)*CFrame.Angles(math.rad(90),0,0)
  3436. part.Transparency=.7
  3437. part.BrickColor=BrickColor.new('Really black')
  3438. mesh=Instance.new('SpecialMesh',part)
  3439. mesh.MeshId='http://www.roblox.com/asset/?id=3270017'
  3440. mesh.Scale=Vector3.new(3,3,3)
  3441. part2=Instance.new('Part',mod4)
  3442. part2.Anchored=true
  3443. part2.CanCollide=false
  3444. part2.FormFactor='Custom'
  3445. part2.Size=Vector3.new(.2,.2,.2)
  3446. part2.CFrame=root.CFrame*CFrame.new(0,-5,-2.6)
  3447. part2.Transparency=.7
  3448. part2.BrickColor=BrickColor.new('Really red')
  3449. mesh2=Instance.new('SpecialMesh',part2)
  3450. mesh2.MeshId='http://www.roblox.com/asset/?id=20329976'
  3451. mesh2.Scale=Vector3.new(3,1.5,3)
  3452. x = Instance.new("Sound",char)
  3453. x.SoundId = "http://www.roblox.com/asset/?id=142070127"
  3454. x.Pitch = ptez[math.random(1,#ptez)]
  3455. x.Volume = 1
  3456. wait(.1)
  3457. x:Play()
  3458. for i,v in pairs(FindNearestTorso(torso.CFrame.p,12))do
  3459. if v:FindFirstChild('Humanoid') then
  3460. v.Humanoid:TakeDamage(math.random(8,15))
  3461. end
  3462. end
  3463. coroutine.resume(coroutine.create(function()
  3464. for i=0,0.62,0.13 do
  3465. wait()
  3466. part.CFrame=part.CFrame
  3467. part.Transparency=i
  3468. mesh.Scale=mesh.Scale+Vector3.new(0.4,0.4,0.4)
  3469. part2.CFrame=part2.CFrame
  3470. part2.Transparency=i
  3471. mesh2.Scale=mesh2.Scale+Vector3.new(0.4,0.2,0.4)
  3472. end
  3473. part.Parent=nil
  3474. part2.Parent=nil
  3475. x:Destroy()
  3476. end))
  3477. end
  3478. ----------------------------------------------------
  3479. mod=Instance.new('Model',char)
  3480.  
  3481. function charge()
  3482. hed.Velocity=hed.CFrame.lookVector*200
  3483. part=Instance.new('Part',mod)
  3484. part.Anchored=true
  3485. part.CanCollide=false
  3486. part.FormFactor='Custom'
  3487. part.Size=Vector3.new(.2,.2,.2)
  3488. part.CFrame=hed.CFrame*CFrame.Angles(math.rad(90),0,0)
  3489. part.Transparency=.7
  3490. part.BrickColor=BrickColor.new('Black')
  3491. mesh=Instance.new('SpecialMesh',part)
  3492. mesh.MeshId='http://www.roblox.com/asset/?id=20329976'
  3493. mesh.Scale=Vector3.new(10,5,10)
  3494. part2=part:clone()
  3495. part2.Parent=mod
  3496. part2.BrickColor=BrickColor.new('Bright red')
  3497. mesh2=mesh:clone()
  3498. mesh2.Parent=part2
  3499. mesh2.Scale=Vector3.new(20,10,20)
  3500. part3=part2:clone()
  3501. part3.Parent = mod
  3502. part3.BrickColor=BrickColor.new('Really black')
  3503. mesh3=mesh2:clone()
  3504. mesh2.Parent=part3
  3505. mesh3.Scale=Vector3.new(30,15,30)
  3506. coroutine.resume(coroutine.create(function()
  3507. for i=0,1,0.1 do
  3508. wait()
  3509. part.CFrame=part.CFrame
  3510. part.Transparency=i
  3511. mesh.Scale=mesh.Scale+Vector3.new(1,1,1)
  3512. part2.CFrame=part2.CFrame
  3513. part2.Transparency=i
  3514. mesh2.Scale=mesh2.Scale+Vector3.new(1,1,1)
  3515. part3.CFrame=part3.CFrame
  3516. part3.Transparency=i
  3517. mesh3.Scale=mesh3.Scale+Vector3.new(1,1,1)
  3518. end
  3519. part.Parent=nil
  3520. part2.Parent=nil
  3521. part3.Parent = nil
  3522. end))
  3523. end
  3524. ----------------------------------------------------
  3525. function FindNearestTorso(Position,Distance,SinglePlayer)
  3526. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  3527. local List = {}
  3528. for i,v in pairs(workspace:GetChildren())do
  3529. if v:IsA("Model")then
  3530. if v:findFirstChild("Torso")then
  3531. if v ~= char then
  3532. if(v.Torso.Position -Position).magnitude <= Distance then
  3533. table.insert(List,v)
  3534. end
  3535. end
  3536. end
  3537. end
  3538. end
  3539. return List
  3540. end
  3541.  
  3542. mod3 = Instance.new("Model",rleg)
  3543.  
  3544. function Stomp()
  3545. part=Instance.new('Part',mod3)
  3546. part.Anchored=true
  3547. part.CanCollide=false
  3548. part.FormFactor='Custom'
  3549. part.Size=Vector3.new(.2,.2,.2)
  3550. part.CFrame=rleg.CFrame*CFrame.new(0,-2.4,0)*CFrame.Angles(math.rad(90),0,0)
  3551. part.Transparency=.7
  3552. part.BrickColor=BrickColor.new('Bright green')
  3553. mesh=Instance.new('SpecialMesh',part)
  3554. mesh.MeshId='http://www.roblox.com/asset/?id=3270017'
  3555. mesh.Scale=Vector3.new(25,25,25)
  3556. part2=part:clone()
  3557. part2.Parent=mod3
  3558. part2.BrickColor=BrickColor.new('Bright green')
  3559. mesh2=mesh:clone()
  3560. mesh2.Parent=part2
  3561. mesh2.Scale=Vector3.new(15,15,15)
  3562. part3=part:clone()
  3563. part3.Parent=mod3
  3564. part3.TopSurface=0
  3565. part3.BottomSurface=0
  3566. part3.CFrame=rleg.CFrame*CFrame.new(0,-3,0)
  3567. mesh3=Instance.new('SpecialMesh',part3)
  3568. mesh3.MeshType = 3
  3569. mesh3.Scale=Vector3.new(12,12,12)
  3570. for i,v in pairs(FindNearestTorso(torso.CFrame.p,50))do
  3571. if v:FindFirstChild('Humanoid') then
  3572. v.Humanoid:TakeDamage(math.random(20,60))
  3573. v.Humanoid.PlatformStand = true
  3574. v:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 100
  3575. end
  3576. end
  3577. coroutine.resume(coroutine.create(function()
  3578. for i=0,3.8,0.05 do
  3579. wait()
  3580. part.CFrame=part.CFrame
  3581. part.Transparency=i
  3582. mesh.Scale=mesh.Scale+Vector3.new(2.8,2.8,2.8)
  3583. part2.CFrame=part2.CFrame
  3584. part2.Transparency=i
  3585. mesh2.Scale=mesh2.Scale+Vector3.new(1,1,1)
  3586. part3.CFrame=part3.CFrame
  3587. part3.Transparency=i
  3588. mesh3.Scale=mesh3.Scale+Vector3.new(1.5,1.5,1.5)
  3589. end
  3590. end))
  3591. end
  3592. ----------------------------------------------------
  3593.  
  3594. local acos = math.acos
  3595. local sqrt = math.sqrt
  3596. local Vec3 = Vector3.new
  3597. local fromAxisAngle = CFrame.fromAxisAngle
  3598.  
  3599. local function toAxisAngle(CFr)
  3600. local X,Y,Z,R00,R01,R02,R10,R11,R12,R20,R21,R22 = CFr:components()
  3601. local Angle = math.acos((R00+R11+R22-1)/2)
  3602. local A = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  3603. A = A == 0 and 0.00001 or A
  3604. local B = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  3605. B = B == 0 and 0.00001 or B
  3606. local C = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  3607. C = C == 0 and 0.00001 or C
  3608. local x = (R21-R12)/sqrt(A)
  3609. local y = (R02-R20)/sqrt(B)
  3610. local z = (R10-R01)/sqrt(C)
  3611. return Vec3(x,y,z),Angle
  3612. end
  3613.  
  3614. function ApplyTrig(Num,Func)
  3615. local Min,Max = Func(0),Func(1)
  3616. local i = Func(Num)
  3617. return (i-Min)/(Max-Min)
  3618. --[[if Func == "sin" then
  3619. return (math.sin((1-Num)*math.pi)+1)/2
  3620. elseif Func == "cos" then
  3621. return (math.cos((1-Num)*math.pi)+1)/2
  3622. end]]
  3623. end
  3624.  
  3625. function LerpCFrame(CFrame1,CFrame2,Num)
  3626. local Vec,Ang = toAxisAngle(CFrame1:inverse()*CFrame2)
  3627. return CFrame1*fromAxisAngle(Vec,Ang*Num) + (CFrame2.p-CFrame1.p)*Num
  3628. end
  3629.  
  3630. function Crater(Torso,Radius)
  3631. Spawn(function()
  3632. local Ray = Ray.new(Torso.Position,Vector3.new(0,-1,0)*10)
  3633. local Ignore = {}
  3634. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  3635. if v.Character ~= nil then
  3636. Ignore[#Ignore+1] = v.Character
  3637. end
  3638. end
  3639. local Hit,Pos,SurfaceNorm = Workspace:FindPartOnRayWithIgnoreList(Ray,Ignore)
  3640. if Hit == nil then return end
  3641. local Parts = {}
  3642. for i = 1,360,10 do
  3643. local P = Instance.new("Part",Torso.Parent)
  3644. P.Anchored = true
  3645. P.FormFactor = "Custom"
  3646. P.BrickColor = Hit.BrickColor
  3647. P.Material = Hit.Material
  3648. P.TopSurface = "Smooth"
  3649. P.BottomSurface = "Smooth"
  3650. P.Size = Vector3.new(5,10,10)*(math.random(80,100)/100)
  3651. P.CFrame = ((CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))-Vector3.new(0,7,0))*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(-50,50)))
  3652. Parts[#Parts+1] = {P,P.CFrame,((CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))-Vector3.new(0,1,0))*CFrame.Angles(0,math.rad(i),0)*CFrame.new(0,0,-Radius)*CFrame.Angles(math.rad(math.random(-50,-20)),math.rad(math.random(-15,15)),math.rad(math.random(-15,15))),P.Size}
  3653. if math.random(0,5) == 0 then -- rubble
  3654. local P = Instance.new("Part",Torso.Parent)
  3655. P.Anchored = true
  3656. P.FormFactor = "Custom"
  3657. P.BrickColor = Hit.BrickColor
  3658. P.Material = Hit.Material
  3659. P.TopSurface = "Smooth"
  3660. P.BottomSurface = "Smooth"
  3661. P.Size = Vector3.new(2,2,2)*(math.random(80,100)/100)
  3662. P.CFrame = ((CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))-Vector3.new(0,2.5,0))*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(-50,50)))
  3663. Parts[#Parts+1] = {P,P.CFrame,(CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))*CFrame.Angles(0,math.rad(i),0)*CFrame.new(0,0,-Radius-8)*CFrame.Angles(math.rad(math.random(-90,90)),math.rad(math.random(-90,90)),math.rad(math.random(-90,90))),P.Size}
  3664. end
  3665. end
  3666. for i = 0,1,0.05 do
  3667. for i2,v in pairs(Parts) do
  3668. v[1].CFrame = LerpCFrame(v[2],v[3],ApplyTrig(i,math.cos))
  3669. end
  3670. wait(0.02)
  3671. end
  3672. for i,v in pairs(Parts) do
  3673. if v[1].Size.X > 2.1 then
  3674. v[1].CFrame = v[1].CFrame+Vector3.new(0,2,0)
  3675. end
  3676. v[1].Anchored = false
  3677. end
  3678. for i = 0,1,0.05 do
  3679. for i2,v in pairs(Parts) do
  3680. v[1].Transparency = i
  3681. if i == 1 then
  3682. v[1]:Destroy()
  3683. elseif i >= 0.25 then
  3684. v[1].CanCollide = false
  3685. end
  3686. end
  3687. wait(0.02)
  3688. end
  3689. Parts = nil
  3690. end)
  3691. end
  3692.  
  3693. ----------------------------------------------------
  3694. mouse.KeyDown:connect(function(key)
  3695. if key == "r" then
  3696. larm.BrickColor = BrickColor.new("Bright red")
  3697. rarm.BrickColor = BrickColor.new("Bright red")
  3698. if Debounces.CanAttack == true then
  3699. Debounces.CanAttack = false
  3700. Debounces.on = true
  3701. Debounces.NoIdl = true
  3702. to = char.Absolution.Thingy2.Touched:connect(function(ht)
  3703. hit = ht.Parent
  3704. if ht and hit:IsA("Model") then
  3705. if hit:FindFirstChild("Humanoid") then
  3706. if hit.Name ~= p.Name then
  3707. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  3708. Debounces.Slashed = true]]--
  3709. hit:FindFirstChild("Humanoid"):TakeDamage(10)
  3710. wait(1)
  3711. --Debounces.Slashed = false
  3712. --end
  3713. end
  3714. end
  3715. elseif ht and hit:IsA("Hat") then
  3716. if hit.Parent.Name ~= p.Name then
  3717. if hit.Parent:FindFirstChild("Humanoid") then
  3718. --[[ if Debounces.Slashing == true and Debounces.Slashed == false then
  3719. Debounces.Slashed = true]]--
  3720. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(10)
  3721. wait(1)
  3722. --Debounces.Slashed = false
  3723. end
  3724. end
  3725. end
  3726. end)
  3727. q = Instance.new("Sound",hed)
  3728. q.SoundId = "http://www.roblox.com/asset/?id=134012322"
  3729. q.Pitch = 0.85
  3730. q.Looped = false
  3731. q1 = Instance.new("Sound",hed)
  3732. q1.SoundId = "http://www.roblox.com/asset/?id=134012322"
  3733. q1.Pitch = 0.85
  3734. q1.Looped = false
  3735. q:Play()
  3736. q1:Play()
  3737. for i = 1,20 do
  3738. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.3,1.1,-1) * CFrame.Angles(math.rad(115), math.rad(0), math.rad(-55)), 0.2)
  3739. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.3,1.1,-1) * CFrame.Angles(math.rad(115), math.rad(0), math.rad(55)), 0.2)
  3740. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(0)),0.2)
  3741. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 4, 0) * CFrame.Angles(math.rad(30), math.rad(0), 0), 0.2)
  3742. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 1) * CFrame.Angles(math.rad(-60), 0, math.rad(0)), 0.2)
  3743. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, .6) * CFrame.Angles(math.rad(-60), 0, math.rad(0)), 0.2)
  3744. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -2.2, -3) * CFrame.Angles(math.rad(-90), math.rad(-142), math.rad(0)), 0.25)
  3745. if Debounces.on == false then break end
  3746. rs:wait(.6)
  3747. end
  3748. n = Instance.new("Sound",hed)
  3749. n.SoundId = "http://www.roblox.com/asset/?id=168514932"
  3750. n.Pitch = 0.94
  3751. n.Looped = false
  3752. n1 = Instance.new("Sound",hed)
  3753. n1.SoundId = "http://www.roblox.com/asset/?id=168514932"
  3754. n1.Pitch = 0.94
  3755. n1.Looped = false
  3756. n:Play()
  3757. n1:Play()
  3758. b = Instance.new("Sound",hed)
  3759. b.SoundId = "http://www.roblox.com/asset/?id=168586586"
  3760. b.Pitch = 0.94
  3761. b.Looped = false
  3762. b1 = Instance.new("Sound",hed)
  3763. b1.SoundId = "http://www.roblox.com/asset/?id=168586586"
  3764. b1.Pitch = 0.94
  3765. b1.Looped = false
  3766. b:Play()
  3767. b1:Play()
  3768. for i = 1,26 do
  3769. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.3,1.1,-1) * CFrame.Angles(math.rad(50), math.rad(0), math.rad(-55)), 0.25)
  3770. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.3,1.1,-1) * CFrame.Angles(math.rad(50), math.rad(0), math.rad(55)), 0.25)
  3771. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(0)),0.25)
  3772. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(-40), math.rad(0), 0), 0.25)
  3773. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, -1) * CFrame.Angles(math.rad(50), 0, math.rad(0)), 0.25)
  3774. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, .4) * CFrame.Angles(math.rad(-10), 0, math.rad(0)), 0.25)
  3775. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(1.4, -3.5, -7) * CFrame.Angles(math.rad(-90), math.rad(-142), math.rad(20)), 0.25)
  3776. if Debounces.on == false then break end
  3777. rs:wait(1)
  3778. end
  3779. wait(.5)
  3780. to:disconnect()
  3781. q:Destroy()
  3782. q1:Destroy()
  3783. n:Destroy()
  3784. n1:Destroy()
  3785. larm.BrickColor = BrickColor.new("Really black")
  3786. rarm.BrickColor = BrickColor.new("Really black")
  3787. if Debounces.CanAttack == false then
  3788. Debounces.CanAttack = true
  3789. Debounces.on = false
  3790. Debounces.NoIdl = false
  3791. end
  3792. end
  3793. end
  3794. end)
  3795. ----------------------------------------------------
  3796. mouse.KeyDown:connect(function(key)
  3797. if key == "q" then
  3798. larm.BrickColor = BrickColor.new("Bright red")
  3799. rarm.BrickColor = BrickColor.new("Bright red")
  3800. if Debounces.CanAttack == true then
  3801. Debounces.CanAttack = false
  3802. Debounces.on = true
  3803. Debounces.NoIdl = true
  3804. to = char.Absolution.Thingy2.Touched:connect(function(ht)
  3805. hit = ht.Parent
  3806. if ht and hit:IsA("Model") then
  3807. if hit:FindFirstChild("Humanoid") then
  3808. if hit.Name ~= p.Name then
  3809. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  3810. Debounces.Slashed = true]]--
  3811. hit:FindFirstChild("Humanoid"):TakeDamage(4)
  3812. wait(1)
  3813. --Debounces.Slashed = false
  3814. --end
  3815. end
  3816. end
  3817. elseif ht and hit:IsA("Hat") then
  3818. if hit.Parent.Name ~= p.Name then
  3819. if hit.Parent:FindFirstChild("Humanoid") then
  3820. --[[ if Debounces.Slashing == true and Debounces.Slashed == false then
  3821. Debounces.Slashed = true]]--
  3822. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(4)
  3823. wait(1)
  3824. --Debounces.Slashed = false
  3825. end
  3826. end
  3827. end
  3828. end)
  3829. for i = 1, 20 do
  3830. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0) * CFrame.Angles(math.rad(21), math.rad(75), math.rad(50)), 0.2)
  3831. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9,0) * CFrame.Angles(math.rad(-30), math.rad(0), math.rad(-18)), 0.2)
  3832. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2) * CFrame.Angles(math.rad(-14),math.rad(-60),0), 0.5)
  3833. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(70), 0), 0.5)
  3834. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.5)
  3835. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.5)
  3836. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.7, -1.4) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  3837. if Debounces.on == false then break end
  3838. rs:wait(2)
  3839. end
  3840. z = Instance.new("Sound",hed)
  3841. z.SoundId = "rbxassetid://160069154"
  3842. z.Looped = false
  3843. z.Pitch = .9
  3844. z1 = Instance.new("Sound",hed)
  3845. z1.SoundId = "rbxassetid://160069154"
  3846. z1.Looped = false
  3847. z1.Pitch = .9
  3848. wait(0.01)
  3849. z:Play()
  3850. z1:Play()
  3851. for i = 1, 20 do
  3852. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(50)), 0.2)
  3853. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2,.9,-1) * CFrame.Angles(math.rad(60), math.rad(0), math.rad(20)), 0.5)
  3854. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2) * CFrame.Angles(math.rad(-14),math.rad(30),0), 0.5)
  3855. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -3, 0) * CFrame.Angles(math.rad(0), math.rad(-30), math.rad(0)), 0.5)
  3856. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -1, -2) * CFrame.Angles(math.rad(-10), 0, 0), 0.5)
  3857. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2.8, .6) * CFrame.Angles(math.rad(-65), 0, 0), 0.5)
  3858. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.7, -1.4) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  3859. if Debounces.on == false then break end
  3860. rs:wait(2)
  3861. end
  3862. for i = 1, 20 do
  3863. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0) * CFrame.Angles(math.rad(140), math.rad(0), math.rad(50)), 0.4)
  3864. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9,0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-18)), 0.4)
  3865. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2) * CFrame.Angles(math.rad(-14),math.rad(10),0), 0.5)
  3866. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(-10), 0), 0.5)
  3867. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.5)
  3868. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.5)
  3869. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.7, -1.4) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  3870. if Debounces.on == false then break end
  3871. rs:wait(2)
  3872. end
  3873. z = Instance.new("Sound",hed)
  3874. z.SoundId = "rbxassetid://168586621"
  3875. z.Looped = false
  3876. z.Pitch = 1
  3877. z1 = Instance.new("Sound",hed)
  3878. z1.SoundId = "rbxassetid://168586621"
  3879. z1.Looped = false
  3880. z1.Pitch = 1
  3881. wait(0.01)
  3882. z:Play()
  3883. z1:Play()
  3884. for i = 1, 20 do
  3885. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0) * CFrame.Angles(math.rad(40), math.rad(-20), math.rad(10)), 0.5)
  3886. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9,0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(-18)), 0.4)
  3887. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2) * CFrame.Angles(math.rad(-14),math.rad(-40),0), 0.5)
  3888. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(40), 0), 0.5)
  3889. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(math.rad(-20), 0, math.rad(-10)), 0.5)
  3890. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(math.rad(20), 0, math.rad(10)), 0.5)
  3891. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -2.8, -1.4) * CFrame.Angles(math.rad(-110), math.rad(-90), math.rad(20)), 1)
  3892. if Debounces.on == false then break end
  3893. rs:wait(2)
  3894. end
  3895. to:disconnect()
  3896. larm.BrickColor = BrickColor.new("Really black")
  3897. rarm.BrickColor = BrickColor.new("Really black")
  3898. if Debounces.CanAttack == false then
  3899. Debounces.CanAttack = true
  3900. Debounces.on = false
  3901. Debounces.NoIdl = false
  3902. end
  3903. end
  3904. end
  3905. end)
  3906. ----------------------------------------------------
  3907. Sit = false
  3908. mouse.KeyDown:connect(function(key)
  3909. if key == "v" then
  3910. if Sit == false then
  3911. Sit = true
  3912. hum.WalkSpeed = 10.001
  3913. stanceToggle = "Sitting"
  3914. elseif Sit == true then
  3915. Sit = false
  3916. hum.WalkSpeed = 100
  3917. stanceToggle = "Normal"
  3918. end
  3919. end
  3920. end)
  3921. ----------------------------------------------------
  3922. mouse.KeyDown:connect(function(key)
  3923. if key == "t" then
  3924. if Debounces.CanAttack == true then
  3925. Debounces.CanAttack = false
  3926. Debounces.on = true
  3927. Debounces.NoIdl = true
  3928. for i = 1, 20 do
  3929. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.3,1.1,-1) * CFrame.Angles(math.rad(115), math.rad(0), math.rad(-55)), 0.2)
  3930. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.3,1.1,-1) * CFrame.Angles(math.rad(115), math.rad(0), math.rad(55)), 0.2)
  3931. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(0)),0.2)
  3932. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(30), math.rad(0), 0), 0.2)
  3933. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, .6) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.2)
  3934. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2, -1.2) * CFrame.Angles(math.rad(0), 0, math.rad(0)), 0.2)
  3935. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(1.4, -3.5, -7) * CFrame.Angles(math.rad(-90), math.rad(-142), math.rad(20)), 1)
  3936. if Debounces.on == false then break end
  3937. rs:wait(2.6)
  3938. end
  3939. Spawn(function()
  3940. local Parts = {}
  3941. for Y = -5,5 do
  3942. local P = Instance.new("Part",char)
  3943. P.Anchored = true
  3944. P.FormFactor = "Custom"
  3945. P.CanCollide = false
  3946. P.Size = Vector3.new(10,20,10)
  3947. P.TopSurface = "SmoothNoOutlines"
  3948. P.BottomSurface = "SmoothNoOutlines"
  3949. P.BrickColor = BrickColor.new("Institutional white")
  3950. P.Material = "Neon"
  3951. P.Name = tostring(Y)
  3952. local i = (Y+5)/(10)
  3953. i = 1-math.cos(math.pi*i-(math.pi/2))
  3954. P.CFrame = char.HumanoidRootPart.CFrame*CFrame.new(0,Y,-15+(i*1.5))*CFrame.Angles(math.rad(Y*5),0,0)
  3955. --[[P.Touched:connect(function(ht)
  3956. local hit = ht.Parent
  3957. if hit:FindFirstChild("Humanoid") then
  3958. hit.Humanoid:TakeDamage(math.random(20,50))
  3959. end
  3960. end)]]--
  3961. s = Instance.new("Sound",P)
  3962. s.SoundId = "rbxassetid://228343271"
  3963. s.Volume = 10
  3964. s.Pitch = 0.75
  3965. s:Play()
  3966. P.Touched:connect(function(ht)
  3967. hit = ht.Parent
  3968. if ht and hit:IsA("Model") then
  3969. if hit:FindFirstChild("Humanoid") then
  3970. if hit.Name ~= p.Name then
  3971. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  3972. Debounces.Slashed = true]]--
  3973. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(1,3))
  3974. hit:FindFirstChild("Humanoid").PlatformStand = true
  3975. wait(1)
  3976. --Debounces.Slashed = false
  3977. --end
  3978. end
  3979. end
  3980. elseif ht and hit:IsA("Hat") then
  3981. if hit.Parent.Name ~= p.Name then
  3982. if hit.Parent:FindFirstChild("Humanoid") then
  3983. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  3984. Debounces.Slashed = true]]--
  3985. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random (1,3))
  3986. hit:FindFirstChild("Humanoid").PlatformStand = true
  3987. wait(1)
  3988. --Debounces.Slashed = false
  3989. --end
  3990. end
  3991. end
  3992. end
  3993. end)
  3994. Parts[#Parts+1] = P
  3995. end
  3996. local BREAKIT = false
  3997. local CParts = {}
  3998. local Rocks = {}
  3999. local LastPos = nil
  4000. for i = 1,70 do
  4001. for i2,v in pairs(Parts) do
  4002. v.CFrame = v.CFrame*CFrame.new(0,0,-8)
  4003. local cf = v.CFrame
  4004. v.Size = v.Size+Vector3.new(0.8,0.70,0)
  4005. v.CFrame = cf
  4006. v.Transparency = v.Transparency+0.02
  4007. if v.Transparency >= 0.975 then BREAKIT = true end
  4008. if v.Name == "0" then
  4009. local Ignore = {}
  4010. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  4011. if v.Character ~= nil then
  4012. Ignore[#Ignore+1] = v.Character
  4013. end
  4014. end
  4015. local ray = Ray.new(v.Position+Vector3.new(0,20,0),Vector3.new(0,-400,0))
  4016. local Hit,Pos,SurfaceNorm = Workspace:FindPartOnRayWithIgnoreList(ray,Ignore)
  4017. if Hit ~= nil then
  4018. if #Rocks == 0 then
  4019. for i = 1,5 do
  4020. local P = Instance.new("Part",char)
  4021. Rocks[#Rocks+1] = P
  4022. P.Anchored = true
  4023. P.FormFactor = "Custom"
  4024. P.BrickColor = Hit.BrickColor
  4025. P.Material = Hit.Material
  4026. P.TopSurface = "Smooth"
  4027. P.BottomSurface = "Smooth"
  4028. P.Size = Vector3.new(10,10,10)*(math.random(500,900)/100)
  4029. end
  4030. end
  4031. for i,P in pairs(Rocks) do
  4032. P.CFrame = ((CFrame.new(Pos)*(v.CFrame-v.Position))*CFrame.new(math.random(-math.ceil(v.Size.X/2),math.ceil(v.Size.X/2)),0,-math.random(5,8))-Vector3.new(0,0.25,0))*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(20,50)))
  4033. end
  4034. local P = Instance.new("Part",char)
  4035. CParts[#CParts+1] = {P,tick()}
  4036. P.Anchored = true
  4037. P.FormFactor = "Custom"
  4038. P.BrickColor = Hit.BrickColor
  4039. P.Material = Hit.Material
  4040. P.TopSurface = "Smooth"
  4041. P.BottomSurface = "Smooth"
  4042. P.Size = Vector3.new(10,10,10)*(math.random(100,300)/100)
  4043. Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(v.Size.X/2,0,0)
  4044. Pos = Pos.p
  4045. P.CFrame = ((CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))-Vector3.new(0,0.25,0))*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(20,50)))
  4046. local P = P:Clone()
  4047. CParts[#CParts+1] = {P,tick()}
  4048. P.Parent = char
  4049. Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(-v.Size.X,0,0)
  4050. Pos = Pos.p
  4051. P.CFrame = ((CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))-Vector3.new(0,0.25,0))*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(-50,-20)))
  4052. if LastPos ~= nil then
  4053. local P = P:Clone()
  4054. CParts[#CParts+1] = {P,tick()}
  4055. P.Parent = char
  4056. P.BrickColor = BrickColor.new("Institutional white")
  4057. Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(v.Size.X/2,0,0)
  4058. Pos = Pos.p
  4059. local CFr = (CFrame.new(Pos)*(v.CFrame-v.Position))-Vector3.new(0,0.4,0)
  4060. P.Size = Vector3.new(v.Size.X-0.25,1,(CFr.p-LastPos.p).Magnitude+0.25)
  4061. --P.Velocity = Vector3.new(0,-1000,0)
  4062. P.CFrame = CFrame.new(CFr.p,LastPos.p)*CFrame.new(0,0,-((CFr.p-LastPos.p).Magnitude+0.25)/2)
  4063. end
  4064. LastPos = (CFrame.new(Pos)*(v.CFrame-v.Position))-Vector3.new(0,0.4,0)
  4065. end
  4066. end
  4067. end
  4068. if BREAKIT then break end
  4069. wait(0.002)
  4070. end
  4071. for i,v in pairs(Rocks) do
  4072. CParts[#CParts+1] = {v,tick()}
  4073. end
  4074. for i,v in pairs(Parts) do
  4075. v:Destroy()
  4076. end
  4077. Parts = nil
  4078. while true do
  4079. local t = tick()
  4080. local p = nil
  4081. for i,v in pairs(CParts) do
  4082. if t-v[2] > 4 then
  4083. v[1].Transparency = v[1].Transparency+0.05
  4084. if v[1].Transparency >= 1 then
  4085. v[1]:Destroy()
  4086. CParts[i] = nil
  4087. end
  4088. end
  4089. p = v
  4090. end
  4091. if p == nil then break end
  4092. wait(0.002)
  4093. end
  4094. for i,v in pairs(CParts) do
  4095. v:Destroy()
  4096. end
  4097. CParts = {}
  4098. end)
  4099. for i = 1, 20 do
  4100. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.3,.8,-1) * CFrame.Angles(math.rad(50), math.rad(0), math.rad(-55)), 0.4)
  4101. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.3,.8,-1) * CFrame.Angles(math.rad(50), math.rad(0), math.rad(55)), 0.4)
  4102. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)),0.4)
  4103. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.6, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.4)
  4104. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -1, -1.4) * CFrame.Angles(math.rad(40), 0, math.rad(0)), 0.4)
  4105. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -1.6, -.9) * CFrame.Angles(math.rad(10), 0, math.rad(0)), 0.4)
  4106. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(1.4, -3.5, -7) * CFrame.Angles(math.rad(-90), math.rad(-142), math.rad(20)), 1)
  4107. if Debounces.on == false then break end
  4108. rs:wait(2)
  4109. end
  4110. if Debounces.CanAttack == false then
  4111. Debounces.CanAttack = true
  4112. Debounces.on = false
  4113. Debounces.NoIdl = false
  4114. end
  4115. end
  4116. end
  4117. end)
  4118. ----------------------------------------------------
  4119. mouse.KeyDown:connect(function(key)
  4120. if key == "e" then
  4121. larm.BrickColor = BrickColor.new("Bright red")
  4122. rarm.BrickColor = BrickColor.new("Bright red")
  4123. if Debounces.CanAttack == true then
  4124. Debounces.CanAttack = false
  4125. Debounces.on = true
  4126. Debounces.NoIdl = true
  4127. for i = 1, 18 do
  4128. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 1.7, 0) * CFrame.Angles(math.rad(90),math.rad(50),math.rad(90)), 0.4)
  4129. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.4)
  4130. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0) * CFrame.Angles(math.rad(-14),math.rad(0),0), 0.4)
  4131. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(0), 0), 0.4)
  4132. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.4)
  4133. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.4)
  4134. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.5, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  4135. if Debounces.on == false then break end
  4136. rs:wait(4)
  4137. end
  4138. local HandCF = CFrame.new(char.Absolution.Handle.Position - Vector3.new(0,8.8,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  4139. local rng = Instance.new("Part", char.Absolution.Handle)
  4140. rng.Anchored = true
  4141. rng.BrickColor = BrickColor.new("Really black")
  4142. rng.CanCollide = true
  4143. rng.FormFactor = 3
  4144. rng.Name = "Ring"
  4145. rng.Size = Vector3.new(1, 1, 1)
  4146. rng.CanCollide = false
  4147. rng.Transparency = 0.35
  4148. rng.TopSurface = 0
  4149. rng.BottomSurface = 0
  4150. rng.CFrame = HandCF
  4151. local rngm = Instance.new("SpecialMesh", rng)
  4152. rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
  4153. rngm.Scale = Vector3.new(1, 1, 2)
  4154. x = Instance.new("Sound", hed)
  4155. x.SoundId = "http://www.roblox.com/asset/?id=169445602"
  4156. x.Looped = false
  4157. x.Pitch = .7
  4158. x.Volume = 1
  4159. x1 = Instance.new("Sound", hed)
  4160. x1.SoundId = "http://www.roblox.com/asset/?id=169445602"
  4161. x1.Looped = false
  4162. x1.Pitch = .7
  4163. x1.Volume = 1
  4164. x:Play()
  4165. x1:Play()
  4166. rngto = rng.Touched:connect(function(ht)
  4167. hit = ht.Parent
  4168. if ht and hit:IsA("Model") then
  4169. if hit:FindFirstChild("Humanoid") then
  4170. if hit.Name ~= p.Name then
  4171. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  4172. Debounces.Slashed = true]]--
  4173. hit:FindFirstChild("Humanoid"):TakeDamage(4)
  4174. hit:FindFirstChild("Humanoid").PlatformStand = true
  4175. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -120
  4176. --Debounces.Slashed = false
  4177. --end
  4178. end
  4179. end
  4180. elseif ht and hit:IsA("Hat") then
  4181. if hit.Parent.Name ~= p.Name then
  4182. if hit.Parent:FindFirstChild("Humanoid") then
  4183. --[[ if Debounces.Slashing == true and Debounces.Slashed == false then
  4184. Debounces.Slashed = true]]--
  4185. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(4)
  4186. hit:FindFirstChild("Humanoid").PlatformStand = true
  4187. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -120
  4188. --Debounces.Slashed = false
  4189. end
  4190. end
  4191. end
  4192. end)
  4193. coroutine.wrap(function()
  4194. for i = 1, 60, 2 do
  4195. rngm.Scale = Vector3.new(2 + i*2, 2 + i*2, 1)
  4196. rng.Size = rngm.Scale
  4197. rng.CFrame = HandCF
  4198. rng.Transparency = i/60
  4199. wait()
  4200. end
  4201. wait()
  4202. rng:Destroy()
  4203. end)()
  4204. for i = 1, 18 do
  4205. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, 0) * CFrame.Angles(math.rad(90),math.rad(0),math.rad(90)), 0.4)
  4206. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.4)
  4207. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0) * CFrame.Angles(math.rad(-14),math.rad(0),0), 0.4)
  4208. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(0), 0), 0.4)
  4209. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.4)
  4210. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.4)
  4211. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.5, 0.2) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  4212. if Debounces.on == false then break end
  4213. rs:wait(2.4)
  4214. end
  4215. larm.BrickColor = BrickColor.new("Really black")
  4216. rarm.BrickColor = BrickColor.new("Really black")
  4217. x:Destroy()
  4218. x1:Destroy()
  4219. if Debounces.CanAttack == false then
  4220. Debounces.CanAttack = true
  4221. Debounces.on = false
  4222. Debounces.NoIdl = false
  4223. end
  4224. end
  4225. end
  4226. end)
  4227. ----------------------------------------------------
  4228. mouse.KeyDown:connect(function(key)
  4229. if key == "y" then
  4230. if Debounces.CanAttack == true then
  4231. Debounces.CanAttack = false
  4232. Debounces.on = true
  4233. Debounces.NoIdl = true
  4234. for i = 1, 15 do
  4235. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(30)), 0.2)
  4236. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-89)), 0.6)
  4237. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(90),0), 0.2)
  4238. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(-90), 0), 0.2)
  4239. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.2)
  4240. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.2)
  4241. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  4242. if Debounces.on == false then break end
  4243. rs:wait(2.7)
  4244. end
  4245. x = Instance.new("Sound",char)
  4246. x.SoundId = "rbxassetid://228343271"
  4247. x.Pitch = 1
  4248. x.Volume = .8
  4249. wait(.1)
  4250. x:Play()
  4251. Debounces.on = false
  4252. Debounces.Here = false
  4253. shot = shot + 1
  4254. local rng = Instance.new("Part", char)
  4255. rng.Anchored = true
  4256. rng.BrickColor = BrickColor.new("Institutional white")
  4257. rng.CanCollide = false
  4258. rng.FormFactor = 3
  4259. rng.Name = "Ring"
  4260. rng.Size = Vector3.new(1, 1, 1)
  4261. rng.Transparency = 0.35
  4262. rng.TopSurface = 0
  4263. rng.BottomSurface = 0
  4264. rng2 = rng:clone()
  4265. rng3 = rng2:clone()
  4266. rng4 = rng2:clone()
  4267. local rngm = Instance.new("SpecialMesh", rng)
  4268. rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
  4269. rngm.Scale = Vector3.new(10, 10, 1)
  4270. rngm2 = rngm:clone()
  4271. rngm2.Scale = Vector3.new(5, 5, 3)
  4272. rngm3=rngm2:clone()
  4273. rngm3.Parent = rng3
  4274. rngm3.Scale = Vector3.new(8, 8, 1)
  4275. rngm4 = rngm2:clone()
  4276. rngm4.Parent = rng4
  4277. rngm4.Scale = Vector3.new(6, 6, 1)
  4278. local bem = Instance.new("Part", char)
  4279. bem.Anchored = true
  4280. bem.BrickColor = BrickColor.new("Really black")
  4281. bem.CanCollide = false
  4282. bem.FormFactor = 3
  4283. bem.Name = "Beam" .. shot
  4284. bem.Size = Vector3.new(1, 1, 1)
  4285. bem.Transparency = 0.35
  4286. bem.TopSurface = 0
  4287. bem.BottomSurface = 0
  4288. local bemm = Instance.new("SpecialMesh", bem)
  4289. bemm.MeshType = 4
  4290. bemm.Scale = Vector3.new(1, 4, 4)
  4291. local out = Instance.new("Part", char)
  4292. out.Anchored = true
  4293. out.BrickColor = BrickColor.new("Really black")
  4294. out.CanCollide = false
  4295. out.FormFactor = 3
  4296. out.Name = "Out"
  4297. out.Size = Vector3.new(4, 4, 4)
  4298. out.Transparency = 0.35
  4299. out.TopSurface = 0
  4300. out.BottomSurface = 0
  4301. local outm = Instance.new("SpecialMesh", out)
  4302. outm.MeshId = "http://www.roblox.com/asset/?id=1033714"
  4303. outm.Scale = Vector3.new(4, 4, 4)
  4304. local bnd = Instance.new("Part", char)
  4305. bnd.Anchored = true
  4306. bnd.BrickColor = BrickColor.new("Institutional white")
  4307. bnd.CanCollide = false
  4308. bnd.FormFactor = 3
  4309. bnd.Name = "Bend"
  4310. bnd.Size = Vector3.new(1, 1, 1)
  4311. bnd.Transparency = 1
  4312. bnd.TopSurface = 0
  4313. bnd.BottomSurface = 0
  4314. local bndm = Instance.new("SpecialMesh", bnd)
  4315. bndm.MeshType = 3
  4316. bndm.Scale = Vector3.new(8, 8, 8)
  4317. out.CFrame = larm.CFrame * CFrame.new(0, -2.7, 0)
  4318. bem.CFrame = out.CFrame * CFrame.new(0, -2.5, 0) * CFrame.Angles(0, 0, math.rad(90))
  4319. bnd.CFrame = bem.CFrame * CFrame.new(0, 0, 0)
  4320. rng.CFrame = out.CFrame * CFrame.Angles(math.rad(90), 0, 0)
  4321. rng3.CFrame = rng.CFrame * CFrame.new(0, -.5, 0)
  4322. rng4.CFrame = rng.CFrame * CFrame.new(0, -1, 0)
  4323. Debounces.Shewt = true
  4324. coroutine.wrap(function()
  4325. for i = 1, 20, 0.2 do
  4326. rngm.Scale = Vector3.new(10 + i*2, 10 + i*2, 1)
  4327. rngm3.Scale = Vector3.new(8 + i*3, 8 + i*3, 1)
  4328. rngm4.Scale = Vector3.new(6 + i*4, 6 + i*4, 1)
  4329. rng.Transparency = i/20
  4330. rng3.Transparency = 1/24
  4331. rng4.Transparency = i/26
  4332. wait()
  4333. end
  4334. wait()
  4335. rng:Destroy()
  4336. end)()
  4337. if Debounces.Shewt == true then
  4338. char:WaitForChild("Beam" .. shot).Touched:connect(function(ht)
  4339. hit = ht.Parent
  4340. if hit:IsA("Model") and hit:findFirstChild("Humanoid") then
  4341. if HasntTouched(hit.Name) == true and deb == false then
  4342. deb = true
  4343. coroutine.wrap(function()
  4344. hit:FindFirstChild("Humanoid").PlatformStand = true
  4345. hit:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 180
  4346. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(24,73))
  4347. end)()
  4348. table.insert(Touche, hit.Name)
  4349. deb = false
  4350. end
  4351. elseif hit:IsA("Hat") and hit.Parent:findFirstChild("Humanoid") then
  4352. if HasntTouched(hit.Parent.Name) == true and deb == false then
  4353. deb = true
  4354. coroutine.wrap(function()
  4355. hit.Parent:FindFirstChild("Humanoid").PlatformStand = true
  4356. hit.Parent:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 180
  4357. wait(1)
  4358. hit.Parent:FindFirstChild("Humanoid").PlatformStand = false
  4359. end)()
  4360. table.insert(Touche, hit.Parent.Name)
  4361. deb = false
  4362. for i, v in pairs(Touche) do
  4363. print(v)
  4364. end
  4365. end
  4366. end
  4367. end)
  4368. end
  4369. for i = 0, 260, 8 do
  4370. bem.Size = Vector3.new(i, 2, 2)
  4371. bem.CFrame = larm.CFrame * CFrame.new(0, -4.2 -(i/2), 0) * CFrame.Angles(0, 0, math.rad(90))
  4372. bnd.CFrame = bem.CFrame * CFrame.new(-i/2, 0, 1.2)
  4373. bnd.Size = Vector3.new(1,1,1)
  4374. bndm.Scale = Vector3.new(8,8,8)
  4375. if i % 10 == 0 then
  4376. local newRng = rng2:Clone()
  4377. newRng.Parent = char
  4378. newRng.CFrame = larm.CFrame * CFrame.new(0, -4.2-i, 0) * CFrame.Angles(math.rad(90), 0, 0)
  4379. local newRngm = rngm2:clone()
  4380. newRngm.Parent=newRng
  4381. coroutine.wrap(function()
  4382. for i = 1, 10, 0.2 do
  4383. newRngm.Scale = Vector3.new(8 + i*2, 8 + i*2, 3)
  4384. newRng.Transparency = i/10
  4385. wait()
  4386. end
  4387. wait()
  4388. newRng:Destroy()
  4389. end)()
  4390. end
  4391. wait()
  4392. end
  4393. wait()
  4394. Debounces.Shewt = false
  4395. bem:Destroy()
  4396. out:Destroy()
  4397. bnd:Destroy()
  4398. Debounces.Ready = false
  4399. for i, v in pairs(Touche) do
  4400. table.remove(Touche, i)
  4401. end
  4402. wait()
  4403. table.insert(Touche, char.Name)
  4404. Debounces.NoIdl = false
  4405. if Debounces.CanAttack == false then
  4406. Debounces.CanAttack = true
  4407. end
  4408. end
  4409. end
  4410. end)
  4411. ----------------------------------------------------
  4412. sidz = {"231917888", "231917845", "231917806"}
  4413. ptz = {0.65, 0.7, 0.75, 0.8, 0.95, 1}
  4414. mouse.KeyDown:connect(function(key)
  4415. if key == "f" then
  4416. larm.BrickColor = BrickColor.new("Bright red")
  4417. rarm.BrickColor = BrickColor.new("Bright red")
  4418. if Debounces.CanAttack == true then
  4419. Debounces.CanAttack = false
  4420. Debounces.on = true
  4421. Debounces.NoIdl = true
  4422. for i = 1, 20 do
  4423. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.4, 2.4, 0)*CFrame.Angles(math.rad(170),math.rad(0),math.rad(-34)), 0.2)
  4424. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.4, 2.4, 0)*CFrame.Angles(math.rad(170),math.rad(0),math.rad(34)), 0.2)
  4425. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, .2)*CFrame.Angles(math.rad(16),math.rad(0),0), 0.2)
  4426. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(20), math.rad(0), 0), 0.2)
  4427. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
  4428. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2, -1.4) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
  4429. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.5, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  4430. if Debounces.on == false then break end
  4431. rs:wait(6)
  4432. end
  4433. z = Instance.new("Sound",char)
  4434. z.SoundId = "rbxassetid://"..sidz[math.random(1,#sidz)]
  4435. z.Pitch = ptz[math.random(1,#ptz)]
  4436. z.Volume = 1
  4437. z1 = Instance.new("Sound",char)
  4438. z1.SoundId = z.SoundId
  4439. z1.Pitch = z.Pitch
  4440. z1.Volume = 1
  4441. z:Play()
  4442. z1:Play()
  4443. Stomp()
  4444. for i = 1, 20 do
  4445. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, .4)*CFrame.Angles(math.rad(-50),math.rad(0),math.rad(28)), 0.3)
  4446. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9, .4)*CFrame.Angles(math.rad(-50),math.rad(0),math.rad(-28)), 0.3)
  4447. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, -.2)*CFrame.Angles(math.rad(-26),math.rad(0),0), 0.3)
  4448. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, -.6) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.3)
  4449. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(math.rad(30), 0, math.rad(0)), 0.3)
  4450. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2.8, -1.4) * CFrame.Angles(math.rad(30), 0, math.rad(0)), 0.3)
  4451. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.5, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  4452. if Debounces.on == false then break end
  4453. rs:wait(2.5)
  4454. end
  4455. if Debounces.CanAttack == false then
  4456. Debounces.CanAttack = true
  4457. Debounces.on = false
  4458. Debounces.NoIdl = false
  4459. larm.BrickColor = BrickColor.new("Really black")
  4460. rarm.BrickColor = BrickColor.new("Really black")
  4461. end
  4462. end
  4463. end
  4464. end)
  4465. ----------------------------------------------------
  4466. mouse.KeyDown:connect(function(key)
  4467. if key == "g" then
  4468. larm.BrickColor = BrickColor.new("Bright red")
  4469. rarm.BrickColor = BrickColor.new("Bright red")
  4470. if Debounces.CanAttack == true then
  4471. Debounces.CanAttack = false
  4472. Debounces.on = true
  4473. Debounces.NoIdl = true
  4474. chrg = lleg.Touched:connect(function(ht)
  4475. hit = ht.Parent
  4476. if ht and hit:IsA("Model") then
  4477. if hit:FindFirstChild("Humanoid") then
  4478. if hit.Name ~= p.Name then
  4479. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  4480. Debounces.Slashed = true]]--
  4481. hit:FindFirstChild("Humanoid"):TakeDamage(2)
  4482. hit:FindFirstChild("Humanoid").PlatformStand = true
  4483. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
  4484. --Debounces.Slashed = false
  4485. --end
  4486. end
  4487. end
  4488. elseif ht and hit:IsA("Hat") then
  4489. if hit.Parent.Name ~= p.Name then
  4490. if hit.Parent:FindFirstChild("Humanoid") then
  4491. --[[ if Debounces.Slashing == true and Debounces.Slashed == false then
  4492. Debounces.Slashed = true]]--
  4493. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(2)
  4494. hit:FindFirstChild("Humanoid").PlatformStand = true
  4495. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
  4496. --Debounces.Slashed = false
  4497. end
  4498. end
  4499. end
  4500. end)
  4501. for i = 1, 14 do
  4502. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, .9, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(30)), 0.2)
  4503. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.6, .9, -.4)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)), 0.2)
  4504. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, -.2)*CFrame.Angles(math.rad(0),math.rad(90),math.rad(0)), 0.2)
  4505. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(0), math.rad(-90), math.rad(0)), 0.2)
  4506. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.8, -3, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(15)), 0.2)
  4507. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(15)), 0.2)
  4508. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.3, -1.1) * CFrame.Angles(math.rad(-60), math.rad(-90), math.rad(0)), 0.9)
  4509. if Debounces.on == false then break end
  4510. rs:wait(3)
  4511. end
  4512. charge()
  4513. z = Instance.new("Sound",char)
  4514. z.SoundId = "rbxassetid://200632875"
  4515. z.Volume = 1
  4516. z.Pitch = .8
  4517. z1 = Instance.new("Sound",char)
  4518. z1.SoundId = "rbxassetid://200632875"
  4519. z1.Volume = 1
  4520. z1.Pitch = .9
  4521. z:Play()
  4522. z1:Play()
  4523. wait(1)
  4524. z:Destroy()
  4525. z1:Destroy()
  4526. chrg:disconnect()
  4527. if Debounces.CanAttack == false then
  4528. Debounces.CanAttack = true
  4529. Debounces.on = false
  4530. Debounces.NoIdl = false
  4531. larm.BrickColor = BrickColor.new("Really black")
  4532. rarm.BrickColor = BrickColor.new("Really black")
  4533. end
  4534. end
  4535. end
  4536. end)
  4537. ----------------------------------------------------
  4538. pt = {0.7, 0.8, 0.9}
  4539. mouse.KeyDown:connect(function(key)
  4540. if key == "h" then
  4541. if Debounces.CanJoke == true then
  4542. Debounces.CanJoke = false
  4543. u = Instance.new("Sound")
  4544. u.SoundId = "http://www.roblox.com/asset/?id=138199573"
  4545. u.Parent = char
  4546. u.Looped = false
  4547. u.Pitch = pt[math.random(1,#pt)]
  4548. u.Volume = 1
  4549. u2 = Instance.new("Sound")
  4550. u2.SoundId = "http://www.roblox.com/asset/?id=138199573"
  4551. u2.Parent = char
  4552. u2.Looped = false
  4553. u2.Pitch = u.Pitch
  4554. u2.Volume = 1
  4555. wait(.01)
  4556. u:Play()
  4557. u2:Play()
  4558. wait(6)
  4559. u:Destroy()
  4560. u2:Destroy()
  4561. if Debounces.CanJoke == false then
  4562. Debounces.CanJoke = true
  4563. end
  4564. end
  4565. end
  4566. end)
  4567. ----------------------------------------------------
  4568. mouse.KeyDown:connect(function(key)
  4569. if key == "j" then
  4570. if Debounces.CanJoke == true then
  4571. Debounces.CanJoke = false
  4572. z = Instance.new("Sound",char)
  4573. z.SoundId = "rbxassetid://135017755"
  4574. z.Pitch = .76
  4575. z.Volume = 1
  4576. wait()
  4577. z:Play()
  4578. wait(6)
  4579. z:Destroy()
  4580. if Debounces.CanJoke == false then
  4581. Debounces.CanJoke = true
  4582. end
  4583. end
  4584. end
  4585. end)
  4586. ----------------------------------------------------
  4587. mouse.KeyDown:connect(function(key)
  4588. if key == "k" then
  4589. if Debounces.CanJoke == true then
  4590. Debounces.CanJoke = false
  4591. z = Instance.new("Sound",char)
  4592. z.SoundId = "rbxassetid://135017578"
  4593. z.Pitch = .76
  4594. z.Volume = 1
  4595. wait()
  4596. z:Play()
  4597. wait(4)
  4598. z:Destroy()
  4599. if Debounces.CanJoke == false then
  4600. Debounces.CanJoke = true
  4601. end
  4602. end
  4603. end
  4604. end)
  4605. ----------------------------------------------------
  4606. mouse.KeyDown:connect(function(key)
  4607. if key == "x" then
  4608. if Debounces.CanAttack == true then
  4609. Debounces.CanAttack = false
  4610. Debounces.NoIdl = true
  4611. Debounces.on = true
  4612. Debounces.ks = true
  4613. for i = 1, 10 do
  4614. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(20)), 0.2)
  4615. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.7,.9,-.5)*CFrame.Angles(math.rad(40),math.rad(0),math.rad(20)), 0.2)
  4616. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.4)*CFrame.Angles(math.rad(-26),math.rad(0),0), 0.2)
  4617. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(-10), math.rad(0), 0), 0.2)
  4618. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0)), 0.2)
  4619. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2.7, .6) * CFrame.Angles(math.rad(-70), math.rad(0), math.rad(0)), 0.2)
  4620. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  4621. if Debounces.on == false then break end
  4622. rs:wait(1)
  4623. end
  4624. z = Instance.new("Sound",hed)
  4625. z.SoundId = "rbxassetid://169445092"
  4626. z.Volume = 1
  4627. wait(0.1)
  4628. z:Play()
  4629. kik = rleg.Touched:connect(function(ht)
  4630. hit = ht.Parent
  4631. if ht and hit:IsA("Model") then
  4632. if hit:FindFirstChild("Humanoid") then
  4633. if hit.Name ~= p.Name then
  4634. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  4635. Debounces.Slashed = true]]--
  4636. if Debounces.ks==true then
  4637. z = Instance.new("Sound",hed)
  4638. z.SoundId = "rbxassetid://169380525"
  4639. z.Volume = 1
  4640. z:Play()
  4641. Debounces.ks=false
  4642. end
  4643. hit:FindFirstChild("Humanoid"):TakeDamage(2)
  4644. hit:FindFirstChild("Humanoid").PlatformStand = true
  4645. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
  4646. --Debounces.Slashed = false
  4647. --end
  4648. end
  4649. end
  4650. elseif ht and hit:IsA("Hat") then
  4651. if hit.Parent.Name ~= p.Name then
  4652. if hit.Parent:FindFirstChild("Humanoid") then
  4653. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  4654. Debounces.Slashed = true]]--
  4655. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(2)
  4656. hit:FindFirstChild("Humanoid").PlatformStand = true
  4657. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
  4658. --Debounces.Slashed = false
  4659. --end
  4660. end
  4661. end
  4662. end
  4663. end)
  4664. for i = 1, 8 do
  4665. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(20)), 0.3)
  4666. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9,0)*CFrame.Angles(math.rad(-50),math.rad(0),math.rad(-20)), 0.3)
  4667. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,.2)*CFrame.Angles(math.rad(8),math.rad(0),0), 0.3)
  4668. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(16), math.rad(0), 0), 0.3)
  4669. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(math.rad(-16), math.rad(0), math.rad(0)), 0.3)
  4670. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2.6, -1.4) * CFrame.Angles(math.rad(60), math.rad(0), math.rad(0)), 0.3)
  4671. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  4672. if Debounces.on == false then break end
  4673. rs:wait(.7)
  4674. end
  4675. kik:disconnect()
  4676. if Debounces.CanAttack == false then
  4677. Debounces.CanAttack = true
  4678. Debounces.on = false
  4679. Debounces.NoIdl = false
  4680. end
  4681. end
  4682. end
  4683. end)
  4684. ----------------------------------------------------
  4685. mouse.KeyDown:connect(function(key)
  4686. if key == "c" then
  4687. if Debounces.CanAttack == true then
  4688. Debounces.CanAttack = false
  4689. Debounces.NoIdl = true
  4690. Debounces.on = true
  4691. SIDZ = {"231917744", "231917742"}
  4692. PTZ = {0.7, 0.8, 0.9, 1}
  4693. for i = 1, 20 do
  4694. wait()
  4695. for i,v in pairs(char.Absolution:children()) do
  4696. if v:IsA("Part") or v:IsA("WedgePart") then
  4697. v.Transparency = v.Transparency + 0.05
  4698. end
  4699. end
  4700. end
  4701. function FindNearestTorso(Position,Distance,SinglePlayer)
  4702. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  4703. local List = {}
  4704. for i,v in pairs(workspace:GetChildren())do
  4705. if v:IsA("Model")then
  4706. if v:findFirstChild("Torso")then
  4707. if v ~= char then
  4708. if(v.Torso.Position -Position).magnitude <= Distance then
  4709. table.insert(List,v)
  4710. end
  4711. end
  4712. end
  4713. end
  4714. end
  4715. return List
  4716. end
  4717. GroundPound()
  4718. for i = 1, 11 do
  4719. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,1)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)), 0.4)
  4720. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.2,.9,-2.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(20)), 0.4)
  4721. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(20),0), 0.3)
  4722. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(-20), 0), 0.3)
  4723. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(-30)), 0.3)
  4724. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.3)
  4725. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  4726. if Debounces.on == false then break end
  4727. rs:wait(1.4)
  4728. end
  4729. GroundPound()
  4730. for i = 1, 11 do
  4731. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.2,.9,-2.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-20)), 0.4)
  4732. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9,1)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)), 0.4)
  4733. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(-20),0), 0.3)
  4734. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(20), 0), 0.3)
  4735. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.3)
  4736. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(30)), 0.3)
  4737. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  4738. if Debounces.on == false then break end
  4739. rs:wait(1.4)
  4740. end
  4741. GroundPound()
  4742. for i = 1, 11 do
  4743. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,1)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)), 0.4)
  4744. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.2,.9,-2.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(20)), 0.4)
  4745. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(20),0), 0.3)
  4746. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(-20), 0), 0.3)
  4747. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(-30)), 0.3)
  4748. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.3)
  4749. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  4750. if Debounces.on == false then break end
  4751. rs:wait(1.4)
  4752. end
  4753. GroundPound()
  4754. for i = 1, 11 do
  4755. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.2,.9,-2.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-20)), 0.4)
  4756. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9,1)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)), 0.4)
  4757. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(-20),0), 0.3)
  4758. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(20), 0), 0.3)
  4759. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.3)
  4760. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(30)), 0.3)
  4761. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  4762. if Debounces.on == false then break end
  4763. rs:wait(1.4)
  4764. end
  4765. GroundPound()
  4766. for i = 1, 11 do
  4767. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,1)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)), 0.4)
  4768. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.2,.9,-2.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(20)), 0.4)
  4769. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(20),0), 0.3)
  4770. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(-20), 0), 0.3)
  4771. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(-30)), 0.3)
  4772. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.3)
  4773. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  4774. if Debounces.on == false then break end
  4775. rs:wait(1.4)
  4776. end
  4777. GroundPound()
  4778. for i = 1, 11 do
  4779. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.2,.9,-2.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-20)), 0.4)
  4780. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9,1)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)), 0.4)
  4781. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(-20),0), 0.3)
  4782. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(20), 0), 0.3)
  4783. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.3)
  4784. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(30)), 0.3)
  4785. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  4786. if Debounces.on == false then break end
  4787. rs:wait(1.4)
  4788. end
  4789. for i = 1, 24 do
  4790. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.4, 2.4, 0)*CFrame.Angles(math.rad(170),math.rad(0),math.rad(-10)), 0.2)
  4791. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.4, 2.4, 0)*CFrame.Angles(math.rad(170),math.rad(0),math.rad(10)), 0.2)
  4792. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, .2)*CFrame.Angles(math.rad(16),math.rad(0),0), 0.2)
  4793. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 2, 0) * CFrame.Angles(math.rad(20), math.rad(0), 0), 0.2)
  4794. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
  4795. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2, -1.4) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
  4796. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.5, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  4797. if Debounces.on == false then break end
  4798. rs:wait(3)
  4799. end
  4800. for i,v in pairs(FindNearestTorso(torso.CFrame.p,25))do
  4801. if v:FindFirstChild('Humanoid') then
  4802. v.Humanoid:TakeDamage(math.random(20,60))
  4803. v.Humanoid.PlatformStand = true
  4804. v:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 100
  4805. end
  4806. end
  4807. x = Instance.new("Sound",char)
  4808. x.SoundId = "rbxassetid://"..SIDZ[math.random(1,#SIDZ)]
  4809. x.Pitch = PTZ[math.random(1,#PTZ)]
  4810. x.Volume = 1
  4811. wait(0.1)
  4812. x:Play()
  4813. Crater(hed,20)
  4814. for i = 1, 20 do
  4815. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.4, 3.2, -.5)*CFrame.Angles(math.rad(160),math.rad(0),math.rad(-10)), 0.6)
  4816. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.4, 3.2, -.5)*CFrame.Angles(math.rad(160),math.rad(0),math.rad(10)), 0.6)
  4817. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, .2)*CFrame.Angles(math.rad(16),math.rad(0),0), 0.6)
  4818. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -5, 0) * CFrame.Angles(math.rad(-90), math.rad(0), 0), 0.6)
  4819. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, .4) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.6)
  4820. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2, .4) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.6)
  4821. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.5, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  4822. if Debounces.on == false then break end
  4823. rs:wait(2)
  4824. end
  4825. if Debounces.CanAttack == false then
  4826. Debounces.CanAttack = true
  4827. Debounces.on = false
  4828. Debounces.NoIdl = false
  4829. for i = 1, 20 do
  4830. wait()
  4831. for i,v in pairs(char.Absolution:children()) do
  4832. if v:IsA("Part") or v:IsA("WedgePart") then
  4833. v.Transparency = v.Transparency - 0.05
  4834. end
  4835. end
  4836. end
  4837. end
  4838. end
  4839. end
  4840. end)
  4841. ----------------------------------------------------176349813
  4842. mouse.KeyDown:connect(function(key)
  4843. if key == "b" then
  4844. hum.WalkSpeed = 0.010
  4845. if Debounces.CanAttack == true then
  4846. Debounces.CanAttack = false
  4847. Debounces.NoIdl = true
  4848. Debounces.on = true
  4849. for i = 1, 30 do
  4850. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.4, 2.4, 0)*CFrame.Angles(math.rad(170),math.rad(0),math.rad(-34)), 0.2)
  4851. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.4, 2.4, 0)*CFrame.Angles(math.rad(170),math.rad(0),math.rad(34)), 0.2)
  4852. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, .2)*CFrame.Angles(math.rad(16),math.rad(0),0), 0.2)
  4853. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(20), math.rad(0), 0), 0.2)
  4854. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
  4855. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2, -1.4) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
  4856. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.5, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  4857. if Debounces.on == false then break end
  4858. rs:wait(6)
  4859. end
  4860. v = Instance.new("Sound")
  4861. v.SoundId = "rbxassetid://181384451"
  4862. v.Parent = char
  4863. v.Looped = false
  4864. v.Pitch = .94
  4865. v.Volume = 1
  4866. wait(.01)
  4867. v:Play()
  4868.  
  4869. if Daytime == true then
  4870. Daytime = false
  4871. l.TimeOfDay = 24
  4872. else
  4873. Daytime = true
  4874. l.TimeOfDay = 12
  4875. l.OutdoorAmbient = Color3.new(0.498039, 0.498039, 0.498039)
  4876. end
  4877.  
  4878. local Shockwave = function()
  4879. local rng1 = Instance.new("Part", char)
  4880. rng1.Anchored = true
  4881. rng1.BrickColor = BrickColor.new("Really black")
  4882. rng1.CanCollide = false
  4883. rng1.FormFactor = 3
  4884. rng1.Name = "Ring"
  4885. rng1.Size = Vector3.new(1, 1, 1)
  4886. rng1.Transparency = 0.35
  4887. rng1.TopSurface = 0
  4888. rng1.BottomSurface = 0
  4889. local rngm1 = Instance.new("SpecialMesh", rng)
  4890. rngm1.MeshId = "http://www.roblox.com/asset/?id=3270017"
  4891. rngm1.Scale = Vector3.new(10, 10, 1)
  4892. rng1.CFrame = CFrame.new(0, -2, 0) * CFrame.Angles(0, 0, 0)
  4893. local Wave = Instance.new("Part", game.Workspace--[[?]])
  4894. Wave.Name = "Shockwave"
  4895. Wave.BrickColor = BrickColor.new("Really black")
  4896. Wave.Size = Vector3.new(1, 1, 1)
  4897. Wave.Shape = "Ball"
  4898. Wave.CanCollide = false
  4899. Wave.Anchored = true
  4900. Wave.TopSurface = 0
  4901. Wave.BottomSurface = 0
  4902. Wave.Touched:connect(function(hit)
  4903. if hit.Parent:findFirstChild("Humanoid") and hit.Parent:findFirstChild("Torso") then
  4904. local Occlude = true
  4905. local NotOccludes = {
  4906. char.Name;
  4907. "Wings";
  4908. "Scythe";
  4909. "Thingy";
  4910. "Thingy2"; -- put all of the names in a table pls
  4911. }
  4912. for i,v in pairs(NotOccludes) do
  4913. if hit.Parent.Name == v then
  4914. Occlude = false
  4915. end
  4916. end
  4917. --if hit.Parent.Name ~= char.Name and hit.Name ~= "Wings" and hit.Name ~= "Scythe" and hit.Name ~= "Thingy" and hit.Name ~= "Thingy2" and hit.Parent.Name ~= "Wings" and hit.Parent.Name ~= "Scythe" and hit.Parent.Name ~= "Thingy" and hit.Parent.Name ~= "Thingy2" then
  4918. if Occlude then
  4919. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 1
  4920. hit.Parent:findFirstChild("Torso").Velocity = hit.Parent:findFirstChild("Torso").CFrame.lookVector * -120
  4921. end
  4922. end
  4923. end)
  4924.  
  4925. Instance.new("SpecialMesh", Wave).MeshType = "Sphere"
  4926.  
  4927. coroutine.wrap(function()
  4928. for i = 1, 20, 0.2 do
  4929. rngm1.Scale = Vector3.new(10 + i*2, 10 + i*2, 1)
  4930. rng1.Transparency = i/20
  4931. wait()
  4932. end
  4933. wait()
  4934. rng1:Destroy()
  4935. end)()
  4936.  
  4937. Delay(0, function()
  4938.  
  4939. if Daytime == false then
  4940. for i = 1, 50, 1 do
  4941. Wave.Size = Vector3.new(1 + i, 1 + i, 1 + i)
  4942. Wave.CFrame = char.Torso.CFrame
  4943. local t = i / 50
  4944. Wave.Transparency = t
  4945. wait()
  4946. end
  4947. else
  4948. for i = 1, 50, 1 do
  4949. Wave.Size = Vector3.new(1 + i, 1 + i, 1 + i)
  4950. Wave.CFrame = char.Torso.CFrame
  4951. local t = i / 50
  4952. Wave.Transparency = t
  4953. wait()
  4954. end
  4955. end
  4956. Wave:Destroy()
  4957. end)
  4958. Delay(0, function()
  4959. while wait() do
  4960. if Wave ~= nil then
  4961. Wave.CFrame = char.Torso.CFrame
  4962. else
  4963. break
  4964. end
  4965. end
  4966. end)
  4967. end
  4968. Shockwave()
  4969. for i = 1, 30 do
  4970. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0)*CFrame.Angles(math.rad(20),math.rad(0), math.rad(0)),0.3)
  4971. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.6, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.3)
  4972. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, .4)*CFrame.Angles(math.rad(-50),math.rad(0),math.rad(28)), 0.3)
  4973. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9, .4)*CFrame.Angles(math.rad(-50),math.rad(0),math.rad(-28)), 0.3)
  4974. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.2)
  4975. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3.2, .3) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
  4976. if Debounces.on == false then break end
  4977. rs:wait()
  4978. end
  4979. wait(2.4)
  4980. Debounces.NoIdl = false
  4981. hum.WalkSpeed = 100
  4982. Debounces.on = false
  4983. wait()
  4984. if Debounces.CanAttack == false then
  4985. Debounces.CanAttack = true
  4986. v:Destroy()
  4987. end
  4988. end
  4989. end
  4990. end)
  4991. ----------------------------------------------------
  4992. mouse.KeyDown:connect(function(key)
  4993. if key == "l" then
  4994. for i = 1, 20 do
  4995. wait()
  4996. for i,v in pairs(char.Absolution:children()) do
  4997. if v:IsA("Part") or v:IsA("WedgePart") then
  4998. v.Transparency = v.Transparency + 0.05
  4999. end
  5000. end
  5001. end
  5002. if Debounces.CanAttack == true then
  5003. Debounces.CanAttack = false
  5004. Debounces.NoIdl = true
  5005. Debounces.on = true
  5006. bv = Instance.new("BodyVelocity",torso)
  5007. bv.maxForce = Vector3.new(0,200000,0)
  5008. bv.P = 100000
  5009. bv.velocity = Vector3.new(0,500,0)
  5010. wait(2)
  5011. bv:Destroy()
  5012. if (torso.Velocity*Vector3.new(1, 1, 1)).magnitude > 1 then
  5013. for i = 1, 20 do
  5014. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0)*CFrame.Angles(math.rad(-14),math.rad(0), math.rad(0)),0.3)
  5015. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.6, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  5016. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.5, .9, -.5) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(40)), 0.3)
  5017. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.5, .9, -.5) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(-40)), 0.3)
  5018. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -1.5, -1) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
  5019. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -1.5, -1) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
  5020. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.85, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  5021. if Debounces.on == false then break end
  5022. wait()
  5023. end
  5024. for i = 1, 360, 20 do wait()
  5025. torso.Weld.C1 = CFrame.new(0,0,0) * CFrame.Angles(math.rad(i),0,0)
  5026. end
  5027. end
  5028. torso.Weld.C1 = CFrame.new(0,-1.2,0)
  5029. local ry,ht,ps=nil,nil,nil
  5030. while ht==nil do
  5031. ry,ht,ps=newRay(root.CFrame*CFrame.new(0,-2,0),root.CFrame*CFrame.new(0,-3,0),4.1,{char})
  5032. wait()
  5033. end
  5034. z = Instance.new("Sound",char)
  5035. z.SoundId = "rbxassetid://245537790"
  5036. z.Pitch = 1
  5037. z.Volume = 1
  5038. wait(0.1)
  5039. z:Play()
  5040. local sp = Instance.new("Part", char)
  5041. sp.Name = "Energy"
  5042. sp.BrickColor = BrickColor.new("Really black")
  5043. sp.Size = Vector3.new(1, 1, 1)
  5044. sp.Shape = "Ball"
  5045. sp.CanCollide = false
  5046. sp.Anchored = true
  5047. sp.TopSurface = 0
  5048. sp.BottomSurface = 0
  5049. local spm = Instance.new("SpecialMesh",sp)
  5050. spm.MeshId = "rbxassetid://9982590"
  5051. spm.Scale = Vector3.new(3,3,3)
  5052. local sp2 = Instance.new("Part", char)
  5053. sp2.Name = "Energy2"
  5054. sp2.BrickColor = BrickColor.new("Really black")
  5055. sp2.Size = Vector3.new(1, 1, 1)
  5056. sp2.Shape = "Ball"
  5057. sp2.CanCollide = false
  5058. sp2.Anchored = true
  5059. sp2.TopSurface = 0
  5060. sp2.BottomSurface = 0
  5061. local spm2 = Instance.new("SpecialMesh",sp2)
  5062. spm2.MeshId = "rbxassetid://9982590"
  5063. spm2.Scale = Vector3.new(3,3,3)
  5064. sp.Touched:connect(function(hit)
  5065. if hit.Parent:findFirstChild("Humanoid") and hit.Parent:findFirstChild("Torso") then
  5066. local Occlude = true
  5067. local NotOccludes = {
  5068. char.Name;
  5069. "Wings";
  5070. "Scythe";
  5071. "Thingy";
  5072. "Thingy2"; -- put all of the names in a table pls
  5073. }
  5074. for i,v in pairs(NotOccludes) do
  5075. if hit.Parent.Name == v then
  5076. Occlude = false
  5077. end
  5078. end
  5079. --if hit.Parent.Name ~= char.Name and hit.Name ~= "Wings" and hit.Name ~= "Scythe" and hit.Name ~= "Thingy" and hit.Name ~= "Thingy2" and hit.Parent.Name ~= "Wings" and hit.Parent.Name ~= "Scythe" and hit.Parent.Name ~= "Thingy" and hit.Parent.Name ~= "Thingy2" then
  5080. if Occlude then
  5081. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 80
  5082. hit.Parent:findFirstChild("Torso").Velocity = hit.Parent:findFirstChild("Torso").CFrame.lookVector * -120
  5083. end
  5084. end
  5085. end)
  5086. sp2.Touched:connect(function(hit)
  5087. if hit.Parent:findFirstChild("Humanoid") and hit.Parent:findFirstChild("Torso") then
  5088. local Occlude = true
  5089. local NotOccludes = {
  5090. char.Name;
  5091. "Wings";
  5092. "Scythe";
  5093. "Thingy";
  5094. "Thingy2"; -- put all of the names in a table pls
  5095. }
  5096. for i,v in pairs(NotOccludes) do
  5097. if hit.Parent.Name == v then
  5098. Occlude = false
  5099. end
  5100. end
  5101. --if hit.Parent.Name ~= char.Name and hit.Name ~= "Wings" and hit.Name ~= "Scythe" and hit.Name ~= "Thingy" and hit.Name ~= "Thingy2" and hit.Parent.Name ~= "Wings" and hit.Parent.Name ~= "Scythe" and hit.Parent.Name ~= "Thingy" and hit.Parent.Name ~= "Thingy2" then
  5102. if Occlude then
  5103. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 1
  5104. hit.Parent:findFirstChild("Torso").Velocity = hit.Parent:findFirstChild("Torso").CFrame.lookVector * -120
  5105. end
  5106. end
  5107. end)
  5108. for i = 1, 100, 1 do
  5109. sp.Size = Vector3.new(1 + i, 1 + i, 1 + i)
  5110. sp2.Size = Vector3.new(1 + i, 1 + i, 1 + i)
  5111. sp.CFrame = root.CFrame * CFrame.new(0,0,0) * CFrame.Angles(math.rad(i), math.rad(i), math.rad(-i))
  5112. sp2.CFrame = root.CFrame * CFrame.new(0,0,0) * CFrame.Angles(math.rad(-i), math.rad(-i), math.rad(i))
  5113. spm.Scale = sp.Size
  5114. spm2.Scale = sp2.Size
  5115. local t = i / 100
  5116. sp.Transparency = t
  5117. sp2.Transparency = t
  5118. wait()
  5119. end
  5120. sp:Destroy()
  5121. sp2:Destroy()
  5122. z:Destroy()
  5123. for i = 1, 20 do
  5124. wait()
  5125. for i,v in pairs(char.Absolution:children()) do
  5126. if v:IsA("Part") or v:IsA("WedgePart") then
  5127. v.Transparency = v.Transparency - 0.05
  5128. end
  5129. end
  5130. end
  5131. if Debounces.CanAttack == false then
  5132. Debounces.CanAttack = true
  5133. Debounces.NoIdl = false
  5134. Debounces.on = false
  5135. end
  5136. end
  5137. end
  5138. end)
  5139. ----------------------------------------------------
  5140. local orbt={}
  5141. local stlt={}
  5142. local chot={}
  5143. local cfxt={}
  5144. local pfxt={}
  5145. local cns=0
  5146. local cnOrb=nil
  5147. mouse.KeyDown:connect(function(key)
  5148. if key == "u" then
  5149. if Debounces.CanAttack == true then
  5150. Debounces.CanAttack = false
  5151. Debounces.NoIdl = true
  5152. Debounces.on = true
  5153. orbt={}
  5154. stlt={}
  5155. chot={}
  5156. cfxt={}
  5157. for i = 1, 20 do
  5158. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(70),math.rad(0),math.rad(30)), 0.2)
  5159. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,1.4,0)*CFrame.Angles(math.rad(170),math.rad(-20),math.rad(-30)), 0.2)
  5160. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0)*CFrame.Angles(math.rad(0),math.rad(-40),0), 0.2)
  5161. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(40), 0), 0.2)
  5162. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.15, -3, 0.4) * CFrame.Angles(math.rad(-20), math.rad(20), math.rad(-10)), 0.2)
  5163. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.15, -3, -0.4) * CFrame.Angles(math.rad(20), math.rad(-10), math.rad(10)), 0.2)
  5164. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.85, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  5165. if Debounces.on == false then end
  5166. rs:wait()
  5167. end
  5168. z = Instance.new("Sound",char)
  5169. z.SoundId = "rbxassetid://170053944"
  5170. z.Pitch = 1.07
  5171. z.Volume = 2
  5172. wait(0.1)
  5173. z:Play()
  5174. z2 = Instance.new("Sound",char)
  5175. z2.SoundId = "rbxassetid://489657591"
  5176. z2.Pitch = 2
  5177. z2.Volume = 2
  5178. wait(0.1)
  5179. z2:Play()
  5180. cnOrb=nwPrt(char,Vector3.new(10,10,10),larm.CFrame*CFrame.new(0,-3.4,-0.1),"Institutional white")
  5181.  
  5182. local txt = Instance.new("BillboardGui", cnOrb)
  5183. txt.Adornee = cnOrb
  5184. txt.Name = "_status"
  5185. txt.Size = UDim2.new(2, 0, 1.2, 0)
  5186. txt.StudsOffset = Vector3.new(-9, 75, 0)
  5187. local text = Instance.new("TextLabel", txt)
  5188. text.Size = UDim2.new(10, 0, 7, 0)
  5189. text.FontSize = "Size24"
  5190. text.TextScaled = true
  5191. text.TextTransparency = 0
  5192. text.BackgroundTransparency = 1
  5193. text.TextTransparency = 0
  5194. text.TextStrokeTransparency = 0
  5195. text.Font = "SciFi"
  5196. text.TextStrokeColor3 = Color3.new(0,0,0)
  5197.  
  5198. v=Instance.new("Part")
  5199. v.Name = "ColorBrick"
  5200. v.Parent=cnOrb
  5201. v.FormFactor="Symmetric"
  5202. v.Anchored=true
  5203. v.CanCollide=false
  5204. v.BottomSurface="Smooth"
  5205. v.TopSurface="Smooth"
  5206. v.Size=Vector3.new(10,5,3)
  5207. v.Transparency=1
  5208. v.CFrame=char.Torso.CFrame
  5209. v.BrickColor=BrickColor.new(CV)
  5210. v.Transparency=1
  5211. text.TextColor3 = Color3.new(1,1,1)
  5212. v.Shape="Block"
  5213. text.Text = "Scuti"
  5214.  
  5215. debris:AddItem(cnOrb,50)
  5216. cnOrb.Mesh.MeshType=3
  5217. table.insert(orbt,cnOrb)
  5218. table.insert(stlt,cnOrb)
  5219. local nt=0
  5220. for i=0,5,0.02 do
  5221. nt=nt+1
  5222. cns=i
  5223. if nt>=2 then
  5224. nt=0
  5225. local cho=nwPrt(mod3,Vector3.new(20,20,20),cnOrb.CFrame*CFrame.Angles(math.rad(math.random(-180,180)),math.rad(math.random(-180,180)),math.rad(math.random(-180,180)))*CFrame.new(0,5+cns,0),"Institutional white")
  5226. debris:AddItem(cho,1)
  5227. cho.Mesh.MeshType=3
  5228. table.insert(chot,cho)
  5229. end
  5230. cnOrb.CFrame=larm.CFrame*CFrame.new(0,-3.4-(cns/2),-0.1)
  5231. cnOrb.Mesh.Scale=Vector3.new(i,i,i)
  5232. wait()
  5233. end
  5234. for i = 1, 14 do
  5235. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,1.4,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-90)), 0.6)
  5236. if Debounces.on == false then end
  5237. rs:wait()
  5238. end
  5239. coroutine.wrap(function()
  5240. for i = 1, 20 do
  5241. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(30)), 0.45)
  5242. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2,.8,-.3)*CFrame.Angles(math.rad(70),math.rad(20),math.rad(50)), 0.6)
  5243. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0)*CFrame.Angles(math.rad(0),math.rad(20),0), 0.5)
  5244. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(-40), math.rad(-20), 0), 0.5)
  5245. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.15, -3, -0.4) * CFrame.Angles(math.rad(60), math.rad(20), math.rad(-10)), 0.5)
  5246. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.15, -3, 0.4) * CFrame.Angles(math.rad(0), math.rad(-10), math.rad(10)), 0.5)
  5247. if Debounces.on == false then end
  5248. rs:wait()
  5249. end
  5250. end)()
  5251. wait(0.1)
  5252. stlt={}
  5253. local ry,ht,ps=newRay(root.CFrame*CFrame.new(0,0,-4),root.CFrame*CFrame.new(0,0,-4)*CFrame.Angles(math.rad(-5),0,0)*CFrame.new(0,0,-2),160,{char})
  5254. cnOrb.CFrame=root.CFrame*CFrame.new(0,0,-4)*CFrame.Angles(math.rad(-5),0,0)
  5255. local nt=0
  5256. for i=0,160,3 do
  5257. cnOrb.CFrame=cnOrb.CFrame*CFrame.new(0,0,-3)
  5258. nt=nt+1
  5259. if nt>=6 then
  5260. nt=0
  5261. local cfx=nwPrt(mod3,Vector3.new(10,10,10),cnOrb.CFrame*CFrame.new(0,0,2)*CFrame.Angles(math.rad(90),0,0),"Institutional white")
  5262. cfx.Mesh.MeshId="rbxassetid://20329976"
  5263. cfx.Transparency=0.4
  5264. table.insert(cfxt,cfx)
  5265. debris:AddItem(cfx,1)
  5266. end
  5267. if (cnOrb.Position-ps).magnitude<6 then
  5268. break
  5269. end
  5270. wait()
  5271. end
  5272. orbt={}
  5273.  
  5274. for i=0,1,0.1 do
  5275. local cs=cnOrb.Mesh.Scale
  5276. cnOrb.Mesh.Scale=Vector3.new(Tween(cs.X,100,i),Tween(cs.Y,100,i),Tween(cs.Z,100,i))
  5277. wait()
  5278. end
  5279. local ofx=nwPrt(cnOrb,Vector3.new(10,10,10),cnOrb.CFrame,"Institutional white")
  5280. ofx.Transparency=0.5
  5281. ofx.Mesh.MeshType=3
  5282. ofx.Mesh.Scale=Vector3.new(30,30,30)
  5283. for _,v in pairs(game:service"Players":GetChildren()) do
  5284. pcall(function()
  5285. for _,c in pairs(v.Character:GetChildren()) do
  5286. if v~=p and c:IsA("Part") and (cnOrb.CFrame.p-c.CFrame.p).magnitude<60 and (cnOrb.CFrame.p-c.CFrame.p).magnitude>50 then
  5287. local hrp=v.Character:FindFirstChild("HumanoidRootPart")
  5288. hrp.Velocity=CFrame.new(hrp.CFrame.p,(cnOrb.CFrame*CFrame.new(0,10,0)).p).lookVector*150
  5289. end
  5290. end
  5291. end)
  5292. end
  5293. for i=0,1,0.05 do
  5294. local cs=cnOrb.Mesh.Scale
  5295. cnOrb.Mesh.Scale=Vector3.new(Tween(cs.X,0.1,i),Tween(cs.Y,0.1,i),Tween(cs.Z,0.1,i))
  5296. local ofs=ofx.Mesh.Scale
  5297. ofx.Mesh.Scale=Vector3.new(Tween(ofs.X,0.1,i),Tween(ofs.Y,0.1,i),Tween(ofs.Z,0.1,i))
  5298. ofx.Transparency=Tween(ofx.Transparency,1,i)
  5299. wait()
  5300. end
  5301. ofx:Destroy()
  5302. cnOrb.CFrame=CFrame.new(cnOrb.Position)*CFrame.new(0,10,0)
  5303. local cnfx=nwPrt(cnOrb,Vector3.new(10,10,10),cnOrb.CFrame,"Institutional white")
  5304. cnfx.Mesh.MeshType=3
  5305. cnOrb.Transparency=0.05
  5306. local cnr=nwPrt(cnOrb,Vector3.new(10,10,10),cnOrb.CFrame,"Institutional white")
  5307. cnr.Mesh.MeshType=3
  5308. local rn1=nwPrt(cnOrb,Vector3.new(10,10,10),cnOrb.CFrame*CFrame.Angles(math.rad(90),0,0),"Institutional white")
  5309. rn1.Transparency=1
  5310. rn1.Mesh.MeshId="rbxassetid://3270017"
  5311. local rn2=nwPrt(cnOrb,Vector3.new(10,10,10),cnOrb.CFrame,"Institutional white")
  5312. rn2.Transparency=1
  5313. rn2.Mesh.MeshId="rbxassetid://3270017"
  5314. local rn3=nwPrt(cnOrb,Vector3.new(100,100,100),cnOrb.CFrame*CFrame.Angles(math.rad(-90),0,0),"Institutional white")
  5315. rn3.Transparency=1
  5316. rn3.Mesh.MeshId="rbxassetid://3270017"
  5317. local rn4=nwPrt(cnOrb,Vector3.new(100,100,100),cnOrb.CFrame,"Institutional white")
  5318. rn4.Transparency=1
  5319. rn4.Mesh.MeshId="rbxassetid://3270017"
  5320. local rn5=nwPrt(cnOrb,Vector3.new(200,200,100),cnOrb.CFrame,"Institutional white")
  5321. rn5.Transparency=1
  5322. rn5.Mesh.MeshId="rbxassetid://3270017"
  5323. local rn6=nwPrt(cnOrb,Vector3.new(200,200,100),cnOrb.CFrame,"Institutional white")
  5324. rn6.Transparency=1
  5325. rn6.Mesh.MeshId="rbxassetid://3270017"
  5326. local nt=0
  5327. local cs=nil
  5328. z4 = Instance.new("Sound",char)
  5329. z4.SoundId = "rbxassetid://419447292"
  5330. z4.Pitch = 1
  5331. z4.Volume = 10
  5332. wait(0.1)
  5333. z4:Play()
  5334. z3 = Instance.new("Sound",char)
  5335. z3.SoundId = "rbxassetid://421328847"
  5336. z3.Pitch = 1
  5337. z3.Volume = 10
  5338. wait(0.1)
  5339. z3:Play()
  5340. for i=0,1,0.05 do
  5341. cs=cnOrb.Mesh.Scale
  5342. cnOrb.Mesh.Scale=Vector3.new(Tween(cs.X,100,i),Tween(cs.Y,100,i),Tween(cs.Z,100,i))
  5343. local fs=cnfx.Mesh.Scale
  5344. cnfx.Mesh.Scale=Vector3.new(Tween(fs.X,120,i),Tween(fs.Y,120,i),Tween(fs.Z,120,i))
  5345. cnfx.Transparency=cnfx.Transparency+0.05
  5346. rn1.Mesh.Scale=Vector3.new(Tween(fs.X,120,i),Tween(fs.Y,120,i),Tween(fs.Z,60,i))
  5347. rn2.Mesh.Scale=Vector3.new(Tween(fs.X,120,i),Tween(fs.Y,120,i),Tween(fs.Z,60,i))
  5348. rn1.CFrame=rn1.CFrame*CFrame.Angles(math.rad(10),math.rad(6),math.rad(3))
  5349. rn2.CFrame=rn2.CFrame*CFrame.Angles(math.rad(10),math.rad(6),math.rad(3))
  5350. rn1.Transparency=Tween(rn1.Transparency,0.8,i)
  5351. rn2.Transparency=Tween(rn2.Transparency,0.8,i)
  5352. rn3.Mesh.Scale=Vector3.new(Tween(fs.X,1200,i),Tween(fs.Y,1200,i),Tween(fs.Z,600,i))
  5353. rn4.Mesh.Scale=Vector3.new(Tween(fs.X,1200,i),Tween(fs.Y,1200,i),Tween(fs.Z,600,i))
  5354. rn3.CFrame=rn3.CFrame*CFrame.Angles(math.rad(-10),math.rad(-6),math.rad(-3))
  5355. rn4.CFrame=rn4.CFrame*CFrame.Angles(math.rad(-10),math.rad(-6),math.rad(-3))
  5356. rn3.Transparency=Tween(rn1.Transparency,0.8,i)
  5357. rn4.Transparency=Tween(rn2.Transparency,0.8,i)
  5358. rn5.Transparency=Tween(rn2.Transparency,0.25,i)
  5359. rn5.CFrame=rn5.CFrame*CFrame.Angles(math.rad(-20),math.rad(-18),math.rad(-9))
  5360. rn5.Mesh.Scale=Vector3.new(Tween(fs.X,2400,i),Tween(fs.Y,2400,i),Tween(fs.Z,1200,i))
  5361. rn6.Transparency=Tween(rn2.Transparency,0.25,i)
  5362. rn6.CFrame=rn6.CFrame*CFrame.Angles(math.rad(20),math.rad(18),math.rad(9))
  5363. rn6.Mesh.Scale=Vector3.new(Tween(fs.X,2400,i),Tween(fs.Y,2400,i),Tween(fs.Z,1200,i))
  5364. local rs=cnr.Mesh.Scale
  5365. cnr.Mesh.Scale=Vector3.new(Tween(rs.X,10,i),Tween(rs.Y,10,i),Tween(rs.Z,10,i))
  5366. nt=nt+1
  5367. if nt>=6 then
  5368. local pls={}
  5369. for _,v in pairs(game.Players:GetChildren()) do
  5370. table.insert(pls,v)
  5371. end
  5372. local ry2,ht2,ps2=newRay(cnOrb.CFrame,cnOrb.CFrame*CFrame.new(0,-1,0),1000,pls)
  5373. local pffx=nwPrt(mod3,Vector3.new(1,1,1),CFrame.new(ps2)*CFrame.new(0,10,-12),"Institutional white")
  5374. pffx.Mesh.MeshId="rbxassetid://20329976"
  5375. pffx.Mesh.Scale=Vector3.new(cs.X,cs.Y/5,cs.Z)
  5376. debris:AddItem(pffx,2)
  5377. table.insert(pfxt,pffx)
  5378. nt=0
  5379. end
  5380. wait()
  5381. end
  5382. local int=0
  5383. coroutine.wrap(function()
  5384. for i=1,500 do
  5385. rn1.CFrame=rn1.CFrame*CFrame.Angles(math.rad(10),math.rad(5),math.rad(5))
  5386. rn2.CFrame=rn2.CFrame*CFrame.Angles(math.rad(10),math.rad(5),math.rad(5))
  5387. rn3.CFrame=rn3.CFrame*CFrame.Angles(math.rad(-10),math.rad(-5),math.rad(-5))
  5388. rn4.CFrame=rn4.CFrame*CFrame.Angles(math.rad(-10),math.rad(-5),math.rad(-5))
  5389. rn5.CFrame=rn5.CFrame*CFrame.Angles(math.rad(5),math.rad(5),math.rad(5))
  5390. rn6.CFrame=rn6.CFrame*CFrame.Angles(math.rad(-5),math.rad(-5),math.rad(-5))
  5391. nt=nt+1
  5392. int=int+1
  5393. local htd={p}
  5394. for _,v in pairs(game:service"Players":GetChildren()) do
  5395. pcall(function()
  5396. for _,c in pairs(v.Character:GetChildren()) do
  5397. if c:IsA("Part") and not inT(v,htd) and (cnOrb.CFrame.p-c.CFrame.p).magnitude<50 then
  5398. v.Character:FindFirstChild("Humanoid").Health=v.Character:FindFirstChild("Humanoid").Health-2
  5399. v.Character:FindFirstChild("HumanoidRootPart").Velocity=Vector3.new(0,0,0)
  5400. table.insert(htd,v)
  5401. end
  5402. end
  5403. end)
  5404. end
  5405. htd={p}
  5406. if int>=6 then
  5407. for _,v in pairs(game:service"Players":GetChildren()) do
  5408. pcall(function()
  5409. for _,c in pairs(v.Character:GetChildren()) do
  5410. if c:IsA("Part") and not inT(v,htd) and (cnOrb.CFrame.p-c.CFrame.p).magnitude<50 then
  5411. table.insert(htd,v)
  5412. local hfx=nwPrt(mod3,Vector3.new(1,1,1),c.CFrame*CFrame.new(math.random(-2,2),math.random(-2,2),math.random(-2,2)),"Institutional white")
  5413. hfx.Mesh.Scale=Vector3.new(2,2,2)
  5414. hfx.Mesh.MeshType=3
  5415. debris:AddItem(hfx,2)
  5416. coroutine.wrap(function()
  5417. pcall(function()
  5418. for i=0,1,0.05 do
  5419. pcall(function()
  5420. local hs=hfx.Mesh.Scale
  5421. hfx.CFrame=Lerp(hfx.CFrame,cnOrb.CFrame,i)
  5422. hfx.Mesh.Scale=Vector3.new(Tween(hs.X,0.1,i),Tween(hs.Y,0.1,i),Tween(hs.Z,0.1,i))
  5423. end)
  5424. wait()
  5425. end
  5426. hfx:Destroy()
  5427. end)
  5428. end)()
  5429. end
  5430. end
  5431. end)
  5432. end
  5433. int=0
  5434. end
  5435. if nt>=4 then
  5436. local pls={}
  5437. for _,v in pairs(game.Players:GetChildren()) do
  5438. table.insert(pls,v)
  5439. end
  5440. local ry2,ht2,ps2=newRay(cnOrb.CFrame,cnOrb.CFrame*CFrame.new(0,-1,0),1000,pls)
  5441. local pffx=nwPrt(mod3,Vector3.new(1,1,1),CFrame.new(ps2)*CFrame.new(0,10,-12),"Institutional white")
  5442. pffx.Transparency=0.4
  5443. pffx.Mesh.MeshId="rbxassetid://20329976"
  5444. pffx.Mesh.Scale=Vector3.new(cs.X-10,cs.Y/5,cs.Z-10)
  5445. debris:AddItem(pffx,2)
  5446. table.insert(pfxt,pffx)
  5447. nt=0
  5448. end
  5449. wait()
  5450. end
  5451. cnOrb:Destroy()
  5452. cnfx:Destroy()
  5453. for _,v in pairs(mod3:GetChildren()) do
  5454. v:Destroy()
  5455. end
  5456. orbt={}
  5457. stlt={}
  5458. chot={}
  5459. cfxt={}
  5460. pfxt={}
  5461. end)()
  5462. if Debounces.CanAttack == false then
  5463. Debounces.CanAttack = true
  5464. Debounces.NoIdl = false
  5465. Debounces.on = false
  5466. end
  5467. end
  5468. end
  5469. end)
  5470. ----------------------------------------------------
  5471. mouse.KeyDown:connect(function(key)
  5472. if key == "m" then
  5473. if Debounces.CanAttack == true then
  5474. Debounces.CanAttack = false
  5475. Debounces.on = true
  5476. Debounces.NoIdl = true
  5477. --[[x = Instance.new("Sound",char)
  5478. x.SoundId = "http://www.roblox.com/asset/?id=169445572"
  5479. x.Looped = false
  5480. x.Pitch = 1.1
  5481. x.Volume = 1
  5482. x:Play()
  5483. x2 = Instance.new("Sound",char)
  5484. x2.SoundId = "http://www.roblox.com/asset/?id=169380495"
  5485. x2.Looped = false
  5486. x2.Pitch = .7
  5487. x2.Volume = 1
  5488. wait(.1)
  5489. x:Play()
  5490. x2:Play()
  5491. for i = 1, 20 do
  5492. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,0.6,-.2) *CFrame.Angles (math.rad (45),math.rad(0),math.rad(32)), 0.2)
  5493. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,1,0)*CFrame.Angles(math.rad (0),math.rad(0),math.rad(-20)), 0.2)
  5494. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.4)*CFrame.Angles(math.rad (- 8),math.rad(-40), math.rad(-8)),0.2)
  5495. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -3.2, 0) * CFrame.Angles (math.rad (-50), math.rad(40), math.rad(0)), 0.2)
  5496. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.8, .4, -1.6) * CFrame.Angles (math.rad (30), 0, math.rad(20)), 0.2)
  5497. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.6, -2, 0) * CFrame.Angles (math.rad(- 10), math.rad(-40), math.rad(0)), 0.2)
  5498. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.3, -1.1) * CFrame.Angles(math.rad(-60), math.rad(-90), math.rad(0)), 0.4)
  5499. if Debounces.on == false then break end
  5500. wait()
  5501. x:Destroy()
  5502. x2:Destroy()
  5503. end
  5504. wait(1)]]--
  5505. local rng = Instance.new("Part", char)
  5506. rng.Anchored = true
  5507. rng.BrickColor = BrickColor.new("Really black")
  5508. rng.CanCollide = false
  5509. rng.FormFactor = 3
  5510. rng.Name = "Ring"
  5511. rng.Size = Vector3.new(1, 1, 1)
  5512. rng.Transparency = 0.35
  5513. rng.TopSurface = 0
  5514. rng.BottomSurface = 0
  5515. rng.Position = torso.Position - Vector3.new(0,5,0)
  5516. rng.CFrame = rng.CFrame * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  5517. local rngm = Instance.new("SpecialMesh", rng)
  5518. rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
  5519. rngm.Scale = Vector3.new(1, 1, 2)
  5520. x = Instance.new("Sound",char)
  5521. x.SoundId = "http://www.roblox.com/asset/?id=169445602"
  5522. x.Looped = false
  5523. x.Pitch = .7
  5524. x.Volume = 1
  5525. x:Play()
  5526. coroutine.wrap(function()
  5527. for i = 1, 60, 2 do
  5528. rngm.Scale = Vector3.new(2 + i*2, 2 + i*2, 1)
  5529. rng.Transparency = i/60
  5530. wait()
  5531. end
  5532. wait()
  5533. rng:Destroy()
  5534. end)()
  5535. hum.WalkSpeed = 100
  5536. BV = Instance.new("BodyVelocity", torso)
  5537. BV.maxForce = Vector3.new(0,200000,0)
  5538. BV.P = 240000
  5539. BV.velocity = Vector3.new(0,7000,0)
  5540. for i = 1, 20 do
  5541. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0)*CFrame.Angles(math.rad(20),math.rad(0), math.rad(0)),0.7)
  5542. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(-16), math.rad(0), math.rad(0)), 0.7)
  5543. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 1, 0) * CFrame.Angles(math.rad(40), 0, math.rad(-20)), 0.7)
  5544. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 1, 0) * CFrame.Angles(math.rad(-40), math.rad(0), math.rad(20)), 0.7)
  5545. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -1.8, .2) * CFrame.Angles(math.rad(-10), 0, 0), 0.7)
  5546. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -1.5, -2) * CFrame.Angles(math.rad(0), 0, 0), 0.7)
  5547. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.85, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  5548. if Debounces.on == false then break end
  5549. wait()
  5550. end
  5551. x:Destroy()
  5552. BV:Destroy()
  5553. --[[for i = 1, 30 do
  5554. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(-14),math.rad(0), math.rad(0)),0.3)
  5555. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-16), math.rad (0), math.rad(0)), 0.3)
  5556. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.3)
  5557. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.3)
  5558. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -.4, -1) * CFrame.Angles(math.rad(20), 0, 0), 0.3)
  5559. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -.8, -.6) * CFrame.Angles(math.rad(-30), 0, 0), 0.3)
  5560. if Debounces.on == false then break end
  5561. wait()
  5562. end]]--
  5563. if (torso.Velocity*Vector3.new(1, 1, 1)).magnitude > 1 then
  5564. for i = 1, 30 do
  5565. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0)*CFrame.Angles(math.rad(-14),math.rad(0), math.rad(0)),0.3)
  5566. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.6, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  5567. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 1.4, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-120)), 0.3)
  5568. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 1.4, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(120)), 0.3)
  5569. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, .4) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
  5570. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2, -1) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0)), 0.2)
  5571. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.85, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  5572. if Debounces.on == false then break end
  5573. wait()
  5574. end
  5575. end
  5576. Debounces.on = false
  5577. Debounces.NoIdl = false
  5578. local ry,ht,ps=nil,nil,nil
  5579. while ht==nil do
  5580. ry,ht,ps=newRay(root.CFrame*CFrame.new(0,-2,0),root.CFrame*CFrame.new(0,-3,0),4.1,{char})
  5581. wait()
  5582. end
  5583. z = Instance.new("Sound",char)
  5584. z.SoundId = "rbxassetid://142070127"
  5585. z.Volume = 1
  5586. wait(.1)
  5587. z:Play()
  5588. Landing()
  5589. hum.WalkSpeed = 100
  5590. if Debounces.CanAttack == false then
  5591. Debounces.CanAttack = true
  5592. end
  5593. end
  5594. end
  5595. end)
  5596. ----------------------------------------------------
  5597. Grab = false
  5598. mouse.KeyDown:connect(function(key)
  5599. if key == "z" then
  5600. Debounces.on = true
  5601. Debounces.NoIdl = true
  5602. if Grab == false then
  5603. gp = nil
  5604. con1=larm.Touched:connect(function(hit) -- this is grab
  5605. ht = hit.Parent
  5606. hum1=ht:FindFirstChild('Humanoid')
  5607. if hum1 ~= nil then
  5608. hum1.PlatformStand=true
  5609. gp = ht
  5610. Grab = true
  5611. asd=weld5(larm,ht:FindFirstChild("Torso"),CFrame.new(0,-3.3,0),CFrame.new(0,0,0))
  5612. asd.Parent = larm
  5613. asd.Name = "asd"
  5614. asd.C0=asd.C0*CFrame.Angles(math.rad(-90),0,0)
  5615. con1:disconnect()
  5616. elseif hum1 ~= nil then
  5617. con1:disconnect()
  5618. wait() return
  5619. end
  5620. end)
  5621. for i = 1, 18 do
  5622. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(36)), 0.2)
  5623. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.65,.9,-.5)*CFrame.Angles(math.rad(70),math.rad(0),math.rad(20)), 0.2)
  5624. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(0),0), 0.2)
  5625. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.8, 0) * CFrame.Angles(math.rad(-60), math.rad(0), 0), 0.2)
  5626. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, -.6) * CFrame.Angles(math.rad(60), math.rad(0), math.rad(0)), 0.2)
  5627. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, -.6) * CFrame.Angles(math.rad(60), math.rad(0), math.rad(0)), 0.2)
  5628. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.3, -1.1) * CFrame.Angles(math.rad(-60), math.rad(-90), math.rad(0)), 0.9)
  5629. if Debounces.on == false then break end
  5630. wait()
  5631. end
  5632. con1:disconnect()
  5633. Debounces.on = false
  5634. Debounces.NoIdl = false
  5635. elseif Grab == true then
  5636. Grab = false
  5637. for i = 1, 20 do
  5638. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-20)), 0.2)
  5639. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.6, .9, -.4)*CFrame.Angles(math.rad(170),math.rad(0),math.rad(-20)), 0.1)
  5640. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(0),0), 0.2)
  5641. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(0), 0), 0.2)
  5642. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.2)
  5643. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.2)
  5644. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  5645. if Debounces.on == false then end
  5646. wait()
  5647. end
  5648. if gp ~= nil then
  5649. for i,v in pairs(larm:GetChildren()) do
  5650. if v.Name == "asd" and v:IsA("Weld") then
  5651. v:Remove()
  5652. end
  5653. end
  5654. bv = Instance.new("BodyVelocity",gp:FindFirstChild("Torso"))
  5655. bv.maxForce = Vector3.new(400000, 400000, 400000)
  5656. bv.P = 125000
  5657. bv.velocity = char.Head.CFrame.lookVector * 200
  5658. for i = 1, 12 do
  5659. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.6, .9, -.75)*CFrame.Angles(math.rad(30),math.rad(0),math.rad(20)), 0.5)
  5660. if Debounces.on == false then end
  5661. wait()
  5662. end--
  5663. ht=nil
  5664. Spawn(function()
  5665. wait(0.5)
  5666. bv:Destroy()
  5667. end)
  5668. Debounces.on = false
  5669. Debounces.NoIdl = false
  5670. elseif ht == nil then wait()
  5671. Grab = false
  5672. Debounces.on = false
  5673. Debounces.NoIdl = false
  5674. end
  5675. end
  5676. end
  5677. end)
  5678. ----------------------------------------------------
  5679. mouse.KeyDown:connect(function(key)
  5680. if string.byte(key) == 52 then
  5681. char.Humanoid.WalkSpeed = 100
  5682. end
  5683. end)
  5684. mouse.KeyUp:connect(function(key)
  5685. if string.byte(key) == 52 then
  5686. char.Humanoid.WalkSpeed = 100
  5687. end
  5688. end)
  5689. ----------------------------------------------------
  5690. Change = false
  5691. mouse.KeyDown:connect(function(key)
  5692. if key == "n" then
  5693. if Change == false then
  5694. Change = true
  5695. stanceToggle = "Normal2"
  5696. elseif Change == true then
  5697. Change = false
  5698. stanceToggle = "Normal"
  5699. end
  5700. end
  5701. end)
  5702. ----------------------------------------------------
  5703. local animpose = "Idle"
  5704. local lastanimpose = "Idle"
  5705. local sine = 0
  5706. local change = 1
  5707. local val = 0
  5708. local ffing = false
  5709. local och = 0
  5710. ----------------------------------------------------
  5711. game:GetService("RunService").RenderStepped:connect(function()
  5712. --[[if char.Humanoid.Jump == true then
  5713. jump = true
  5714. else
  5715. jump = false
  5716. end]]
  5717. char.Humanoid.FreeFalling:connect(function(f)
  5718. if f then
  5719. ffing = true
  5720. else
  5721. ffing = false
  5722. end
  5723. end)
  5724. sine = sine + change
  5725. if jumpn == true then
  5726. animpose = "Jumping"
  5727. elseif ffing == true then
  5728. animpose = "Freefalling"
  5729. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 2 then
  5730. animpose = "Idle"
  5731. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 20 then
  5732. animpose = "Walking"
  5733. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude > 20 then
  5734. animpose = "Running"
  5735. end
  5736. if animpose ~= lastanimpose then
  5737. sine = 0
  5738. if Debounces.NoIdl == false then
  5739. if animpose == "Idle" then
  5740. for i = 1, 2 do
  5741. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(20)), 0.2)
  5742. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.2)
  5743. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(0),0), 0.2)
  5744. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(0), 0), 0.2)
  5745. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.2)
  5746. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.2)
  5747. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  5748. end
  5749. elseif animpose == "Walking" then
  5750. for i = 1, 2 do
  5751. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, .9, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(20)), 0.2)
  5752. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, .9, 0)*CFrame.Angles(0, math.rad(1), math.rad(-10)), 0.2)
  5753. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0)*CFrame.Angles(math.rad(-8), math.rad(0), math.rad(0)),0.2)
  5754. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(-4), 0, math.rad(0)), 0.2)
  5755. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, -.05) * CFrame.Angles(math.rad(-18), 0, 0), .4)
  5756. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, -.05) * CFrame.Angles(math.rad(-18), 0, 0), .4)
  5757. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  5758. end
  5759. elseif animpose == "Running" then
  5760. for i = 1, 2 do
  5761. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, .5) * CFrame.Angles(math.rad(-10), math.rad(-40), math.rad(50)), 0.2)
  5762. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 1.2, 0-1*math.cos(sine/4)/2)*CFrame.Angles(math.rad(50-80*math.cos(sine/8)/2), math.rad(0), math.rad(0-70*math.cos(sine/8)/2)), 0.2)
  5763. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0)*CFrame.Angles(math.rad(6+8*math.cos(sine/4)/1.8), math.rad(0), math.rad(0)),0.2)
  5764. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2+0.2*math.cos(sine/4)/2, 0) * CFrame.Angles(math.rad(-14+4*math.cos(sine/4)/2), 0, math.rad(0)), 0.2)
  5765. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3-0.44*math.cos(sine/8)/2.4, -.15 + math.sin(sine/8)/1.5) * CFrame.Angles(math.rad(-20) + -math.sin(sine/8)/1.7, 0, 0), .4)
  5766. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3+0.44*math.cos(sine/8)/2.4, -.15 + -math.sin(sine/8)/1.5) * CFrame.Angles(math.rad(-20) + math.sin(sine/8)/1.7, 0, 0), .4)
  5767. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.85, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  5768. end
  5769. rs:wait(2)
  5770. end
  5771. else
  5772. end
  5773. end
  5774. lastanimpose = animpose
  5775. if Debounces.NoIdl == false then
  5776. if animpose == "Idle" then
  5777. if stanceToggle == "Normal" then
  5778. change = 0.5
  5779. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(88+2*math.cos(sine/14)),math.rad(0),math.rad(20)), 0.2)
  5780. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9+0.1*math.cos(sine/14),0)*CFrame.Angles(math.rad(50),math.rad(-30),math.rad(-40-2*math.cos(sine/14))), 0.2)
  5781. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14+1*math.cos(sine/14)),math.rad(40),0), 0.2)
  5782. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-40), 0), 0.2)
  5783. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.15, -3, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.2)
  5784. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.15, -3, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.2)
  5785. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  5786. elseif stanceToggle == "Sitting" then
  5787. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, .9, 0) * CFrame.Angles(math.rad(100-1*math.cos(sine/14)), math.rad(0), math.rad(20)), 0.2)
  5788. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, .9, 0)*CFrame.Angles(math.rad(-36+1*math.cos(sine/14)), math.rad(0), math.rad(-30)), 0.2)
  5789. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, -.3) * CFrame.Angles(math.rad(-14+1*math.cos(sine/14)), math.rad(0), math.rad(0)),0.2)
  5790. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.8, 0) * CFrame.Angles(math.rad(-10+1*math.cos(sine/14)), 0, math.rad(0)), 0.2)
  5791. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -1, -2) * CFrame.Angles(math.rad(-10-1*math.cos(sine/14)), 0, 0), 0.2)
  5792. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, .6) * CFrame.Angles(math.rad(-50-1*math.cos(sine/14)), 0, 0), 0.2)
  5793. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.85, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  5794. elseif stanceToggle == "Normal2" then
  5795. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(30+2*math.cos(sine/14)),math.rad(40),math.rad(40)), 0.2)
  5796. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9+0.1*math.cos(sine/14),0)*CFrame.Angles(math.rad(-20),math.rad(30),math.rad(-40-2*math.cos(sine/14))), 0.2)
  5797. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14+1*math.cos(sine/14)),math.rad(-40),0), 0.2)
  5798. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(40), 0), 0.2)
  5799. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(math.rad(-16), math.rad(-20), math.rad(-14)), 0.2)
  5800. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(math.rad(10), math.rad(-30), math.rad(18)), 0.2)
  5801. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.9, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  5802. end
  5803. elseif animpose == "Walking" then
  5804. if stanceToggle == "Normal" then
  5805. change = 1
  5806. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, .9+.1*math.cos(sine/7), 0) * CFrame.Angles(math.rad(90+2*math.cos(sine/7)), math.rad(0), math.rad(20)), 0.2)
  5807. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, .9+.1*math.cos(sine/7), -math.sin(sine/14)/2)*CFrame.Angles(math.sin(sine/14)/4, math.rad(1) + -math.sin(sine/14)/2, math.rad(-30)), 0.2)
  5808. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0)*CFrame.Angles(math.rad(-8+2*math.cos(sine/7)), math.rad(0-8*math.cos(sine/14)), math.rad(0)),0.2)
  5809. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1+0.1*math.cos(sine/7), 0) * CFrame.Angles(math.rad(-4+2*math.cos(sine/7)), math.rad(0+8*math.cos(sine/14)), math.rad(0)), 0.2)
  5810. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3-0.3*math.cos(sine/14)/2, -.05 + math.sin(sine/14)/2) * CFrame.Angles(math.rad(-12) + -math.sin(sine/14)/2, math.rad(0-8*math.cos(sine/14)), 0), .4)
  5811. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3+0.3*math.cos(sine/14)/2, -.05 + -math.sin(sine/14)/2) * CFrame.Angles(math.rad(-12) + math.sin(sine/14)/2, math.rad(0-8*math.cos(sine/14)), 0), .4)
  5812. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  5813. elseif stanceToggle == "Normal2" then
  5814. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, .9+.1*math.cos(sine/7), math.sin(sine/14)/2)*CFrame.Angles(-math.sin(sine/14)/4, -math.sin(sine/14)/2, math.rad(20)), 0.2)
  5815. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, .9+.1*math.cos(sine/7), -math.sin(sine/14)/2)*CFrame.Angles(math.sin(sine/14)/4, -math.sin(sine/14)/2, math.rad(-20)), 0.2)
  5816. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0)*CFrame.Angles(math.rad(-8+2*math.cos(sine/7)), math.rad(0), math.rad(0)),0.2)
  5817. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1+0.1*math.cos(sine/7), 0) * CFrame.Angles(math.rad(-4+2*math.cos(sine/7)), 0, math.rad(0)), 0.2)
  5818. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3-0.3*math.cos(sine/14)/2, -.05 + math.sin(sine/14)/2) * CFrame.Angles(math.rad(-18) + -math.sin(sine/14)/2.3, 0, 0), .4)
  5819. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3+0.3*math.cos(sine/14)/2, -.05 + -math.sin(sine/14)/2) * CFrame.Angles(math.rad(-18) + math.sin(sine/14)/2.3, 0, 0), .4)
  5820. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.9, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  5821. end
  5822. elseif animpose == "Running" then
  5823. change = 1
  5824. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, .5) * CFrame.Angles(math.rad(-10-20*math.cos(sine/4)/2), math.rad(-40+10*math.cos(sine/4)/2), math.rad(50-10*math.cos(sine/4)/2)), 0.2)
  5825. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9, .5)*CFrame.Angles(math.rad(10+20*math.cos(sine/4)/2), math.rad(40-10*math.cos(sine/4)/2), math.rad(-50+10*math.cos(sine/4)/2)), 0.2)
  5826. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0)*CFrame.Angles(math.rad(6+6*math.cos(sine/4)/1.8), math.rad(0), math.rad(0)),0.2)
  5827. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1+0.2*math.cos(sine/4)/2, 0) * CFrame.Angles(math.rad(-14+10*math.cos(sine/4)/2), 0, math.rad(0)), 0.2)
  5828. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3-0.44*math.cos(sine/8)/2.4, -.15 + math.sin(sine/8)/1.5) * CFrame.Angles(math.rad(-20) + -math.sin(sine/8)/1.7, 0, 0), .4)
  5829. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3+0.44*math.cos(sine/8)/2.4, -.15 + -math.sin(sine/8)/1.5) * CFrame.Angles(math.rad(-20) + math.sin(sine/8)/1.7, 0, 0), .4)
  5830. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.85, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  5831. end
  5832. end
  5833. och=och+1
  5834. for _,v in pairs(orbt) do
  5835. pcall(function()
  5836. v.Mesh.Scale=Vector3.new(cns+(0.2*math.cos(och/12)),cns+(0.2*math.cos(och/10)),cns+(0.2*math.cos(och/8)))
  5837. end)
  5838. end
  5839. for _,v in pairs(stlt) do
  5840. pcall(function()
  5841. v.CFrame=larm.CFrame*CFrame.new(0,-3.5-(cns/2),-0.1)
  5842. end)
  5843. end
  5844. for _,v in pairs(chot) do
  5845. pcall(function()
  5846. v.CFrame=Lerp(v.CFrame,cnOrb.CFrame,0.1)
  5847. v.Mesh.Scale=Vector3.new(Tween(v.Mesh.Scale.X,0,0.1),Tween(v.Mesh.Scale.Y,0,0.1),Tween(v.Mesh.Scale.Z,0,0.1))
  5848. end)
  5849. end
  5850. for _,v in pairs(cfxt) do
  5851. pcall(function()
  5852. local vs=v.Mesh.Scale
  5853. v.Mesh.Scale=Vector3.new(vs.x+0.5,vs.y+0.1,vs.z+0.5)
  5854. v.Transparency=v.Transparency+0.05
  5855. end)
  5856. end
  5857. for _,v in pairs(pfxt) do
  5858. pcall(function()
  5859. local vs=v.Mesh.Scale
  5860. v.Mesh.Scale=Vector3.new(vs.x+2,vs.y+0.5,vs.z+2)
  5861. v.Transparency=v.Transparency+0.025
  5862. end)
  5863. end
  5864. end)
  5865.  
  5866. -------------------------------------------------------------------------------------
  5867.  
  5868. local Color = ColorSequence.new(Color3.new(255,255,255), Color3.new(0,0,0))
  5869.  
  5870. local Num = .8
  5871.  
  5872. local Num2 = 6 -------------Mods:1,4,8,10,15,20-------------------------------------
  5873. local Size = 0.4
  5874. local Rate = 300
  5875. -------------------------------------------------------------------------------------
  5876. local Player = game:service'Players'.LocalPlayer
  5877. local Character = Player.Character
  5878. Torso = Character:WaitForChild'Torso'
  5879.  
  5880. local Wing1 = Instance.new("Part",Character)
  5881. Wing1.FormFactor = Enum.FormFactor.Custom
  5882. Wing1.Size = Vector3.new(.2, .2, .2)
  5883. Wing1.Name = "WIng_1"
  5884.  
  5885. local fire = Instance.new("ParticleEmitter", Wing1)
  5886. fire.VelocitySpread = 0
  5887. fire.Lifetime = NumberRange.new(2)
  5888. fire.Acceleration = Vector3.new(0, 2, 2)
  5889. fire.RotSpeed = NumberRange.new(10)
  5890. fire.Rate = Rate
  5891. fire.Rotation = NumberRange.new(1515)
  5892. fire.Name = "Fire"
  5893. fire.LightEmission = 0
  5894. fire.LockedToPart = true
  5895. fire.Texture = "http://www.roblox.com/asset/?id=42305693"
  5896. fire.Color = ColorSequence.new(Color3.new(0,0,0), Color3.new(0,0,0))
  5897. fire.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, Size), NumberSequenceKeypoint.new(1, Size)})
  5898.  
  5899. local Wing2 = Instance.new("Part",Character)
  5900. Wing2.FormFactor = Enum.FormFactor.Custom
  5901. Wing2.Size = Vector3.new(.2, .2, .2)
  5902. Wing2.Name = "WIng_2"
  5903.  
  5904. local fire = Instance.new("ParticleEmitter", Wing2)
  5905. fire.VelocitySpread = 0
  5906. fire.Lifetime = NumberRange.new(2)
  5907. fire.Acceleration = Vector3.new(0, 4, 4)
  5908. fire.RotSpeed = NumberRange.new(10)
  5909. fire.Rate = Rate
  5910. fire.Rotation = NumberRange.new(1515)
  5911. fire.Name = "Fire"
  5912. fire.LightEmission = 1
  5913. fire.LockedToPart = true
  5914. fire.Texture = "rbxasset://textures/particles/explosion01_implosion_main.dds"
  5915. fire.Color = ColorSequence.new(Color3.new(255,255,255), Color3.new(255,255,255))
  5916. fire.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, Size), NumberSequenceKeypoint.new(1, Size)})
  5917. local x,y,z = 0,-1,-6
  5918.  
  5919. Wld = function(a,b,cf)
  5920. local Weld = Instance.new('Weld',a)
  5921. Weld.Part0 = a
  5922. Weld.Part1 = b
  5923. Weld.C1 = cf
  5924. return Weld
  5925. end
  5926.  
  5927. local wld = Wld(Torso,Wing1,CFrame.new(0,0,-.5)*CFrame.Angles(-math.rad(90),-math.rad(20),-math.rad(90)))
  5928. local wld2 = Wld(Torso,Wing2,CFrame.new(0,0,.5)*CFrame.Angles(-math.rad(90),-math.rad(20),-math.rad(90)))
  5929.  
  5930.  
  5931. game:service'RunService'.Stepped:connect(function()
  5932. z = 6+math.sin(tick()*2)
  5933. y = -1+math.sin(tick()*Num)*Num2
  5934. Wing1.Fire.Acceleration = Vector3.new(x,y,z)
  5935. Wing2.Fire.Acceleration = Vector3.new(x,y,-z)
  5936. end)
  5937. ------------------------------------------------------------------------------------------------
  5938. local Player = game:service'Players'.LocalPlayer
  5939. local Character = Player.Character
  5940. Torso = Character:WaitForChild'Torso'
  5941.  
  5942. local Wing1 = Instance.new("Part",Character)
  5943. Wing1.FormFactor = Enum.FormFactor.Custom
  5944. Wing1.Size = Vector3.new(.2, .2, .2)
  5945. Wing1.Name = "WIng_1"
  5946.  
  5947. local fire = Instance.new("ParticleEmitter", Wing1)
  5948. fire.VelocitySpread = 0
  5949. fire.Lifetime = NumberRange.new(2.5)
  5950. fire.Acceleration = Vector3.new(0, 4, 4)
  5951. fire.RotSpeed = NumberRange.new(10)
  5952. fire.Rate = Rate
  5953. fire.Rotation = NumberRange.new(1515)
  5954. fire.Name = "Fire"
  5955. fire.LightEmission = 0
  5956. fire.LockedToPart = true
  5957. fire.Texture = "http://www.roblox.com/asset/?id=42305693"
  5958. fire.Color = ColorSequence.new(Color3.new(0,0,0), Color3.new(0,0,0))
  5959. fire.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, Size), NumberSequenceKeypoint.new(1, Size)})
  5960.  
  5961. local Wing2 = Instance.new("Part",Character)
  5962. Wing2.FormFactor = Enum.FormFactor.Custom
  5963. Wing2.Size = Vector3.new(.2, .2, .2)
  5964. Wing2.Name = "WIng_2"
  5965.  
  5966. local fire = Instance.new("ParticleEmitter", Wing2)
  5967. fire.VelocitySpread = 0
  5968. fire.Lifetime = NumberRange.new(2.5)
  5969. fire.Acceleration = Vector3.new(0, 4, 4)
  5970. fire.RotSpeed = NumberRange.new(10)
  5971. fire.Rate = Rate
  5972. fire.Rotation = NumberRange.new(1515)
  5973. fire.Name = "Fire"
  5974. fire.LightEmission = 1
  5975. fire.LockedToPart = true
  5976. fire.Texture = "rbxasset://textures/particles/explosion01_implosion_main.dds"
  5977. fire.Color = ColorSequence.new(Color3.new(255,255,255), Color3.new(255,255,255))
  5978. fire.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, Size), NumberSequenceKeypoint.new(1, Size)})
  5979. local x,y,z = 0,-1,-6
  5980.  
  5981. Wld = function(a,b,cf)
  5982. local Weld = Instance.new('Weld',a)
  5983. Weld.Part0 = a
  5984. Weld.Part1 = b
  5985. Weld.C1 = cf
  5986. return Weld
  5987. end
  5988.  
  5989. local wld = Wld(Torso,Wing1,CFrame.new(0,0,-.5)*CFrame.Angles(-math.rad(90),-math.rad(30),-math.rad(90)))
  5990. local wld2 = Wld(Torso,Wing2,CFrame.new(0,0,.5)*CFrame.Angles(-math.rad(90),-math.rad(30),-math.rad(90)))
  5991.  
  5992. print'Loaded'
  5993.  
  5994. game:service'RunService'.Stepped:connect(function()
  5995. z = 6+math.sin(tick()*2)
  5996. y = -1+math.sin(tick()*Num)*Num2
  5997. Wing1.Fire.Acceleration = Vector3.new(x,y,z)
  5998. Wing2.Fire.Acceleration = Vector3.new(x,y,-z)
  5999. end)
  6000.  
  6001. ------------------------------------------------------------------------------------------------
  6002. local Player = game:service'Players'.LocalPlayer
  6003. local Character = Player.Character
  6004. Torso = Character:WaitForChild'Torso'
  6005.  
  6006. local Wing1 = Instance.new("Part",Character)
  6007. Wing1.FormFactor = Enum.FormFactor.Custom
  6008. Wing1.Size = Vector3.new(.2, .2, .2)
  6009. Wing1.Name = "WIng_1"
  6010.  
  6011. local fire = Instance.new("ParticleEmitter", Wing1)
  6012. fire.VelocitySpread = 0
  6013. fire.Lifetime = NumberRange.new(2.8)
  6014. fire.Acceleration = Vector3.new(0, 4, 4)
  6015. fire.RotSpeed = NumberRange.new(10)
  6016. fire.Rate = Rate
  6017. fire.Rotation = NumberRange.new(1515)
  6018. fire.Name = "Fire"
  6019. fire.LightEmission = 0
  6020. fire.LockedToPart = true
  6021. fire.Texture = "http://www.roblox.com/asset/?id=42305693"
  6022. fire.Color = ColorSequence.new(Color3.new(0,0,0), Color3.new(0,0,0))
  6023. fire.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, Size), NumberSequenceKeypoint.new(1, Size)})
  6024.  
  6025. local Wing2 = Instance.new("Part",Character)
  6026. Wing2.FormFactor = Enum.FormFactor.Custom
  6027. Wing2.Size = Vector3.new(.2, .2, .2)
  6028. Wing2.Name = "WIng_2"
  6029.  
  6030. local fire = Instance.new("ParticleEmitter", Wing2)
  6031. fire.VelocitySpread = 0
  6032. fire.Lifetime = NumberRange.new(2.8)
  6033. fire.Acceleration = Vector3.new(0, 4, 4)
  6034. fire.RotSpeed = NumberRange.new(10)
  6035. fire.Rate = Rate
  6036. fire.Rotation = NumberRange.new(1515)
  6037. fire.Name = "Fire"
  6038. fire.LightEmission = 1
  6039. fire.LockedToPart = true
  6040. fire.Texture = "rbxasset://textures/particles/explosion01_implosion_main.dds"
  6041. fire.Color = ColorSequence.new(Color3.new(255,255,255), Color3.new(255,255,255))
  6042. fire.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, Size), NumberSequenceKeypoint.new(1, Size)})
  6043. local x,y,z = 0,-1,-6
  6044.  
  6045. Wld = function(a,b,cf)
  6046. local Weld = Instance.new('Weld',a)
  6047. Weld.Part0 = a
  6048. Weld.Part1 = b
  6049. Weld.C1 = cf
  6050. return Weld
  6051. end
  6052.  
  6053. local wld = Wld(Torso,Wing1,CFrame.new(0,0,-.5)*CFrame.Angles(-math.rad(90),-math.rad(40),-math.rad(90)))
  6054. local wld2 = Wld(Torso,Wing2,CFrame.new(0,0,.5)*CFrame.Angles(-math.rad(90),-math.rad(40),-math.rad(90)))
  6055.  
  6056. print'Loaded'
  6057.  
  6058. game:service'RunService'.Stepped:connect(function()
  6059. z = 6+math.sin(tick()*2)
  6060. y = -1+math.sin(tick()*Num)*Num2
  6061. Wing1.Fire.Acceleration = Vector3.new(x,y,z)
  6062. Wing2.Fire.Acceleration = Vector3.new(x,y,-z)
  6063. end)
  6064.  
  6065. ------------------------------------------------------------------------------------------------
  6066. local Player = game:service'Players'.LocalPlayer
  6067. local Character = Player.Character
  6068. Torso = Character:WaitForChild'Torso'
  6069.  
  6070. local Wing1 = Instance.new("Part",Character)
  6071. Wing1.FormFactor = Enum.FormFactor.Custom
  6072. Wing1.Size = Vector3.new(.2, .2, .2)
  6073. Wing1.Name = "WIng_1"
  6074.  
  6075. local fire = Instance.new("ParticleEmitter", Wing1)
  6076. fire.VelocitySpread = 0
  6077. fire.Lifetime = NumberRange.new(3)
  6078. fire.Acceleration = Vector3.new(0, 4, 4)
  6079. fire.RotSpeed = NumberRange.new(10)
  6080. fire.Rate = Rate
  6081. fire.Rotation = NumberRange.new(1515)
  6082. fire.Name = "Fire"
  6083. fire.LightEmission = 0
  6084. fire.LockedToPart = true
  6085. fire.Texture = "http://www.roblox.com/asset/?id=42305693"
  6086. fire.Color = ColorSequence.new(Color3.new(0,0,0), Color3.new(0,0,0))
  6087. fire.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, Size), NumberSequenceKeypoint.new(1, Size)})
  6088.  
  6089. local Wing2 = Instance.new("Part",Character)
  6090. Wing2.FormFactor = Enum.FormFactor.Custom
  6091. Wing2.Size = Vector3.new(.2, .2, .2)
  6092. Wing2.Name = "WIng_2"
  6093.  
  6094. local fire = Instance.new("ParticleEmitter", Wing2)
  6095. fire.VelocitySpread = 0
  6096. fire.Lifetime = NumberRange.new(3)
  6097. fire.Acceleration = Vector3.new(0, 4, 4)
  6098. fire.RotSpeed = NumberRange.new(10)
  6099. fire.Rate = Rate
  6100. fire.Rotation = NumberRange.new(1515)
  6101. fire.Name = "Fire"
  6102. fire.LightEmission = 1
  6103. fire.LockedToPart = true
  6104. fire.Texture = "rbxasset://textures/particles/explosion01_implosion_main.dds"
  6105. fire.Color = ColorSequence.new(Color3.new(255,255,255), Color3.new(255,255,255))
  6106. fire.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, Size), NumberSequenceKeypoint.new(1, Size)})
  6107. local x,y,z = 0,-1,-6
  6108.  
  6109. Wld = function(a,b,cf)
  6110. local Weld = Instance.new('Weld',a)
  6111. Weld.Part0 = a
  6112. Weld.Part1 = b
  6113. Weld.C1 = cf
  6114. return Weld
  6115. end
  6116.  
  6117. local wld = Wld(Torso,Wing1,CFrame.new(0,0,-.5)*CFrame.Angles(-math.rad(90),-math.rad(50),-math.rad(90)))
  6118. local wld2 = Wld(Torso,Wing2,CFrame.new(0,0,.5)*CFrame.Angles(-math.rad(90),-math.rad(50),-math.rad(90)))
  6119.  
  6120. print'Loaded'
  6121.  
  6122. game:service'RunService'.Stepped:connect(function()
  6123. z = 6+math.sin(tick()*2)
  6124. y = -1+math.sin(tick()*Num)*Num2
  6125. Wing1.Fire.Acceleration = Vector3.new(x,y,z)
  6126. Wing2.Fire.Acceleration = Vector3.new(x,y,-z)
  6127. end)
  6128.  
  6129. ------------------------------------------------------------------------------------------------
  6130. local Player = game:service'Players'.LocalPlayer
  6131. local Character = Player.Character
  6132. Torso = Character:WaitForChild'Torso'
  6133.  
  6134. local Wing1 = Instance.new("Part",Character)
  6135. Wing1.FormFactor = Enum.FormFactor.Custom
  6136. Wing1.Size = Vector3.new(.2, .2, .2)
  6137. Wing1.Name = "WIng_1"
  6138.  
  6139. local fire = Instance.new("ParticleEmitter", Wing1)
  6140. fire.VelocitySpread = 0
  6141. fire.Lifetime = NumberRange.new(3.1)
  6142. fire.Acceleration = Vector3.new(0, 4, 4)
  6143. fire.RotSpeed = NumberRange.new(10)
  6144. fire.Rate = Rate
  6145. fire.Rotation = NumberRange.new(1515)
  6146. fire.Name = "Fire"
  6147. fire.LightEmission = 0
  6148. fire.LockedToPart = true
  6149. fire.Texture = "http://www.roblox.com/asset/?id=42305693"
  6150. fire.Color = ColorSequence.new(Color3.new(0,0,0), Color3.new(0,0,0))
  6151. fire.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, Size), NumberSequenceKeypoint.new(1, Size)})
  6152.  
  6153. local Wing2 = Instance.new("Part",Character)
  6154. Wing2.FormFactor = Enum.FormFactor.Custom
  6155. Wing2.Size = Vector3.new(.2, .2, .2)
  6156. Wing2.Name = "WIng_2"
  6157.  
  6158. local fire = Instance.new("ParticleEmitter", Wing2)
  6159. fire.VelocitySpread = 0
  6160. fire.Lifetime = NumberRange.new(3.1)
  6161. fire.Acceleration = Vector3.new(0, 4, 4)
  6162. fire.RotSpeed = NumberRange.new(10)
  6163. fire.Rate = Rate
  6164. fire.Rotation = NumberRange.new(1515)
  6165. fire.Name = "Fire"
  6166. fire.LightEmission = 1
  6167. fire.LockedToPart = true
  6168. fire.Texture = "rbxasset://textures/particles/explosion01_implosion_main.dds"
  6169. fire.Color = ColorSequence.new(Color3.new(255,255,255), Color3.new(255,255,255))
  6170. fire.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, Size), NumberSequenceKeypoint.new(1, Size)})
  6171. local x,y,z = 0,-1,-6
  6172.  
  6173. Wld = function(a,b,cf)
  6174. local Weld = Instance.new('Weld',a)
  6175. Weld.Part0 = a
  6176. Weld.Part1 = b
  6177. Weld.C1 = cf
  6178. return Weld
  6179. end
  6180.  
  6181. local wld = Wld(Torso,Wing1,CFrame.new(0,0,-.5)*CFrame.Angles(-math.rad(90),-math.rad(60),-math.rad(90)))
  6182. local wld2 = Wld(Torso,Wing2,CFrame.new(0,0,.5)*CFrame.Angles(-math.rad(90),-math.rad(60),-math.rad(90)))
  6183.  
  6184. print'Loaded'
  6185.  
  6186. game:service'RunService'.Stepped:connect(function()
  6187. z = 6+math.sin(tick()*2)
  6188. y = -1+math.sin(tick()*Num)*Num2
  6189. Wing1.Fire.Acceleration = Vector3.new(x,y,z)
  6190. Wing2.Fire.Acceleration = Vector3.new(x,y,-z)
  6191. end)
  6192.  
  6193. Player=game:GetService('Players').LocalPlayer
  6194. Character=Player.Character
  6195. Mouse=Player:GetMouse()
  6196. m=Instance.new('Model',Character)
  6197.  
  6198.  
  6199. local function weldBetween(a, b)
  6200. local weldd = Instance.new("ManualWeld")
  6201. weldd.Part0 = a
  6202. weldd.Part1 = b
  6203. weldd.C0 = CFrame.new()
  6204. weldd.C1 = b.CFrame:inverse() * a.CFrame
  6205. weldd.Parent = a
  6206. return weldd
  6207. end
  6208.  
  6209. it=Instance.new
  6210.  
  6211. function nooutline(part)
  6212. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  6213. end
  6214.  
  6215. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  6216. local fp=it("Part")
  6217. fp.formFactor=formfactor
  6218. fp.Parent=parent
  6219. fp.Reflectance=reflectance
  6220. fp.Transparency=transparency
  6221. fp.CanCollide=false
  6222. fp.Locked=true
  6223. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  6224. fp.Name=name
  6225. fp.Size=size
  6226. fp.Position=Character.Torso.Position
  6227. nooutline(fp)
  6228. fp.Material=material
  6229. fp:BreakJoints()
  6230. return fp
  6231. end
  6232.  
  6233. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  6234. local mesh=it(Mesh)
  6235. mesh.Parent=part
  6236. if Mesh=="SpecialMesh" then
  6237. mesh.MeshType=meshtype
  6238. mesh.MeshId=meshid
  6239. end
  6240. mesh.Offset=offset
  6241. mesh.Scale=scale
  6242. return mesh
  6243. end
  6244.  
  6245. function weld(parent,part0,part1,c0,c1)
  6246. local weld=it("Weld")
  6247. weld.Parent=parent
  6248. weld.Part0=part0
  6249. weld.Part1=part1
  6250. weld.C0=c0
  6251. weld.C1=c1
  6252. return weld
  6253. end
  6254.  
  6255. BladeEnd=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle",Vector3.new(0.333970994, 2.40790987, 0.825482368))
  6256. BladeEndweld=weld(m,Character["Right Arm"],BladeEnd,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.450769424, -5.79949188, -1.7236805, -0.999986351, -0.00451200129, -0.00263599772, 0.00276065455, -0.0278460663, -0.999610126, 0.00443684589, -0.999605477, 0.0278581958))
  6257. mesh("BlockMesh",BladeEnd,"","",Vector3.new(0, 0, 0),Vector3.new(0.807545543, 1, 1))
  6258. Blade=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Blade",Vector3.new(0.333970994, 2.93125677, 0.825482368))
  6259. Bladeweld=weld(m,BladeEnd,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.90734863e-005, -5.98527908, 0.00445604324, 1, -5.3551048e-009, 1.5788828e-009, -5.3551048e-009, 1.00000346, -5.58793545e-009, 1.5788828e-009, -5.58793545e-009, 1.00000691))
  6260. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.807545543, 1, 1))
  6261. Blade=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Blade",Vector3.new(0.333970994, 0.442278117, 0.333971083))
  6262. Bladeweld=weld(m,BladeEnd,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.52587891e-005, -2.39555359, 3.80643082, 1, -5.3551048e-009, 1.5788828e-009, -1.62981451e-009, 0.500003278, 0.866030395, 5.12227416e-009, -0.866027415, 0.500004888))
  6263. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.807545543, 1, 0.522144258))
  6264. Blade=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Blade",Vector3.new(0.333970994, 0.426588923, 0.333971083))
  6265. Bladeweld=weld(m,BladeEnd,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.90734863e-006, 2.40819931, 3.84829712, 1, -5.3551048e-009, 1.5788828e-009, 4.07453626e-009, -0.499998868, 0.866032958, 3.95812094e-009, -0.866030097, -0.500000536))
  6266. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.807545543, 1, 0.834210217))
  6267. Blade=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Blade",Vector3.new(0.333970994, 0.442278117, 0.333971083))
  6268. Bladeweld=weld(m,BladeEnd,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.33514404e-005, 0.468460083, -1.15685654, 1, -5.3551048e-009, 1.5788828e-009, 1.62981451e-009, -0.500003278, -0.866030395, -5.12227416e-009, 0.866027415, -0.500004888))
  6269. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.807545543, 1, 0.522144258))
  6270. Blade=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Blade",Vector3.new(0.333970994, 3.13969851, 0.398512334))
  6271. Bladeweld=weld(m,BladeEnd,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(5.7220459e-006, -2.85785294, 0.00391054153, 1, -5.3551048e-009, 1.5788828e-009, -5.3551048e-009, 1.00000346, -5.58793545e-009, 1.5788828e-009, -5.58793545e-009, 1.00000691))
  6272. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.807545543, 1, 1))
  6273. Blade=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Blade",Vector3.new(0.333970994, 0.426588923, 0.333971083))
  6274. Bladeweld=weld(m,BladeEnd,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.458122253, -1.16581345, 1, -5.3551048e-009, 1.5788828e-009, -4.07453626e-009, 0.499998868, -0.866032958, -3.95812094e-009, 0.866030097, 0.500000536))
  6275. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.807545543, 1, 0.522144258))
  6276. BladeNeon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","BladeNeon",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  6277. BladeNeonweld=weld(m,BladeEnd,BladeNeon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00392150879, -0.000373840332, 6.66751862, 1, -3.30619514e-008, -9.9773024e-007, 1.00096076e-006, 1.07847154e-006, 1.00000679, -2.28174031e-008, -1.00000346, 1.09151006e-006))
  6278. mesh("BlockMesh",BladeNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.898145258, 0.884725809, 0.0892784372))
  6279. BladeNeon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","BladeNeon",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  6280. BladeNeonweld=weld(m,BladeEnd,BladeNeon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00390815735, 6.52303314, 1.88164616, 1, -5.3551048e-009, 1.5788828e-009, 5.58793545e-009, -0.965928555, 0.258823007, -4.65661287e-010, -0.258822083, -0.965931714))
  6281. mesh("BlockMesh",BladeNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.898145258, 0.12972711, 0.0892784372))
  6282. BladeNeon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","BladeNeon",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  6283. BladeNeonweld=weld(m,BladeEnd,BladeNeon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00391769409, 0.0489282608, 6.86997986, 1, -3.30619514e-008, -9.9773024e-007, 1.00096076e-006, 1.07847154e-006, 1.00000679, -2.28174031e-008, -1.00000346, 1.09151006e-006))
  6284. mesh("BlockMesh",BladeNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.898145258, 0.616281807, 0.0892784372))
  6285. BladeNeon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","BladeNeon",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  6286. BladeNeonweld=weld(m,BladeEnd,BladeNeon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00391578674, 5.61977386, 3.36309242, 1, -3.30619514e-008, -9.9773024e-007, 4.8102811e-007, -0.866027653, 0.50000453, -8.77771527e-007, -0.500002861, -0.866030633))
  6287. mesh("BlockMesh",BladeNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.898145258, 0.794125915, 0.0892784372))
  6288. BladeNeon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","BladeNeon",Vector3.new(0.333970994, 0.452364713, 0.333971083))
  6289. BladeNeonweld=weld(m,BladeEnd,BladeNeon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0039100647, -6.65688705, 0.13747406, 1, -5.3551048e-009, 1.5788828e-009, -5.3551048e-009, 1.00000346, -5.58793545e-009, 1.5788828e-009, -5.58793545e-009, 1.00000691))
  6290. mesh("BlockMesh",BladeNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.898145258, 1, 0.0892784372))
  6291. BladeNeon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","BladeNeon",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  6292. BladeNeonweld=weld(m,BladeEnd,BladeNeon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00391578674, 6.71179581, 0.134818077, 1, -5.3551048e-009, 1.5788828e-009, 5.3551048e-009, -1.00000346, 5.58793545e-009, -1.5788828e-009, 5.58793545e-009, -1.00000691))
  6293. mesh("BlockMesh",BladeNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.898145258, 0.34112677, 0.0892784372))
  6294. BladeNeon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","BladeNeon",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  6295. BladeNeonweld=weld(m,BladeEnd,BladeNeon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00389480591, 4.77613449, 4.91134644, 1, -5.3551048e-009, 1.5788828e-009, 4.88944352e-009, -0.707108498, 0.707112134, 2.79396772e-009, -0.707109809, -0.707111001))
  6296. mesh("BlockMesh",BladeNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.898145258, 0.12972711, 0.0892784372))
  6297. BladeNeon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","BladeNeon",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  6298. BladeNeonweld=weld(m,BladeEnd,BladeNeon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00392341614, 5.84634399, 3.51166153, 1, -5.3551048e-009, 1.5788828e-009, 5.3551048e-009, -0.86602813, 0.500003815, 1.62981451e-009, -0.500002027, -0.866031051))
  6299. mesh("BlockMesh",BladeNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.898145258, 0.12972711, 0.0892784372))
  6300. BladeNeon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","BladeNeon",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  6301. BladeNeonweld=weld(m,BladeEnd,BladeNeon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00389862061, 1.71303558, 6.64987946, 1, -3.30619514e-008, -9.9773024e-007, 9.61008482e-007, -0.258820415, 0.96593225, -2.80793756e-007, -0.965929031, -0.258821368))
  6302. mesh("BlockMesh",BladeNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.898145258, 0.12972711, 0.0892784372))
  6303. BladeNeon=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Really black","BladeNeon",Vector3.new(0.333970994, 0.672227144, 1.760818))
  6304. BladeNeonweld=weld(m,BladeEnd,BladeNeon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00542259216, -0.378371716, 8.37445831, -1, -8.87969509e-006, 4.24777681e-006, -4.31565422e-006, 0.00727553666, -0.999980152, 8.85874033e-006, -0.999976993, -0.00727554969))
  6305. mesh("SpecialMesh",BladeNeon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.774613976, 1, 1))
  6306. BladeNeon=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Really black","BladeNeon",Vector3.new(0.333970994, 5.69591618, 0.333971083))
  6307. BladeNeonweld=weld(m,BladeEnd,BladeNeon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000516891479, -2.73707199, -0.00561141968, 1, -5.3551048e-009, 1.5788828e-009, -5.3551048e-009, 1.00000346, -5.58793545e-009, 1.5788828e-009, -5.58793545e-009, 1.00000691))
  6308. mesh("BlockMesh",BladeNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.844456613, 1, 0.458388805))
  6309. BladeNeon=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Really black","BladeNeon",Vector3.new(0.333970994, 8.72168827, 1.36339724))
  6310. BladeNeonweld=weld(m,BladeEnd,BladeNeon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00561523438, -3.13931656, -0.0179476738, 1, -5.3551048e-009, 1.5788828e-009, -5.3551048e-009, 1.00000346, -5.58793545e-009, 1.5788828e-009, -5.58793545e-009, 1.00000691))
  6311. mesh("BlockMesh",BladeNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.760567904, 1, 1))
  6312. BladeNeon=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Really black","BladeNeon",Vector3.new(0.333970994, 0.681192338, 1.760818))
  6313. BladeNeonweld=weld(m,BladeEnd,BladeNeon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00429534912, -0.295157909, 8.37542725, 1, 8.87969509e-006, -4.24777681e-006, 4.31533408e-006, -0.0072765369, 0.999980271, 8.85874033e-006, -0.999976933, -0.0072765518))
  6314. mesh("SpecialMesh",BladeNeon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.767835736, 1, 1))
  6315. Handle=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Handle",Vector3.new(0.333970994, 3.65670252, 0.333971083))
  6316. Handleweld=weld(m,BladeEnd,Handle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00547122955, -5.38523102, -0.00175476074, -1.60551281e-007, 2.08243728e-006, 1.00000679, 1.36788003e-006, -1.00000346, 2.09547579e-006, 1, 1.35786831e-006, 1.63512595e-007))
  6317. mesh("CylinderMesh",Handle,"","",Vector3.new(0, 0, 0),Vector3.new(0.677820504, 1, 0.80868715))
  6318. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  6319. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00848770142, 4.68890381, 5.0786438, -1, 5.3551048e-009, -1.5788828e-009, -2.79396772e-009, 0.707109809, 0.707111001, -4.88944352e-009, 0.707108498, -0.707112134))
  6320. mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.744931459, 0.671109915, 0.567087829))
  6321. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 1.90585577, 1.45080817))
  6322. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0022315979, 2.16143417, -0.0224318504, 1, -5.3551048e-009, 1.5788828e-009, -5.3551048e-009, 1.00000346, -5.58793545e-009, 1.5788828e-009, -5.58793545e-009, 1.00000691))
  6323. mesh("BlockMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(0.8276788, 1, 1))
  6324. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.333971083, 0.562836468))
  6325. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000429153442, -0.148144245, 1.37475967, -1, 3.86452302e-006, -5.11141843e-006, -5.13588748e-006, -0.00727250986, 0.99998033, 3.81655991e-006, 0.999976933, 0.00727252662))
  6326. mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.859341383, 0.814899206, 1))
  6327. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.615819991, 1.04920125))
  6328. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00186729431, 0.705814362, 1.8845787, -1, -5.0291419e-008, -2.00066279e-006, -1.46543607e-006, 0.701945484, 0.712237716, 1.35891605e-006, 0.712235332, -0.701947927))
  6329. mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.847812057, 1, 1))
  6330. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.730286956, 0.333971083))
  6331. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00281333923, 2.86053848, 0.11316824, 1, -5.3551048e-009, 1.5788828e-009, -5.3551048e-009, 1.00000346, -5.58793545e-009, 1.5788828e-009, -5.58793545e-009, 1.00000691))
  6332. mesh("BlockMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(0.837745428, 1, 0.270477563))
  6333. Handle2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.51886344, 0.333971083, 0.636532664))
  6334. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00347757339, -0.00207901001, 2.874897, -1.60551281e-007, 2.08243728e-006, 1.00000679, 1, -5.3551048e-009, 1.63745426e-007, -5.12227416e-009, 1.00000334, -2.09547579e-006))
  6335. mesh("CylinderMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.842242956, 1))
  6336. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.66064626, 1.13885355))
  6337. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000751495361, 0.735794067, 2.04483795, -1, -5.0291419e-008, -2.00066279e-006, -1.46543607e-006, 0.701945484, 0.712237716, 1.35891605e-006, 0.712235332, -0.701947927))
  6338. mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.8276788, 1, 1))
  6339. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.750458777, 0.333971083))
  6340. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00281143188, 2.86390305, -0.125523567, 1, -5.3551048e-009, 1.5788828e-009, -5.3551048e-009, 1.00000346, -5.58793545e-009, 1.5788828e-009, -5.58793545e-009, 1.00000691))
  6341. mesh("BlockMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(0.837745428, 1, 0.270477563))
  6342. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.333971083, 2.43250322))
  6343. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00225639343, 3.24793243, -0.0257816315, 1, -5.3551048e-009, 1.5788828e-009, -5.3551048e-009, 1.00000346, -5.58793545e-009, 1.5788828e-009, -5.58793545e-009, 1.00000691))
  6344. mesh("BlockMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(0.8276788, 0.827679455, 1))
  6345. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.477399707, 0.333971083))
  6346. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00573730469, 5.12487411, 5.07043457, 1, -5.3551048e-009, 1.5788828e-009, -4.88944352e-009, 0.707108498, -0.707112134, -2.79396772e-009, 0.707109809, 0.707111001))
  6347. mesh("BlockMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(0.754998088, 1, 0.671109617))
  6348. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  6349. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00847434998, 5.07132339, 5.49375916, -1, 5.3551048e-009, -1.5788828e-009, -2.79396772e-009, 0.707109809, 0.707111001, -4.88944352e-009, 0.707108498, -0.707112134))
  6350. mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.744931459, 0.671109915, 0.781843007))
  6351. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 1.71422374, 0.527387738))
  6352. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00225067139, 0.240013123, -0.00784635544, 1, -5.3551048e-009, 1.5788828e-009, -5.3551048e-009, 1.00000346, -5.58793545e-009, 1.5788828e-009, -5.58793545e-009, 1.00000691))
  6353. mesh("BlockMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(0.869846582, 1, 1))
  6354. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  6355. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00223922729, 3.48665237, -0.0140166283, 1, -5.3551048e-009, 1.5788828e-009, -5.3551048e-009, 1.00000346, -5.58793545e-009, 1.5788828e-009, -5.58793545e-009, 1.00000691))
  6356. mesh("BlockMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(0.8276788, 0.827679455, 0.414765924))
  6357. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 1.23496354, 0.333971083))
  6358. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0057144165, 6.50336838, 0.0964884758, 1, -5.3551048e-009, 1.5788828e-009, -5.3551048e-009, 1.00000346, -5.58793545e-009, 1.5788828e-009, -5.58793545e-009, 1.00000691))
  6359. mesh("BlockMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(0.754998088, 1, 0.637554169))
  6360. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  6361. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00573348999, 4.2307663, -4.09196472, 1, -5.3551048e-009, 1.5788828e-009, -2.79396772e-009, 0.707109809, 0.707111001, 4.88944352e-009, -0.707108498, 0.707112134))
  6362. mesh("BlockMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(0.754998088, 0.452999234, 0.452998996))
  6363. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.333971083, 0.963326454))
  6364. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00227165222, 3.39096451, 0.390414715, 1, -5.3551048e-009, 1.5788828e-009, -5.58793545e-009, 0.965928555, -0.258823007, 4.65661287e-010, 0.258822083, 0.965931714))
  6365. mesh("BlockMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(0.8276788, 0.827679455, 1))
  6366. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.333971083, 0.963326454))
  6367. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00225067139, 3.38317871, -0.408802032, 1, -5.3551048e-009, 1.5788828e-009, -4.42378223e-009, 0.965928733, 0.25882256, 2.96859071e-009, -0.258821636, 0.965931952))
  6368. mesh("BlockMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(0.8276788, 0.827679455, 1))
  6369. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.530070603, 0.595068455))
  6370. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00849342346, -3.96007156, 6.41414642, -1.00000012, 2.06101686e-006, 1.94132008e-006, 5.31668775e-007, -0.539589584, 0.841935158, 2.77510844e-006, 0.841932237, 0.539591372))
  6371. mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.744931459, 1, 1))
  6372. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.452745259, 0.333971083))
  6373. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00574302673, 4.75794983, 4.6880188, 1, -5.3551048e-009, 1.5788828e-009, -4.88944352e-009, 0.707108498, -0.707112134, -2.79396772e-009, 0.707109809, 0.707111001))
  6374. mesh("BlockMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(0.754998088, 1, 0.671109617))
  6375. Handle2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.333971083, 0.356368661))
  6376. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00491142273, -3.52550125, -0.00119590759, -1.60551281e-007, 2.08243728e-006, 1.00000679, 1.36788003e-006, -1.00000346, 2.09547579e-006, 1, 1.35786831e-006, 1.63512595e-007))
  6377. mesh("CylinderMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(0.788553476, 0.718087614, 1))
  6378. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.391848803, 0.756001353))
  6379. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00224113464, 0.895763397, 0.829719543, 1, -5.3551048e-009, 1.5788828e-009, -5.3551048e-009, 0.866027653, -0.50000453, -1.39698386e-009, 0.500002861, 0.866030633))
  6380. mesh("BlockMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(0.8276788, 1, 1))
  6381. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.333971083, 0.562836468))
  6382. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000440597534, -0.138348579, 0.894599915, 1, 1.88290142e-006, -4.05231549e-006, 4.06977051e-006, -0.00727253594, 0.999980271, 1.8638093e-006, -0.999976933, -0.00727254525))
  6383. mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.859341383, 0.814899206, 1))
  6384. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.333971083, 0.562836468))
  6385. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000467300415, -0.172971725, -4.87036133, 1, -3.86452302e-006, 5.11141843e-006, 5.13588748e-006, 0.00727250986, -0.99998033, 3.81655991e-006, 0.999976933, 0.00727252662))
  6386. mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.859341383, 0.814899206, 1))
  6387. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.66064626, 1.13885355))
  6388. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00296974182, 0.775684357, 2.01208115, 1, -9.49250534e-007, 2.02898082e-006, 2.10141297e-006, 0.701943696, -0.712239444, -7.53090717e-007, 0.712237179, 0.70194608))
  6389. mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.8276788, 1, 1))
  6390. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.333971083, 0.562836468))
  6391. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000457763672, -0.0884757042, 7.14133453, 1, 1.88290142e-006, -4.05231549e-006, 4.06977051e-006, -0.00727253594, 0.999980271, 1.8638093e-006, -0.999976933, -0.00727254525))
  6392. mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.859341383, 0.814899206, 1))
  6393. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  6394. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00278663635, 2.60951233, -0.0151414871, 1, -5.3551048e-009, 1.5788828e-009, -5.3551048e-009, 1.00000346, -5.58793545e-009, 1.5788828e-009, -5.58793545e-009, 1.00000691))
  6395. mesh("BlockMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(0.837745428, 0.683390796, 0.723476529))
  6396. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.615819991, 1.04920125))
  6397. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00187492371, 0.745685577, 1.8518219, 1, -9.49250534e-007, 2.02898082e-006, 2.10141297e-006, 0.701943696, -0.712239444, -7.53090717e-007, 0.712237179, 0.70194608))
  6398. mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.847812057, 1, 1))
  6399. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.66064626, 1.13885355))
  6400. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00299263, -1.55075121, 3.68893433, -1, 9.7672455e-007, -1.02919876e-006, -1.01856858e-006, 0.007278217, 0.99998033, 9.73697752e-007, 0.999976873, -0.00727825798))
  6401. mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.8276788, 1, 1))
  6402. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.333971083, 0.562836468))
  6403. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000438690186, -0.132833481, 0.892940521, -1, -1.88290142e-006, 4.05231549e-006, -4.06977051e-006, 0.00727253594, -0.999980271, 1.8638093e-006, -0.999976933, -0.00727254525))
  6404. mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.859341383, 0.814899206, 1))
  6405. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.333971083, 0.562836468))
  6406. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000461578369, -0.098233223, -4.87198639, -1, 3.86452302e-006, -5.11141843e-006, -5.13588748e-006, -0.00727250986, 0.99998033, 3.81655991e-006, 0.999976933, 0.00727252662))
  6407. mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.859341383, 0.814899206, 1))
  6408. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.333971083, 0.562836468))
  6409. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000400543213, -0.123067856, 1.37639999, 1, -3.86452302e-006, 5.11141843e-006, 5.13588748e-006, 0.00727250986, -0.99998033, 3.81655991e-006, 0.999976933, 0.00727252662))
  6410. mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.859341383, 0.814899206, 1))
  6411. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.66064626, 1.13885355))
  6412. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00226783752, -1.49668598, 3.68751907, 1, 2.25845724e-008, 1.00135367e-006, 9.98486939e-007, 0.00727552548, -0.999980271, -4.02797014e-008, 0.999976993, 0.00727553107))
  6413. mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.8276788, 1, 1))
  6414. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 1.71422374, 0.527387738))
  6415. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00223731995, -6.00695419, -0.00337791443, 1, -5.3551048e-009, 1.5788828e-009, -5.3551048e-009, 1.00000346, -5.58793545e-009, 1.5788828e-009, -5.58793545e-009, 1.00000691))
  6416. mesh("BlockMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(0.861234307, 1, 1))
  6417. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.333971083, 0.562836468))
  6418. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000419616699, -0.182757378, 7.13973236, -1, -1.88290142e-006, 4.05231549e-006, -4.06977051e-006, 0.00727253594, -0.999980271, 1.8638093e-006, -0.999976933, -0.00727254525))
  6419. mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.859341383, 0.814899206, 1))
  6420. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.391848803, 0.756001353))
  6421. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00224304199, 0.873001099, -0.876026154, 1, -5.3551048e-009, 1.5788828e-009, -3.25962901e-009, 0.866028011, 0.500003994, 3.95812094e-009, -0.500002265, 0.866030872))
  6422. mesh("BlockMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(0.8276788, 1, 1))
  6423. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.397666305, 1.13997447))
  6424. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000431060791, -0.155970097, 8.00754547, 1, 1.88290142e-006, -4.05231549e-006, 4.06977051e-006, -0.00727253594, 0.999980271, 1.8638093e-006, -0.999976933, -0.00727254525))
  6425. mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.798337698, 1, 1))
  6426. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.435768574, 1.13997447))
  6427. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00150680542, -0.259859562, 8.01216888, -1, -8.87969509e-006, 4.24777681e-006, -4.31565422e-006, 0.00727553666, -0.999980152, 8.85874033e-006, -0.999976993, -0.00727554969))
  6428. mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.805115938, 1, 1))
  6429. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.477399707, 0.333971083))
  6430. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00572776794, 3.31259918, 1.56507874, 1, -5.3551048e-009, 1.5788828e-009, -5.3551048e-009, 0.86602813, -0.500003815, -1.62981451e-009, 0.500002027, 0.866031051))
  6431. mesh("BlockMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(0.754998088, 1, 0.671109617))
  6432. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  6433. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00847244263, 1.56596184, 3.68146133, -1, 5.3551048e-009, -1.5788828e-009, -1.62981451e-009, 0.500003278, 0.866030395, -5.12227416e-009, 0.866027415, -0.500004888))
  6434. mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.744931459, 0.671109915, 0.781843007))
  6435. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  6436. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00846862793, -0.113676071, -3.98678207, -1, 5.3551048e-009, -1.5788828e-009, -6.54836185e-010, -0.114217885, -0.993462563, 5.3551048e-009, -0.993459225, 0.11421828))
  6437. mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.744931459, 0.671109915, 0.563732326))
  6438. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.333971083, 0.652221978))
  6439. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00847244263, 2.12783813, 4.00239944, 1, 5.0291419e-008, 2.00066279e-006, 1.7893035e-006, 0.418343931, -0.908295453, -8.91042873e-007, 0.908292413, 0.418345362))
  6440. mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.744931459, 0.523465693, 1))
  6441. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.333971083, 0.534553051))
  6442. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00848197937, -0.114953518, 4.34464645, 1, -5.3551048e-009, 1.5788828e-009, -6.54836185e-010, -0.114217885, -0.993462563, -5.3551048e-009, 0.993459165, -0.114218257))
  6443. mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.744931459, 0.671109915, 1))
  6444. Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 1.76913583, 0.333971083))
  6445. Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00280761719, 2.54881287, -0.00673675537, 1, -5.3551048e-009, 1.5788828e-009, -5.3551048e-009, 1.00000346, -5.58793545e-009, 1.5788828e-009, -5.58793545e-009, 1.00000691))
  6446. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.851167679, 1, 0.444966584))
  6447. Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.615819991, 1.04920125))
  6448. Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00242233276, 0.781448364, 1.95035934, 1, -9.49250534e-007, 2.02898082e-006, 2.10141297e-006, 0.701943696, -0.712239444, -7.53090717e-007, 0.712237179, 0.70194608))
  6449. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.837745428, 1, 1))
  6450. Neon=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  6451. Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.11886787, -0.00262260437, 3.30176163, -1.60551281e-007, 2.08243728e-006, 1.00000679, 1, -5.3551048e-009, 1.63745426e-007, -5.12227416e-009, 1.00000334, -2.09547579e-006))
  6452. mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.402665645, 0.832176328, 0.80868715))
  6453. Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.36180529, 0.53818208))
  6454. Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00124740601, -0.197305202, 1.52207947, -1, 3.86452302e-006, -5.11141843e-006, -5.13588748e-006, -0.00727250986, 0.99998033, 3.81655991e-006, 0.999976933, 0.00727252662))
  6455. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.834055364, 1, 1))
  6456. Neon=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  6457. Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.12582397, -0.00260162354, 3.30752563, -1.60551281e-007, 2.08243728e-006, 1.00000679, 1, -5.3551048e-009, 1.63745426e-007, -5.12227416e-009, 1.00000334, -2.09547579e-006))
  6458. mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.402665645, 0.832176328, 0.80868715))
  6459. Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.360684603, 0.53818208))
  6460. Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00125694275, -0.156280041, 1.52334595, 1, -3.86452302e-006, 5.11141843e-006, 5.13573468e-006, 0.00727050938, -0.999980271, 3.81702557e-006, 0.999976993, 0.00727053359))
  6461. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.834055364, 1, 1))
  6462. Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.333971083, 0.403703302))
  6463. Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00126838684, 2.85546875, 0.447472572, 1, 2.25845724e-008, 1.00135367e-006, -4.02797014e-008, 0.999976933, 0.00727766939, -9.98494215e-007, -0.00727765262, 0.999980211))
  6464. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.834055364, 0.526321769, 1))
  6465. Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.333971083, 0.53818208))
  6466. Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00126075745, 1.30287552, 1.671875, -1, 3.86452302e-006, -5.11141843e-006, -9.32952389e-007, 0.701947451, 0.712235808, 6.33043237e-006, 0.712233365, -0.701949954))
  6467. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.834055364, 0.190766811, 1))
  6468. Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.333971083, 0.403703302))
  6469. Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00127220154, 2.8675766, 0.511937141, -1, 3.86452302e-006, -5.11141843e-006, 3.81679274e-006, 0.999976873, 0.00727466121, 5.1354582e-006, 0.00727464817, -0.999980271))
  6470. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.834055364, 0.526321769, 1))
  6471. Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.615819991, 1.04920125))
  6472. Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00128173828, 0.741531372, 1.98311234, -1, -5.0291419e-008, -2.00066279e-006, -1.46543607e-006, 0.701945484, 0.712237716, 1.35891605e-006, 0.712235332, -0.701947927))
  6473. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.837745428, 1, 1))
  6474. Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  6475. Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00129127502, 2.06131363, -1.58065796, -1, 3.86452302e-006, -5.11141843e-006, 6.3306652e-006, 0.712233424, -0.701949954, 9.32952389e-007, -0.701947451, -0.712235808))
  6476. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.834055364, 0.526321769, 0.873242319))
  6477. Neon=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  6478. Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.65778923, -0.00261688232, 3.554142, 9.13976692e-007, -0.298402101, 0.954447031, 1, 2.66823918e-007, -8.68145435e-007, -4.42378223e-009, 0.954443753, 0.298403084))
  6479. mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.402665645, 0.832176328, 0.80868715))
  6480. Neon=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  6481. Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.071811676, -0.00623512268, 6.19100571, -1.60551281e-007, 2.08243728e-006, 1.00000679, 1, -5.3551048e-009, 1.63745426e-007, -5.12227416e-009, 1.00000334, -2.09547579e-006))
  6482. mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.402665645, 0.761709809, 0.80868715))
  6483. Neon=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  6484. Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0718102455, -0.00624275208, 6.83526611, -1.60551281e-007, 2.08243728e-006, 1.00000679, 1, -5.3551048e-009, 1.63745426e-007, -5.12227416e-009, 1.00000334, -2.09547579e-006))
  6485. mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.402665645, 0.761709809, 0.80868715))
  6486. Neon=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  6487. Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0718164444, -0.00625419617, 6.99786377, -1.60551281e-007, 2.08243728e-006, 1.00000679, 1, -5.3551048e-009, 1.63745426e-007, -5.12227416e-009, 1.00000334, -2.09547579e-006))
  6488. mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.402665645, 0.761709809, 0.80868715))
  6489. Neon=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  6490. Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0718173981, -0.00625228882, 6.02839279, -1.60551281e-007, 2.08243728e-006, 1.00000679, 1, -5.3551048e-009, 1.63745426e-007, -5.12227416e-009, 1.00000334, -2.09547579e-006))
  6491. mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.402665645, 0.761709809, 0.80868715))
  6492. Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.633004189, 1.13885355))
  6493. Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00294113159, -1.51745224, 3.69674301, 1, 2.25845724e-008, 1.00135367e-006, 9.98486939e-007, 0.00727552548, -0.999980271, -4.02797014e-008, 0.999976993, 0.00727553107))
  6494. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.790433347, 1, 1))
  6495. Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.36180529, 0.53818208))
  6496. Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00124549866, -0.169769287, 1.02795029, -1, -1.88290142e-006, 4.05231549e-006, -4.06977051e-006, 0.00727253594, -0.999980271, 1.8638093e-006, -0.999976933, -0.00727254525))
  6497. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.834055364, 1, 1))
  6498. Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.36180529, 0.53818208))
  6499. Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00121879578, -0.147402763, -4.72467804, -1, 3.86452302e-006, -5.11141843e-006, -5.13588748e-006, -0.00727250986, 0.99998033, 3.81655991e-006, 0.999976933, 0.00727252662))
  6500. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.834055364, 1, 1))
  6501. Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  6502. Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00126075745, 2.0196228, -1.61859512, 1, 2.25845724e-008, 1.00135367e-006, -7.34464265e-007, 0.70194453, 0.712238789, -6.76838681e-007, -0.712236404, 0.701947033))
  6503. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.834055364, 0.526321769, 0.940353274))
  6504. Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.333971083, 0.53818208))
  6505. Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00123596191, 1.31023407, 1.65644073, 1, 4.13204543e-006, 4.88809019e-006, 5.71715645e-007, 0.701945722, -0.712237537, -6.37990888e-006, 0.712235212, 0.701948166))
  6506. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.834055364, 0.190766811, 1))
  6507. Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 2.02464533, 0.704451442))
  6508. Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00224876404, -5.9966774, -0.00673389435, 1, -5.3551048e-009, 1.5788828e-009, -5.3551048e-009, 1.00000346, -5.58793545e-009, 1.5788828e-009, -5.58793545e-009, 1.00000691))
  6509. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.834389985, 1, 1))
  6510. Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.360684603, 0.53818208))
  6511. Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00121307373, -0.206172466, -4.72341537, 1, -3.86452302e-006, 5.11141843e-006, 5.13573468e-006, 0.00727050938, -0.999980271, 3.81702557e-006, 0.999976993, 0.00727053359))
  6512. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.834055364, 1, 1))
  6513. Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.36180529, 0.53818208))
  6514. Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00122642517, -0.219696999, 7.27475739, -1, -1.88290142e-006, 4.05231549e-006, -4.06977051e-006, 0.00727253594, -0.999980271, 1.8638093e-006, -0.999976933, -0.00727254525))
  6515. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.834055364, 1, 1))
  6516. Neon=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  6517. Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.709104538, 0.00263023376, 3.57127762, 5.24742063e-007, -0.298404753, -0.954446197, -1, 1.02631748e-006, -8.71201337e-007, 1.22864731e-006, 0.954442978, -0.298405796))
  6518. mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.402665645, 0.832176328, 0.80868715))
  6519. Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.360684603, 0.53818208))
  6520. Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00124359131, -0.133904457, 7.27602386, 1, 1.88290142e-006, -4.05231549e-006, 4.06897016e-006, -0.00727054104, 0.99998033, 1.86357647e-006, -0.999976873, -0.00727054477))
  6521. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.834055364, 1, 1))
  6522. Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 2.02464533, 0.704451442))
  6523. Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0022354126, 0.250286102, -0.011218071, 1, -5.3551048e-009, 1.5788828e-009, -5.3551048e-009, 1.00000346, -5.58793545e-009, 1.5788828e-009, -5.58793545e-009, 1.00000691))
  6524. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.834389985, 1, 1))
  6525. Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.360684603, 0.53818208))
  6526. Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00124740601, -0.18379879, 1.0292511, 1, 1.88290142e-006, -4.05231549e-006, 4.06897016e-006, -0.00727054104, 0.99998033, 1.86357647e-006, -0.999976873, -0.00727054477))
  6527. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.834055364, 1, 1))
  6528. Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  6529. Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0027923584, 2.42457581, -2.43035126, 1, -5.3551048e-009, 1.5788828e-009, -2.79396772e-009, 0.707109809, 0.707111001, 4.88944352e-009, -0.707108498, 0.707112134))
  6530. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.851167679, 0.317635983, 0.314100146))
  6531. Neon=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.620843053, 0.333971083, 0.636532664))
  6532. Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00516605377, -0.00261116028, 2.88111496, -1.60551281e-007, 2.08243728e-006, 1.00000679, 1, -5.3551048e-009, 1.63745426e-007, -5.12227416e-009, 1.00000334, -2.09547579e-006))
  6533. mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.832176328, 1))
  6534. Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.633004189, 1.13885355))
  6535. Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00233078003, -1.57151031, 3.69814682, -1, 9.7672455e-007, -1.02919876e-006, -1.01856858e-006, 0.007278217, 0.99998033, 9.73697752e-007, 0.999976873, -0.00727825798))
  6536. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.790433347, 1, 1))
  6537.  
  6538. Player=game:GetService('Players').LocalPlayer
  6539. Character=Player.Character
  6540. Mouse=Player:GetMouse()
  6541. m=Instance.new('Model',Character)
  6542.  
  6543.  
  6544. local function weldBetween(a, b)
  6545. local weldd = Instance.new("ManualWeld")
  6546. weldd.Part0 = a
  6547. weldd.Part1 = b
  6548. weldd.C0 = CFrame.new()
  6549. weldd.C1 = b.CFrame:inverse() * a.CFrame
  6550. weldd.Parent = a
  6551. return weldd
  6552. end
  6553.  
  6554. it=Instance.new
  6555.  
  6556. function nooutline(part)
  6557. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  6558. end
  6559.  
  6560. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  6561. local fp=it("Part")
  6562. fp.formFactor=formfactor
  6563. fp.Parent=parent
  6564. fp.Reflectance=reflectance
  6565. fp.Transparency=transparency
  6566. fp.CanCollide=false
  6567. fp.Locked=true
  6568. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  6569. fp.Name=name
  6570. fp.Size=size
  6571. fp.Position=Character.Torso.Position
  6572. nooutline(fp)
  6573. fp.Material=material
  6574. fp:BreakJoints()
  6575. return fp
  6576. end
  6577.  
  6578. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  6579. local mesh=it(Mesh)
  6580. mesh.Parent=part
  6581. if Mesh=="SpecialMesh" then
  6582. mesh.MeshType=meshtype
  6583. mesh.MeshId=meshid
  6584. end
  6585. mesh.Offset=offset
  6586. mesh.Scale=scale
  6587. return mesh
  6588. end
  6589.  
  6590. function weld(parent,part0,part1,c0,c1)
  6591. local weld=it("Weld")
  6592. weld.Parent=parent
  6593. weld.Part0=part0
  6594. weld.Part1=part1
  6595. weld.C0=c0
  6596. weld.C1=c1
  6597. return weld
  6598. end
  6599.  
  6600. Face=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"White","Handle",Vector3.new(2.39999938, 2.39999938, 2.39999938))
  6601. Face.Shape = "Ball"
  6602. Faceweld=weld(m,Character["Head"],Face,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0199375153, 0.150016785, -0.590007782, -1, 0, 0, 0, 1, 0, 0, 0, -1))
  6603.  
  6604.  
  6605. Player=game:GetService('Players').LocalPlayer
  6606. Character=Player.Character
  6607. Mouse=Player:GetMouse()
  6608. m=Instance.new('Model',Character)
  6609.  
  6610.  
  6611. local function weldBetween(a, b)
  6612. local weldd = Instance.new("ManualWeld")
  6613. weldd.Part0 = a
  6614. weldd.Part1 = b
  6615. weldd.C0 = CFrame.new()
  6616. weldd.C1 = b.CFrame:inverse() * a.CFrame
  6617. weldd.Parent = a
  6618. return weldd
  6619. end
  6620.  
  6621. it=Instance.new
  6622.  
  6623. function nooutline(part)
  6624. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  6625. end
  6626.  
  6627. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  6628. local fp=it("Part")
  6629. fp.formFactor=formfactor
  6630. fp.Parent=parent
  6631. fp.Reflectance=reflectance
  6632. fp.Transparency=transparency
  6633. fp.CanCollide=false
  6634. fp.Locked=true
  6635. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  6636. fp.Name=name
  6637. fp.Size=size
  6638. fp.Position=Character.Torso.Position
  6639. nooutline(fp)
  6640. fp.Material=material
  6641. fp:BreakJoints()
  6642. return fp
  6643. end
  6644.  
  6645. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  6646. local mesh=it(Mesh)
  6647. mesh.Parent=part
  6648. if Mesh=="SpecialMesh" then
  6649. mesh.MeshType=meshtype
  6650. mesh.MeshId=meshid
  6651. end
  6652. mesh.Offset=offset
  6653. mesh.Scale=scale
  6654. return mesh
  6655. end
  6656.  
  6657. function weld(parent,part0,part1,c0,c1)
  6658. local weld=it("Weld")
  6659. weld.Parent=parent
  6660. weld.Part0=part0
  6661. weld.Part1=part1
  6662. weld.C0=c0
  6663. weld.C1=c1
  6664. return weld
  6665. end
  6666.  
  6667. Back=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Handle",Vector3.new(4.37000132, 3.20000124, 1.59000123))
  6668. Backweld=weld(m,Character["Torso"],Back,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0149364471, -0.464990616, 1.0450058, -1, 0, 0, 0, 1, 0, 0, 0, -1))
  6669.  
  6670. local size = 40,40,40
  6671.  
  6672.  
  6673. Player=game:GetService('Players').LocalPlayer
  6674. Character=Player.Character
  6675. Mouse=Player:GetMouse()
  6676. m=Instance.new('Model',Character)
  6677.  
  6678.  
  6679. local function weldBetween(a, b)
  6680. local weldd = Instance.new("ManualWeld")
  6681. weldd.Part0 = a
  6682. weldd.Part1 = b
  6683. weldd.C0 = CFrame.new()
  6684. weldd.C1 = b.CFrame:inverse() * a.CFrame
  6685. weldd.Parent = a
  6686. return weldd
  6687. end
  6688.  
  6689. it=Instance.new
  6690.  
  6691. function nooutline(part)
  6692. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  6693. end
  6694.  
  6695. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  6696. local fp=it("Part")
  6697. fp.formFactor=formfactor
  6698. fp.Parent=parent
  6699. fp.Reflectance=reflectance
  6700. fp.Transparency=transparency
  6701. fp.CanCollide=false
  6702. fp.Locked=true
  6703. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  6704. fp.Name=name
  6705. fp.Size=size
  6706. fp.Position=Character.Torso.Position
  6707. nooutline(fp)
  6708. fp.Material=material
  6709. fp:BreakJoints()
  6710. return fp
  6711. end
  6712.  
  6713. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  6714. local mesh=it(Mesh)
  6715. mesh.Parent=part
  6716. if Mesh=="SpecialMesh" then
  6717. mesh.MeshType=meshtype
  6718. mesh.MeshId=meshid
  6719. end
  6720. mesh.Offset=offset
  6721. mesh.Scale=scale
  6722. return mesh
  6723. end
  6724.  
  6725. function weld(parent,part0,part1,c0,c1)
  6726. local weld=it("Weld")
  6727. weld.Parent=parent
  6728. weld.Part0=part0
  6729. weld.Part1=part1
  6730. weld.C0=c0
  6731. weld.C1=c1
  6732. return weld
  6733. end
  6734.  
  6735. WIngs=part(Enum.FormFactor.Symmetric,m,Enum.Material.DiamondPlate,0,0,"Really black","Handle",Vector3.new(0.526163042, 0.373031557, 0.931079745))
  6736. WIngsweld=weld(m,Character["Torso"],WIngs,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.0159111, -1.20853615, -6.0207634, 0.866024971, 0.250001013, -0.433012992, -0.326577812, 0.938599944, -0.111252062, 0.378612816, 0.237759501, 0.894495845))
  6737. mesh("BlockMesh",WIngs,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.429282606, 1))
  6738. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.893329322, 0.679436445))
  6739. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0145301819, -1.5309906, 1.12540245, 1, -1.86264515e-008, -5.96046448e-008, -2.98023224e-008, -0.187036917, 0.982352853, -3.7252903e-009, -0.982352912, -0.187036932))
  6740. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.619396091, 1, 1))
  6741. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.567338467, 0.701169252))
  6742. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.012840271, -2.20268631, 1.11525655, 1, -1.86264515e-008, -5.96046448e-008, -2.98023224e-008, -0.187036917, 0.982352853, -3.7252903e-009, -0.982352912, -0.187036932))
  6743. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
  6744. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  6745. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0128250122, 1.69621086, 2.74610329, -1, 1.86264515e-008, 5.96046448e-008, 0, -0.329198927, -0.944260657, 1.49011612e-008, -0.944260657, 0.329198956))
  6746. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  6747. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  6748. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0128326416, 3.14628506, 2.63505173, -1, 1.86264515e-008, 5.96046448e-008, 0, -0.757224739, -0.653154373, 2.98023224e-008, -0.653154373, 0.757224917))
  6749. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  6750. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  6751. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0128250122, 1.01108551, 2.51173878, -1, 1.86264515e-008, 5.96046448e-008, 2.98023224e-008, -0.0735907629, -0.997288585, 0, -0.997288525, 0.0735907704))
  6752. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  6753. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  6754. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0128250122, 0.396331787, 2.11554885, -1, 1.86264515e-008, 5.96046448e-008, 0, 0.187033802, -0.982353449, -7.4505806e-009, -0.982353449, -0.187033832))
  6755. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  6756. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  6757. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0128250122, -0.0868225098, 1.57054901, -1, 1.86264515e-008, 5.96046448e-008, 2.98023224e-008, 0.434913546, -0.900472343, 0, -0.900472283, -0.434913576))
  6758. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  6759. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  6760. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0128173828, 2.42856979, 2.78783226, -1, 1.86264515e-008, 5.96046448e-008, 2.98023224e-008, -0.562374592, -0.82688272, 0, -0.826882541, 0.562374532))
  6761. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  6762. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  6763. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0128173828, -0.416015625, 0.917181015, -1, 1.86264515e-008, 5.96046448e-008, -5.96046448e-008, 0.653154254, -0.757224917, 1.49011612e-008, -0.757224798, -0.653154254))
  6764. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  6765. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 1.92734933, 0.701169252))
  6766. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0128173828, 0.159194946, -1.12555099, 1, -1.86264515e-008, -5.96046448e-008, 2.98023224e-008, 0.187036917, -0.982352853, 3.7252903e-009, 0.982352912, 0.187036932))
  6767. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
  6768. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.567338467, 0.701169252))
  6769. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0140304565, -3.38129997, -2.7243309, -1, 1.86264515e-008, 5.96046448e-008, 0, 0.329198927, 0.944260657, -1.49011612e-008, 0.944260657, -0.329198956))
  6770. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
  6771. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 1.92734933, 0.701169252))
  6772. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0140457153, 1.33783531, 2.71401596, -1, 1.86264515e-008, 5.96046448e-008, 0, -0.329198927, -0.944260657, 1.49011612e-008, -0.944260657, 0.329198956))
  6773. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
  6774. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(0.526163042, 0.373031557, 0.931079745))
  6775. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.78812122, 1.92715263, -2.28927612, 0.49999845, -0.565649092, 0.655776381, 0.565651298, 0.786692977, 0.24729073, -0.655774534, 0.247295752, 0.713305533))
  6776. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.429282606, 1))
  6777. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 1.92734933, 0.701169252))
  6778. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80215645, 2.86511993, 0.140659332, -0.49999845, 0.565649092, -0.655776381, 0.433012724, -0.492487878, -0.754954159, -0.750001132, -0.661435425, 0.00130999088))
  6779. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
  6780. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.893329322, 0.679436445))
  6781. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80046654, -4.2369194, -0.140804291, -0.49999845, 0.565649092, -0.655776381, -0.433012724, 0.492487878, 0.754954159, 0.750001132, 0.661435425, -0.00130999088))
  6782. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.619396091, 1, 1))
  6783. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.567338467, 0.701169252))
  6784. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80215645, -4.90860367, -0.150947571, -0.49999845, 0.565649092, -0.655776381, -0.433012724, 0.492487878, 0.754954159, 0.750001132, 0.661435425, -0.00130999088))
  6785. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
  6786. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.893329322, 0.679436445))
  6787. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80265999, -4.14035034, -0.33956337, 0.49999845, -0.565649092, 0.655776381, -0.750000596, 0.0957893208, 0.654464483, -0.433013558, -0.819063783, -0.376342565))
  6788. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.619396091, 1, 1))
  6789. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  6790. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80095482, 3.22347641, 0.17275238, -0.49999845, 0.565649092, -0.655776381, 0.433012724, -0.492487878, -0.754954159, -0.750001132, -0.661435425, 0.00130999088))
  6791. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  6792. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.567338467, 0.701169252))
  6793. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80094624, -4.81201553, -0.349707603, 0.49999845, -0.565649092, 0.655776381, -0.750000596, 0.0957893208, 0.654464483, -0.433013558, -0.819063783, -0.376342565))
  6794. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
  6795. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 1.92734933, 0.701169252))
  6796. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80094624, 2.76852798, 0.339404106, 0.49999845, -0.565649092, 0.655776381, 0.750000596, -0.0957893208, -0.654464483, 0.433013558, 0.819063783, 0.376342565))
  6797. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
  6798. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  6799. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80095482, 3.18227959, -0.357192993, -0.49999845, 0.565649092, -0.655776381, -2.98023224e-007, -0.757224619, -0.653154492, -0.866026402, -0.326576054, 0.378611445))
  6800. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  6801. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  6802. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80094719, 3.23778915, -0.0931434631, -0.49999845, 0.565649092, -0.655776381, 0.224142939, -0.646899283, -0.728890419, -0.836517453, -0.511431754, 0.196662545))
  6803. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  6804. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  6805. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80093193, 3.15235138, 0.421354294, -0.49999845, 0.565649092, -0.655776381, 0.612372398, -0.304515153, -0.729568839, -0.61237365, -0.766362667, -0.194130719))
  6806. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  6807. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  6808. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80095387, 3.00566101, 0.650568962, -0.49999845, 0.565649092, -0.655776381, 0.749999642, -0.0957909003, -0.654465079, -0.433014959, -0.819063544, -0.376341343))
  6809. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  6810. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  6811. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80094147, 2.81278229, 0.830840111, -0.49999845, 0.565649092, -0.655776381, 0.836516857, 0.119463086, -0.534760058, -0.224145442, -0.815947115, -0.532906353))
  6812. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  6813. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  6814. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80094433, 2.57622147, 0.953166008, -0.49999845, 0.565649092, -0.655776381, 0.866026282, 0.326575905, -0.378611505, -4.32133675e-007, -0.757224679, -0.653154492))
  6815. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  6816. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 1.92734933, 0.701169252))
  6817. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0128326416, 0.963986397, 2.83012009, 1, -1.86264515e-008, -5.96046448e-008, 1.49011612e-008, 0.997288585, -0.073588416, 2.98023224e-008, 0.0735884532, 0.997288704))
  6818. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
  6819. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.567338467, 0.701169252))
  6820. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0128173828, -3.00747108, -2.84039688, 1, -1.86264515e-008, -5.96046448e-008, -1.49011612e-008, -0.997288585, 0.073588416, -2.98023224e-008, -0.0735884532, -0.997288704))
  6821. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
  6822. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  6823. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0128250122, 3.25563431, 2.63391113, 1, -1.86264515e-008, -5.96046448e-008, 0, 0.757224739, 0.653154373, 2.98023224e-008, -0.653154373, 0.757224917))
  6824. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  6825. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  6826. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0128440857, 2.53445959, 2.8150177, 1, -1.86264515e-008, -5.96046448e-008, 1.49011612e-008, 0.900472701, 0.434912592, 0, -0.434912592, 0.90047276))
  6827. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  6828. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  6829. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0128326416, 1.79145408, 2.79978943, 1, -1.86264515e-008, -5.96046448e-008, 5.58793545e-009, 0.982353508, 0.187033504, 0, -0.187033504, 0.982353628))
  6830. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  6831. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  6832. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0128364563, -0.414859772, 1.02649212, 1, -1.86264515e-008, -5.96046448e-008, -5.96046448e-008, 0.653154254, -0.757224917, -1.49011612e-008, 0.757224798, 0.653154254))
  6833. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  6834. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  6835. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0128326416, 0.451953888, 2.2096405, 1, -1.86264515e-008, -5.96046448e-008, 1.49011612e-008, 0.94426012, -0.329200208, 2.98023224e-008, 0.329200208, 0.94426012))
  6836. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  6837. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  6838. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0128364563, 1.08917046, 2.58826447, 1, -1.86264515e-008, -5.96046448e-008, 1.49011612e-008, 0.997288585, -0.073588416, 2.98023224e-008, 0.0735884532, 0.997288704))
  6839. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  6840. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  6841. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0128173828, -0.057434082, 1.67582893, 1, -1.86264515e-008, -5.96046448e-008, 0, 0.826882601, -0.562374711, 0, 0.562374711, 0.82688272))
  6842. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  6843. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.567338467, 0.701169252))
  6844. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0140419006, -1.82085991, 1.02886391, -1, 1.86264515e-008, 5.96046448e-008, -2.98023224e-008, -0.826881826, 0.562375784, 5.96046448e-008, 0.562375724, 0.826881766))
  6845. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
  6846. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.893329322, 0.679436445))
  6847. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.014541626, -2.33579445, -2.83024597, 1, -1.86264515e-008, -5.96046448e-008, -1.49011612e-008, -0.997288585, 0.073588416, -2.98023224e-008, -0.0735884532, -0.997288704))
  6848. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.619396091, 1, 1))
  6849. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.893329322, 0.679436445))
  6850. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0123214722, -1.149189, 1.03900719, -1, 1.86264515e-008, 5.96046448e-008, -2.98023224e-008, -0.826881826, 0.562375784, 5.96046448e-008, 0.562375724, 0.826881766))
  6851. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.619396091, 1, 1))
  6852. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 1.92734933, 0.701169252))
  6853. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.01404953, -0.222623825, -1.03916359, -1, 1.86264515e-008, 5.96046448e-008, 2.98023224e-008, 0.826881826, -0.562375784, -5.96046448e-008, -0.562375724, -0.826881766))
  6854. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
  6855. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.893329322, 0.679436445))
  6856. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80045509, -4.03017044, 0.229810715, -0.49999845, 0.565649092, -0.655776381, -0.836517692, -0.511431158, 0.196663141, -0.224142194, 0.6468997, 0.7288903))
  6857. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.619396091, 1, 1))
  6858. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  6859. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80094051, 3.2564106, 0.190433502, 0.49999845, -0.565649092, 0.655776381, 0.433015227, 0.819063604, 0.376341105, -0.749999583, 0.0957911685, 0.654465318))
  6860. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  6861. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 1.92734933, 0.701169252))
  6862. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80093765, 3.05438042, 0.688827515, 0.49999845, -0.565649092, 0.655776381, 0.612375081, 0.766361952, 0.194129199, -0.612371087, 0.304516733, 0.729569316))
  6863. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
  6864. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  6865. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80093765, 3.21963882, -0.358337402, 0.49999845, -0.565649092, 0.655776381, 2.98023224e-007, 0.757224619, 0.653154492, -0.866026402, -0.326576054, 0.378611445))
  6866. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  6867. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  6868. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80095196, 3.27416515, -0.0845680237, 0.49999845, -0.565649092, 0.655776381, 0.224145487, 0.815947115, 0.532906294, -0.836516857, -0.119463041, 0.534760058))
  6869. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  6870. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  6871. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80094719, 2.57737732, 0.990515709, 0.49999845, -0.565649092, 0.655776381, 0.866026282, 0.326575905, -0.378611505, 4.32133675e-007, 0.757224679, 0.653154492))
  6872. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  6873. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  6874. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80094624, 3.0253334, 0.682353973, 0.49999845, -0.565649092, 0.655776381, 0.75000155, 0.66143465, -0.00131103396, -0.433011711, 0.492488772, 0.7549541))
  6875. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  6876. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.893329322, 0.679436445))
  6877. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.8026638, -4.42617226, -0.68901062, 0.49999845, -0.565649092, 0.655776381, -0.612375081, -0.766361952, -0.194129199, 0.612371087, -0.304516733, -0.729569316))
  6878. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.619396091, 1, 1))
  6879. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.567338467, 0.701169252))
  6880. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80093575, -5.09785843, -0.699146271, 0.49999845, -0.565649092, 0.655776381, -0.612375081, -0.766361952, -0.194129199, 0.612371087, -0.304516733, -0.729569316))
  6881. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
  6882. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  6883. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80094624, 2.8235321, 0.866632462, 0.49999845, -0.565649092, 0.655776381, 0.836517394, 0.511432052, -0.196662098, -0.224143416, 0.646898985, 0.728890657))
  6884. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  6885. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.567338467, 0.701169252))
  6886. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80217552, -4.70182419, 0.219669342, -0.49999845, 0.565649092, -0.655776381, -0.836517692, -0.511431158, 0.196663141, -0.224142194, 0.6468997, 0.7288903))
  6887. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
  6888. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  6889. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80096149, 3.17957115, 0.446971893, 0.49999845, -0.565649092, 0.655776381, 0.612375081, 0.766361952, 0.194129199, -0.612371087, 0.304516733, 0.729569316))
  6890. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  6891. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 1.92734933, 0.701169252))
  6892. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80216312, 2.65835953, -0.229951859, -0.49999845, 0.565649092, -0.655776381, 0.836517692, 0.511431158, -0.196663141, 0.224142194, -0.6468997, -0.7288903))
  6893. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
  6894. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.893329322, 0.679436445))
  6895. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0123329163, -2.7096405, -2.71417046, -1, 1.86264515e-008, 5.96046448e-008, 0, 0.329198927, 0.944260657, -1.49011612e-008, 0.944260657, -0.329198956))
  6896. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.619396091, 1, 1))
  6897. Part=part(Enum.FormFactor.Brick,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(2.33570647, 0.518153846, 1.07062769))
  6898. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000423431396, 0.000568389893, 0.0205516815, 3.87430191e-007, -0.653154194, 0.757224858, 1, -8.00937414e-007, -1.25169754e-006, 1.37090683e-006, 0.757224798, 0.653154254))
  6899. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  6900. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(1.54303002, 0.373031557, 1.3668803))
  6901. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.397033691, 0.00685501099, 0.361976624, 3.87430191e-007, -0.653154194, 0.757224858, 1, -8.00937414e-007, -1.25169754e-006, 1.37090683e-006, 0.757224798, 0.653154254))
  6902. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.901492953, 1))
  6903. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(2.33570647, 0.502140284, 1.85872841))
  6904. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000408172607, 0.000564575195, 0.0234174728, 3.87430191e-007, -0.653154194, 0.757224858, 1, -8.00937414e-007, -1.25169754e-006, 1.37090683e-006, 0.757224798, 0.653154254))
  6905. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  6906. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(2.33570647, 0.507859409, 1.26050401))
  6907. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000427246094, 0.00227355957, 0.0205459595, 3.87430191e-007, -0.653154194, 0.757224858, 1, -8.00937414e-007, -1.25169754e-006, 1.37090683e-006, 0.757224798, 0.653154254))
  6908. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  6909. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(2.33570647, 0.497564912, 2.28537822))
  6910. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000438690186, 0.00173950195, 0.0229845047, 3.87430191e-007, -0.653154194, 0.757224858, 1, -8.00937414e-007, -1.25169754e-006, 1.37090683e-006, 0.757224798, 0.653154254))
  6911. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  6912. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 1.83584321, 0.702313483))
  6913. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0146331787, -3.40140152, -1.11369061, -1, 1.86264515e-008, 5.96046448e-008, -2.98023224e-008, -0.187036917, 0.982352853, 3.7252903e-009, 0.982352912, 0.187036932))
  6914. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  6915. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.584495842, 0.706888735))
  6916. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0146255493, 1.63386917, 1.11945939, -1, 1.86264515e-008, 5.96046448e-008, 2.98023224e-008, 0.187036917, -0.982352853, -3.7252903e-009, -0.982352912, -0.187036932))
  6917. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  6918. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 4.23216105, 1.09807956))
  6919. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0122375488, -6.76598835, 0.57843399, 1, -1.86264515e-008, -5.96046448e-008, -2.98023224e-008, 0.608101726, 0.793859124, 0, -0.793859184, 0.608101785))
  6920. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  6921. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(1.54303002, 0.373031557, 1.3668803))
  6922. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.385643005, 0.0125732422, -0.371212006, 3.87430191e-007, -0.653154194, 0.757224858, 1, -8.00937414e-007, -1.25169754e-006, 1.37090683e-006, 0.757224798, 0.653154254))
  6923. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.901492953, 1))
  6924. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.395764321, 1.10837412))
  6925. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0115966797, -0.543251038, 1.7864542, 1, -1.86264515e-008, -5.96046448e-008, -2.98023224e-008, -0.434913546, 0.900472343, 0, -0.900472283, -0.434913576))
  6926. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
  6927. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.373031557, 1.03288114))
  6928. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0116043091, -1.59219742, 2.67541885, 1, -1.86264515e-008, -5.96046448e-008, -2.98023224e-008, 0.0735907629, 0.997288585, 0, -0.997288525, 0.0735907704))
  6929. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 0.794172287, 1))
  6930. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.373031557, 0.725190163))
  6931. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0115814209, -2.22006989, 2.7550087, 1, -1.86264515e-008, -5.96046448e-008, 0, 0.329198927, 0.944260657, 1.49011612e-008, -0.944260657, 0.329198956))
  6932. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 0.478343189, 1))
  6933. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.380894542, 0.985983968))
  6934. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.011592865, -1.02312088, 2.25215411, 1, -1.86264515e-008, -5.96046448e-008, 0, -0.187033802, 0.982353449, -7.4505806e-009, -0.982353449, -0.187033832))
  6935. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
  6936. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 1.67227566, 1.70316744))
  6937. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0116004944, -0.851036072, 0.823085785, 1, -1.86264515e-008, -5.96046448e-008, 5.96046448e-008, -0.653154254, 0.757224917, 1.49011612e-008, -0.757224798, -0.653154254))
  6938. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
  6939. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 2.33112097, 0.885326684))
  6940. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0116004944, -4.12805939, 3.14675999, -1, 1.86264515e-008, 5.96046448e-008, -5.96046448e-008, 0.653154254, -0.757224917, 1.49011612e-008, -0.757224798, -0.653154254))
  6941. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
  6942. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.613091588, 3.18786216))
  6943. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0146331787, -1.75381827, 0.0856170654, 1, -1.86264515e-008, -5.96046448e-008, 5.58793545e-009, 0.982353508, 0.187033504, 0, -0.187033504, 0.982353628))
  6944. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  6945. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.583352029, 0.373031557))
  6946. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0146331787, -1.7653625, 1.58002472, -1, 1.86264515e-008, 5.96046448e-008, 5.58793545e-009, 0.982353508, 0.187033504, 0, 0.187033504, -0.982353628))
  6947. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 0.417018801))
  6948. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.969965518, 1.26393533))
  6949. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0146217346, 1.84269714, 2.61419201, -1, 1.86264515e-008, 5.96046448e-008, -2.98023224e-008, 0.484992713, -0.874518216, 0, -0.874518156, -0.484992743))
  6950. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  6951. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.539886534, 0.706888735))
  6952. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0146179199, -1.39143753, -1.12134099, -1, 1.86264515e-008, 5.96046448e-008, -2.98023224e-008, -0.187036917, 0.982352853, 3.7252903e-009, 0.982352912, 0.187036932))
  6953. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  6954. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 4.23216105, 1.09807956))
  6955. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0146255493, -4.44521141, -2.69960213, -1, 1.86264515e-008, 5.96046448e-008, 2.98023224e-008, -0.484992713, 0.874518216, 0, 0.874518156, 0.484992743))
  6956. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  6957. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.885322511, 0.706888735))
  6958. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0146102905, -1.24437332, -1.12705016, 1, -1.86264515e-008, -5.96046448e-008, 2.98023224e-008, 0.187036917, -0.982352853, 3.7252903e-009, 0.982352912, 0.187036932))
  6959. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  6960. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.613091588, 3.18786216))
  6961. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.012260437, 2.08576965, -1.09300995, -1, 1.86264515e-008, 5.96046448e-008, -1.49011612e-008, -0.94426012, 0.329200208, 2.98023224e-008, 0.329200208, 0.94426012))
  6962. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  6963. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.583352029, 0.373031557))
  6964. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0122528076, 2.07419205, 2.7586441, 1, -1.86264515e-008, -5.96046448e-008, -1.49011612e-008, -0.94426012, 0.329200208, -2.98023224e-008, -0.329200208, -0.94426012))
  6965. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 0.417018801))
  6966. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.584495842, 0.706888735))
  6967. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0122528076, 2.81254005, -2.72010994, 1, -1.86264515e-008, -5.96046448e-008, 0, -0.329198927, -0.944260657, -1.49011612e-008, 0.944260657, -0.329198956))
  6968. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  6969. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.885322511, 0.706888735))
  6970. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0122528076, -0.0657215118, 2.71253204, -1, 1.86264515e-008, 5.96046448e-008, 0, -0.329198927, -0.944260657, 1.49011612e-008, -0.944260657, 0.329198956))
  6971. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  6972. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 1.83584321, 0.702313483))
  6973. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0122528076, -4.58002281, 2.72588158, 1, -1.86264515e-008, -5.96046448e-008, 0, 0.329198927, 0.944260657, 1.49011612e-008, -0.944260657, 0.329198956))
  6974. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  6975. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.539886534, 0.706888735))
  6976. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0122489929, -2.57005119, 2.71822929, 1, -1.86264515e-008, -5.96046448e-008, 0, 0.329198927, 0.944260657, 1.49011612e-008, -0.944260657, 0.329198956))
  6977. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  6978. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.969965518, 1.26393533))
  6979. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0122451782, 4.16341972, -0.663871765, 1, -1.86264515e-008, -5.96046448e-008, 2.98023224e-008, -0.608101726, -0.793859124, 0, 0.793859184, -0.608101785))
  6980. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  6981. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 1.76950121, 0.741203785))
  6982. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0115814209, -4.30217743, 3.24400997, -1, 1.86264515e-008, 5.96046448e-008, 2.98023224e-008, 0.627695382, -0.778459072, -1.49011612e-008, -0.778458953, -0.627695441))
  6983. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
  6984. Part=part(Enum.FormFactor.Brick,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(2.33570647, 0.518153846, 1.07062769))
  6985. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.99267197, 4.78870678, -0.0154352188, -0.866025805, -0.326576054, 0.378612459, 0.499999344, -0.565649092, 0.655775666, 1.11758709e-006, 0.757224619, 0.653154552))
  6986. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  6987. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(1.54303002, 0.373031557, 1.3668803))
  6988. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.59518433, 4.79498959, 0.32599926, -0.866025805, -0.326576054, 0.378612459, 0.499999344, -0.565649092, 0.655775666, 1.11758709e-006, 0.757224619, 0.653154552))
  6989. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.901492953, 1))
  6990. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(2.33570647, 0.502140284, 1.85872841))
  6991. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.99268341, 4.7886982, -0.0125761032, -0.866025805, -0.326576054, 0.378612459, 0.499999344, -0.565649092, 0.655775666, 1.11758709e-006, 0.757224619, 0.653154552))
  6992. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  6993. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(2.33570647, 0.507859409, 1.26050401))
  6994. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.99270248, 4.79042339, -0.0154447556, -0.866025805, -0.326576054, 0.378612459, 0.499999344, -0.565649092, 0.655775666, 1.11758709e-006, 0.757224619, 0.653154552))
  6995. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  6996. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(2.33570647, 0.497564912, 2.28537822))
  6997. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.99266815, 4.78983879, -0.0129785538, -0.866025805, -0.326576054, 0.378612459, 0.499999344, -0.565649092, 0.655775666, 1.11758709e-006, 0.757224619, 0.653154552))
  6998. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  6999. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.969965518, 1.26393533))
  7000. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80036545, 4.80890846, 2.25815582, 0.49999845, -0.565649092, 0.655776381, 0.176621437, -0.674706042, -0.716642678, 0.847824514, 0.474144399, -0.237446278))
  7001. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  7002. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.539886534, 0.706888735))
  7003. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80037117, -4.09732819, 0.144859314, 0.49999845, -0.565649092, 0.655776381, -0.433012724, 0.492487878, 0.754954159, -0.750001132, -0.661435425, 0.00130999088))
  7004. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  7005. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 1.83584321, 0.702313483))
  7006. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80037403, -6.10728073, 0.152519226, 0.49999845, -0.565649092, 0.655776381, -0.433012724, 0.492487878, 0.754954159, -0.750001132, -0.661435425, 0.00130999088))
  7007. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  7008. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.583352029, 0.373031557))
  7009. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80037498, -0.499183655, 4.28593826, 0.49999845, -0.565649092, 0.655776381, -0.75000155, -0.66143465, 0.00131103396, 0.433011711, -0.492488772, -0.7549541))
  7010. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 0.417018801))
  7011. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.885322511, 0.706888735))
  7012. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.802742, 1.36500931, 0.337909698, 0.49999845, -0.565649092, 0.655776381, 0.750000596, -0.0957893208, -0.654464483, 0.433013558, 0.819063783, 0.376342565))
  7013. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  7014. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.885322511, 0.706888735))
  7015. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80034828, 1.46158218, 0.139152527, -0.49999845, 0.565649092, -0.655776381, 0.433012724, -0.492487878, -0.754954159, -0.750001132, -0.661435425, 0.00130999088))
  7016. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  7017. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.613091588, 3.18786216))
  7018. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80037212, -0.487609863, -2.62030792, -0.49999845, 0.565649092, -0.655776381, -0.75000155, -0.66143465, 0.00131103396, -0.433011711, 0.492488772, 0.7549541))
  7019. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  7020. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.584495842, 0.706888735))
  7021. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80035973, 4.33980179, -0.146759033, 0.49999845, -0.565649092, 0.655776381, 0.433012724, -0.492487878, -0.754954159, 0.750001132, 0.661435425, -0.00130999088))
  7022. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  7023. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 4.23216105, 1.09807956))
  7024. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80037403, -7.41146851, -2.34357452, 0.49999845, -0.565649092, 0.655776381, -0.176621437, 0.674706042, 0.716642678, -0.847824514, -0.474144399, 0.237446278))
  7025. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  7026. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.969965518, 1.26393533))
  7027. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.8027401, 4.77935791, 2.0391655, -0.49999845, 0.565649092, -0.655776381, 0.847824097, 0.16527845, -0.50386256, -0.176623657, -0.807913423, -0.562209845))
  7028. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  7029. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.613091588, 3.18786216))
  7030. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80274773, -0.288840294, -2.52373123, 0.49999845, -0.565649092, 0.655776381, 0.433015227, 0.819063604, 0.376341105, -0.749999583, 0.0957911685, 0.654465318))
  7031. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  7032. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(1.54303002, 0.373031557, 1.3668803))
  7033. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.60663605, 4.80071163, -0.407197952, -0.866025805, -0.326576054, 0.378612459, 0.499999344, -0.565649092, 0.655775666, 1.11758709e-006, 0.757224619, 0.653154552))
  7034. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.901492953, 1))
  7035. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.583352029, 0.373031557))
  7036. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80274963, -0.300402641, 4.18932724, -0.49999845, 0.565649092, -0.655776381, 0.433015227, 0.819063604, 0.376341105, 0.749999583, -0.0957911685, -0.654465318))
  7037. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 0.417018801))
  7038. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.539886534, 0.706888735))
  7039. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80271721, -4.00077438, 0.34360981, -0.49999845, 0.565649092, -0.655776381, -0.750000596, 0.0957893208, 0.654464483, 0.433013558, 0.819063783, 0.376342565))
  7040. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  7041. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.584495842, 0.706888735))
  7042. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.802742, 4.24324417, -0.345514297, -0.49999845, 0.565649092, -0.655776381, 0.750000596, -0.0957893208, -0.654464483, -0.433013558, -0.819063783, -0.376342565))
  7043. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  7044. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 4.23216105, 1.09807956))
  7045. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80274391, -7.38192749, -2.1245718, -0.49999845, 0.565649092, -0.655776381, -0.847824097, -0.16527845, 0.50386256, 0.176623657, 0.807913423, 0.562209845))
  7046. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  7047. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.395764321, 1.10837412))
  7048. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.79971504, -3.44285583, 1.04676247, 0.49999845, -0.565649092, 0.655776381, -0.836516857, -0.119463086, 0.534760058, -0.224145442, -0.815947115, -0.532906353))
  7049. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
  7050. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.373031557, 1.03288114))
  7051. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.79971695, -3.73348618, 0.58502388, 0.49999845, -0.565649092, 0.655776381, -0.612372398, 0.304515153, 0.729568839, -0.61237365, -0.766362667, -0.194130719))
  7052. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 0.794172287, 1))
  7053. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 1.83584321, 0.702313483))
  7054. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.802742, -6.01073456, 0.351270676, -0.49999845, 0.565649092, -0.655776381, -0.750000596, 0.0957893208, 0.654464483, 0.433013558, 0.819063783, 0.376342565))
  7055. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  7056. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.380894542, 0.985983968))
  7057. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.79972649, -3.63246918, 0.787195206, 0.49999845, -0.565649092, 0.655776381, -0.749999642, 0.0957909003, 0.654465079, -0.433014959, -0.819063544, -0.376341343))
  7058. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
  7059. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 1.76950121, 0.741203785))
  7060. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.79971886, -1.31037903, 3.18079185, -0.49999845, 0.565649092, -0.655776381, 0.865550399, 0.301296592, -0.400053799, -0.0287068337, -0.767633677, -0.640245616))
  7061. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
  7062. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 2.33112097, 0.885326684))
  7063. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.79972172, -1.1358223, 3.18273926, -0.49999845, 0.565649092, -0.655776381, 0.866026282, 0.326575905, -0.378611505, -4.32133675e-007, -0.757224679, -0.653154492))
  7064. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
  7065. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.373031557, 0.725190163))
  7066. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.7997303, -3.74736404, 0.181629181, 0.49999845, -0.565649092, 0.655776381, -0.433012724, 0.492487878, 0.754954159, -0.750001132, -0.661435425, 0.00130999088))
  7067. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 0.478343189, 1))
  7068. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 1.67227566, 1.70316744))
  7069. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.79971409, -3.84326553, 0.859061241, 0.49999845, -0.565649092, 0.655776381, -0.866026282, -0.326575905, 0.378611505, -4.32133675e-007, -0.757224679, -0.653154492))
  7070. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
  7071. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.885322511, 0.706888735))
  7072. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0146179199, -0.439552307, 2.82862473, 1, -1.86264515e-008, -5.96046448e-008, 1.49011612e-008, 0.997288585, -0.073588416, 2.98023224e-008, 0.0735884532, 0.997288704))
  7073. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  7074. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.584495842, 0.706888735))
  7075. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0146255493, 2.43866539, -2.83621216, -1, 1.86264515e-008, 5.96046448e-008, 1.49011612e-008, 0.997288585, -0.073588416, -2.98023224e-008, -0.0735884532, -0.997288704))
  7076. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  7077. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.583352029, 0.373031557))
  7078. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0146179199, 2.19028473, 2.38479328, -1, 1.86264515e-008, 5.96046448e-008, -2.98023224e-008, 0.0735907629, 0.997288585, 0, 0.997288525, -0.0735907704))
  7079. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 0.417018801))
  7080. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.613091588, 3.18786216))
  7081. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0146331787, 2.20183945, -0.719162941, 1, -1.86264515e-008, -5.96046448e-008, -2.98023224e-008, 0.0735907629, 0.997288585, 0, -0.997288525, 0.0735907704))
  7082. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  7083. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.373031557, 0.725190163))
  7084. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0140457153, -2.31531954, 2.80868149, -1, 1.86264515e-008, 5.96046448e-008, -5.58793545e-009, -0.982353508, -0.187033504, 0, -0.187033504, 0.982353628))
  7085. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 0.478343189, 1))
  7086. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.373031557, 1.03288114))
  7087. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0140533447, -1.67030334, 2.75189209, -1, 1.86264515e-008, 5.96046448e-008, -1.49011612e-008, -0.997288585, 0.073588416, 2.98023224e-008, 0.0735884532, 0.997288704))
  7088. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 0.794172287, 1))
  7089. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 4.23216105, 1.09807956))
  7090. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0145950317, -6.44722939, 0.805679321, -1, 1.86264515e-008, 5.96046448e-008, 1.11758709e-008, -0.970244586, -0.242127106, 0, -0.242127106, 0.970244527))
  7091. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  7092. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.395764321, 1.10837412))
  7093. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0140609741, -0.572654724, 1.89173317, -1, 1.86264515e-008, 5.96046448e-008, 0, -0.826882601, 0.562374711, 0, 0.562374711, 0.82688272))
  7094. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
  7095. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.380894542, 0.985983968))
  7096. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0140533447, -1.07876587, 2.34624863, -1, 1.86264515e-008, 5.96046448e-008, -1.49011612e-008, -0.94426012, 0.329200208, 2.98023224e-008, 0.329200208, 0.94426012))
  7097. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
  7098. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 1.83584321, 0.702313483))
  7099. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0146179199, -4.20618105, 2.84195328, -1, 1.86264515e-008, 5.96046448e-008, -1.49011612e-008, -0.997288585, 0.073588416, 2.98023224e-008, 0.0735884532, 0.997288704))
  7100. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  7101. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.539886534, 0.706888735))
  7102. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0146179199, -2.19620895, 2.83431244, -1, 1.86264515e-008, 5.96046448e-008, -1.49011612e-008, -0.997288585, 0.073588416, 2.98023224e-008, 0.0735884532, 0.997288704))
  7103. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  7104. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.969965518, 1.26393533))
  7105. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0146179199, 3.84465933, -0.891094208, -1, 1.86264515e-008, 5.96046448e-008, -1.11758709e-008, 0.970244586, 0.242127106, 0, 0.242127106, -0.970244527))
  7106. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  7107. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.584495842, 0.706888735))
  7108. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.012260437, 1.25204659, 1.03306961, 1, -1.86264515e-008, -5.96046448e-008, 2.98023224e-008, 0.826881826, -0.562375784, 5.96046448e-008, 0.562375724, 0.826881766))
  7109. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  7110. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 1.83584321, 0.702313483))
  7111. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0122413635, -3.0195713, -1.02729225, 1, -1.86264515e-008, -5.96046448e-008, -2.98023224e-008, -0.826881826, 0.562375784, -5.96046448e-008, -0.562375724, -0.826881766))
  7112. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  7113. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.613091588, 3.18786216))
  7114. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0122451782, -1.66742134, 0.467433929, -1, 1.86264515e-008, 5.96046448e-008, 2.98023224e-008, -0.562374592, -0.82688272, 0, -0.826882541, 0.562374532))
  7115. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  7116. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.583352029, 0.373031557))
  7117. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0122451782, -1.67897987, 1.19819832, 1, -1.86264515e-008, -5.96046448e-008, 2.98023224e-008, -0.562374592, -0.82688272, 0, 0.826882541, -0.562374532))
  7118. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 0.417018801))
  7119. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.969965518, 1.26393533))
  7120. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0122489929, 1.50705338, 2.41267586, 1, -1.86264515e-008, -5.96046448e-008, 2.98023224e-008, 0.609420419, -0.792847335, 0, 0.792847276, 0.609420419))
  7121. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  7122. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.539886534, 0.706888735))
  7123. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.012260437, -1.00959778, -1.03495979, 1, -1.86264515e-008, -5.96046448e-008, -2.98023224e-008, -0.826881826, 0.562375784, -5.96046448e-008, -0.562375724, -0.826881766))
  7124. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  7125. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 4.23216105, 1.09807956))
  7126. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0122528076, -4.10961151, -2.49808693, 1, -1.86264515e-008, -5.96046448e-008, -2.98023224e-008, -0.609420419, 0.792847335, 0, -0.792847276, -0.609420419))
  7127. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  7128. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.885322511, 0.706888735))
  7129. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.012260437, -1.6261673, -1.04066467, -1, 1.86264515e-008, 5.96046448e-008, 2.98023224e-008, 0.826881826, -0.562375784, -5.96046448e-008, -0.562375724, -0.826881766))
  7130. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  7131. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 1.67227566, 1.75463974))
  7132. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0140533447, -0.852184296, 0.906645775, -1, 1.86264515e-008, 5.96046448e-008, 5.96046448e-008, -0.653154254, 0.757224917, -1.49011612e-008, 0.757224798, 0.653154254))
  7133. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
  7134. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.583352029, 0.373031557))
  7135. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80034447, -0.86977005, 4.07917023, 0.49999845, -0.565649092, 0.655776381, 0.224142939, -0.646899283, -0.728890419, 0.836517453, 0.511431754, -0.196662545))
  7136. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 0.417018801))
  7137. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 4.23216105, 1.09807956))
  7138. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80038261, -7.09912872, -2.63088512, 0.49999845, -0.565649092, 0.655776381, -0.864648581, -0.283361614, 0.414836287, -0.0488298535, -0.774433494, -0.630768061))
  7139. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  7140. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.539886534, 0.706888735))
  7141. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80037403, -3.89056778, -0.225765228, 0.49999845, -0.565649092, 0.655776381, -0.836517692, -0.511431158, 0.196663141, 0.224142194, -0.6468997, -0.7288903))
  7142. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  7143. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 1.83584321, 0.702313483))
  7144. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80038261, -5.9005394, -0.218101501, 0.49999845, -0.565649092, 0.655776381, -0.836517692, -0.511431158, 0.196663141, 0.224142194, -0.6468997, -0.7288903))
  7145. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  7146. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.613091588, 3.18786216))
  7147. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80037498, -0.858222961, -2.41352463, -0.49999845, 0.565649092, -0.655776381, 0.224142939, -0.646899283, -0.728890419, -0.836517453, -0.511431754, 0.196662545))
  7148. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  7149. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.969965518, 1.26393533))
  7150. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80037594, 4.49656296, 2.54547501, 0.49999845, -0.565649092, 0.655776381, 0.864648581, 0.283361614, -0.414836287, 0.0488298535, 0.774433494, 0.630768061))
  7151. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  7152. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.583352029, 0.373031557))
  7153. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.8027277, 0.0490112305, 4.47517967, -0.49999845, 0.565649092, -0.655776381, -0.612372398, 0.304515153, 0.729568839, 0.61237365, 0.766362667, 0.194130719))
  7154. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 0.417018801))
  7155. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.613091588, 3.18786216))
  7156. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80274391, 0.0605697632, -2.80956078, 0.49999845, -0.565649092, 0.655776381, -0.612372398, 0.304515153, 0.729568839, -0.61237365, -0.766362667, -0.194130719))
  7157. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  7158. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.584495842, 0.706888735))
  7159. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80274677, 4.52905464, -0.69493866, -0.49999845, 0.565649092, -0.655776381, 0.612375081, 0.766361952, 0.194129199, 0.612371087, -0.304516733, -0.729569316))
  7160. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  7161. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.885322511, 0.706888735))
  7162. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80274773, 1.65083885, 0.687343597, 0.49999845, -0.565649092, 0.655776381, 0.612375081, 0.766361952, 0.194129199, -0.612371087, 0.304516733, 0.729569316))
  7163. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  7164. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.969965518, 1.26393533))
  7165. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80273438, 5.16016769, 1.79669189, -0.49999845, 0.565649092, -0.655776381, 0.390038431, 0.823161662, 0.412643731, 0.773221493, -0.0494567379, -0.632204533))
  7166. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  7167. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.584495842, 0.706888735))
  7168. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80038166, 4.13302612, 0.223876953, 0.49999845, -0.565649092, 0.655776381, 0.836517692, 0.511431158, -0.196663141, -0.224142194, 0.6468997, 0.7288903))
  7169. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  7170. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.539886534, 0.706888735))
  7171. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80273819, -4.28659248, 0.693054199, -0.49999845, 0.565649092, -0.655776381, -0.612375081, -0.766361952, -0.194129199, -0.612371087, 0.304516733, 0.729569316))
  7172. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  7173. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 1.83584321, 0.702313483))
  7174. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80276012, -6.29656792, 0.700717926, -0.49999845, 0.565649092, -0.655776381, -0.612375081, -0.766361952, -0.194129199, -0.612371087, 0.304516733, 0.729569316))
  7175. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  7176. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.373031557, 0.725190163))
  7177. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80216217, -3.78028393, 0.199310303, -0.49999845, 0.565649092, -0.655776381, -0.433015227, -0.819063604, -0.376341105, -0.749999583, 0.0957911685, 0.654465318))
  7178. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 0.478343189, 1))
  7179. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.373031557, 1.03288114))
  7180. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80216694, -3.76069069, 0.610641479, -0.49999845, 0.565649092, -0.655776381, -0.612375081, -0.766361952, -0.194129199, -0.612371087, 0.304516733, 0.729569316))
  7181. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 0.794172287, 1))
  7182. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 4.23216105, 1.09807956))
  7183. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80275726, -7.76274252, -1.88209915, -0.49999845, 0.565649092, -0.655776381, -0.390038431, -0.823161662, -0.412643731, -0.773221493, 0.0494567379, 0.632204533))
  7184. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  7185. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 1.67227566, 1.75463974))
  7186. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80216217, -3.84443283, 0.870663643, -0.49999845, 0.565649092, -0.655776381, -0.866026282, -0.326575905, 0.378611505, 4.32133675e-007, 0.757224679, 0.653154492))
  7187. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
  7188. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.395764321, 1.10837412))
  7189. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80217838, -3.45362091, 1.0825386, -0.49999845, 0.565649092, -0.655776381, -0.836517394, -0.511432052, 0.196662098, -0.224143416, 0.646898985, 0.728890657))
  7190. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
  7191. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.380894542, 0.985983968))
  7192. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80216312, -3.65211487, 0.818996429, -0.49999845, 0.565649092, -0.655776381, -0.75000155, -0.66143465, 0.00131103396, -0.433011711, 0.492488772, 0.7549541))
  7193. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
  7194. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.885322511, 0.706888735))
  7195. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80037689, 1.2548027, -0.231477737, -0.49999845, 0.565649092, -0.655776381, 0.836517692, 0.511431158, -0.196663141, 0.224142194, -0.6468997, -0.7288903))
  7196. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  7197. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(1.44351673, 0.373031557, 1.23305202))
  7198. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.37387466, 0.0131607056, 3.24288177, 3.87430191e-007, -0.653154194, 0.757224858, 1, -8.00937414e-007, -1.25169754e-006, 1.37090683e-006, 0.757224798, 0.653154254))
  7199. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.904559135, 1))
  7200. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(1.28909934, 0.373031557, 1.23305202))
  7201. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.45108032, -0.324279785, 3.24173164, 3.87430191e-007, -0.653154194, 0.757224858, 1, -8.00937414e-007, -1.25169754e-006, 1.37090683e-006, 0.757224798, 0.653154254))
  7202. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.567265928, 1))
  7203. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(1.28909934, 0.543318033, 1.14497685))
  7204. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.45108795, 0.0165786743, 3.23201942, 3.87430191e-007, -0.653154194, 0.757224858, 1, -8.00937414e-007, -1.25169754e-006, 1.37090683e-006, 0.757224798, 0.653154254))
  7205. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  7206. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(1.28909934, 0.373031557, 1.23305202))
  7207. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.45106888, 0.370029449, 3.24633598, 3.87430191e-007, -0.653154194, 0.757224858, 1, -8.00937414e-007, -1.25169754e-006, 1.37090683e-006, 0.757224798, 0.653154254))
  7208. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.567265928, 1))
  7209. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(1.28909934, 0.373031557, 1.23305202))
  7210. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.458839417, 5.15813541, 3.2103529, -0.866025805, -0.326576054, 0.378612459, 0.499999344, -0.565649092, 0.655775666, 1.11758709e-006, 0.757224619, 0.653154552))
  7211. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.567265928, 1))
  7212. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(1.28909934, 0.373031557, 1.23305202))
  7213. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.458843231, 4.46384811, 3.20575047, -0.866025805, -0.326576054, 0.378612459, 0.499999344, -0.565649092, 0.655775666, 1.11758709e-006, 0.757224619, 0.653154552))
  7214. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.567265928, 1))
  7215. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(1.28909934, 0.543318033, 1.14497685))
  7216. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.458824158, 4.80470562, 3.19602489, -0.866025805, -0.326576054, 0.378612459, 0.499999344, -0.565649092, 0.655775666, 1.11758709e-006, 0.757224619, 0.653154552))
  7217. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  7218. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(1.44351673, 0.373031557, 1.23305202))
  7219. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.381649017, 4.80128193, 3.20690632, -0.866025805, -0.326576054, 0.378612459, 0.499999344, -0.565649092, 0.655775666, 1.11758709e-006, 0.757224619, 0.653154552))
  7220. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.904559135, 1))
  7221.  
  7222. gui=Instance.new("TextBox",bb)
  7223. gui.Text = "zenalor"
  7224. gui.Size = UDim2.new(0,266,0,90)
  7225. gui.Position=UDim2.new(0,94,0,-60)
  7226. gui.TextColor3 = Color3.new(255,255,255)
  7227. gui.BackgroundColor3=Color3.new(0,0,0)
  7228. gui.TextWrapped = true
  7229. gui.TextScaled = true
  7230. gui.TextXAlignment = "Left"
  7231. gui.TextYAlignment = "Top"
  7232. gui.Visible = false
  7233. gui.BorderColor3 = Color3.new(0,0,0)
  7234.  
  7235. gui1=Instance.new("TextButton",bb)
  7236. gui1.Position=UDim2.new(0,5,0,-66)
  7237. gui1.Size = UDim2.new(0,380,0,102)
  7238.  
  7239. gui1.TextColor3 = Color3.new(0,0,0)
  7240. gui1.BackgroundColor3=Color3.new(0,0,0)
  7241.  
  7242. gui1.Visible = false
  7243. img = Instance.new("ImageLabel",bb)
  7244. img.Size = UDim2.new(0,92,0,94)
  7245. img.Position = UDim2.new(0,15,0,-62)
  7246. img.Image = "rbxassetid://77960856"
  7247. img.BorderColor3 = Color3.new(0,0,0)
  7248. img.Visible = false
  7249. sid = "379851665"
  7250. asd = Instance.new("Sound",player.Character.Torso)
  7251. asd.SoundId = "http://www.roblox.com/asset/?id =565939471"
  7252.  
  7253. asd1 = Instance.new("Sound",player.Character.Torso)
  7254. asd1.SoundId = "http://www.roblox.com/asset/?id =379851665"
  7255.  
  7256. asd2 = Instance.new("Sound",player.Character.Torso)
  7257. asd2.SoundId = "http://www.roblox.com/asset/?id = 338228788"
  7258. asd2.Looped = true
  7259. asd3 = Instance.new("Sound",player.Character.Torso)
  7260. asd3.SoundId = "http://www.roblox.com/asset/?id = 316014309"
  7261. asd3.Looped = true
  7262. asd4 = Instance.new("Sound",player.Character.Torso)
  7263. asd4.SoundId = "http://www.roblox.com/asset/?id = 370435986"
  7264. asd4.Looped = true
  7265. asd5 = Instance.new("Sound",player.Character.Torso)
  7266. asd5.SoundId = "http://www.roblox.com/asset/?id = 379865908"
  7267. asd5.Looped = true
  7268. asd6 = Instance.new("Sound",player.Character.Torso)
  7269. asd6.SoundId = "http://www.roblox.com/asset/?id = 379865908"
  7270. asd7 = Instance.new("Sound",player.Character.Torso)
  7271. asd7.SoundId = "http://www.roblox.com/asset/?id = 379874748"
  7272. asd7.Looped = true
  7273. m.KeyDown:connect(function(k)
  7274.  
  7275. if k == string.char(50) then
  7276. if shoot == true then
  7277. shoot = false
  7278. b = Instance.new("Part",workspace)
  7279. b.CFrame = fl.CFrame * CFrame.new(0,0,1)
  7280. b.BrickColor = BrickColor.new("asd")
  7281. b.TopSurface = "Universal"
  7282. b.BottomSurface = "Universal"
  7283. b.LeftSurface = 0
  7284. b.RightSurface = 0
  7285. b.FrontSurface = 0
  7286. b.BackSurface = 0
  7287. b.FormFactor = 3
  7288. b.Size = Vector3.new(0.2,0.2,0.5)
  7289. b.Material = "Neon"
  7290. b.Anchored = false
  7291. b.CanCollide = false
  7292. b.Reflectance = 0
  7293.  
  7294. b.Velocity = CFrame.new(b.Position,player:GetMouse().Hit.p).lookVector * 200
  7295. b.Touched:connect(function(h)
  7296. if h.Parent.Name ==game.Players.LocalPlayer.Name then
  7297. x = h.Parent:findFirstChild("Humanoid")
  7298. x:TakeDamage(0)
  7299. else x = h.Parent:findFirstChild("Humanoid")
  7300. if x then
  7301.  
  7302. x:TakeDamage(15)
  7303.  
  7304.  
  7305.  
  7306. end end end)
  7307. wait(0.3)
  7308. b:Remove()
  7309. shoot = true
  7310.  
  7311.  
  7312.  
  7313.  
  7314. end
  7315. end
  7316. end)
  7317.  
  7318.  
  7319.  
  7320.  
  7321. function play(play)
  7322. asd:Play()
  7323.  
  7324. asd1:Play()
  7325. end
  7326. eye = Instance.new("Part",player.Character)
  7327. eye.BrickColor = BrickColor.new("Toothpaste")
  7328. eye.Material = "Neon"
  7329. eye.FormFactor = 3
  7330. eye.Shape = "Ball"
  7331. eye.Size = Vector3.new(0.37,0.37,0.1)
  7332. weld = Instance.new("Weld",eye)
  7333. weld.Part0 = eye
  7334. weld.Part1 = player.Character.Head
  7335. weld.C0 = CFrame.new(0.1,-0.2,0.45)
  7336. eye.Transparency = 1
  7337. -- listen for their chatting
  7338. player.Chatted:connect(function(message)
  7339. a = string.len(message)
  7340. gui.Text = "Zelanor"
  7341. gui.Visible = true
  7342. gui1.Visible = true
  7343. des = false
  7344. img.Visible = true
  7345. print(a)
  7346. if dot == false then
  7347. for i = 1,string.len(message) do wait(aa)
  7348. gui.Text =gui.Text..message:sub(i,i)
  7349. play()
  7350.  
  7351. end
  7352. end
  7353.  
  7354.  
  7355. des = true
  7356. end)
  7357. m.KeyDown:connect(function(k)
  7358. if k == "g" then
  7359. asd2:Play()
  7360. eye.Transparency = 1
  7361.  
  7362. end
  7363. end)
  7364.  
  7365.  
  7366.  
  7367. m.KeyDown:connect(function(k)
  7368. if k == "z" then
  7369. aa = 0.08
  7370. asd1.SoundId = "http://www.roblox.com/asset/?id =565939471"
  7371. asd.SoundId = "http://www.roblox.com/asset/?id =565939471"
  7372. img.Image = "rbxassetid://257911614"
  7373. end
  7374. end)
  7375. m.KeyDown:connect(function(k)
  7376. if k == "c" then
  7377. aa=0.075
  7378. asd1.SoundId = "http://www.roblox.com/asset/?id =565939471"
  7379. asd.SoundId = "http://www.roblox.com/asset/?id =565939471"
  7380. img.Image = "rbxassetid://164575692"
  7381. end
  7382. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement