Advertisement
AgentVK

Zen oh Ze

Sep 1st, 2017
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 442.30 KB | None | 0 0
  1. --// Script made by Cronizete
  2. --// Please dont check the code its ugly
  3. --// Who ever has this and youre not the maker of this script then you just stole it unless I released it to the public or whatever but yeah
  4. --// Please, if you're going to showcase this. Make sure to give credits to me :D
  5. --// Anyways, enjoy the script!!!!!!!!!!!!!!!
  6.  
  7.  
  8. plr = game.Players.LocalPlayer
  9. char = plr.Character
  10. ff = Instance.new('ForceField', char)
  11. ff.Visible = false
  12. mouse = plr:GetMouse()
  13. human = char.Humanoid
  14. torso = char.Torso
  15. root = char.HumanoidRootPart
  16. lleg = char["Left Leg"]
  17. rleg = char["Right Leg"]
  18. larm = char["Left Arm"]
  19. rarm = char["Right Arm"]
  20. head = char.Head
  21. lshold = torso["Left Shoulder"]
  22. rshold = torso["Right Shoulder"]
  23. neck = torso.Neck
  24. lhip = torso["Left Hip"]
  25. rhip = torso["Right Hip"]
  26. lscf = lshold.C0
  27. rscf = rshold.C0
  28. ncf = neck.C0
  29. lhcf = lhip.C0
  30. rhcf = rhip.C0
  31. rad = math.rad
  32. random = math.random
  33. sin = math.sin
  34. cos = math.cos
  35. floor = math.floor
  36. lsho = lshold.C0
  37. rsho = rshold.C0
  38. cd1 = true
  39. cd2 = true
  40.  
  41. function harmlessexplo()
  42. sph = Instance.new('Part', char)
  43. sph.Anchored = true
  44. sph.CFrame = char.Torso.CFrame
  45. sph.CanCollide = false
  46. sph.Anchored = true
  47. sph.Transparency = 0
  48. sph.Material = "Neon"
  49. sph.Shape = "Ball"
  50. sph.Size = Vector3.new(0.2,0.2,0.2)
  51. for i = 1,50 do
  52. wait()
  53. sph.Size = sph.Size + Vector3.new(4,4,4)
  54. sph.Transparency = sph.Transparency + 0.05
  55. sph.CFrame = char.Torso.CFrame
  56. end
  57. sph:Destroy()
  58. end
  59.  
  60. function entrance()
  61.  
  62. for _,q in pairs(char:GetChildren()) do
  63. if q:IsA('Accessory') then
  64. q:Destroy()
  65. end
  66.  
  67. a = Instance.new('CharacterMesh', game.Players.LocalPlayer.Character)
  68. a.MeshId = "279174949"
  69. a.BodyPart = "LeftArm"
  70.  
  71. a = Instance.new('CharacterMesh', game.Players.LocalPlayer.Character)
  72. a.MeshId = "319336109"
  73. a.BodyPart = "LeftLeg"
  74.  
  75. a = Instance.new('CharacterMesh', game.Players.LocalPlayer.Character)
  76. a.MeshId = "279174886"
  77. a.BodyPart = "RightArm"
  78.  
  79. a = Instance.new('CharacterMesh', game.Players.LocalPlayer.Character)
  80. a.MeshId = "319336155"
  81. a.BodyPart = "RightLeg"
  82.  
  83. a = Instance.new('CharacterMesh', game.Players.LocalPlayer.Character)
  84. a.MeshId = "376169183"
  85. a.BodyPart = "Torso"
  86.  
  87. if q:IsA('Shirt') then
  88. q.ShirtTemplate = "rbxassetid://704100781"
  89. end
  90.  
  91. if q:IsA('Pants') then
  92. q.PantsTemplate = "rbxassetid://704102680"
  93. end
  94.  
  95. char["Left Arm"].BrickColor = BrickColor.new('Cyan')
  96. char["Right Arm"].BrickColor = BrickColor.new('Cyan')
  97.  
  98. if q.Name ~= "HumanoidRootPart" and q:IsA('Part') then
  99. q.Transparency = 1
  100. end
  101. end
  102.  
  103. char.Humanoid.HipHeight = 60
  104. wait(.05)
  105. char.Torso.Anchored = true
  106.  
  107. sph = Instance.new('Part', char)
  108. sph.Anchored = true
  109. sph.CFrame = char.Torso.CFrame
  110. sph.CanCollide = false
  111. sph.Anchored = true
  112. sph.Transparency = 0
  113. sph.Material = "Neon"
  114. sph.Shape = "Ball"
  115. sph.Size = Vector3.new(0.2,0.2,0.2)
  116. sp = Instance.new('SpecialMesh', sph)
  117. sp.MeshId = "http://www.roblox.com/Asset/?id=9982590"
  118. sp.Scale = Vector3.new(0.2,0.2,0.2)
  119. a = 0
  120.  
  121. for i = 1, 25 do
  122. sph.Color = Color3.new(math.random(1,255),math.random(1,255),math.random(1,255))
  123. sp.Scale = sp.Scale + Vector3.new(0.3,0.3,0.3)
  124. sph.Rotation = Vector3.new( a, a, a)
  125. wait()
  126. a = a+3
  127. end
  128. for _,e in pairs(char:GetChildren()) do
  129. if e:IsA('Accessory') then
  130. e.Handle.Transparency = 0
  131. end
  132. if e.Name ~= "HumanoidRootPart" and e:IsA('Part') then
  133. e.Transparency = 0
  134. end
  135. end
  136. for i = 1, 115 do
  137. sph.Color = Color3.new(math.random(1,255),math.random(1,255),math.random(1,255))
  138. sph.Transparency = sph.Transparency + 0.01
  139. sph.Rotation = Vector3.new( a, a, a)
  140. wait()
  141. a = a+15
  142. end
  143. char.Torso.Anchored = false
  144. char.Humanoid.HipHeight = 0
  145. end
  146.  
  147. function chat(chatt)
  148. local text = Instance.new("BillboardGui", game.Players.LocalPlayer.Character)
  149. text.Size = UDim2.new(0,100,0,40)
  150. text.StudsOffset = Vector3.new(0,3,0)
  151. text.Adornee = game.Players.LocalPlayer.Character.Head
  152. text.Name = "1"
  153. local text1 = Instance.new("TextLabel",text)
  154. text1.BackgroundTransparency = 1
  155. text1.TextStrokeTransparency = 1
  156. text1.TextTransparency = 1
  157. text1.BorderSizePixel = 0
  158. text1.Text = chatt
  159. text1.Font = "Fantasy"
  160. text1.FontSize = "Size36"
  161. text1.TextStrokeTransparency = 0
  162. text1.TextColor3 = Color3.new(1,1,1)
  163. text1.TextStrokeColor3 = Color3.new(0,0,0)
  164. text1.Size = UDim2.new(1,0,0.5,0)
  165. for i=1,15 do
  166. wait()
  167. text1.TextStrokeTransparency = text1.TextStrokeTransparency - 0.1
  168. text1.TextTransparency = text1.TextTransparency - 0.1
  169. end
  170. wait(1)
  171. for i=1,25 do
  172. wait()
  173. text1.TextStrokeTransparency = text1.TextStrokeTransparency + 0.1
  174. text1.TextTransparency = text1.TextTransparency + 0.1
  175. end
  176. end
  177.  
  178. function explo()
  179. sph = Instance.new('Part', char)
  180. sph.Touched:connect(function(hit)
  181. if hit.Parent:FindFirstChild('Humanoid') then
  182. if hit.Parent.Name ~= plr.Name then
  183. hit.Parent:Destroy()
  184. else
  185. end
  186. end
  187. end)
  188. sph.Anchored = true
  189. sph.CFrame = char.Torso.CFrame
  190. sph.CanCollide = false
  191. sph.Anchored = true
  192. sph.Transparency = 0
  193. sph.Material = "Neon"
  194. sph.Shape = "Ball"
  195. sph.Size = Vector3.new(0.2,0.2,0.2)
  196. for i = 1,50 do
  197. wait()
  198. sph.Size = sph.Size + Vector3.new(4,4,4)
  199. sph.Transparency = sph.Transparency + 0.03
  200. sph.CFrame = char.Torso.CFrame
  201. end
  202. sph:Destroy()
  203. end
  204.  
  205. --// Main script, don't touch if you don't know how to script or you might ruin the script.
  206.  
  207. entrance()
  208.  
  209. mouse.Button1Down:connect(function()
  210. if cd1 then
  211. if mouse.Target.Parent:FindFirstChild('Humanoid') then
  212. cd1 = false
  213. local target = mouse.Target.Parent
  214. target:FindFirstChild('Torso').Anchored = true
  215. for i=0,1,0.1 do
  216. rshold.C0 = rshold.C0:lerp(CFrame.new(0.9,0.5,-0.1)*CFrame.Angles(rad(-90),rad(90),rad(-180)),i)
  217. wait()
  218. end
  219. chat("Destroy!")
  220. wait(.5)
  221. particle = Instance.new('Part', workspace)
  222. particle.Anchored = true
  223. particle.CFrame = target:FindFirstChild('Torso').CFrame
  224. particle.CanCollide = false
  225. particle.Anchored = true
  226. particle.Transparency = 1
  227. particle.Size = Vector3.new(6.52, 10.36, 6.34)
  228. local pe = Instance.new("ParticleEmitter")
  229. pe.Acceleration = Vector3.new(7, 7, 7)
  230. pe.Lifetime = NumberRange.new(1, 4)
  231. pe.Rate = 500
  232. pe.RotSpeed = NumberRange.new(7, 7)
  233. pe.LightEmission = 0.700
  234. pe.Rotation = NumberRange.new(0, 0)
  235. pe.Size = NumberSequence.new({
  236. NumberSequenceKeypoint.new(0, 1, 0),
  237. NumberSequenceKeypoint.new(1, 10, 0),
  238. NumberSequenceKeypoint.new(1, 10, 0)
  239. })
  240. pe.Texture = "http://www.roblox.com/asset/?id=242996110"
  241. pe.Transparency = NumberSequence.new({
  242. NumberSequenceKeypoint.new(0, 0, 0),
  243. NumberSequenceKeypoint.new(0.4, 0.3, 0),
  244. NumberSequenceKeypoint.new(1, 1, 1)
  245. })
  246. pe.ZOffset = 5
  247. pe.VelocitySpread = 360
  248. pe.Parent = particle
  249. pe.Enabled = true
  250. wait(1)
  251. pe.Enabled = false
  252. target:Destroy()
  253. for i=0,1,0.1 do
  254. rshold.C0 = rshold.C0:lerp(rsho,i)
  255. wait()
  256. end
  257. wait(1)
  258. cd1 = true
  259. end
  260. end
  261. end)
  262.  
  263. mouse.KeyDown:connect(function(key)
  264. if key == "t" then
  265. if cd1 then
  266. cd1 = false
  267. particle = Instance.new('Part', workspace)
  268. particle.Anchored = true
  269. particle.CFrame = char:FindFirstChild('Torso').CFrame
  270. particle.CanCollide = false
  271. particle.Anchored = true
  272. particle.Transparency = 1
  273. particle.Size = Vector3.new(6.52, 10.36, 6.34)
  274. local pe = Instance.new("ParticleEmitter")
  275. pe.Acceleration = Vector3.new(7, 7, 7)
  276. pe.Lifetime = NumberRange.new(1, 4)
  277. pe.Rate = 500
  278. pe.RotSpeed = NumberRange.new(7, 7)
  279. pe.LightEmission = 0.700
  280. pe.Rotation = NumberRange.new(0, 0)
  281. pe.Size = NumberSequence.new({
  282. NumberSequenceKeypoint.new(0, 1, 0),
  283. NumberSequenceKeypoint.new(1, 10, 0),
  284. NumberSequenceKeypoint.new(1, 10, 0)
  285. })
  286. pe.Texture = "http://www.roblox.com/asset/?id=242996110"
  287. pe.Transparency = NumberSequence.new({
  288. NumberSequenceKeypoint.new(0, 0, 0),
  289. NumberSequenceKeypoint.new(0.4, 0.3, 0),
  290. NumberSequenceKeypoint.new(1, 1, 1)
  291. })
  292. pe.ZOffset = 5
  293. pe.VelocitySpread = 360
  294. pe.Parent = particle
  295. pe.Enabled = true
  296. wait(.3)
  297. char.Torso.CFrame = mouse.Hit
  298. pe.Enabled = false
  299. harmlessexplo()
  300. wait(3)
  301. cd1 = true
  302. end
  303. end
  304.  
  305. if key == "q" then
  306. if cd2 then
  307. cd2 = false
  308. for i=0,1,0.1 do
  309. lshold.C0 = lshold.C0:lerp(CFrame.new(-1.3,0.7,-0.1)*CFrame.Angles(rad(25),-rad(20),-rad(90)),i)
  310. rshold.C0 = rshold.C0:lerp(CFrame.new(1.3,0.7,-0.1)*CFrame.Angles(rad(25),rad(20),rad(90)),i)
  311. wait()
  312. end
  313.  
  314. local pe = Instance.new("ParticleEmitter")
  315. pe.Acceleration = Vector3.new(3, 3, 3)
  316. pe.Lifetime = NumberRange.new(0.1, 0.5)
  317. pe.Rate = 4000
  318. pe.RotSpeed = NumberRange.new(0, 0)
  319. pe.LightEmission = 0.700
  320. pe.Rotation = NumberRange.new(0, 0)
  321. pe.Size = NumberSequence.new({
  322. NumberSequenceKeypoint.new(0, 1, 0),
  323. NumberSequenceKeypoint.new(0.1, 1, 0),
  324. NumberSequenceKeypoint.new(1, 1, 0)
  325. })
  326. pe.Texture = "http://www.roblox.com/asset/?id=242996110"
  327. pe.Transparency = NumberSequence.new({
  328. NumberSequenceKeypoint.new(0, 0, 0),
  329. NumberSequenceKeypoint.new(0.4, 0.3, 0),
  330. NumberSequenceKeypoint.new(1, 1, 1)
  331. })
  332. pe.ZOffset = 5
  333. pe.VelocitySpread = 360
  334. pe.Parent = char["Right Arm"]
  335. pe1 = pe:Clone()
  336. pe1.Parent = char["Left Arm"]
  337. wait(.05)
  338. pe.Enabled = true
  339.  
  340. wait(.05)
  341.  
  342. for i= 1, 100 do
  343. char.Humanoid.HipHeight = char.Humanoid.HipHeight + 0.5
  344. wait()
  345. end
  346.  
  347. wait(.03)
  348.  
  349. chat("A world like this must disappear!")
  350. wait(.07)
  351. explo()
  352. wait(.04)
  353. for i=0,1,0.1 do
  354. lshold.C0 = lshold.C0:lerp(lsho,i)
  355. rshold.C0 = rshold.C0:lerp(rsho,i)
  356. wait()
  357. end
  358. pe.Enabled = false
  359. pe1.Enabled = fasle
  360. char.Humanoid.HipHeight = 0
  361. wait(5)
  362. cd2 = true
  363. end
  364. end
  365. end)
  366.  
  367. while wait() do
  368. char.Humanoid.MaxHealth = 99999
  369. char.Humanoid.Health = char.Humanoid.MaxHealth
  370. end
  371.  
  372.  
  373.  
  374.  
  375. p = game.Players.LocalPlayer
  376. char = p.Character
  377. torso = char.Torso
  378. neck = char.Torso.Neck
  379. hum = char.Humanoid
  380.  
  381. CV="Pastel blue"
  382.  
  383. local txt = Instance.new("BillboardGui", char)
  384. txt.Adornee = char .Head
  385. txt.Name = "_status"
  386. txt.Size = UDim2.new(2, 0, 1.2, 0)
  387. txt.StudsOffset = Vector3.new(-9, 8, 0)
  388. local text = Instance.new("TextLabel", txt)
  389. text.Size = UDim2.new(10, 0, 7, 0)
  390. text.FontSize = "Size24"
  391. text.TextScaled = true
  392. text.TextTransparency = 0
  393. text.BackgroundTransparency = 1
  394. text.TextTransparency = 0
  395. text.TextStrokeTransparency = 0
  396. text.Font = "SciFi"
  397. text.TextStrokeColor3 = Color3.new(0,0,0)
  398.  
  399. v=Instance.new("Part")
  400. v.Name = "ColorBrick"
  401. v.Parent=p.Character
  402. v.FormFactor="Symmetric"
  403. v.Anchored=true
  404. v.CanCollide=false
  405. v.BottomSurface="Smooth"
  406. v.TopSurface="Smooth"
  407. v.Size=Vector3.new(10,5,3)
  408. v.Transparency=1
  409. v.CFrame=char.Torso.CFrame
  410. v.BrickColor=BrickColor.new(CV)
  411. v.Transparency=1
  412. text.TextColor3 = Color3.new(1,1,1)
  413. v.Shape="Block"
  414. text.Text = "Zelanor"
  415.  
  416. --[[User: TheDarkRevenant
  417. Script: Absalom (Armored).lua
  418. Pass: cUpnjTnT]]
  419.  
  420. local p = game.Players.LocalPlayer
  421. local char = p.Character
  422. local mouse = p:GetMouse()
  423. local larm = char["Left Arm"]
  424. local rarm = char["Right Arm"]
  425. local lleg = char["Left Leg"]
  426. local rleg = char["Right Leg"]
  427. local hed = char.Head
  428. local torso = char.Torso
  429. local hum = char.Humanoid
  430. local cam = game.Workspace.CurrentCamera
  431. local root = char.HumanoidRootPart
  432. local deb = false
  433. local shot = 0
  434. local l = game:GetService("Lighting")
  435. local rs = game:GetService("RunService").RenderStepped
  436. local debris=game:service"Debris"
  437. local stanceToggle = "Normal"
  438. math.randomseed(os.time())
  439. hum.WalkSpeed = 7
  440. char.Health:Destroy()
  441. hum.MaxHealth = 50000
  442. wait(0.1)
  443. hum.Health = 50000
  444. ----------------------------------------------------
  445. ypcall(function()
  446. char.Shirt:Destroy()
  447. char.Pants:Destroy()
  448. shirt = Instance.new("Shirt", char)
  449. shirt.Name = "Shirt"
  450. pants = Instance.new("Pants", char)
  451. pants.Name = "Pants"
  452. char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=236410507"
  453. char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=236412261"
  454. end)
  455. ----------------------------------------------------
  456. Debounces = {
  457. on = false;
  458. ks = false;
  459. CanAttack = true;
  460. CanJoke = true;
  461. NoIdl = false;
  462. Slashing = false;
  463. Slashed = false;
  464. Grabbing = false;
  465. Grabbed = false;
  466. }
  467. local Touche = {char.Name, }
  468. ----------------------------------------------------
  469. function lerp(a, b, t) -- Linear interpolation
  470. return a + (b - a)*t
  471. end
  472.  
  473. function slerp(a, b, t) --Spherical interpolation
  474. dot = a:Dot(b)
  475. if dot > 0.99999 or dot < -0.99999 then
  476. return t <= 0.5 and a or b
  477. else
  478. r = math.acos(dot)
  479. return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
  480. end
  481. end
  482.  
  483. function matrixInterpolate(a, b, t)
  484. local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
  485. local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
  486. local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position
  487. local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector right
  488. local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector up
  489. local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector back
  490. local t = v1:Dot(v2)
  491. if not (t < 0 or t == 0 or t > 0) then -- Failsafe
  492. return CFrame.new()
  493. end
  494. return CFrame.new(
  495. v0.x, v0.y, v0.z,
  496. v1.x, v1.y, v1.z,
  497. v2.x, v2.y, v2.z,
  498. v3.x, v3.y, v3.z)
  499. end
  500. ----------------------------------------------------
  501. function genWeld(a,b)
  502. local w = Instance.new("Weld",a)
  503. w.Part0 = a
  504. w.Part1 = b
  505. return w
  506. end
  507. function weld(a, b)
  508. local weld = Instance.new("Weld")
  509. weld.Name = "W"
  510. weld.Part0 = a
  511. weld.Part1 = b
  512. weld.C0 = a.CFrame:inverse() * b.CFrame
  513. weld.Parent = a
  514. return weld;
  515. end
  516. ----------------------------------------------------
  517. function Lerp(c1,c2,al)
  518. local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
  519. local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
  520. for i,v in pairs(com1) do
  521. com1[i] = v+(com2[i]-v)*al
  522. end
  523. return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
  524. end
  525. ----------------------------------------------------
  526. newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
  527. local wld = Instance.new("Weld", wp1)
  528. wld.Part0 = wp0
  529. wld.Part1 = wp1
  530. wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
  531. end
  532. ----------------------------------------------------
  533. function Tween(a,b,c)
  534. return a+(b-a)*c
  535. end
  536. ----------------------------------------------------
  537. function nwPrt(prnt,siz,cf,col)
  538. local prt=Instance.new("Part")
  539. prt.Parent=prnt
  540. prt.FormFactor=3
  541. prt.Name="Part"
  542. prt.Size=siz
  543. prt.CanCollide=false
  544. prt.Anchored=true
  545. prt.Locked=true
  546. prt.TopSurface=10
  547. prt.BottomSurface=10
  548. prt.FrontSurface=10
  549. prt.BackSurface=10
  550. prt.LeftSurface=10
  551. prt.RightSurface=10
  552. prt:BreakJoints()
  553. prt.CFrame=cf or CFrame.new(30,10,30)
  554. prt.Material="Neon"
  555. prt.BrickColor=BrickColor.new(col)
  556. m=Instance.new("SpecialMesh",prt)
  557. m.MeshType=6
  558. return prt
  559. end
  560. ----------------------------------------------------
  561. function nwSnd(prnt,pch,vol,id)
  562. local s=Instance.new("Sound",prnt)
  563. s.Pitch=1
  564. s.Volume=10
  565. s.SoundId="rbxassetid://401075550"..id
  566. s.PlayOnRemove=true
  567. return s
  568. end
  569. ----------------------------------------------------
  570. function newRay(start,face,range,wat)
  571. local rey=Ray.new(start.p,(face.p-start.p).Unit*range)
  572. hit,pos=Workspace:FindPartOnRayWithIgnoreList(rey,wat)
  573. return rey,hit,pos
  574. end
  575. ----------------------------------------------------
  576. for i,v in pairs(char:children()) do
  577. if v:IsA("Hat") then
  578. v:Destroy()
  579. end
  580. end
  581. for i,v in pairs(hed:children()) do
  582. if v:IsA("Sound") then
  583. v:Destroy()
  584. end
  585. end
  586. ----------------------------------------------------
  587. function HasntTouched(plrname)
  588. local ret = true
  589. for _, v in pairs(Touche) do
  590. if v == plrname then
  591. ret = false
  592. end
  593. end
  594. return ret
  595. end
  596. ----------------------------------------------------
  597. larm.Size = larm.Size * 2
  598. rarm.Size = rarm.Size * 2
  599. lleg.Size = lleg.Size * 2
  600. rleg.Size = rleg.Size * 2
  601. torso.Size = torso.Size * 2
  602. hed.Size = hed.Size * 2
  603. root.Size = root.Size * 2
  604. ----------------------------------------------------
  605. newWeld(torso, larm, -1.5, 0.5, 0)
  606. larm.Weld.C1 = CFrame.new(0, 0.5, 0)
  607. newWeld(torso, rarm, 1.5, 0.5, 0)
  608. rarm.Weld.C1 = CFrame.new(0, 0.5, 0)
  609. newWeld(torso, hed, 0, 1.5, 0)
  610. newWeld(torso, lleg, -0.5, -1, 0)
  611. lleg.Weld.C1 = CFrame.new(0, 1, 0)
  612. newWeld(torso, rleg, 0.5, -1, 0)
  613. rleg.Weld.C1 = CFrame.new(0, 1, 0)
  614. newWeld(root, torso, 0, -1, 0)
  615. torso.Weld.C1 = CFrame.new(0, -1, 0)
  616. ----------------------------------------------------
  617. hed.face.Texture = "rbxassetid://340355951"
  618. z=Instance.new('Decal',hed)
  619. z.Face = 'Front'
  620. z.Texture='rbxassetid://340355951'
  621. z1=Instance.new('Decal',hed)
  622. z1.Face = 'Right'
  623. hed.BrickColor = BrickColor.new("Institutional white")
  624. lite = Instance.new("PointLight", torso)
  625. lite.Brightness = 1
  626. lite.Range = 600
  627. lite.Color = Color3.new(1, 1, 1)
  628. --[[local hed2 = hed:Clone()
  629. hed2.CanCollide = false
  630. hed2.Parent = char
  631. hed2:ClearAllChildren()
  632. hed2.Transparency = 1
  633. hed2.Name = "gottem"
  634. local w = Instance.new("Weld",hed2)
  635. w.Part0 = hed
  636. w.Part1 = hed2
  637. w.C0 = CFrame.new(0,0,-0.175)
  638. z=Instance.new("SurfaceGui",hed2)
  639. z.Enabled = true
  640. z.Face = "Front"
  641. z.Adornee = hed2
  642. z.CanvasSize = Vector2.new(100,100)
  643. local face = Instance.new("ImageLabel",z)
  644. face.Size = UDim2.new(1,-30,1,0)
  645. face.Position = UDim2.new(0,15,0,0)
  646. face.BackgroundTransparency = 1
  647. face.Image='rbxassetid://340355951']]--
  648. ----------------------------------------------------
  649. z = Instance.new("Sound", char)
  650. z.SoundId = "rbxassetid://"--242463565
  651. z.Looped = true
  652. z.Pitch = 1.02
  653. z.Volume = 1
  654. wait(.01)
  655. z:Play()
  656. ----------------------------------------------------
  657. local m = Instance.new("Model")
  658. m.Name = "Absolution"
  659. p1 = Instance.new("Part", m)
  660. p1.BrickColor = BrickColor.new("Institutional white")
  661. p1.Material = "Neon"
  662. p1.FormFactor = Enum.FormFactor.Custom
  663. p1.Size = Vector3.new(1, 0.600000024, 1.5)
  664. 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)
  665. p1.CanCollide = false
  666. p1.Locked = true
  667. p1.Elasticity = 0
  668. p1.BottomSurface = Enum.SurfaceType.Smooth
  669. p1.TopSurface = Enum.SurfaceType.Smooth
  670. b1 = Instance.new("SpecialMesh", p1)
  671. b1.MeshType = Enum.MeshType.Wedge
  672. b1.Name = "Mesh"
  673. b1.Scale = Vector3.new(0.400000006, 0.600000024, 0.699999928)
  674. p2 = Instance.new("Part", m)
  675. p2.BrickColor = BrickColor.new("Really black")
  676. p2.FormFactor = Enum.FormFactor.Custom
  677. p2.Size = Vector3.new(1, 2.9000001, 1)
  678. 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)
  679. p2.CanCollide = false
  680. p2.Locked = true
  681. p2.Elasticity = 0
  682. p2.BottomSurface = Enum.SurfaceType.Smooth
  683. p2.TopSurface = Enum.SurfaceType.Smooth
  684. b2 = Instance.new("BlockMesh", p2)
  685. b2.Name = "Mesh"
  686. b2.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  687. p3 = Instance.new("Part", m)
  688. p3.BrickColor = BrickColor.new("Institutional white")
  689. p3.Material = "Neon"
  690. p3.FormFactor = Enum.FormFactor.Custom
  691. p3.Size = Vector3.new(1, 1.20000005, 2.0999999)
  692. 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)
  693. p3.CanCollide = false
  694. p3.Locked = true
  695. p3.Elasticity = 0
  696. p3.BottomSurface = Enum.SurfaceType.Smooth
  697. p3.TopSurface = Enum.SurfaceType.Smooth
  698. b3 = Instance.new("SpecialMesh", p3)
  699. b3.MeshType = Enum.MeshType.Wedge
  700. b3.Name = "Mesh"
  701. b3.Scale = Vector3.new(0.400000006, 0.600000024, 0.699999928)
  702. p4 = Instance.new("Part", m)
  703. p4.BrickColor = BrickColor.new("Institutional white")
  704. p4.Material = "Neon"
  705. p4.FormFactor = Enum.FormFactor.Custom
  706. p4.Size = Vector3.new(1, 1.43999994, 2.05000019)
  707. 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)
  708. p4.CanCollide = false
  709. p4.Locked = true
  710. p4.Elasticity = 0
  711. p4.BottomSurface = Enum.SurfaceType.Smooth
  712. p4.TopSurface = Enum.SurfaceType.Smooth
  713. b4 = Instance.new("SpecialMesh", p4)
  714. b4.MeshType = Enum.MeshType.Wedge
  715. b4.Name = "Mesh"
  716. b4.Scale = Vector3.new(0.300000012, 0.600000024, 0.699999988)
  717. p5 = Instance.new("Part", m)
  718. p5.BrickColor = BrickColor.new("Institutional white")
  719. p5.Material = "Neon"
  720. p5.FormFactor = Enum.FormFactor.Custom
  721. p5.Size = Vector3.new(1, 1.20000005, 3.20000005)
  722. 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)
  723. p5.CanCollide = false
  724. p5.Locked = true
  725. p5.Elasticity = 0
  726. p5.BottomSurface = Enum.SurfaceType.Smooth
  727. p5.TopSurface = Enum.SurfaceType.Smooth
  728. b5 = Instance.new("SpecialMesh", p5)
  729. b5.MeshType = Enum.MeshType.Wedge
  730. b5.Name = "Mesh"
  731. b5.Scale = Vector3.new(0.400000006, 0.600000024, 0.699999928)
  732. p6 = Instance.new("Part", m)
  733. p6.Name = "Handle"
  734. p6.BrickColor = BrickColor.new("Really black")
  735. p6.FormFactor = Enum.FormFactor.Custom
  736. p6.Size = Vector3.new(1.5999999, 13.6000004, 1)
  737. 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)
  738. p6.CanCollide = false
  739. p6.Locked = true
  740. p6.Elasticity = 0
  741. p6.BottomSurface = Enum.SurfaceType.Smooth
  742. p6.TopSurface = Enum.SurfaceType.Smooth
  743. b6 = Instance.new("BlockMesh", p6)
  744. b6.Name = "Mesh"
  745. b6.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  746. p7 = Instance.new("Part", m)
  747. p7.BrickColor = BrickColor.new("Institutional white")
  748. p7.Material = "Neon"
  749. p7.FormFactor = Enum.FormFactor.Custom
  750. p7.Size = Vector3.new(1, 1.00999999, 1.05000019)
  751. 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)
  752. p7.CanCollide = false
  753. p7.Locked = true
  754. p7.Elasticity = 0
  755. p7.BottomSurface = Enum.SurfaceType.Smooth
  756. p7.TopSurface = Enum.SurfaceType.Smooth
  757. b7 = Instance.new("SpecialMesh", p7)
  758. b7.MeshType = Enum.MeshType.Wedge
  759. b7.Name = "Mesh"
  760. b7.Scale = Vector3.new(0.300000012, 0.600000024, 0.699999988)
  761. p8 = Instance.new("Part", m)
  762. p8.BrickColor = BrickColor.new("Institutional white")
  763. p8.Material = "Neon"
  764. p8.FormFactor = Enum.FormFactor.Custom
  765. p8.Size = Vector3.new(1, 1.00999999, 1.05000019)
  766. 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)
  767. p8.CanCollide = false
  768. p8.Locked = true
  769. p8.Elasticity = 0
  770. p8.BottomSurface = Enum.SurfaceType.Smooth
  771. p8.TopSurface = Enum.SurfaceType.Smooth
  772. b8 = Instance.new("SpecialMesh", p8)
  773. b8.MeshType = Enum.MeshType.Wedge
  774. b8.Name = "Mesh"
  775. b8.Scale = Vector3.new(0.300000012, 0.600000024, 0.699999988)
  776. p9 = Instance.new("Part", m)
  777. p9.BrickColor = BrickColor.new("Really black")
  778. p9.FormFactor = Enum.FormFactor.Custom
  779. p9.Size = Vector3.new(1, 1.07999957, 1)
  780. 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)
  781. p9.CanCollide = false
  782. p9.Locked = true
  783. p9.Elasticity = 0
  784. p9.BottomSurface = Enum.SurfaceType.Smooth
  785. p9.TopSurface = Enum.SurfaceType.Smooth
  786. b9 = Instance.new("BlockMesh", p9)
  787. b9.Name = "Mesh"
  788. b9.Scale = Vector3.new(0.550000012, 1, 0.550000012)
  789. p10 = Instance.new("Part", m)
  790. p10.BrickColor = BrickColor.new("Really black")
  791. p10.FormFactor = Enum.FormFactor.Custom
  792. p10.Size = Vector3.new(1, 1.41999948, 1)
  793. 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)
  794. p10.CanCollide = false
  795. p10.Locked = true
  796. p10.Elasticity = 0
  797. p10.BottomSurface = Enum.SurfaceType.Smooth
  798. p10.TopSurface = Enum.SurfaceType.Smooth
  799. b10 = Instance.new("BlockMesh", p10)
  800. b10.Name = "Mesh"
  801. b10.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  802. p11 = Instance.new("Part", m)
  803. p11.BrickColor = BrickColor.new("Really black")
  804. p11.FormFactor = Enum.FormFactor.Custom
  805. p11.Size = Vector3.new(1, 1.50999951, 1)
  806. 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)
  807. p11.CanCollide = false
  808. p11.Locked = true
  809. p11.Elasticity = 0
  810. p11.BottomSurface = Enum.SurfaceType.Smooth
  811. p11.TopSurface = Enum.SurfaceType.Smooth
  812. b11 = Instance.new("BlockMesh", p11)
  813. b11.Name = "Mesh"
  814. b11.Scale = Vector3.new(0.550000012, 1, 0.550000012)
  815. p12 = Instance.new("Part", m)
  816. p12.Name = "BladeCenter"
  817. p12.BrickColor = BrickColor.new("Dark stone grey")
  818. p12.Material = Enum.Material.Concrete
  819. p12.FormFactor = Enum.FormFactor.Symmetric
  820. p12.Size = Vector3.new(1, 2, 2)
  821. 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)
  822. p12.CanCollide = false
  823. p12.Locked = true
  824. p12.BottomSurface = Enum.SurfaceType.Smooth
  825. p12.TopSurface = Enum.SurfaceType.Smooth
  826. b12 = Instance.new("SpecialMesh", p12)
  827. b12.MeshType = Enum.MeshType.Brick
  828. b12.Name = "Mesh"
  829. b12.Scale = Vector3.new(0.499999911, 1, 0.699999928)
  830. p13 = Instance.new("Part", m)
  831. p13.BrickColor = BrickColor.new("Really black")
  832. p13.FormFactor = Enum.FormFactor.Custom
  833. p13.Size = Vector3.new(2.91000009, 4.3300004, 1)
  834. 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)
  835. p13.CanCollide = false
  836. p13.Locked = true
  837. p13.Elasticity = 0
  838. p13.BottomSurface = Enum.SurfaceType.Smooth
  839. p13.TopSurface = Enum.SurfaceType.Smooth
  840. b13 = Instance.new("BlockMesh", p13)
  841. b13.Name = "Mesh"
  842. b13.Scale = Vector3.new(1, 1, 0.400000006)
  843. p14 = Instance.new("Part", m)
  844. p14.BrickColor = BrickColor.new("Really black")
  845. p14.FormFactor = Enum.FormFactor.Custom
  846. p14.Size = Vector3.new(2.5, 2.17999935, 1)
  847. 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)
  848. p14.CanCollide = false
  849. p14.Locked = true
  850. p14.Elasticity = 0
  851. p14.BottomSurface = Enum.SurfaceType.Smooth
  852. p14.TopSurface = Enum.SurfaceType.Smooth
  853. b14 = Instance.new("BlockMesh", p14)
  854. b14.Name = "Mesh"
  855. b14.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  856. p15 = Instance.new("Part", m)
  857. p15.BrickColor = BrickColor.new("Really black")
  858. p15.FormFactor = Enum.FormFactor.Custom
  859. p15.Size = Vector3.new(1.16999996, 4.2699995, 1)
  860. 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)
  861. p15.CanCollide = false
  862. p15.Locked = true
  863. p15.Elasticity = 0
  864. p15.BottomSurface = Enum.SurfaceType.Smooth
  865. p15.TopSurface = Enum.SurfaceType.Smooth
  866. b15 = Instance.new("BlockMesh", p15)
  867. b15.Name = "Mesh"
  868. b15.Scale = Vector3.new(1, 1, 0.400000006)
  869. p16 = Instance.new("Part", m)
  870. p16.BrickColor = BrickColor.new("Really black")
  871. p16.FormFactor = Enum.FormFactor.Custom
  872. p16.Size = Vector3.new(1.68999994, 4.76000023, 1)
  873. 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)
  874. p16.CanCollide = false
  875. p16.Locked = true
  876. p16.Elasticity = 0
  877. p16.BottomSurface = Enum.SurfaceType.Smooth
  878. p16.TopSurface = Enum.SurfaceType.Smooth
  879. b16 = Instance.new("BlockMesh", p16)
  880. b16.Name = "Mesh"
  881. b16.Scale = Vector3.new(1, 1, 0.400000006)
  882. p17 = Instance.new("Part", m)
  883. p17.BrickColor = BrickColor.new("Really black")
  884. p17.FormFactor = Enum.FormFactor.Custom
  885. p17.Size = Vector3.new(1.78999996, 4.21999979, 1)
  886. 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)
  887. p17.CanCollide = false
  888. p17.Locked = true
  889. p17.Elasticity = 0
  890. p17.BottomSurface = Enum.SurfaceType.Smooth
  891. p17.TopSurface = Enum.SurfaceType.Smooth
  892. b17 = Instance.new("BlockMesh", p17)
  893. b17.Name = "Mesh"
  894. b17.Scale = Vector3.new(1, 1, 0.400000006)
  895. p18 = Instance.new("WedgePart", m)
  896. p18.BrickColor = BrickColor.new("Dark stone grey")
  897. p18.Name = "BladePart1"
  898. p18.Material = Enum.Material.Concrete
  899. p18.Name = "Wedge"
  900. p18.FormFactor = Enum.FormFactor.Symmetric
  901. p18.Size = Vector3.new(1, 4, 2)
  902. 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)
  903. p18.CanCollide = false
  904. p18.Locked = true
  905. p18.BottomSurface = Enum.SurfaceType.Smooth
  906. p18.TopSurface = Enum.SurfaceType.Smooth
  907. b18 = Instance.new("SpecialMesh", p18)
  908. b18.MeshType = Enum.MeshType.Wedge
  909. b18.Name = "Mesh"
  910. b18.Scale = Vector3.new(0.499999911, 0.899999976, 0.699999928)
  911. p19 = Instance.new("WedgePart", m)
  912. p19.BrickColor = BrickColor.new("Dark stone grey")
  913. p19.Name = "BladePart2"
  914. p19.Material = Enum.Material.Concrete
  915. p19.Name = "Wedge"
  916. p19.FormFactor = Enum.FormFactor.Symmetric
  917. p19.Size = Vector3.new(1, 4, 2)
  918. 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)
  919. p19.CanCollide = false
  920. p19.Locked = true
  921. p19.BottomSurface = Enum.SurfaceType.Smooth
  922. p19.TopSurface = Enum.SurfaceType.Smooth
  923. b19 = Instance.new("SpecialMesh", p19)
  924. b19.MeshType = Enum.MeshType.Wedge
  925. b19.Name = "Mesh"
  926. b19.Scale = Vector3.new(0.499999911, 0.899999976, 0.699999928)
  927. p20 = Instance.new("Part", m)
  928. p20.BrickColor = BrickColor.new("Really black")
  929. p20.FormFactor = Enum.FormFactor.Custom
  930. p20.Size = Vector3.new(2.53000021, 2.39999938, 1)
  931. 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)
  932. p20.CanCollide = false
  933. p20.Locked = true
  934. p20.Elasticity = 0
  935. p20.BottomSurface = Enum.SurfaceType.Smooth
  936. p20.TopSurface = Enum.SurfaceType.Smooth
  937. b20 = Instance.new("BlockMesh", p20)
  938. b20.Name = "Mesh"
  939. b20.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  940. p21 = Instance.new("Part", m)
  941. p21.BrickColor = BrickColor.new("Institutional white")
  942. p21.Material = "Neon"
  943. p21.FormFactor = Enum.FormFactor.Custom
  944. p21.Size = Vector3.new(1, 1.43999994, 1.59000015)
  945. 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)
  946. p21.CanCollide = false
  947. p21.Locked = true
  948. p21.Elasticity = 0
  949. p21.BottomSurface = Enum.SurfaceType.Smooth
  950. p21.TopSurface = Enum.SurfaceType.Smooth
  951. b21 = Instance.new("SpecialMesh", p21)
  952. b21.MeshType = Enum.MeshType.Wedge
  953. b21.Name = "Mesh"
  954. b21.Scale = Vector3.new(0.300000012, 0.600000024, 0.699999988)
  955. w1 = Instance.new("Weld", p1)
  956. w1.Name = "Part_Weld"
  957. w1.Part0 = p1
  958. 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)
  959. w1.Part1 = p2
  960. 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)
  961. w2 = Instance.new("Weld", p2)
  962. w2.Name = "Part_Weld"
  963. w2.Part0 = p2
  964. 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)
  965. w2.Part1 = p3
  966. 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)
  967. w3 = Instance.new("Weld", p3)
  968. w3.Name = "Part_Weld"
  969. w3.Part0 = p3
  970. 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)
  971. w3.Part1 = p4
  972. 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)
  973. w4 = Instance.new("Weld", p4)
  974. w4.Name = "Part_Weld"
  975. w4.Part0 = p4
  976. 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)
  977. w4.Part1 = p5
  978. 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)
  979. w5 = Instance.new("Weld", p5)
  980. w5.Name = "Part_Weld"
  981. w5.Part0 = p5
  982. 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)
  983. w5.Part1 = p6
  984. 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)
  985. w6 = Instance.new("Weld", p6)
  986. w6.Name = "Part_Weld"
  987. w6.Part0 = p6
  988. 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)
  989. w6.Part1 = p7
  990. 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)
  991. w7 = Instance.new("Weld", p7)
  992. w7.Name = "Part_Weld"
  993. w7.Part0 = p7
  994. 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)
  995. w7.Part1 = p8
  996. 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)
  997. w8 = Instance.new("Weld", p8)
  998. w8.Name = "Part_Weld"
  999. w8.Part0 = p8
  1000. 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)
  1001. w8.Part1 = p9
  1002. 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)
  1003. w9 = Instance.new("Weld", p9)
  1004. w9.Name = "Part_Weld"
  1005. w9.Part0 = p9
  1006. 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)
  1007. w9.Part1 = p10
  1008. 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)
  1009. w10 = Instance.new("Weld", p10)
  1010. w10.Name = "Part_Weld"
  1011. w10.Part0 = p10
  1012. 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)
  1013. w10.Part1 = p11
  1014. 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)
  1015. w11 = Instance.new("Weld", p11)
  1016. w11.Name = "Part_Weld"
  1017. w11.Part0 = p11
  1018. 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)
  1019. w11.Part1 = p12
  1020. 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)
  1021. w12 = Instance.new("Weld", p12)
  1022. w12.Name = "Part_Weld"
  1023. w12.Part0 = p12
  1024. 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)
  1025. w12.Part1 = p13
  1026. 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)
  1027. w13 = Instance.new("Weld", p13)
  1028. w13.Name = "Part_Weld"
  1029. w13.Part0 = p13
  1030. 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)
  1031. w13.Part1 = p14
  1032. 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)
  1033. w14 = Instance.new("Weld", p14)
  1034. w14.Name = "Part_Weld"
  1035. w14.Part0 = p14
  1036. 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)
  1037. w14.Part1 = p15
  1038. 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)
  1039. w15 = Instance.new("Weld", p15)
  1040. w15.Name = "Part_Weld"
  1041. w15.Part0 = p15
  1042. 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)
  1043. w15.Part1 = p16
  1044. 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)
  1045. w16 = Instance.new("Weld", p16)
  1046. w16.Name = "Part_Weld"
  1047. w16.Part0 = p16
  1048. 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)
  1049. w16.Part1 = p17
  1050. 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)
  1051. w17 = Instance.new("Weld", p17)
  1052. w17.Name = "Wedge_Weld"
  1053. w17.Part0 = p17
  1054. 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)
  1055. w17.Part1 = p18
  1056. 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)
  1057. w18 = Instance.new("Weld", p18)
  1058. w18.Name = "Wedge_Weld"
  1059. w18.Part0 = p18
  1060. 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)
  1061. w18.Part1 = p19
  1062. 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)
  1063. w19 = Instance.new("Weld", p19)
  1064. w19.Name = "Part_Weld"
  1065. w19.Part0 = p19
  1066. 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)
  1067. w19.Part1 = p20
  1068. 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)
  1069. w20 = Instance.new("Weld", p20)
  1070. w20.Name = "Part_Weld"
  1071. w20.Part0 = p20
  1072. 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)
  1073. w20.Part1 = p21
  1074. 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)
  1075. m.Parent = char
  1076. m:MakeJoints()
  1077. ----------------------------------------------------
  1078. local cor = Instance.new("Part", char.Absolution)
  1079. cor.Name = "Thingy"
  1080. cor.Locked = true
  1081. cor.BottomSurface = 0
  1082. cor.CanCollide = false
  1083. cor.Size = Vector3.new(1, 13, 1)
  1084. cor.Transparency = 1
  1085. cor.TopSurface = 0
  1086. corw = Instance.new("Weld", cor)
  1087. corw.Part0 = rarm
  1088. corw.Part1 = cor
  1089. corw.C0 = CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1090. corw.C1 = CFrame.new(0, 0, 0)
  1091. weld1 = Instance.new("Weld", char.Absolution)
  1092. weld1.Part0 = cor
  1093. weld1.Part1 = p6
  1094. weld1.C0 = CFrame.new(0, 0, 0)
  1095. ----------------------------------------------------
  1096. hitb = Instance.new("Part", char.Absolution)
  1097. hitb.Name = "Thingy2"
  1098. hitb.Locked = true
  1099. hitb.BottomSurface = 0
  1100. hitb.CanCollide = false
  1101. hitb.Size = Vector3.new(0, 8, 6)
  1102. hitb.Transparency = 1
  1103. hitb.TopSurface = 0
  1104. weld2 = Instance.new("Weld", char.Absolution)
  1105. weld2.Part0 = hitb
  1106. weld2.Part1 = p12
  1107. weld2.C0 = CFrame.new(0, .6, 1)
  1108. ----------------------------------------------------
  1109. local m = Instance.new("Model")
  1110. m.Name = "Claw"
  1111. p1 = Instance.new("Part", m)
  1112. p1.BrickColor = BrickColor.new("Really black")
  1113. p1.FormFactor = Enum.FormFactor.Custom
  1114. p1.Size = Vector3.new(1.5, 0.5, 0.5)
  1115. 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)
  1116. p1.CanCollide = false
  1117. p1.Locked = true
  1118. p1.BottomSurface = Enum.SurfaceType.Smooth
  1119. p1.TopSurface = Enum.SurfaceType.Smooth
  1120. b1 = Instance.new("BlockMesh", p1)
  1121. b1.Name = "Mesh"
  1122. p2 = Instance.new("WedgePart", m)
  1123. p2.BrickColor = BrickColor.new("Really black")
  1124. p2.Name = "Wedge"
  1125. p2.FormFactor = Enum.FormFactor.Custom
  1126. p2.Size = Vector3.new(3, 1, 0.5)
  1127. 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)
  1128. p2.CanCollide = false
  1129. p2.Locked = true
  1130. p2.BottomSurface = Enum.SurfaceType.Smooth
  1131. p2.TopSurface = Enum.SurfaceType.Smooth
  1132. p3 = Instance.new("Part", m)
  1133. p3.BrickColor = BrickColor.new("Really black")
  1134. p3.FormFactor = Enum.FormFactor.Custom
  1135. p3.Size = Vector3.new(1.5, 0.5, 0.5)
  1136. 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)
  1137. p3.CanCollide = false
  1138. p3.Locked = true
  1139. p3.BottomSurface = Enum.SurfaceType.Smooth
  1140. p3.TopSurface = Enum.SurfaceType.Smooth
  1141. b2 = Instance.new("BlockMesh", p3)
  1142. b2.Name = "Mesh"
  1143. p4 = Instance.new("WedgePart", m)
  1144. p4.BrickColor = BrickColor.new("Really black")
  1145. p4.Name = "Wedge"
  1146. p4.FormFactor = Enum.FormFactor.Custom
  1147. p4.Size = Vector3.new(3, 1, 0.5)
  1148. 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)
  1149. p4.CanCollide = false
  1150. p4.Locked = true
  1151. p4.BottomSurface = Enum.SurfaceType.Smooth
  1152. p4.TopSurface = Enum.SurfaceType.Smooth
  1153. p5 = Instance.new("Part", m)
  1154. p5.BrickColor = BrickColor.new("Really black")
  1155. p5.FormFactor = Enum.FormFactor.Custom
  1156. p5.Size = Vector3.new(1.5, 0.5, 0.5)
  1157. 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)
  1158. p5.CanCollide = false
  1159. p5.Locked = true
  1160. p5.BottomSurface = Enum.SurfaceType.Smooth
  1161. p5.TopSurface = Enum.SurfaceType.Smooth
  1162. b3 = Instance.new("BlockMesh", p5)
  1163. b3.Name = "Mesh"
  1164. p6 = Instance.new("Part", m)
  1165. p6.BrickColor = BrickColor.new("Really black")
  1166. p6.FormFactor = Enum.FormFactor.Custom
  1167. p6.Size = Vector3.new(1.5, 0.5, 0.5)
  1168. 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)
  1169. p6.CanCollide = false
  1170. p6.Locked = true
  1171. p6.BottomSurface = Enum.SurfaceType.Smooth
  1172. p6.TopSurface = Enum.SurfaceType.Smooth
  1173. b4 = Instance.new("BlockMesh", p6)
  1174. b4.Name = "Mesh"
  1175. p7 = Instance.new("Part", m)
  1176. p7.BrickColor = BrickColor.new("Really black")
  1177. p7.FormFactor = Enum.FormFactor.Custom
  1178. p7.Size = Vector3.new(3, 1, 1.20000005)
  1179. 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)
  1180. p7.CanCollide = false
  1181. p7.Locked = true
  1182. p7.BottomSurface = Enum.SurfaceType.Smooth
  1183. p7.TopSurface = Enum.SurfaceType.Smooth
  1184. b5 = Instance.new("BlockMesh", p7)
  1185. b5.Name = "Mesh"
  1186. p8 = Instance.new("Part", m)
  1187. p8.BrickColor = BrickColor.new("Institutional white")
  1188. p8.Material = "Neon"
  1189. p8.FormFactor = Enum.FormFactor.Symmetric
  1190. p8.Size = Vector3.new(1, 1, 1)
  1191. 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)
  1192. p8.CanCollide = false
  1193. p8.Locked = true
  1194. b6 = Instance.new("SpecialMesh", p8)
  1195. b6.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  1196. b6.TextureId = ""
  1197. b6.MeshType = Enum.MeshType.FileMesh
  1198. b6.Name = "Mesh"
  1199. b6.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
  1200. p9 = Instance.new("Part", m)
  1201. p9.BrickColor = BrickColor.new("Really black")
  1202. p9.FormFactor = Enum.FormFactor.Custom
  1203. p9.Size = Vector3.new(1.5, 0.5, 0.5)
  1204. 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)
  1205. p9.CanCollide = false
  1206. p9.Locked = true
  1207. p9.BottomSurface = Enum.SurfaceType.Smooth
  1208. p9.TopSurface = Enum.SurfaceType.Smooth
  1209. b7 = Instance.new("BlockMesh", p9)
  1210. b7.Name = "Mesh"
  1211. p10 = Instance.new("Part", m)
  1212. p10.BrickColor = BrickColor.new("Institutional white")
  1213. p10.Material = "Neon"
  1214. p10.FormFactor = Enum.FormFactor.Symmetric
  1215. p10.Size = Vector3.new(1, 1, 1)
  1216. 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)
  1217. p10.CanCollide = false
  1218. p10.Locked = true
  1219. b8 = Instance.new("SpecialMesh", p10)
  1220. b8.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  1221. b8.TextureId = ""
  1222. b8.MeshType = Enum.MeshType.FileMesh
  1223. b8.Name = "Mesh"
  1224. b8.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
  1225. p11 = Instance.new("Part", m)
  1226. p11.BrickColor = BrickColor.new("Really black")
  1227. p11.FormFactor = Enum.FormFactor.Custom
  1228. p11.Size = Vector3.new(1.5, 0.5, 0.5)
  1229. 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)
  1230. p11.CanCollide = false
  1231. p11.Locked = true
  1232. p11.BottomSurface = Enum.SurfaceType.Smooth
  1233. p11.TopSurface = Enum.SurfaceType.Smooth
  1234. b9 = Instance.new("BlockMesh", p11)
  1235. b9.Name = "Mesh"
  1236. p12 = Instance.new("Part", m)
  1237. p12.BrickColor = BrickColor.new("Really black")
  1238. p12.FormFactor = Enum.FormFactor.Custom
  1239. p12.Size = Vector3.new(1.5, 0.5, 0.5)
  1240. 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)
  1241. p12.CanCollide = false
  1242. p12.Locked = true
  1243. p12.BottomSurface = Enum.SurfaceType.Smooth
  1244. p12.TopSurface = Enum.SurfaceType.Smooth
  1245. b10 = Instance.new("BlockMesh", p12)
  1246. b10.Name = "Mesh"
  1247. p13 = Instance.new("Part", m)
  1248. p13.BrickColor = BrickColor.new("Really black")
  1249. p13.FormFactor = Enum.FormFactor.Custom
  1250. p13.Size = Vector3.new(1.5, 0.5, 0.5)
  1251. 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)
  1252. p13.CanCollide = false
  1253. p13.Locked = true
  1254. p13.BottomSurface = Enum.SurfaceType.Smooth
  1255. p13.TopSurface = Enum.SurfaceType.Smooth
  1256. b11 = Instance.new("BlockMesh", p13)
  1257. b11.Name = "Mesh"
  1258. p14 = Instance.new("Part", m)
  1259. p14.BrickColor = BrickColor.new("Institutional white")
  1260. p14.Material = "Neon"
  1261. p14.FormFactor = Enum.FormFactor.Symmetric
  1262. p14.Size = Vector3.new(1, 1, 1)
  1263. 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)
  1264. p14.CanCollide = false
  1265. p14.Locked = true
  1266. b12 = Instance.new("SpecialMesh", p14)
  1267. b12.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  1268. b12.TextureId = ""
  1269. b12.MeshType = Enum.MeshType.FileMesh
  1270. b12.Name = "Mesh"
  1271. b12.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
  1272. p15 = Instance.new("Part", m)
  1273. p15.BrickColor = BrickColor.new("Medium stone grey")
  1274. p15.Transparency = 1
  1275. p15.Name = "ArmPart"
  1276. p15.FormFactor = Enum.FormFactor.Custom
  1277. p15.Size = Vector3.new(2, 1, 1)
  1278. 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)
  1279. p15.CanCollide = false
  1280. p15.Locked = true
  1281. p15.BottomSurface = Enum.SurfaceType.Smooth
  1282. p15.TopSurface = Enum.SurfaceType.Smooth
  1283. b13 = Instance.new("BlockMesh", p15)
  1284. b13.Name = "Mesh"
  1285. p16 = Instance.new("Part", m)
  1286. p16.BrickColor = BrickColor.new("Really black")
  1287. p16.FormFactor = Enum.FormFactor.Custom
  1288. p16.Size = Vector3.new(3, 1, 2.4000001)
  1289. 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)
  1290. p16.CanCollide = false
  1291. p16.Locked = true
  1292. p16.BottomSurface = Enum.SurfaceType.Smooth
  1293. p16.TopSurface = Enum.SurfaceType.Smooth
  1294. b14 = Instance.new("BlockMesh", p16)
  1295. b14.Name = "Mesh"
  1296. p17 = Instance.new("Part", m)
  1297. p17.BrickColor = BrickColor.new("Really black")
  1298. p17.FormFactor = Enum.FormFactor.Custom
  1299. p17.Size = Vector3.new(1.5, 0.5, 0.5)
  1300. 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)
  1301. p17.CanCollide = false
  1302. p17.Locked = true
  1303. p17.BottomSurface = Enum.SurfaceType.Smooth
  1304. p17.TopSurface = Enum.SurfaceType.Smooth
  1305. b15 = Instance.new("BlockMesh", p17)
  1306. b15.Name = "Mesh"
  1307. p18 = Instance.new("Part", m)
  1308. p18.BrickColor = BrickColor.new("Institutional white")
  1309. p18.Material = "Neon"
  1310. p18.FormFactor = Enum.FormFactor.Symmetric
  1311. p18.Size = Vector3.new(1, 1, 1)
  1312. 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)
  1313. p18.CanCollide = false
  1314. p18.Locked = true
  1315. b16 = Instance.new("SpecialMesh", p18)
  1316. b16.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  1317. b16.TextureId = ""
  1318. b16.MeshType = Enum.MeshType.FileMesh
  1319. b16.Name = "Mesh"
  1320. b16.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
  1321. p19 = Instance.new("Part", m)
  1322. p19.BrickColor = BrickColor.new("Institutional white")
  1323. p19.Material = "Neon"
  1324. p19.FormFactor = Enum.FormFactor.Symmetric
  1325. p19.Size = Vector3.new(1, 1, 1)
  1326. 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)
  1327. p19.CanCollide = false
  1328. p19.Locked = true
  1329. b17 = Instance.new("SpecialMesh", p19)
  1330. b17.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  1331. b17.TextureId = ""
  1332. b17.MeshType = Enum.MeshType.FileMesh
  1333. b17.Name = "Mesh"
  1334. b17.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
  1335. p20 = Instance.new("Part", m)
  1336. p20.BrickColor = BrickColor.new("Really black")
  1337. p20.FormFactor = Enum.FormFactor.Custom
  1338. p20.Size = Vector3.new(3, 1, 2.4000001)
  1339. 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)
  1340. p20.CanCollide = false
  1341. p20.Locked = true
  1342. p20.BottomSurface = Enum.SurfaceType.Smooth
  1343. p20.TopSurface = Enum.SurfaceType.Smooth
  1344. b18 = Instance.new("BlockMesh", p20)
  1345. b18.Name = "Mesh"
  1346. p21 = Instance.new("Part", m)
  1347. p21.BrickColor = BrickColor.new("Really black")
  1348. p21.FormFactor = Enum.FormFactor.Custom
  1349. p21.Size = Vector3.new(3, 1, 1.19999993)
  1350. 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)
  1351. p21.CanCollide = false
  1352. p21.Locked = true
  1353. p21.BottomSurface = Enum.SurfaceType.Smooth
  1354. p21.TopSurface = Enum.SurfaceType.Smooth
  1355. b19 = Instance.new("BlockMesh", p21)
  1356. b19.Name = "Mesh"
  1357. p22 = Instance.new("WedgePart", m)
  1358. p22.BrickColor = BrickColor.new("Really black")
  1359. p22.Name = "Wedge"
  1360. p22.FormFactor = Enum.FormFactor.Custom
  1361. p22.Size = Vector3.new(3, 1, 0.5)
  1362. 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)
  1363. p22.CanCollide = false
  1364. p22.Locked = true
  1365. p22.BottomSurface = Enum.SurfaceType.Smooth
  1366. p22.TopSurface = Enum.SurfaceType.Smooth
  1367. p23 = Instance.new("Part", m)
  1368. p23.BrickColor = BrickColor.new("Really black")
  1369. p23.FormFactor = Enum.FormFactor.Custom
  1370. p23.Size = Vector3.new(1.5, 0.5, 0.5)
  1371. 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)
  1372. p23.CanCollide = false
  1373. p23.Locked = true
  1374. p23.BottomSurface = Enum.SurfaceType.Smooth
  1375. p23.TopSurface = Enum.SurfaceType.Smooth
  1376. b20 = Instance.new("BlockMesh", p23)
  1377. b20.Name = "Mesh"
  1378. p24 = Instance.new("WedgePart", m)
  1379. p24.BrickColor = BrickColor.new("Really black")
  1380. p24.Name = "Wedge"
  1381. p24.FormFactor = Enum.FormFactor.Custom
  1382. p24.Size = Vector3.new(3, 1, 0.5)
  1383. 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)
  1384. p24.CanCollide = false
  1385. p24.Locked = true
  1386. p24.BottomSurface = Enum.SurfaceType.Smooth
  1387. p24.TopSurface = Enum.SurfaceType.Smooth
  1388. p25 = Instance.new("Part", m)
  1389. p25.BrickColor = BrickColor.new("Institutional white")
  1390. p25.Material = "Neon"
  1391. p25.FormFactor = Enum.FormFactor.Symmetric
  1392. p25.Size = Vector3.new(1, 1, 1)
  1393. 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)
  1394. p25.CanCollide = false
  1395. p25.Locked = true
  1396. p25.BottomSurface = Enum.SurfaceType.Smooth
  1397. p25.TopSurface = Enum.SurfaceType.Smooth
  1398. b21 = Instance.new("SpecialMesh", p25)
  1399. b21.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1400. b21.TextureId = ""
  1401. b21.MeshType = Enum.MeshType.FileMesh
  1402. b21.Name = "Mesh"
  1403. b21.Scale = Vector3.new(1.39999998, 1.39999998, 0.600000024)
  1404. p26 = Instance.new("Part", m)
  1405. p26.BrickColor = BrickColor.new("Really black")
  1406. p26.FormFactor = Enum.FormFactor.Symmetric
  1407. p26.Size = Vector3.new(1, 1, 1)
  1408. 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)
  1409. p26.CanCollide = false
  1410. p26.Locked = true
  1411. p26.BottomSurface = Enum.SurfaceType.Smooth
  1412. p26.TopSurface = Enum.SurfaceType.Smooth
  1413. b22 = Instance.new("SpecialMesh", p26)
  1414. b22.MeshType = Enum.MeshType.Brick
  1415. b22.Name = "Mesh"
  1416. w1 = Instance.new("Weld", p1)
  1417. w1.Name = "Wedge_Weld"
  1418. w1.Part0 = p1
  1419. 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)
  1420. w1.Part1 = p2
  1421. 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)
  1422. w2 = Instance.new("Weld", p2)
  1423. w2.Name = "Part_Weld"
  1424. w2.Part0 = p2
  1425. 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)
  1426. w2.Part1 = p3
  1427. 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)
  1428. w3 = Instance.new("Weld", p3)
  1429. w3.Name = "Wedge_Weld"
  1430. w3.Part0 = p3
  1431. 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)
  1432. w3.Part1 = p4
  1433. 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)
  1434. w4 = Instance.new("Weld", p4)
  1435. w4.Name = "Part_Weld"
  1436. w4.Part0 = p4
  1437. 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)
  1438. w4.Part1 = p5
  1439. 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)
  1440. w5 = Instance.new("Weld", p5)
  1441. w5.Name = "Part_Weld"
  1442. w5.Part0 = p5
  1443. 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)
  1444. w5.Part1 = p6
  1445. 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)
  1446. w6 = Instance.new("Weld", p6)
  1447. w6.Name = "Part_Weld"
  1448. w6.Part0 = p6
  1449. 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)
  1450. w6.Part1 = p7
  1451. 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)
  1452. w7 = Instance.new("Weld", p7)
  1453. w7.Name = "Part_Weld"
  1454. w7.Part0 = p7
  1455. 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)
  1456. w7.Part1 = p8
  1457. 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)
  1458. w8 = Instance.new("Weld", p8)
  1459. w8.Name = "Part_Weld"
  1460. w8.Part0 = p8
  1461. 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)
  1462. w8.Part1 = p9
  1463. 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)
  1464. w9 = Instance.new("Weld", p9)
  1465. w9.Name = "Part_Weld"
  1466. w9.Part0 = p9
  1467. 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)
  1468. w9.Part1 = p10
  1469. 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)
  1470. w10 = Instance.new("Weld", p10)
  1471. w10.Name = "Part_Weld"
  1472. w10.Part0 = p10
  1473. 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)
  1474. w10.Part1 = p11
  1475. 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)
  1476. w11 = Instance.new("Weld", p11)
  1477. w11.Name = "Part_Weld"
  1478. w11.Part0 = p11
  1479. 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)
  1480. w11.Part1 = p12
  1481. 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)
  1482. w12 = Instance.new("Weld", p12)
  1483. w12.Name = "Part_Weld"
  1484. w12.Part0 = p12
  1485. 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)
  1486. w12.Part1 = p13
  1487. 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)
  1488. w13 = Instance.new("Weld", p13)
  1489. w13.Name = "Part_Weld"
  1490. w13.Part0 = p13
  1491. 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)
  1492. w13.Part1 = p14
  1493. 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)
  1494. w14 = Instance.new("Weld", p14)
  1495. w14.Name = "ArmPart_Weld"
  1496. w14.Part0 = p14
  1497. 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)
  1498. w14.Part1 = p15
  1499. 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)
  1500. w15 = Instance.new("Weld", p15)
  1501. w15.Name = "Part_Weld"
  1502. w15.Part0 = p15
  1503. 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)
  1504. w15.Part1 = p16
  1505. 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)
  1506. w16 = Instance.new("Weld", p16)
  1507. w16.Name = "Part_Weld"
  1508. w16.Part0 = p16
  1509. 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)
  1510. w16.Part1 = p17
  1511. 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)
  1512. w17 = Instance.new("Weld", p17)
  1513. w17.Name = "Part_Weld"
  1514. w17.Part0 = p17
  1515. 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)
  1516. w17.Part1 = p18
  1517. 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)
  1518. w18 = Instance.new("Weld", p18)
  1519. w18.Name = "Part_Weld"
  1520. w18.Part0 = p18
  1521. 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)
  1522. w18.Part1 = p19
  1523. 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)
  1524. w19 = Instance.new("Weld", p19)
  1525. w19.Name = "Part_Weld"
  1526. w19.Part0 = p19
  1527. 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)
  1528. w19.Part1 = p20
  1529. 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)
  1530. w20 = Instance.new("Weld", p20)
  1531. w20.Name = "Part_Weld"
  1532. w20.Part0 = p20
  1533. 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)
  1534. w20.Part1 = p21
  1535. 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)
  1536. w21 = Instance.new("Weld", p21)
  1537. w21.Name = "Wedge_Weld"
  1538. w21.Part0 = p21
  1539. 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)
  1540. w21.Part1 = p22
  1541. 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)
  1542. w22 = Instance.new("Weld", p22)
  1543. w22.Name = "Part_Weld"
  1544. w22.Part0 = p22
  1545. 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)
  1546. w22.Part1 = p23
  1547. 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)
  1548. w23 = Instance.new("Weld", p23)
  1549. w23.Name = "Wedge_Weld"
  1550. w23.Part0 = p23
  1551. 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)
  1552. w23.Part1 = p24
  1553. 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)
  1554. w24 = Instance.new("Weld", p24)
  1555. w24.Name = "Part_Weld"
  1556. w24.Part0 = p24
  1557. 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)
  1558. w24.Part1 = p25
  1559. 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)
  1560. w25 = Instance.new("Weld", p25)
  1561. w25.Name = "Part_Weld"
  1562. w25.Part0 = p25
  1563. 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)
  1564. w25.Part1 = p26
  1565. 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)
  1566. m.Parent = char
  1567. m:MakeJoints()
  1568. ----------------------------------------------------
  1569. local cor2 = Instance.new("Part", char.Claw)
  1570. cor2.Name = "Thingy"
  1571. cor2.Locked = true
  1572. cor2.BottomSurface = 0
  1573. cor2.CanCollide = false
  1574. cor2.Size = Vector3.new(2, 1, 1)
  1575. cor2.Transparency = 1
  1576. cor2.TopSurface = 0
  1577. corw2 = Instance.new("Weld", cor2)
  1578. corw2.Part0 = larm
  1579. corw2.Part1 = cor2
  1580. corw2.C0 = CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(180), math.rad(90))
  1581. corw2.C1 = CFrame.new(0, 0, 0)
  1582. weld2 = Instance.new("Weld", char.Claw)
  1583. weld2.Part0 = cor2
  1584. weld2.Part1 = char.Claw.ArmPart
  1585. weld2.C0 = CFrame.new(0, 0, 0)
  1586. ----------------------------------------------------
  1587. local m = Instance.new("Model")
  1588. m.Name = "LeftArm"
  1589. p1 = Instance.new("WedgePart", m)
  1590. p1.BrickColor = BrickColor.new("Institutional white")
  1591. p1.Material = Enum.Material.Neon
  1592. p1.Name = "Wedge"
  1593. p1.FormFactor = Enum.FormFactor.Custom
  1594. p1.Size = Vector3.new(1, 1.19999981, 4)
  1595. 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)
  1596. p1.CanCollide = false
  1597. p1.Locked = true
  1598. p1.TopSurface = Enum.SurfaceType.Smooth
  1599. b1 = Instance.new("SpecialMesh", p1)
  1600. b1.MeshType = Enum.MeshType.Wedge
  1601. b1.Name = "Mesh"
  1602. b1.Scale = Vector3.new(0.200000003, 1, 1)
  1603. p2 = Instance.new("WedgePart", m)
  1604. p2.BrickColor = BrickColor.new("Institutional white")
  1605. p2.Material = Enum.Material.Neon
  1606. p2.Name = "Wedge"
  1607. p2.FormFactor = Enum.FormFactor.Custom
  1608. p2.Size = Vector3.new(1, 1.19999981, 4)
  1609. 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)
  1610. p2.CanCollide = false
  1611. p2.Locked = true
  1612. p2.TopSurface = Enum.SurfaceType.Smooth
  1613. b2 = Instance.new("SpecialMesh", p2)
  1614. b2.MeshType = Enum.MeshType.Wedge
  1615. b2.Name = "Mesh"
  1616. b2.Scale = Vector3.new(0.200000003, 1, 1)
  1617. p3 = Instance.new("WedgePart", m)
  1618. p3.BrickColor = BrickColor.new("Institutional white")
  1619. p3.Material = Enum.Material.Neon
  1620. p3.Name = "Wedge"
  1621. p3.FormFactor = Enum.FormFactor.Custom
  1622. p3.Size = Vector3.new(1, 1.19999981, 4)
  1623. 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)
  1624. p3.CanCollide = false
  1625. p3.Locked = true
  1626. p3.TopSurface = Enum.SurfaceType.Smooth
  1627. b3 = Instance.new("SpecialMesh", p3)
  1628. b3.MeshType = Enum.MeshType.Wedge
  1629. b3.Name = "Mesh"
  1630. b3.Scale = Vector3.new(0.200000003, 1, 1)
  1631. p4 = Instance.new("WedgePart", m)
  1632. p4.BrickColor = BrickColor.new("Institutional white")
  1633. p4.Material = Enum.Material.Neon
  1634. p4.Name = "Wedge"
  1635. p4.FormFactor = Enum.FormFactor.Custom
  1636. p4.Size = Vector3.new(1, 1.19999981, 4)
  1637. 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)
  1638. p4.CanCollide = false
  1639. p4.Locked = true
  1640. p4.TopSurface = Enum.SurfaceType.Smooth
  1641. b4 = Instance.new("SpecialMesh", p4)
  1642. b4.MeshType = Enum.MeshType.Wedge
  1643. b4.Name = "Mesh"
  1644. b4.Scale = Vector3.new(0.200000003, 1, 1)
  1645. p5 = Instance.new("WedgePart", m)
  1646. p5.BrickColor = BrickColor.new("Institutional white")
  1647. p5.Material = Enum.Material.Neon
  1648. p5.Name = "Wedge"
  1649. p5.FormFactor = Enum.FormFactor.Custom
  1650. p5.Size = Vector3.new(1, 1.19999981, 3.30000019)
  1651. 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)
  1652. p5.CanCollide = false
  1653. p5.Locked = true
  1654. p5.TopSurface = Enum.SurfaceType.Smooth
  1655. b5 = Instance.new("SpecialMesh", p5)
  1656. b5.MeshType = Enum.MeshType.Wedge
  1657. b5.Name = "Mesh"
  1658. b5.Scale = Vector3.new(0.200000003, 1, 1)
  1659. p6 = Instance.new("WedgePart", m)
  1660. p6.BrickColor = BrickColor.new("Institutional white")
  1661. p6.Material = Enum.Material.Neon
  1662. p6.Name = "Wedge"
  1663. p6.FormFactor = Enum.FormFactor.Custom
  1664. p6.Size = Vector3.new(1, 1.19999981, 3.30000019)
  1665. 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)
  1666. p6.CanCollide = false
  1667. p6.Locked = true
  1668. p6.TopSurface = Enum.SurfaceType.Smooth
  1669. b6 = Instance.new("SpecialMesh", p6)
  1670. b6.MeshType = Enum.MeshType.Wedge
  1671. b6.Name = "Mesh"
  1672. b6.Scale = Vector3.new(0.200000003, 1, 1)
  1673. p7 = Instance.new("WedgePart", m)
  1674. p7.BrickColor = BrickColor.new("Institutional white")
  1675. p7.Material = Enum.Material.Neon
  1676. p7.Name = "Wedge"
  1677. p7.FormFactor = Enum.FormFactor.Custom
  1678. p7.Size = Vector3.new(1, 1.19999981, 3.30000019)
  1679. 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)
  1680. p7.CanCollide = false
  1681. p7.Locked = true
  1682. p7.TopSurface = Enum.SurfaceType.Smooth
  1683. b7 = Instance.new("SpecialMesh", p7)
  1684. b7.MeshType = Enum.MeshType.Wedge
  1685. b7.Name = "Mesh"
  1686. b7.Scale = Vector3.new(0.200000003, 1, 1)
  1687. p8 = Instance.new("Part", m)
  1688. p8.BrickColor = BrickColor.new("Really black")
  1689. p8.Material = Enum.Material.Neon
  1690. p8.FormFactor = Enum.FormFactor.Custom
  1691. p8.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  1692. 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)
  1693. p8.CanCollide = false
  1694. p8.Locked = true
  1695. p8.BottomSurface = Enum.SurfaceType.Smooth
  1696. p8.TopSurface = Enum.SurfaceType.Smooth
  1697. b8 = Instance.new("SpecialMesh", p8)
  1698. b8.MeshType = Enum.MeshType.Sphere
  1699. b8.Name = "Mesh"
  1700. p9 = Instance.new("Part", m)
  1701. p9.BrickColor = BrickColor.new("Really black")
  1702. p9.Material = Enum.Material.Neon
  1703. p9.FormFactor = Enum.FormFactor.Custom
  1704. p9.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  1705. 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)
  1706. p9.CanCollide = false
  1707. p9.Locked = true
  1708. p9.BottomSurface = Enum.SurfaceType.Smooth
  1709. p9.TopSurface = Enum.SurfaceType.Smooth
  1710. b9 = Instance.new("SpecialMesh", p9)
  1711. b9.MeshType = Enum.MeshType.Sphere
  1712. b9.Name = "Mesh"
  1713. p10 = Instance.new("Part", m)
  1714. p10.BrickColor = BrickColor.new("Institutional white")
  1715. p10.Material = Enum.Material.Neon
  1716. p10.FormFactor = Enum.FormFactor.Custom
  1717. p10.Size = Vector3.new(0.200000048, 1.79999983, 0.200000048)
  1718. 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)
  1719. p10.CanCollide = false
  1720. p10.Locked = true
  1721. p10.BottomSurface = Enum.SurfaceType.Smooth
  1722. p10.TopSurface = Enum.SurfaceType.Smooth
  1723. p11 = Instance.new("Part", m)
  1724. p11.BrickColor = BrickColor.new("Institutional white")
  1725. p11.Material = Enum.Material.Neon
  1726. p11.FormFactor = Enum.FormFactor.Custom
  1727. p11.Size = Vector3.new(0.200000048, 1.29999983, 0.200000048)
  1728. 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)
  1729. p11.CanCollide = false
  1730. p11.Locked = true
  1731. p11.BottomSurface = Enum.SurfaceType.Smooth
  1732. p11.TopSurface = Enum.SurfaceType.Smooth
  1733. p12 = Instance.new("Part", m)
  1734. p12.BrickColor = BrickColor.new("Really black")
  1735. p12.Material = Enum.Material.Neon
  1736. p12.FormFactor = Enum.FormFactor.Custom
  1737. p12.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  1738. 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)
  1739. p12.CanCollide = false
  1740. p12.Locked = true
  1741. p12.BottomSurface = Enum.SurfaceType.Smooth
  1742. p12.TopSurface = Enum.SurfaceType.Smooth
  1743. b10 = Instance.new("SpecialMesh", p12)
  1744. b10.MeshType = Enum.MeshType.Sphere
  1745. b10.Name = "Mesh"
  1746. p13 = Instance.new("Part", m)
  1747. p13.BrickColor = BrickColor.new("Institutional white")
  1748. p13.Material = Enum.Material.Neon
  1749. p13.FormFactor = Enum.FormFactor.Custom
  1750. p13.Size = Vector3.new(1.5, 1.5, 1.5)
  1751. 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)
  1752. p13.CanCollide = false
  1753. p13.Locked = true
  1754. p13.BottomSurface = Enum.SurfaceType.Smooth
  1755. p13.TopSurface = Enum.SurfaceType.Smooth
  1756. b11 = Instance.new("SpecialMesh", p13)
  1757. b11.MeshType = Enum.MeshType.Sphere
  1758. b11.Name = "Mesh"
  1759. p14 = Instance.new("Part", m)
  1760. p14.BrickColor = BrickColor.new("Really black")
  1761. p14.Material = Enum.Material.Neon
  1762. p14.FormFactor = Enum.FormFactor.Custom
  1763. p14.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  1764. 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)
  1765. p14.CanCollide = false
  1766. p14.Locked = true
  1767. p14.BottomSurface = Enum.SurfaceType.Smooth
  1768. p14.TopSurface = Enum.SurfaceType.Smooth
  1769. b12 = Instance.new("SpecialMesh", p14)
  1770. b12.MeshType = Enum.MeshType.Sphere
  1771. b12.Name = "Mesh"
  1772. p15 = Instance.new("Part", m)
  1773. p15.BrickColor = BrickColor.new("Really black")
  1774. p15.Material = Enum.Material.Metal
  1775. p15.Name = "Main"
  1776. p15.FormFactor = Enum.FormFactor.Custom
  1777. p15.Size = Vector3.new(2.20000005, 4.19999981, 2.20000005)
  1778. 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)
  1779. p15.CanCollide = false
  1780. p15.Locked = true
  1781. p15.BottomSurface = Enum.SurfaceType.Smooth
  1782. p15.TopSurface = Enum.SurfaceType.Smooth
  1783. p16 = Instance.new("Part", m)
  1784. p16.BrickColor = BrickColor.new("Really black")
  1785. p16.Material = Enum.Material.Neon
  1786. p16.FormFactor = Enum.FormFactor.Custom
  1787. p16.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  1788. 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)
  1789. p16.CanCollide = false
  1790. p16.Locked = true
  1791. p16.BottomSurface = Enum.SurfaceType.Smooth
  1792. p16.TopSurface = Enum.SurfaceType.Smooth
  1793. b13 = Instance.new("SpecialMesh", p16)
  1794. b13.MeshType = Enum.MeshType.Sphere
  1795. b13.Name = "Mesh"
  1796. p17 = Instance.new("Part", m)
  1797. p17.BrickColor = BrickColor.new("Institutional white")
  1798. p17.Material = Enum.Material.Neon
  1799. p17.FormFactor = Enum.FormFactor.Custom
  1800. p17.Size = Vector3.new(0.200000048, 1.29999983, 0.200000048)
  1801. 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)
  1802. p17.CanCollide = false
  1803. p17.Locked = true
  1804. p17.BottomSurface = Enum.SurfaceType.Smooth
  1805. p17.TopSurface = Enum.SurfaceType.Smooth
  1806. p18 = Instance.new("Part", m)
  1807. p18.BrickColor = BrickColor.new("Institutional white")
  1808. p18.Material = Enum.Material.Neon
  1809. p18.FormFactor = Enum.FormFactor.Custom
  1810. p18.Size = Vector3.new(0.200000048, 1.29999983, 0.200000048)
  1811. 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)
  1812. p18.CanCollide = false
  1813. p18.Locked = true
  1814. p18.BottomSurface = Enum.SurfaceType.Smooth
  1815. p18.TopSurface = Enum.SurfaceType.Smooth
  1816. p19 = Instance.new("Part", m)
  1817. p19.BrickColor = BrickColor.new("Institutional white")
  1818. p19.Material = Enum.Material.Neon
  1819. p19.FormFactor = Enum.FormFactor.Custom
  1820. p19.Size = Vector3.new(0.200000048, 0.799999833, 0.200000048)
  1821. 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)
  1822. p19.CanCollide = false
  1823. p19.Locked = true
  1824. p19.BottomSurface = Enum.SurfaceType.Smooth
  1825. p19.TopSurface = Enum.SurfaceType.Smooth
  1826. p20 = Instance.new("Part", m)
  1827. p20.BrickColor = BrickColor.new("Institutional white")
  1828. p20.Material = Enum.Material.Neon
  1829. p20.FormFactor = Enum.FormFactor.Custom
  1830. p20.Size = Vector3.new(0.200000048, 0.899999917, 0.200000048)
  1831. 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)
  1832. p20.CanCollide = false
  1833. p20.Locked = true
  1834. p20.BottomSurface = Enum.SurfaceType.Smooth
  1835. p20.TopSurface = Enum.SurfaceType.Smooth
  1836. p21 = Instance.new("Part", m)
  1837. p21.BrickColor = BrickColor.new("Institutional white")
  1838. p21.Material = Enum.Material.Neon
  1839. p21.FormFactor = Enum.FormFactor.Custom
  1840. p21.Size = Vector3.new(0.200000048, 0.999999821, 0.200000048)
  1841. 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)
  1842. p21.CanCollide = false
  1843. p21.Locked = true
  1844. p21.BottomSurface = Enum.SurfaceType.Smooth
  1845. p21.TopSurface = Enum.SurfaceType.Smooth
  1846. p22 = Instance.new("Part", m)
  1847. p22.BrickColor = BrickColor.new("Really black")
  1848. p22.Material = Enum.Material.Neon
  1849. p22.FormFactor = Enum.FormFactor.Custom
  1850. p22.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  1851. 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)
  1852. p22.CanCollide = false
  1853. p22.Locked = true
  1854. p22.BottomSurface = Enum.SurfaceType.Smooth
  1855. p22.TopSurface = Enum.SurfaceType.Smooth
  1856. b14 = Instance.new("SpecialMesh", p22)
  1857. b14.MeshType = Enum.MeshType.Sphere
  1858. b14.Name = "Mesh"
  1859. p23 = Instance.new("Part", m)
  1860. p23.BrickColor = BrickColor.new("Really black")
  1861. p23.Material = Enum.Material.Neon
  1862. p23.FormFactor = Enum.FormFactor.Custom
  1863. p23.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  1864. 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)
  1865. p23.CanCollide = false
  1866. p23.Locked = true
  1867. p23.BottomSurface = Enum.SurfaceType.Smooth
  1868. p23.TopSurface = Enum.SurfaceType.Smooth
  1869. b15 = Instance.new("SpecialMesh", p23)
  1870. b15.MeshType = Enum.MeshType.Sphere
  1871. b15.Name = "Mesh"
  1872. p24 = Instance.new("Part", m)
  1873. p24.BrickColor = BrickColor.new("Really black")
  1874. p24.Material = Enum.Material.Neon
  1875. p24.FormFactor = Enum.FormFactor.Custom
  1876. p24.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  1877. 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)
  1878. p24.CanCollide = false
  1879. p24.Locked = true
  1880. p24.BottomSurface = Enum.SurfaceType.Smooth
  1881. p24.TopSurface = Enum.SurfaceType.Smooth
  1882. b16 = Instance.new("SpecialMesh", p24)
  1883. b16.MeshType = Enum.MeshType.Sphere
  1884. b16.Name = "Mesh"
  1885. w1 = Instance.new("Weld", p1)
  1886. w1.Name = "Wedge_Weld"
  1887. w1.Part0 = p1
  1888. 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)
  1889. w1.Part1 = p2
  1890. 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)
  1891. w2 = Instance.new("Weld", p2)
  1892. w2.Name = "Wedge_Weld"
  1893. w2.Part0 = p2
  1894. 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)
  1895. w2.Part1 = p3
  1896. 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)
  1897. w3 = Instance.new("Weld", p3)
  1898. w3.Name = "Wedge_Weld"
  1899. w3.Part0 = p3
  1900. 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)
  1901. w3.Part1 = p4
  1902. 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)
  1903. w4 = Instance.new("Weld", p4)
  1904. w4.Name = "Wedge_Weld"
  1905. w4.Part0 = p4
  1906. 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)
  1907. w4.Part1 = p5
  1908. 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)
  1909. w5 = Instance.new("Weld", p5)
  1910. w5.Name = "Wedge_Weld"
  1911. w5.Part0 = p5
  1912. 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)
  1913. w5.Part1 = p6
  1914. 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)
  1915. w6 = Instance.new("Weld", p6)
  1916. w6.Name = "Wedge_Weld"
  1917. w6.Part0 = p6
  1918. 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)
  1919. w6.Part1 = p7
  1920. 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)
  1921. w7 = Instance.new("Weld", p7)
  1922. w7.Name = "Part_Weld"
  1923. w7.Part0 = p7
  1924. 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)
  1925. w7.Part1 = p8
  1926. 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)
  1927. w8 = Instance.new("Weld", p8)
  1928. w8.Name = "Part_Weld"
  1929. w8.Part0 = p8
  1930. 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)
  1931. w8.Part1 = p9
  1932. 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)
  1933. w9 = Instance.new("Weld", p9)
  1934. w9.Name = "Part_Weld"
  1935. w9.Part0 = p9
  1936. 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)
  1937. w9.Part1 = p10
  1938. 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)
  1939. w10 = Instance.new("Weld", p10)
  1940. w10.Name = "Part_Weld"
  1941. w10.Part0 = p10
  1942. 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)
  1943. w10.Part1 = p11
  1944. 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)
  1945. w11 = Instance.new("Weld", p11)
  1946. w11.Name = "Part_Weld"
  1947. w11.Part0 = p11
  1948. 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)
  1949. w11.Part1 = p12
  1950. 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)
  1951. w12 = Instance.new("Weld", p12)
  1952. w12.Name = "Part_Weld"
  1953. w12.Part0 = p12
  1954. 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)
  1955. w12.Part1 = p13
  1956. 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)
  1957. w13 = Instance.new("Weld", p13)
  1958. w13.Name = "Part_Weld"
  1959. w13.Part0 = p13
  1960. 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)
  1961. w13.Part1 = p14
  1962. 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)
  1963. w14 = Instance.new("Weld", p14)
  1964. w14.Name = "Part_Weld"
  1965. w14.Part0 = p14
  1966. 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)
  1967. w14.Part1 = p15
  1968. 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)
  1969. w15 = Instance.new("Weld", p15)
  1970. w15.Name = "Part_Weld"
  1971. w15.Part0 = p15
  1972. 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)
  1973. w15.Part1 = p16
  1974. 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)
  1975. w16 = Instance.new("Weld", p16)
  1976. w16.Name = "Part_Weld"
  1977. w16.Part0 = p16
  1978. 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)
  1979. w16.Part1 = p17
  1980. 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)
  1981. w17 = Instance.new("Weld", p17)
  1982. w17.Name = "Part_Weld"
  1983. w17.Part0 = p17
  1984. 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)
  1985. w17.Part1 = p18
  1986. 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)
  1987. w18 = Instance.new("Weld", p18)
  1988. w18.Name = "Part_Weld"
  1989. w18.Part0 = p18
  1990. 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)
  1991. w18.Part1 = p19
  1992. 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)
  1993. w19 = Instance.new("Weld", p19)
  1994. w19.Name = "Part_Weld"
  1995. w19.Part0 = p19
  1996. 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)
  1997. w19.Part1 = p20
  1998. 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)
  1999. w20 = Instance.new("Weld", p20)
  2000. w20.Name = "Part_Weld"
  2001. w20.Part0 = p20
  2002. 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)
  2003. w20.Part1 = p21
  2004. 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)
  2005. w21 = Instance.new("Weld", p21)
  2006. w21.Name = "Part_Weld"
  2007. w21.Part0 = p21
  2008. 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)
  2009. w21.Part1 = p22
  2010. 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)
  2011. w22 = Instance.new("Weld", p22)
  2012. w22.Name = "Part_Weld"
  2013. w22.Part0 = p22
  2014. 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)
  2015. w22.Part1 = p23
  2016. 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)
  2017. w23 = Instance.new("Weld", p23)
  2018. w23.Name = "Part_Weld"
  2019. w23.Part0 = p23
  2020. 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)
  2021. w23.Part1 = p24
  2022. 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)
  2023. w24 = Instance.new("Weld", p24)
  2024. w24.Name = "Part_Weld"
  2025. w24.Part0 = p24
  2026. 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)
  2027. m.Parent = larm
  2028. m:MakeJoints()
  2029. ----------------------------------------------------
  2030. local cor3 = Instance.new("Part", larm.LeftArm)
  2031. cor3.Name = "Thingy"
  2032. cor3.Locked = true
  2033. cor3.BottomSurface = 0
  2034. cor3.CanCollide = false
  2035. cor3.Size = Vector3.new(2, 1, 1)
  2036. cor3.Transparency = 1
  2037. cor3.TopSurface = 0
  2038. corw2 = Instance.new("Weld", cor3)
  2039. corw2.Part0 = larm
  2040. corw2.Part1 = cor3
  2041. corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2042. corw2.C1 = CFrame.new(0, 0, 0)
  2043. weld2 = Instance.new("Weld", larm.LeftArm)
  2044. weld2.Part0 = cor3
  2045. weld2.Part1 = p15
  2046. weld2.C0 = CFrame.new(0, 0, 0)
  2047. ----------------------------------------------------
  2048. local m = Instance.new("Model")
  2049. m.Name = "RightArm"
  2050. p1 = Instance.new("WedgePart", m)
  2051. p1.BrickColor = BrickColor.new("Institutional white")
  2052. p1.Material = Enum.Material.Neon
  2053. p1.Name = "Wedge"
  2054. p1.FormFactor = Enum.FormFactor.Custom
  2055. p1.Size = Vector3.new(1, 1.19999981, 3.30000019)
  2056. 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)
  2057. p1.CanCollide = false
  2058. p1.Locked = true
  2059. p1.TopSurface = Enum.SurfaceType.Smooth
  2060. b1 = Instance.new("SpecialMesh", p1)
  2061. b1.MeshType = Enum.MeshType.Wedge
  2062. b1.Name = "Mesh"
  2063. b1.Scale = Vector3.new(0.200000003, 1, 1)
  2064. p2 = Instance.new("WedgePart", m)
  2065. p2.BrickColor = BrickColor.new("Institutional white")
  2066. p2.Material = Enum.Material.Neon
  2067. p2.Name = "Wedge"
  2068. p2.FormFactor = Enum.FormFactor.Custom
  2069. p2.Size = Vector3.new(1, 1.19999981, 3.30000019)
  2070. 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)
  2071. p2.CanCollide = false
  2072. p2.Locked = true
  2073. p2.TopSurface = Enum.SurfaceType.Smooth
  2074. b2 = Instance.new("SpecialMesh", p2)
  2075. b2.MeshType = Enum.MeshType.Wedge
  2076. b2.Name = "Mesh"
  2077. b2.Scale = Vector3.new(0.200000003, 1, 1)
  2078. p3 = Instance.new("WedgePart", m)
  2079. p3.BrickColor = BrickColor.new("Institutional white")
  2080. p3.Material = Enum.Material.Neon
  2081. p3.Name = "Wedge"
  2082. p3.FormFactor = Enum.FormFactor.Custom
  2083. p3.Size = Vector3.new(1, 1.19999981, 3.30000019)
  2084. 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)
  2085. p3.CanCollide = false
  2086. p3.Locked = true
  2087. p3.TopSurface = Enum.SurfaceType.Smooth
  2088. b3 = Instance.new("SpecialMesh", p3)
  2089. b3.MeshType = Enum.MeshType.Wedge
  2090. b3.Name = "Mesh"
  2091. b3.Scale = Vector3.new(0.200000003, 1, 1)
  2092. p4 = Instance.new("WedgePart", m)
  2093. p4.BrickColor = BrickColor.new("Institutional white")
  2094. p4.Material = Enum.Material.Neon
  2095. p4.Name = "Wedge"
  2096. p4.FormFactor = Enum.FormFactor.Custom
  2097. p4.Size = Vector3.new(1, 1.19999981, 4)
  2098. 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)
  2099. p4.CanCollide = false
  2100. p4.Locked = true
  2101. p4.TopSurface = Enum.SurfaceType.Smooth
  2102. b4 = Instance.new("SpecialMesh", p4)
  2103. b4.MeshType = Enum.MeshType.Wedge
  2104. b4.Name = "Mesh"
  2105. b4.Scale = Vector3.new(0.200000003, 1, 1)
  2106. p5 = Instance.new("WedgePart", m)
  2107. p5.BrickColor = BrickColor.new("Institutional white")
  2108. p5.Material = Enum.Material.Neon
  2109. p5.Name = "Wedge"
  2110. p5.FormFactor = Enum.FormFactor.Custom
  2111. p5.Size = Vector3.new(1, 1.19999981, 4)
  2112. 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)
  2113. p5.CanCollide = false
  2114. p5.Locked = true
  2115. p5.TopSurface = Enum.SurfaceType.Smooth
  2116. b5 = Instance.new("SpecialMesh", p5)
  2117. b5.MeshType = Enum.MeshType.Wedge
  2118. b5.Name = "Mesh"
  2119. b5.Scale = Vector3.new(0.200000003, 1, 1)
  2120. p6 = Instance.new("WedgePart", m)
  2121. p6.BrickColor = BrickColor.new("Institutional white")
  2122. p6.Material = Enum.Material.Neon
  2123. p6.Name = "Wedge"
  2124. p6.FormFactor = Enum.FormFactor.Custom
  2125. p6.Size = Vector3.new(1, 1.19999981, 4)
  2126. 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)
  2127. p6.CanCollide = false
  2128. p6.Locked = true
  2129. p6.TopSurface = Enum.SurfaceType.Smooth
  2130. b6 = Instance.new("SpecialMesh", p6)
  2131. b6.MeshType = Enum.MeshType.Wedge
  2132. b6.Name = "Mesh"
  2133. b6.Scale = Vector3.new(0.200000003, 1, 1)
  2134. p7 = Instance.new("Part", m)
  2135. p7.BrickColor = BrickColor.new("Really black")
  2136. p7.Material = Enum.Material.Neon
  2137. p7.FormFactor = Enum.FormFactor.Custom
  2138. p7.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2139. 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)
  2140. p7.CanCollide = false
  2141. p7.Locked = true
  2142. p7.BottomSurface = Enum.SurfaceType.Smooth
  2143. p7.TopSurface = Enum.SurfaceType.Smooth
  2144. b7 = Instance.new("SpecialMesh", p7)
  2145. b7.MeshType = Enum.MeshType.Sphere
  2146. b7.Name = "Mesh"
  2147. p8 = Instance.new("Part", m)
  2148. p8.BrickColor = BrickColor.new("Institutional white")
  2149. p8.Material = Enum.Material.Neon
  2150. p8.FormFactor = Enum.FormFactor.Custom
  2151. p8.Size = Vector3.new(0.200000048, 0.999999881, 0.200000048)
  2152. 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)
  2153. p8.CanCollide = false
  2154. p8.Locked = true
  2155. p8.BottomSurface = Enum.SurfaceType.Smooth
  2156. p8.TopSurface = Enum.SurfaceType.Smooth
  2157. p9 = Instance.new("Part", m)
  2158. p9.BrickColor = BrickColor.new("Really black")
  2159. p9.Material = Enum.Material.Neon
  2160. p9.FormFactor = Enum.FormFactor.Custom
  2161. p9.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2162. 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)
  2163. p9.CanCollide = false
  2164. p9.Locked = true
  2165. p9.BottomSurface = Enum.SurfaceType.Smooth
  2166. p9.TopSurface = Enum.SurfaceType.Smooth
  2167. b8 = Instance.new("SpecialMesh", p9)
  2168. b8.MeshType = Enum.MeshType.Sphere
  2169. b8.Name = "Mesh"
  2170. p10 = Instance.new("Part", m)
  2171. p10.BrickColor = BrickColor.new("Really black")
  2172. p10.Material = Enum.Material.Neon
  2173. p10.FormFactor = Enum.FormFactor.Custom
  2174. p10.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2175. 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)
  2176. p10.CanCollide = false
  2177. p10.Locked = true
  2178. p10.BottomSurface = Enum.SurfaceType.Smooth
  2179. p10.TopSurface = Enum.SurfaceType.Smooth
  2180. b9 = Instance.new("SpecialMesh", p10)
  2181. b9.MeshType = Enum.MeshType.Sphere
  2182. b9.Name = "Mesh"
  2183. p11 = Instance.new("Part", m)
  2184. p11.BrickColor = BrickColor.new("Institutional white")
  2185. p11.Material = Enum.Material.Neon
  2186. p11.FormFactor = Enum.FormFactor.Custom
  2187. p11.Size = Vector3.new(0.200000048, 1.79999983, 0.200000048)
  2188. 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)
  2189. p11.CanCollide = false
  2190. p11.Locked = true
  2191. p11.BottomSurface = Enum.SurfaceType.Smooth
  2192. p11.TopSurface = Enum.SurfaceType.Smooth
  2193. p12 = Instance.new("Part", m)
  2194. p12.BrickColor = BrickColor.new("Institutional white")
  2195. p12.Material = Enum.Material.Neon
  2196. p12.FormFactor = Enum.FormFactor.Custom
  2197. p12.Size = Vector3.new(0.200000048, 1.5999999, 0.200000048)
  2198. 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)
  2199. p12.CanCollide = false
  2200. p12.Locked = true
  2201. p12.BottomSurface = Enum.SurfaceType.Smooth
  2202. p12.TopSurface = Enum.SurfaceType.Smooth
  2203. p13 = Instance.new("Part", m)
  2204. p13.BrickColor = BrickColor.new("Institutional white")
  2205. p13.Material = Enum.Material.Neon
  2206. p13.FormFactor = Enum.FormFactor.Custom
  2207. p13.Size = Vector3.new(1.5, 1.5, 1.5)
  2208. 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)
  2209. p13.CanCollide = false
  2210. p13.Locked = true
  2211. p13.BottomSurface = Enum.SurfaceType.Smooth
  2212. p13.TopSurface = Enum.SurfaceType.Smooth
  2213. b10 = Instance.new("SpecialMesh", p13)
  2214. b10.MeshType = Enum.MeshType.Sphere
  2215. b10.Name = "Mesh"
  2216. p14 = Instance.new("Part", m)
  2217. p14.BrickColor = BrickColor.new("Really black")
  2218. p14.Material = Enum.Material.Metal
  2219. p14.Name = "Main"
  2220. p14.FormFactor = Enum.FormFactor.Custom
  2221. p14.Size = Vector3.new(2.20000005, 4.19999981, 2.20000005)
  2222. 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)
  2223. p14.CanCollide = false
  2224. p14.Locked = true
  2225. p14.BottomSurface = Enum.SurfaceType.Smooth
  2226. p14.TopSurface = Enum.SurfaceType.Smooth
  2227. p15 = Instance.new("Part", m)
  2228. p15.BrickColor = BrickColor.new("Really black")
  2229. p15.Material = Enum.Material.Neon
  2230. p15.FormFactor = Enum.FormFactor.Custom
  2231. p15.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2232. 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)
  2233. p15.CanCollide = false
  2234. p15.Locked = true
  2235. p15.BottomSurface = Enum.SurfaceType.Smooth
  2236. p15.TopSurface = Enum.SurfaceType.Smooth
  2237. b11 = Instance.new("SpecialMesh", p15)
  2238. b11.MeshType = Enum.MeshType.Sphere
  2239. b11.Name = "Mesh"
  2240. p16 = Instance.new("Part", m)
  2241. p16.BrickColor = BrickColor.new("Institutional white")
  2242. p16.Material = Enum.Material.Neon
  2243. p16.FormFactor = Enum.FormFactor.Custom
  2244. p16.Size = Vector3.new(0.200000048, 0.899999857, 0.200000048)
  2245. 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)
  2246. p16.CanCollide = false
  2247. p16.Locked = true
  2248. p16.BottomSurface = Enum.SurfaceType.Smooth
  2249. p16.TopSurface = Enum.SurfaceType.Smooth
  2250. p17 = Instance.new("Part", m)
  2251. p17.BrickColor = BrickColor.new("Institutional white")
  2252. p17.Material = Enum.Material.Neon
  2253. p17.FormFactor = Enum.FormFactor.Custom
  2254. p17.Size = Vector3.new(0.200000048, 0.599999785, 0.200000048)
  2255. 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)
  2256. p17.CanCollide = false
  2257. p17.Locked = true
  2258. p17.BottomSurface = Enum.SurfaceType.Smooth
  2259. p17.TopSurface = Enum.SurfaceType.Smooth
  2260. p18 = Instance.new("Part", m)
  2261. p18.BrickColor = BrickColor.new("Really black")
  2262. p18.Material = Enum.Material.Neon
  2263. p18.FormFactor = Enum.FormFactor.Custom
  2264. p18.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2265. 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)
  2266. p18.CanCollide = false
  2267. p18.Locked = true
  2268. p18.BottomSurface = Enum.SurfaceType.Smooth
  2269. p18.TopSurface = Enum.SurfaceType.Smooth
  2270. b12 = Instance.new("SpecialMesh", p18)
  2271. b12.MeshType = Enum.MeshType.Sphere
  2272. b12.Name = "Mesh"
  2273. p19 = Instance.new("Part", m)
  2274. p19.BrickColor = BrickColor.new("Really black")
  2275. p19.Material = Enum.Material.Neon
  2276. p19.FormFactor = Enum.FormFactor.Custom
  2277. p19.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2278. 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)
  2279. p19.CanCollide = false
  2280. p19.Locked = true
  2281. p19.BottomSurface = Enum.SurfaceType.Smooth
  2282. p19.TopSurface = Enum.SurfaceType.Smooth
  2283. b13 = Instance.new("SpecialMesh", p19)
  2284. b13.MeshType = Enum.MeshType.Sphere
  2285. b13.Name = "Mesh"
  2286. w1 = Instance.new("Weld", p1)
  2287. w1.Name = "Wedge_Weld"
  2288. w1.Part0 = p1
  2289. 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)
  2290. w1.Part1 = p2
  2291. 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)
  2292. w2 = Instance.new("Weld", p2)
  2293. w2.Name = "Wedge_Weld"
  2294. w2.Part0 = p2
  2295. 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)
  2296. w2.Part1 = p3
  2297. 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)
  2298. w3 = Instance.new("Weld", p3)
  2299. w3.Name = "Wedge_Weld"
  2300. w3.Part0 = p3
  2301. 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)
  2302. w3.Part1 = p4
  2303. 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)
  2304. w4 = Instance.new("Weld", p4)
  2305. w4.Name = "Wedge_Weld"
  2306. w4.Part0 = p4
  2307. 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)
  2308. w4.Part1 = p5
  2309. 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)
  2310. w5 = Instance.new("Weld", p5)
  2311. w5.Name = "Wedge_Weld"
  2312. w5.Part0 = p5
  2313. 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)
  2314. w5.Part1 = p6
  2315. 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)
  2316. w6 = Instance.new("Weld", p6)
  2317. w6.Name = "Part_Weld"
  2318. w6.Part0 = p6
  2319. 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)
  2320. w6.Part1 = p7
  2321. 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)
  2322. w7 = Instance.new("Weld", p7)
  2323. w7.Name = "Part_Weld"
  2324. w7.Part0 = p7
  2325. 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)
  2326. w7.Part1 = p8
  2327. 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)
  2328. w8 = Instance.new("Weld", p8)
  2329. w8.Name = "Part_Weld"
  2330. w8.Part0 = p8
  2331. 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)
  2332. w8.Part1 = p9
  2333. 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)
  2334. w9 = Instance.new("Weld", p9)
  2335. w9.Name = "Part_Weld"
  2336. w9.Part0 = p9
  2337. 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)
  2338. w9.Part1 = p10
  2339. 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)
  2340. w10 = Instance.new("Weld", p10)
  2341. w10.Name = "Part_Weld"
  2342. w10.Part0 = p10
  2343. 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)
  2344. w10.Part1 = p11
  2345. 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)
  2346. w11 = Instance.new("Weld", p11)
  2347. w11.Name = "Part_Weld"
  2348. w11.Part0 = p11
  2349. 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)
  2350. w11.Part1 = p12
  2351. 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)
  2352. w12 = Instance.new("Weld", p12)
  2353. w12.Name = "Part_Weld"
  2354. w12.Part0 = p12
  2355. 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)
  2356. w12.Part1 = p13
  2357. 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)
  2358. w13 = Instance.new("Weld", p13)
  2359. w13.Name = "Part_Weld"
  2360. w13.Part0 = p13
  2361. 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)
  2362. w13.Part1 = p14
  2363. 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)
  2364. w14 = Instance.new("Weld", p14)
  2365. w14.Name = "Part_Weld"
  2366. w14.Part0 = p14
  2367. 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)
  2368. w14.Part1 = p15
  2369. 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)
  2370. w15 = Instance.new("Weld", p15)
  2371. w15.Name = "Part_Weld"
  2372. w15.Part0 = p15
  2373. 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)
  2374. w15.Part1 = p16
  2375. 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)
  2376. w16 = Instance.new("Weld", p16)
  2377. w16.Name = "Part_Weld"
  2378. w16.Part0 = p16
  2379. 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)
  2380. w16.Part1 = p17
  2381. 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)
  2382. w17 = Instance.new("Weld", p17)
  2383. w17.Name = "Part_Weld"
  2384. w17.Part0 = p17
  2385. 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)
  2386. w17.Part1 = p18
  2387. 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)
  2388. w18 = Instance.new("Weld", p18)
  2389. w18.Name = "Part_Weld"
  2390. w18.Part0 = p18
  2391. 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)
  2392. w18.Part1 = p19
  2393. 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)
  2394. w19 = Instance.new("Weld", p19)
  2395. w19.Name = "Wedge_Weld"
  2396. w19.Part0 = p19
  2397. 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)
  2398. m.Parent = rarm
  2399. m:MakeJoints()
  2400. ----------------------------------------------------
  2401. local cor4 = Instance.new("Part", rarm.RightArm)
  2402. cor4.Name = "Thingy"
  2403. cor4.Locked = true
  2404. cor4.BottomSurface = 0
  2405. cor4.CanCollide = false
  2406. cor4.Size = Vector3.new(2, 1, 1)
  2407. cor4.Transparency = 1
  2408. cor4.TopSurface = 0
  2409. corw2 = Instance.new("Weld", cor4)
  2410. corw2.Part0 = rarm
  2411. corw2.Part1 = cor4
  2412. corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2413. corw2.C1 = CFrame.new(0, 0, 0)
  2414. weld2 = Instance.new("Weld", rarm.RightArm)
  2415. weld2.Part0 = cor4
  2416. weld2.Part1 = p14
  2417. weld2.C0 = CFrame.new(0, 0, 0)
  2418. ----------------------------------------------------
  2419. local m = Instance.new("Model")
  2420. m.Name = "Torso"
  2421. p1 = Instance.new("Part", m)
  2422. p1.BrickColor = BrickColor.new("Really black")
  2423. p1.Material = Enum.Material.Neon
  2424. p1.FormFactor = Enum.FormFactor.Custom
  2425. p1.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2426. 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)
  2427. p1.CanCollide = false
  2428. p1.Locked = true
  2429. p1.BottomSurface = Enum.SurfaceType.Smooth
  2430. p1.TopSurface = Enum.SurfaceType.Smooth
  2431. b1 = Instance.new("SpecialMesh", p1)
  2432. b1.MeshType = Enum.MeshType.Sphere
  2433. b1.Name = "Mesh"
  2434. p2 = Instance.new("Part", m)
  2435. p2.BrickColor = BrickColor.new("Really black")
  2436. p2.Material = Enum.Material.Neon
  2437. p2.FormFactor = Enum.FormFactor.Custom
  2438. p2.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2439. 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)
  2440. p2.CanCollide = false
  2441. p2.Locked = true
  2442. p2.BottomSurface = Enum.SurfaceType.Smooth
  2443. p2.TopSurface = Enum.SurfaceType.Smooth
  2444. b2 = Instance.new("SpecialMesh", p2)
  2445. b2.MeshType = Enum.MeshType.Sphere
  2446. b2.Name = "Mesh"
  2447. p3 = Instance.new("Part", m)
  2448. p3.BrickColor = BrickColor.new("Institutional white")
  2449. p3.Material = Enum.Material.Neon
  2450. p3.FormFactor = Enum.FormFactor.Custom
  2451. p3.Size = Vector3.new(0.200000048, 0.799999833, 0.200000048)
  2452. 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)
  2453. p3.CanCollide = false
  2454. p3.Locked = true
  2455. p3.BottomSurface = Enum.SurfaceType.Smooth
  2456. p3.TopSurface = Enum.SurfaceType.Smooth
  2457. p4 = Instance.new("Part", m)
  2458. p4.BrickColor = BrickColor.new("Institutional white")
  2459. p4.Material = Enum.Material.Neon
  2460. p4.FormFactor = Enum.FormFactor.Custom
  2461. p4.Size = Vector3.new(0.200000048, 1.19999981, 0.200000048)
  2462. 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)
  2463. p4.CanCollide = false
  2464. p4.Locked = true
  2465. p4.BottomSurface = Enum.SurfaceType.Smooth
  2466. p4.TopSurface = Enum.SurfaceType.Smooth
  2467. p5 = Instance.new("Part", m)
  2468. p5.BrickColor = BrickColor.new("Institutional white")
  2469. p5.Material = Enum.Material.Neon
  2470. p5.FormFactor = Enum.FormFactor.Custom
  2471. p5.Size = Vector3.new(0.200000048, 1.29999983, 0.200000048)
  2472. 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)
  2473. p5.CanCollide = false
  2474. p5.Locked = true
  2475. p5.BottomSurface = Enum.SurfaceType.Smooth
  2476. p5.TopSurface = Enum.SurfaceType.Smooth
  2477. p6 = Instance.new("Part", m)
  2478. p6.BrickColor = BrickColor.new("Institutional white")
  2479. p6.Material = Enum.Material.Neon
  2480. p6.FormFactor = Enum.FormFactor.Custom
  2481. p6.Size = Vector3.new(0.200000048, 1.29999983, 0.200000048)
  2482. 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)
  2483. p6.CanCollide = false
  2484. p6.Locked = true
  2485. p6.BottomSurface = Enum.SurfaceType.Smooth
  2486. p6.TopSurface = Enum.SurfaceType.Smooth
  2487. p7 = Instance.new("Part", m)
  2488. p7.BrickColor = BrickColor.new("Really black")
  2489. p7.Material = Enum.Material.Neon
  2490. p7.FormFactor = Enum.FormFactor.Custom
  2491. p7.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2492. 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)
  2493. p7.CanCollide = false
  2494. p7.Locked = true
  2495. p7.BottomSurface = Enum.SurfaceType.Smooth
  2496. p7.TopSurface = Enum.SurfaceType.Smooth
  2497. b3 = Instance.new("SpecialMesh", p7)
  2498. b3.MeshType = Enum.MeshType.Sphere
  2499. b3.Name = "Mesh"
  2500. p8 = Instance.new("Part", m)
  2501. p8.BrickColor = BrickColor.new("Really black")
  2502. p8.Material = Enum.Material.Neon
  2503. p8.FormFactor = Enum.FormFactor.Custom
  2504. p8.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2505. 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)
  2506. p8.CanCollide = false
  2507. p8.Locked = true
  2508. p8.BottomSurface = Enum.SurfaceType.Smooth
  2509. p8.TopSurface = Enum.SurfaceType.Smooth
  2510. b4 = Instance.new("SpecialMesh", p8)
  2511. b4.MeshType = Enum.MeshType.Sphere
  2512. b4.Name = "Mesh"
  2513. p9 = Instance.new("Part", m)
  2514. p9.BrickColor = BrickColor.new("Really black")
  2515. p9.Material = Enum.Material.Neon
  2516. p9.FormFactor = Enum.FormFactor.Custom
  2517. p9.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2518. 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)
  2519. p9.CanCollide = false
  2520. p9.Locked = true
  2521. p9.BottomSurface = Enum.SurfaceType.Smooth
  2522. p9.TopSurface = Enum.SurfaceType.Smooth
  2523. b5 = Instance.new("SpecialMesh", p9)
  2524. b5.MeshType = Enum.MeshType.Sphere
  2525. b5.Name = "Mesh"
  2526. p10 = Instance.new("Part", m)
  2527. p10.BrickColor = BrickColor.new("Institutional white")
  2528. p10.Material = Enum.Material.Neon
  2529. p10.FormFactor = Enum.FormFactor.Custom
  2530. p10.Size = Vector3.new(0.200000048, 0.999999821, 0.200000048)
  2531. 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)
  2532. p10.CanCollide = false
  2533. p10.Locked = true
  2534. p10.BottomSurface = Enum.SurfaceType.Smooth
  2535. p10.TopSurface = Enum.SurfaceType.Smooth
  2536. p11 = Instance.new("Part", m)
  2537. p11.BrickColor = BrickColor.new("Really black")
  2538. p11.Material = Enum.Material.Metal
  2539. p11.Name = "Main"
  2540. p11.FormFactor = Enum.FormFactor.Custom
  2541. p11.Size = Vector3.new(4.4000001, 4.19999981, 2.20000005)
  2542. 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)
  2543. p11.CanCollide = false
  2544. p11.Locked = true
  2545. p11.BottomSurface = Enum.SurfaceType.Smooth
  2546. p11.TopSurface = Enum.SurfaceType.Smooth
  2547. p12 = Instance.new("Part", m)
  2548. p12.BrickColor = BrickColor.new("Really black")
  2549. p12.Material = Enum.Material.Neon
  2550. p12.FormFactor = Enum.FormFactor.Custom
  2551. p12.Size = Vector3.new(3, 3, 2)
  2552. 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)
  2553. p12.CanCollide = false
  2554. p12.Locked = true
  2555. p12.BottomSurface = Enum.SurfaceType.Smooth
  2556. p12.TopSurface = Enum.SurfaceType.Smooth
  2557. b6 = Instance.new("SpecialMesh", p12)
  2558. b6.MeshType = Enum.MeshType.Sphere
  2559. b6.Name = "Mesh"
  2560. p13 = Instance.new("Part", m)
  2561. p13.BrickColor = BrickColor.new("Institutional white")
  2562. p13.Material = Enum.Material.Neon
  2563. p13.FormFactor = Enum.FormFactor.Custom
  2564. p13.Size = Vector3.new(0.200000048, 3.79999971, 0.200000048)
  2565. 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)
  2566. p13.CanCollide = false
  2567. p13.Locked = true
  2568. p13.BottomSurface = Enum.SurfaceType.Smooth
  2569. p13.TopSurface = Enum.SurfaceType.Smooth
  2570. p14 = Instance.new("Part", m)
  2571. p14.BrickColor = BrickColor.new("Institutional white")
  2572. p14.Material = Enum.Material.Neon
  2573. p14.FormFactor = Enum.FormFactor.Custom
  2574. p14.Size = Vector3.new(0.200000048, 3.99999976, 0.200000048)
  2575. 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)
  2576. p14.CanCollide = false
  2577. p14.Locked = true
  2578. p14.BottomSurface = Enum.SurfaceType.Smooth
  2579. p14.TopSurface = Enum.SurfaceType.Smooth
  2580. p15 = Instance.new("Part", m)
  2581. p15.BrickColor = BrickColor.new("Institutional white")
  2582. p15.Material = Enum.Material.Neon
  2583. p15.FormFactor = Enum.FormFactor.Custom
  2584. p15.Size = Vector3.new(0.200000048, 3.99999976, 0.200000048)
  2585. 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)
  2586. p15.CanCollide = false
  2587. p15.Locked = true
  2588. p15.BottomSurface = Enum.SurfaceType.Smooth
  2589. p15.TopSurface = Enum.SurfaceType.Smooth
  2590. p16 = Instance.new("Part", m)
  2591. p16.BrickColor = BrickColor.new("Institutional white")
  2592. p16.Material = Enum.Material.Neon
  2593. p16.FormFactor = Enum.FormFactor.Custom
  2594. p16.Size = Vector3.new(0.200000048, 1.19999969, 0.200000048)
  2595. 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)
  2596. p16.CanCollide = false
  2597. p16.Locked = true
  2598. p16.BottomSurface = Enum.SurfaceType.Smooth
  2599. p16.TopSurface = Enum.SurfaceType.Smooth
  2600. p17 = Instance.new("Part", m)
  2601. p17.BrickColor = BrickColor.new("Institutional white")
  2602. p17.Material = Enum.Material.Neon
  2603. p17.FormFactor = Enum.FormFactor.Custom
  2604. p17.Size = Vector3.new(0.200000048, 1.89999986, 0.200000048)
  2605. 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)
  2606. p17.CanCollide = false
  2607. p17.Locked = true
  2608. p17.BottomSurface = Enum.SurfaceType.Smooth
  2609. p17.TopSurface = Enum.SurfaceType.Smooth
  2610. p18 = Instance.new("Part", m)
  2611. p18.BrickColor = BrickColor.new("Institutional white")
  2612. p18.Material = Enum.Material.Neon
  2613. p18.FormFactor = Enum.FormFactor.Custom
  2614. p18.Size = Vector3.new(0.200000048, 1.19999981, 0.200000048)
  2615. 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)
  2616. p18.CanCollide = false
  2617. p18.Locked = true
  2618. p18.BottomSurface = Enum.SurfaceType.Smooth
  2619. p18.TopSurface = Enum.SurfaceType.Smooth
  2620. p19 = Instance.new("Part", m)
  2621. p19.BrickColor = BrickColor.new("Really black")
  2622. p19.Material = Enum.Material.Neon
  2623. p19.FormFactor = Enum.FormFactor.Custom
  2624. p19.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2625. 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)
  2626. p19.CanCollide = false
  2627. p19.Locked = true
  2628. p19.BottomSurface = Enum.SurfaceType.Smooth
  2629. p19.TopSurface = Enum.SurfaceType.Smooth
  2630. b7 = Instance.new("SpecialMesh", p19)
  2631. b7.MeshType = Enum.MeshType.Sphere
  2632. b7.Name = "Mesh"
  2633. p20 = Instance.new("Part", m)
  2634. p20.BrickColor = BrickColor.new("Really black")
  2635. p20.Material = Enum.Material.Neon
  2636. p20.FormFactor = Enum.FormFactor.Custom
  2637. p20.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2638. 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)
  2639. p20.CanCollide = false
  2640. p20.Locked = true
  2641. p20.BottomSurface = Enum.SurfaceType.Smooth
  2642. p20.TopSurface = Enum.SurfaceType.Smooth
  2643. b8 = Instance.new("SpecialMesh", p20)
  2644. b8.MeshType = Enum.MeshType.Sphere
  2645. b8.Name = "Mesh"
  2646. p21 = Instance.new("Part", m)
  2647. p21.BrickColor = BrickColor.new("Institutional white")
  2648. p21.Material = Enum.Material.Neon
  2649. p21.FormFactor = Enum.FormFactor.Custom
  2650. p21.Size = Vector3.new(0.200000048, 0.799999893, 0.200000048)
  2651. 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)
  2652. p21.CanCollide = false
  2653. p21.Locked = true
  2654. p21.BottomSurface = Enum.SurfaceType.Smooth
  2655. p21.TopSurface = Enum.SurfaceType.Smooth
  2656. p22 = Instance.new("Part", m)
  2657. p22.BrickColor = BrickColor.new("Really black")
  2658. p22.Material = Enum.Material.Neon
  2659. p22.FormFactor = Enum.FormFactor.Custom
  2660. p22.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2661. 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)
  2662. p22.CanCollide = false
  2663. p22.Locked = true
  2664. p22.BottomSurface = Enum.SurfaceType.Smooth
  2665. p22.TopSurface = Enum.SurfaceType.Smooth
  2666. b9 = Instance.new("SpecialMesh", p22)
  2667. b9.MeshType = Enum.MeshType.Sphere
  2668. b9.Name = "Mesh"
  2669. w1 = Instance.new("Weld", p1)
  2670. w1.Name = "Part_Weld"
  2671. w1.Part0 = p1
  2672. 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)
  2673. w1.Part1 = p2
  2674. 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)
  2675. w2 = Instance.new("Weld", p2)
  2676. w2.Name = "Part_Weld"
  2677. w2.Part0 = p2
  2678. 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)
  2679. w2.Part1 = p3
  2680. 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)
  2681. w3 = Instance.new("Weld", p3)
  2682. w3.Name = "Part_Weld"
  2683. w3.Part0 = p3
  2684. 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)
  2685. w3.Part1 = p4
  2686. 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)
  2687. w4 = Instance.new("Weld", p4)
  2688. w4.Name = "Part_Weld"
  2689. w4.Part0 = p4
  2690. 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)
  2691. w4.Part1 = p5
  2692. 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)
  2693. w5 = Instance.new("Weld", p5)
  2694. w5.Name = "Part_Weld"
  2695. w5.Part0 = p5
  2696. 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)
  2697. w5.Part1 = p6
  2698. 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)
  2699. w6 = Instance.new("Weld", p6)
  2700. w6.Name = "Part_Weld"
  2701. w6.Part0 = p6
  2702. 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)
  2703. w6.Part1 = p7
  2704. 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)
  2705. w7 = Instance.new("Weld", p7)
  2706. w7.Name = "Part_Weld"
  2707. w7.Part0 = p7
  2708. 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)
  2709. w7.Part1 = p8
  2710. 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)
  2711. w8 = Instance.new("Weld", p8)
  2712. w8.Name = "Part_Weld"
  2713. w8.Part0 = p8
  2714. 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)
  2715. w8.Part1 = p9
  2716. 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)
  2717. w9 = Instance.new("Weld", p9)
  2718. w9.Name = "Part_Weld"
  2719. w9.Part0 = p9
  2720. 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)
  2721. w9.Part1 = p10
  2722. 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)
  2723. w10 = Instance.new("Weld", p10)
  2724. w10.Name = "Main_Weld"
  2725. w10.Part0 = p10
  2726. 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)
  2727. w10.Part1 = p11
  2728. 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)
  2729. w11 = Instance.new("Weld", p11)
  2730. w11.Name = "Part_Weld"
  2731. w11.Part0 = p11
  2732. 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)
  2733. w11.Part1 = p12
  2734. 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)
  2735. w12 = Instance.new("Weld", p12)
  2736. w12.Name = "Part_Weld"
  2737. w12.Part0 = p12
  2738. 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)
  2739. w12.Part1 = p13
  2740. 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)
  2741. w13 = Instance.new("Weld", p13)
  2742. w13.Name = "Part_Weld"
  2743. w13.Part0 = p13
  2744. 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)
  2745. w13.Part1 = p14
  2746. 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)
  2747. w14 = Instance.new("Weld", p14)
  2748. w14.Name = "Part_Weld"
  2749. w14.Part0 = p14
  2750. 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)
  2751. w14.Part1 = p15
  2752. 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)
  2753. w15 = Instance.new("Weld", p15)
  2754. w15.Name = "Part_Weld"
  2755. w15.Part0 = p15
  2756. 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)
  2757. w15.Part1 = p16
  2758. 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)
  2759. w16 = Instance.new("Weld", p16)
  2760. w16.Name = "Part_Weld"
  2761. w16.Part0 = p16
  2762. 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)
  2763. w16.Part1 = p17
  2764. 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)
  2765. w17 = Instance.new("Weld", p17)
  2766. w17.Name = "Part_Weld"
  2767. w17.Part0 = p17
  2768. 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)
  2769. w17.Part1 = p18
  2770. 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)
  2771. w18 = Instance.new("Weld", p18)
  2772. w18.Name = "Part_Weld"
  2773. w18.Part0 = p18
  2774. 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)
  2775. w18.Part1 = p19
  2776. 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)
  2777. w19 = Instance.new("Weld", p19)
  2778. w19.Name = "Part_Weld"
  2779. w19.Part0 = p19
  2780. 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)
  2781. w19.Part1 = p20
  2782. 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)
  2783. w20 = Instance.new("Weld", p20)
  2784. w20.Name = "Part_Weld"
  2785. w20.Part0 = p20
  2786. 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)
  2787. w20.Part1 = p21
  2788. 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)
  2789. w21 = Instance.new("Weld", p21)
  2790. w21.Name = "Part_Weld"
  2791. w21.Part0 = p21
  2792. 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)
  2793. w21.Part1 = p22
  2794. 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)
  2795. w22 = Instance.new("Weld", p22)
  2796. w22.Name = "Wedge_Weld"
  2797. w22.Part0 = p22
  2798. 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)
  2799. m.Parent = torso
  2800. m:MakeJoints()
  2801. ----------------------------------------------------
  2802. local cor5 = Instance.new("Part", torso.Torso)
  2803. cor5.Name = "Thingy"
  2804. cor5.Locked = true
  2805. cor5.BottomSurface = 0
  2806. cor5.CanCollide = false
  2807. cor5.Size = Vector3.new(2, 1, 1)
  2808. cor5.Transparency = 1
  2809. cor5.TopSurface = 0
  2810. corw2 = Instance.new("Weld", cor5)
  2811. corw2.Part0 = torso
  2812. corw2.Part1 = cor5
  2813. corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2814. corw2.C1 = CFrame.new(0, 0, 0)
  2815. weld2 = Instance.new("Weld", torso.Torso)
  2816. weld2.Part0 = cor5
  2817. weld2.Part1 = p11
  2818. weld2.C0 = CFrame.new(0, 0, 0)
  2819. ----------------------------------------------------
  2820. local m = Instance.new("Model")
  2821. m.Name = "RightLeg"
  2822. p1 = Instance.new("Part", m)
  2823. p1.BrickColor = BrickColor.new("Really black")
  2824. p1.Material = Enum.Material.Neon
  2825. p1.FormFactor = Enum.FormFactor.Custom
  2826. p1.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2827. 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)
  2828. p1.CanCollide = false
  2829. p1.Locked = true
  2830. p1.BottomSurface = Enum.SurfaceType.Smooth
  2831. p1.TopSurface = Enum.SurfaceType.Smooth
  2832. b1 = Instance.new("SpecialMesh", p1)
  2833. b1.MeshType = Enum.MeshType.Sphere
  2834. b1.Name = "Mesh"
  2835. p2 = Instance.new("Part", m)
  2836. p2.BrickColor = BrickColor.new("Really black")
  2837. p2.Material = Enum.Material.Neon
  2838. p2.FormFactor = Enum.FormFactor.Custom
  2839. p2.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2840. 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)
  2841. p2.CanCollide = false
  2842. p2.Locked = true
  2843. p2.BottomSurface = Enum.SurfaceType.Smooth
  2844. p2.TopSurface = Enum.SurfaceType.Smooth
  2845. b2 = Instance.new("SpecialMesh", p2)
  2846. b2.MeshType = Enum.MeshType.Sphere
  2847. b2.Name = "Mesh"
  2848. p3 = Instance.new("Part", m)
  2849. p3.BrickColor = BrickColor.new("Institutional white")
  2850. p3.Material = Enum.Material.Neon
  2851. p3.FormFactor = Enum.FormFactor.Custom
  2852. p3.Size = Vector3.new(0.200000048, 0.999999762, 0.200000048)
  2853. 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)
  2854. p3.CanCollide = false
  2855. p3.Locked = true
  2856. p3.BottomSurface = Enum.SurfaceType.Smooth
  2857. p3.TopSurface = Enum.SurfaceType.Smooth
  2858. p4 = Instance.new("Part", m)
  2859. p4.BrickColor = BrickColor.new("Really black")
  2860. p4.Material = Enum.Material.Neon
  2861. p4.FormFactor = Enum.FormFactor.Custom
  2862. p4.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2863. 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)
  2864. p4.CanCollide = false
  2865. p4.Locked = true
  2866. p4.BottomSurface = Enum.SurfaceType.Smooth
  2867. p4.TopSurface = Enum.SurfaceType.Smooth
  2868. b3 = Instance.new("SpecialMesh", p4)
  2869. b3.MeshType = Enum.MeshType.Sphere
  2870. b3.Name = "Mesh"
  2871. p5 = Instance.new("Part", m)
  2872. p5.BrickColor = BrickColor.new("Institutional white")
  2873. p5.Material = Enum.Material.Neon
  2874. p5.FormFactor = Enum.FormFactor.Custom
  2875. p5.Size = Vector3.new(0.200000048, 0.999999762, 0.200000048)
  2876. 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)
  2877. p5.CanCollide = false
  2878. p5.Locked = true
  2879. p5.BottomSurface = Enum.SurfaceType.Smooth
  2880. p5.TopSurface = Enum.SurfaceType.Smooth
  2881. p6 = Instance.new("Part", m)
  2882. p6.BrickColor = BrickColor.new("Institutional white")
  2883. p6.Material = Enum.Material.Neon
  2884. p6.FormFactor = Enum.FormFactor.Custom
  2885. p6.Size = Vector3.new(0.200000048, 0.799999833, 0.200000048)
  2886. 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)
  2887. p6.CanCollide = false
  2888. p6.Locked = true
  2889. p6.BottomSurface = Enum.SurfaceType.Smooth
  2890. p6.TopSurface = Enum.SurfaceType.Smooth
  2891. p7 = Instance.new("Part", m)
  2892. p7.BrickColor = BrickColor.new("Really black")
  2893. p7.Material = Enum.Material.Metal
  2894. p7.Name = "Main"
  2895. p7.FormFactor = Enum.FormFactor.Custom
  2896. p7.Size = Vector3.new(2.20000005, 4.19999981, 2.20000005)
  2897. 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)
  2898. p7.CanCollide = false
  2899. p7.Locked = true
  2900. p7.BottomSurface = Enum.SurfaceType.Smooth
  2901. p7.TopSurface = Enum.SurfaceType.Smooth
  2902. p8 = Instance.new("Part", m)
  2903. p8.BrickColor = BrickColor.new("Institutional white")
  2904. p8.Material = Enum.Material.Neon
  2905. p8.FormFactor = Enum.FormFactor.Custom
  2906. p8.Size = Vector3.new(0.200000048, 1.49999976, 0.200000048)
  2907. 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)
  2908. p8.CanCollide = false
  2909. p8.Locked = true
  2910. p8.BottomSurface = Enum.SurfaceType.Smooth
  2911. p8.TopSurface = Enum.SurfaceType.Smooth
  2912. p9 = Instance.new("WedgePart", m)
  2913. p9.BrickColor = BrickColor.new("Institutional white")
  2914. p9.Material = Enum.Material.Neon
  2915. p9.Name = "Wedge"
  2916. p9.FormFactor = Enum.FormFactor.Custom
  2917. p9.Size = Vector3.new(1, 1.19999981, 4)
  2918. 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)
  2919. p9.CanCollide = false
  2920. p9.Locked = true
  2921. p9.TopSurface = Enum.SurfaceType.Smooth
  2922. b4 = Instance.new("SpecialMesh", p9)
  2923. b4.MeshType = Enum.MeshType.Wedge
  2924. b4.Name = "Mesh"
  2925. b4.Scale = Vector3.new(0.600000024, 1, 1)
  2926. p10 = Instance.new("Part", m)
  2927. p10.BrickColor = BrickColor.new("Really black")
  2928. p10.Material = Enum.Material.Neon
  2929. p10.FormFactor = Enum.FormFactor.Custom
  2930. p10.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2931. 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)
  2932. p10.CanCollide = false
  2933. p10.Locked = true
  2934. p10.BottomSurface = Enum.SurfaceType.Smooth
  2935. p10.TopSurface = Enum.SurfaceType.Smooth
  2936. b5 = Instance.new("SpecialMesh", p10)
  2937. b5.MeshType = Enum.MeshType.Sphere
  2938. b5.Name = "Mesh"
  2939. p11 = Instance.new("Part", m)
  2940. p11.BrickColor = BrickColor.new("Really black")
  2941. p11.Material = Enum.Material.Neon
  2942. p11.FormFactor = Enum.FormFactor.Custom
  2943. p11.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2944. 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)
  2945. p11.CanCollide = false
  2946. p11.Locked = true
  2947. p11.BottomSurface = Enum.SurfaceType.Smooth
  2948. p11.TopSurface = Enum.SurfaceType.Smooth
  2949. b6 = Instance.new("SpecialMesh", p11)
  2950. b6.MeshType = Enum.MeshType.Sphere
  2951. b6.Name = "Mesh"
  2952. p12 = Instance.new("Part", m)
  2953. p12.BrickColor = BrickColor.new("Institutional white")
  2954. p12.Material = Enum.Material.Neon
  2955. p12.FormFactor = Enum.FormFactor.Custom
  2956. p12.Size = Vector3.new(0.200000048, 1.49999976, 0.200000048)
  2957. 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)
  2958. p12.CanCollide = false
  2959. p12.Locked = true
  2960. p12.BottomSurface = Enum.SurfaceType.Smooth
  2961. p12.TopSurface = Enum.SurfaceType.Smooth
  2962. p13 = Instance.new("Part", m)
  2963. p13.BrickColor = BrickColor.new("Really black")
  2964. p13.Material = Enum.Material.Neon
  2965. p13.FormFactor = Enum.FormFactor.Custom
  2966. p13.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2967. 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)
  2968. p13.CanCollide = false
  2969. p13.Locked = true
  2970. p13.BottomSurface = Enum.SurfaceType.Smooth
  2971. p13.TopSurface = Enum.SurfaceType.Smooth
  2972. b7 = Instance.new("SpecialMesh", p13)
  2973. b7.MeshType = Enum.MeshType.Sphere
  2974. b7.Name = "Mesh"
  2975. p14 = Instance.new("WedgePart", m)
  2976. p14.BrickColor = BrickColor.new("Institutional white")
  2977. p14.Material = Enum.Material.Neon
  2978. p14.Name = "Wedge"
  2979. p14.FormFactor = Enum.FormFactor.Custom
  2980. p14.Size = Vector3.new(1, 0.699999809, 1.29999995)
  2981. 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)
  2982. p14.CanCollide = false
  2983. p14.Locked = true
  2984. p14.TopSurface = Enum.SurfaceType.Smooth
  2985. b8 = Instance.new("SpecialMesh", p14)
  2986. b8.MeshType = Enum.MeshType.Wedge
  2987. b8.Name = "Mesh"
  2988. b8.Scale = Vector3.new(0.200000003, 1, 1)
  2989. p15 = Instance.new("WedgePart", m)
  2990. p15.BrickColor = BrickColor.new("Institutional white")
  2991. p15.Material = Enum.Material.Neon
  2992. p15.Name = "Wedge"
  2993. p15.FormFactor = Enum.FormFactor.Custom
  2994. p15.Size = Vector3.new(1, 0.699999809, 1.29999995)
  2995. 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)
  2996. p15.CanCollide = false
  2997. p15.Locked = true
  2998. p15.TopSurface = Enum.SurfaceType.Smooth
  2999. b9 = Instance.new("SpecialMesh", p15)
  3000. b9.MeshType = Enum.MeshType.Wedge
  3001. b9.Name = "Mesh"
  3002. b9.Scale = Vector3.new(0.200000003, 1, 1)
  3003. p16 = Instance.new("WedgePart", m)
  3004. p16.BrickColor = BrickColor.new("Institutional white")
  3005. p16.Material = Enum.Material.Neon
  3006. p16.Name = "Wedge"
  3007. p16.FormFactor = Enum.FormFactor.Custom
  3008. p16.Size = Vector3.new(1, 0.699999809, 1.29999995)
  3009. 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)
  3010. p16.CanCollide = false
  3011. p16.Locked = true
  3012. p16.TopSurface = Enum.SurfaceType.Smooth
  3013. b10 = Instance.new("SpecialMesh", p16)
  3014. b10.MeshType = Enum.MeshType.Wedge
  3015. b10.Name = "Mesh"
  3016. b10.Scale = Vector3.new(0.200000003, 1, 1)
  3017. w1 = Instance.new("Weld", p1)
  3018. w1.Name = "Part_Weld"
  3019. w1.Part0 = p1
  3020. 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)
  3021. w1.Part1 = p2
  3022. 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)
  3023. w2 = Instance.new("Weld", p2)
  3024. w2.Name = "Part_Weld"
  3025. w2.Part0 = p2
  3026. 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)
  3027. w2.Part1 = p3
  3028. 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)
  3029. w3 = Instance.new("Weld", p3)
  3030. w3.Name = "Part_Weld"
  3031. w3.Part0 = p3
  3032. 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)
  3033. w3.Part1 = p4
  3034. 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)
  3035. w4 = Instance.new("Weld", p4)
  3036. w4.Name = "Part_Weld"
  3037. w4.Part0 = p4
  3038. 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)
  3039. w4.Part1 = p5
  3040. 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)
  3041. w5 = Instance.new("Weld", p5)
  3042. w5.Name = "Part_Weld"
  3043. w5.Part0 = p5
  3044. 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)
  3045. w5.Part1 = p6
  3046. 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)
  3047. w6 = Instance.new("Weld", p6)
  3048. w6.Name = "Part_Weld"
  3049. w6.Part0 = p6
  3050. 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)
  3051. w6.Part1 = p7
  3052. 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)
  3053. w7 = Instance.new("Weld", p7)
  3054. w7.Name = "Part_Weld"
  3055. w7.Part0 = p7
  3056. 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)
  3057. w7.Part1 = p8
  3058. 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)
  3059. w8 = Instance.new("Weld", p8)
  3060. w8.Name = "Wedge_Weld"
  3061. w8.Part0 = p8
  3062. 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)
  3063. w8.Part1 = p9
  3064. 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)
  3065. w9 = Instance.new("Weld", p9)
  3066. w9.Name = "Part_Weld"
  3067. w9.Part0 = p9
  3068. 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)
  3069. w9.Part1 = p10
  3070. 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)
  3071. w10 = Instance.new("Weld", p10)
  3072. w10.Name = "Part_Weld"
  3073. w10.Part0 = p10
  3074. 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)
  3075. w10.Part1 = p11
  3076. 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)
  3077. w11 = Instance.new("Weld", p11)
  3078. w11.Name = "Part_Weld"
  3079. w11.Part0 = p11
  3080. 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)
  3081. w11.Part1 = p12
  3082. 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)
  3083. w12 = Instance.new("Weld", p12)
  3084. w12.Name = "Part_Weld"
  3085. w12.Part0 = p12
  3086. 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)
  3087. w12.Part1 = p13
  3088. 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)
  3089. w13 = Instance.new("Weld", p13)
  3090. w13.Name = "Wedge_Weld"
  3091. w13.Part0 = p13
  3092. 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)
  3093. w13.Part1 = p14
  3094. 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)
  3095. w14 = Instance.new("Weld", p14)
  3096. w14.Name = "Wedge_Weld"
  3097. w14.Part0 = p14
  3098. 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)
  3099. w14.Part1 = p15
  3100. 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)
  3101. w15 = Instance.new("Weld", p15)
  3102. w15.Name = "Wedge_Weld"
  3103. w15.Part0 = p15
  3104. 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)
  3105. w15.Part1 = p16
  3106. 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)
  3107. m.Parent = rleg
  3108. m:MakeJoints()
  3109. ----------------------------------------------------
  3110. local cor6 = Instance.new("Part", rleg.RightLeg)
  3111. cor6.Name = "Thingy"
  3112. cor6.Locked = true
  3113. cor6.BottomSurface = 0
  3114. cor6.CanCollide = false
  3115. cor6.Size = Vector3.new(2, 1, 1)
  3116. cor6.Transparency = 1
  3117. cor6.TopSurface = 0
  3118. corw2 = Instance.new("Weld", cor6)
  3119. corw2.Part0 = rleg
  3120. corw2.Part1 = cor6
  3121. corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  3122. corw2.C1 = CFrame.new(0, 0, 0)
  3123. weld2 = Instance.new("Weld", rleg.RightLeg)
  3124. weld2.Part0 = cor6
  3125. weld2.Part1 = p7
  3126. weld2.C0 = CFrame.new(0, 0, 0)
  3127. ----------------------------------------------------
  3128. local m = Instance.new("Model")
  3129. m.Name = "LeftLeg"
  3130. p1 = Instance.new("WedgePart", m)
  3131. p1.BrickColor = BrickColor.new("Institutional white")
  3132. p1.Material = Enum.Material.Neon
  3133. p1.Name = "Wedge"
  3134. p1.FormFactor = Enum.FormFactor.Custom
  3135. p1.Size = Vector3.new(1, 0.699999809, 1.29999995)
  3136. 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)
  3137. p1.CanCollide = false
  3138. p1.Locked = true
  3139. p1.TopSurface = Enum.SurfaceType.Smooth
  3140. b1 = Instance.new("SpecialMesh", p1)
  3141. b1.MeshType = Enum.MeshType.Wedge
  3142. b1.Name = "Mesh"
  3143. b1.Scale = Vector3.new(0.200000003, 1, 1)
  3144. p2 = Instance.new("WedgePart", m)
  3145. p2.BrickColor = BrickColor.new("Institutional white")
  3146. p2.Material = Enum.Material.Neon
  3147. p2.Name = "Wedge"
  3148. p2.FormFactor = Enum.FormFactor.Custom
  3149. p2.Size = Vector3.new(1, 1.19999981, 4)
  3150. 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)
  3151. p2.CanCollide = false
  3152. p2.Locked = true
  3153. p2.TopSurface = Enum.SurfaceType.Smooth
  3154. b2 = Instance.new("SpecialMesh", p2)
  3155. b2.MeshType = Enum.MeshType.Wedge
  3156. b2.Name = "Mesh"
  3157. b2.Scale = Vector3.new(0.600000024, 1, 1)
  3158. p3 = Instance.new("Part", m)
  3159. p3.BrickColor = BrickColor.new("Really black")
  3160. p3.Material = Enum.Material.Metal
  3161. p3.Name = "Main"
  3162. p3.FormFactor = Enum.FormFactor.Custom
  3163. p3.Size = Vector3.new(2.20000005, 4.19999981, 2.20000005)
  3164. 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)
  3165. p3.CanCollide = false
  3166. p3.Locked = true
  3167. p3.BottomSurface = Enum.SurfaceType.Smooth
  3168. p3.TopSurface = Enum.SurfaceType.Smooth
  3169. p4 = Instance.new("Part", m)
  3170. p4.BrickColor = BrickColor.new("Really black")
  3171. p4.Material = Enum.Material.Neon
  3172. p4.FormFactor = Enum.FormFactor.Custom
  3173. p4.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  3174. 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)
  3175. p4.CanCollide = false
  3176. p4.Locked = true
  3177. p4.BottomSurface = Enum.SurfaceType.Smooth
  3178. p4.TopSurface = Enum.SurfaceType.Smooth
  3179. b3 = Instance.new("SpecialMesh", p4)
  3180. b3.MeshType = Enum.MeshType.Sphere
  3181. b3.Name = "Mesh"
  3182. p5 = Instance.new("WedgePart", m)
  3183. p5.BrickColor = BrickColor.new("Institutional white")
  3184. p5.Material = Enum.Material.Neon
  3185. p5.Name = "Wedge"
  3186. p5.FormFactor = Enum.FormFactor.Custom
  3187. p5.Size = Vector3.new(1, 0.699999809, 1.29999995)
  3188. 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)
  3189. p5.CanCollide = false
  3190. p5.Locked = true
  3191. p5.TopSurface = Enum.SurfaceType.Smooth
  3192. b4 = Instance.new("SpecialMesh", p5)
  3193. b4.MeshType = Enum.MeshType.Wedge
  3194. b4.Name = "Mesh"
  3195. b4.Scale = Vector3.new(0.200000003, 1, 1)
  3196. p6 = Instance.new("Part", m)
  3197. p6.BrickColor = BrickColor.new("Institutional white")
  3198. p6.Material = Enum.Material.Neon
  3199. p6.FormFactor = Enum.FormFactor.Custom
  3200. p6.Size = Vector3.new(0.200000048, 1.29999971, 0.200000048)
  3201. 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)
  3202. p6.CanCollide = false
  3203. p6.Locked = true
  3204. p6.BottomSurface = Enum.SurfaceType.Smooth
  3205. p6.TopSurface = Enum.SurfaceType.Smooth
  3206. p7 = Instance.new("Part", m)
  3207. p7.BrickColor = BrickColor.new("Institutional white")
  3208. p7.Material = Enum.Material.Neon
  3209. p7.FormFactor = Enum.FormFactor.Custom
  3210. p7.Size = Vector3.new(0.200000048, 0.999999642, 0.200000048)
  3211. 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)
  3212. p7.CanCollide = false
  3213. p7.Locked = true
  3214. p7.BottomSurface = Enum.SurfaceType.Smooth
  3215. p7.TopSurface = Enum.SurfaceType.Smooth
  3216. p8 = Instance.new("Part", m)
  3217. p8.BrickColor = BrickColor.new("Really black")
  3218. p8.Material = Enum.Material.Neon
  3219. p8.FormFactor = Enum.FormFactor.Custom
  3220. p8.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  3221. 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)
  3222. p8.CanCollide = false
  3223. p8.Locked = true
  3224. p8.BottomSurface = Enum.SurfaceType.Smooth
  3225. p8.TopSurface = Enum.SurfaceType.Smooth
  3226. b5 = Instance.new("SpecialMesh", p8)
  3227. b5.MeshType = Enum.MeshType.Sphere
  3228. b5.Name = "Mesh"
  3229. p9 = Instance.new("Part", m)
  3230. p9.BrickColor = BrickColor.new("Really black")
  3231. p9.Material = Enum.Material.Neon
  3232. p9.FormFactor = Enum.FormFactor.Custom
  3233. p9.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  3234. 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)
  3235. p9.CanCollide = false
  3236. p9.Locked = true
  3237. p9.BottomSurface = Enum.SurfaceType.Smooth
  3238. p9.TopSurface = Enum.SurfaceType.Smooth
  3239. b6 = Instance.new("SpecialMesh", p9)
  3240. b6.MeshType = Enum.MeshType.Sphere
  3241. b6.Name = "Mesh"
  3242. p10 = Instance.new("Part", m)
  3243. p10.BrickColor = BrickColor.new("Institutional white")
  3244. p10.Material = Enum.Material.Neon
  3245. p10.FormFactor = Enum.FormFactor.Custom
  3246. p10.Size = Vector3.new(0.200000048, 1.09999967, 0.200000048)
  3247. 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)
  3248. p10.CanCollide = false
  3249. p10.Locked = true
  3250. p10.BottomSurface = Enum.SurfaceType.Smooth
  3251. p10.TopSurface = Enum.SurfaceType.Smooth
  3252. p11 = Instance.new("Part", m)
  3253. p11.BrickColor = BrickColor.new("Institutional white")
  3254. p11.Material = Enum.Material.Neon
  3255. p11.FormFactor = Enum.FormFactor.Custom
  3256. p11.Size = Vector3.new(0.200000048, 0.699999809, 0.200000048)
  3257. 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)
  3258. p11.CanCollide = false
  3259. p11.Locked = true
  3260. p11.BottomSurface = Enum.SurfaceType.Smooth
  3261. p11.TopSurface = Enum.SurfaceType.Smooth
  3262. p12 = Instance.new("WedgePart", m)
  3263. p12.BrickColor = BrickColor.new("Institutional white")
  3264. p12.Material = Enum.Material.Neon
  3265. p12.Name = "Wedge"
  3266. p12.FormFactor = Enum.FormFactor.Custom
  3267. p12.Size = Vector3.new(1, 0.699999809, 1.29999995)
  3268. 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)
  3269. p12.CanCollide = false
  3270. p12.Locked = true
  3271. p12.TopSurface = Enum.SurfaceType.Smooth
  3272. b7 = Instance.new("SpecialMesh", p12)
  3273. b7.MeshType = Enum.MeshType.Wedge
  3274. b7.Name = "Mesh"
  3275. b7.Scale = Vector3.new(0.200000003, 1, 1)
  3276. p13 = Instance.new("Part", m)
  3277. p13.BrickColor = BrickColor.new("Really black")
  3278. p13.Material = Enum.Material.Neon
  3279. p13.FormFactor = Enum.FormFactor.Custom
  3280. p13.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  3281. 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)
  3282. p13.CanCollide = false
  3283. p13.Locked = true
  3284. p13.BottomSurface = Enum.SurfaceType.Smooth
  3285. p13.TopSurface = Enum.SurfaceType.Smooth
  3286. b8 = Instance.new("SpecialMesh", p13)
  3287. b8.MeshType = Enum.MeshType.Sphere
  3288. b8.Name = "Mesh"
  3289. p14 = Instance.new("Part", m)
  3290. p14.BrickColor = BrickColor.new("Really black")
  3291. p14.Material = Enum.Material.Neon
  3292. p14.FormFactor = Enum.FormFactor.Custom
  3293. p14.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  3294. 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)
  3295. p14.CanCollide = false
  3296. p14.Locked = true
  3297. p14.BottomSurface = Enum.SurfaceType.Smooth
  3298. p14.TopSurface = Enum.SurfaceType.Smooth
  3299. b9 = Instance.new("SpecialMesh", p14)
  3300. b9.MeshType = Enum.MeshType.Sphere
  3301. b9.Name = "Mesh"
  3302. w1 = Instance.new("Weld", p1)
  3303. w1.Name = "Wedge_Weld"
  3304. w1.Part0 = p1
  3305. 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)
  3306. w1.Part1 = p2
  3307. 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)
  3308. w2 = Instance.new("Weld", p2)
  3309. w2.Name = "Part_Weld"
  3310. w2.Part0 = p2
  3311. 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)
  3312. w2.Part1 = p3
  3313. 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)
  3314. w3 = Instance.new("Weld", p3)
  3315. w3.Name = "Part_Weld"
  3316. w3.Part0 = p3
  3317. 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)
  3318. w3.Part1 = p4
  3319. 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)
  3320. w4 = Instance.new("Weld", p4)
  3321. w4.Name = "Wedge_Weld"
  3322. w4.Part0 = p4
  3323. 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)
  3324. w4.Part1 = p5
  3325. 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)
  3326. w5 = Instance.new("Weld", p5)
  3327. w5.Name = "Part_Weld"
  3328. w5.Part0 = p5
  3329. 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)
  3330. w5.Part1 = p6
  3331. 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)
  3332. w6 = Instance.new("Weld", p6)
  3333. w6.Name = "Part_Weld"
  3334. w6.Part0 = p6
  3335. 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)
  3336. w6.Part1 = p7
  3337. 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)
  3338. w7 = Instance.new("Weld", p7)
  3339. w7.Name = "Part_Weld"
  3340. w7.Part0 = p7
  3341. 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)
  3342. w7.Part1 = p8
  3343. 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)
  3344. w8 = Instance.new("Weld", p8)
  3345. w8.Name = "Part_Weld"
  3346. w8.Part0 = p8
  3347. 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)
  3348. w8.Part1 = p9
  3349. 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)
  3350. w9 = Instance.new("Weld", p9)
  3351. w9.Name = "Part_Weld"
  3352. w9.Part0 = p9
  3353. 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)
  3354. w9.Part1 = p10
  3355. 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)
  3356. w10 = Instance.new("Weld", p10)
  3357. w10.Name = "Part_Weld"
  3358. w10.Part0 = p10
  3359. 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)
  3360. w10.Part1 = p11
  3361. 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)
  3362. w11 = Instance.new("Weld", p11)
  3363. w11.Name = "Wedge_Weld"
  3364. w11.Part0 = p11
  3365. 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)
  3366. w11.Part1 = p12
  3367. 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)
  3368. w12 = Instance.new("Weld", p12)
  3369. w12.Name = "Part_Weld"
  3370. w12.Part0 = p12
  3371. 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)
  3372. w12.Part1 = p13
  3373. 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)
  3374. w13 = Instance.new("Weld", p13)
  3375. w13.Name = "Part_Weld"
  3376. w13.Part0 = p13
  3377. 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)
  3378. w13.Part1 = p14
  3379. 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)
  3380. w14 = Instance.new("Weld", p14)
  3381. w14.Name = "Wedge_Weld"
  3382. w14.Part0 = p14
  3383. 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)
  3384. m.Parent = lleg
  3385. m:MakeJoints()
  3386. ----------------------------------------------------
  3387. local cor7 = Instance.new("Part", lleg.LeftLeg)
  3388. cor7.Name = "Thingy"
  3389. cor7.Locked = true
  3390. cor7.BottomSurface = 0
  3391. cor7.CanCollide = false
  3392. cor7.Size = Vector3.new(2, 1, 1)
  3393. cor7.Transparency = 1
  3394. cor7.TopSurface = 0
  3395. corw2 = Instance.new("Weld", cor7)
  3396. corw2.Part0 = lleg
  3397. corw2.Part1 = cor7
  3398. corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  3399. corw2.C1 = CFrame.new(0, 0, 0)
  3400. weld2 = Instance.new("Weld", lleg.LeftLeg)
  3401. weld2.Part0 = cor7
  3402. weld2.Part1 = p3
  3403. weld2.C0 = CFrame.new(0, 0, 0)
  3404. ----------------------------------------------------
  3405. function weld5(part0, part1, c0, c1)
  3406. weeld=Instance.new("Weld", part0)
  3407. weeld.Part0=part0
  3408. weeld.Part1=part1
  3409. weeld.C0=c0
  3410. weeld.C1=c1
  3411. return weeld
  3412. end
  3413. ----------------------------------------------------
  3414. function newRay(start,face,range,wat)
  3415. local rey=Ray.new(start.p,(face.p-start.p).Unit*range)
  3416. hit,pos=Workspace:FindPartOnRayWithIgnoreList(rey,wat)
  3417. return rey,hit,pos
  3418. end
  3419. ----------------------------------------------------
  3420. mod5 = Instance.new("Model",char)
  3421.  
  3422. function FindNearestTorso(Position,Distance,SinglePlayer)
  3423. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  3424. local List = {}
  3425. for i,v in pairs(workspace:GetChildren())do
  3426. if v:IsA("Model")then
  3427. if v:findFirstChild("Torso")then
  3428. if v ~= char then
  3429. if(v.Torso.Position -Position).magnitude <= Distance then
  3430. table.insert(List,v)
  3431. end
  3432. end
  3433. end
  3434. end
  3435. end
  3436. return List
  3437. end
  3438.  
  3439. function Landing()
  3440. part=Instance.new('Part',mod5)
  3441. part.Anchored=true
  3442. part.CanCollide=false
  3443. part.FormFactor='Custom'
  3444. part.Size=Vector3.new(.2,.2,.2)
  3445. part.CFrame=root.CFrame*CFrame.new(0,-2,0)
  3446. part.Transparency=.7
  3447. part.BrickColor=BrickColor.new('Really black')
  3448. part2=part:clone()
  3449. part2.Parent = mod5
  3450. part2.BrickColor=BrickColor.new('Institutional white')
  3451. mesh=Instance.new('SpecialMesh',part)
  3452. mesh.MeshId='http://www.roblox.com/asset/?id=20329976'
  3453. mesh.Scale=Vector3.new(10,5,10)
  3454. mesh2=mesh:clone()
  3455. mesh2.Parent=part2
  3456. mesh2.Scale=Vector3.new(12, 6, 12)
  3457.  
  3458. for i,v in pairs(FindNearestTorso(torso.CFrame.p,30))do
  3459. if v:FindFirstChild('Humanoid') then
  3460. v.Humanoid:TakeDamage(math.random(20,30))
  3461. v.Humanoid.PlatformStand = true
  3462. v:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 30
  3463. end
  3464. end
  3465.  
  3466. coroutine.resume(coroutine.create(function()
  3467. for i=0,3.8,0.05 do
  3468. wait()
  3469. part.CFrame=part.CFrame
  3470. part.Transparency=i
  3471. part2.CFrame=part2.CFrame
  3472. part2.Transparency=i
  3473. mesh.Scale=mesh.Scale+Vector3.new(1,0.2,1)
  3474. mesh2.Scale=mesh2.Scale+Vector3.new(1.2,0.3,1.2)
  3475. end
  3476. part.Parent = nil
  3477. end))
  3478. end
  3479. ----------------------------------------------------
  3480. mod4 = Instance.new("Model",char)
  3481.  
  3482. ptez = {0.7, 0.8, 0.9, 1}
  3483.  
  3484. function FindNearestTorso(Position,Distance,SinglePlayer)
  3485. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  3486. local List = {}
  3487. for i,v in pairs(workspace:GetChildren())do
  3488. if v:IsA("Model")then
  3489. if v:findFirstChild("Torso")then
  3490. if v ~= char then
  3491. if(v.Torso.Position -Position).magnitude <= Distance then
  3492. table.insert(List,v)
  3493. end
  3494. end
  3495. end
  3496. end
  3497. end
  3498. return List
  3499. end
  3500.  
  3501. function GroundPound()
  3502. part=Instance.new('Part',mod4)
  3503. part.Anchored=true
  3504. part.CanCollide=false
  3505. part.FormFactor='Custom'
  3506. part.Size=Vector3.new(.2,.2,.2)
  3507. part.CFrame=root.CFrame*CFrame.new(0,-5.8,-2.4)*CFrame.Angles(math.rad(90),0,0)
  3508. part.Transparency=.7
  3509. part.BrickColor=BrickColor.new('Really black')
  3510. mesh=Instance.new('SpecialMesh',part)
  3511. mesh.MeshId='http://www.roblox.com/asset/?id=3270017'
  3512. mesh.Scale=Vector3.new(3,3,3)
  3513. part2=Instance.new('Part',mod4)
  3514. part2.Anchored=true
  3515. part2.CanCollide=false
  3516. part2.FormFactor='Custom'
  3517. part2.Size=Vector3.new(.2,.2,.2)
  3518. part2.CFrame=root.CFrame*CFrame.new(0,-5,-2.6)
  3519. part2.Transparency=.7
  3520. part2.BrickColor=BrickColor.new('Really red')
  3521. mesh2=Instance.new('SpecialMesh',part2)
  3522. mesh2.MeshId='http://www.roblox.com/asset/?id=20329976'
  3523. mesh2.Scale=Vector3.new(3,1.5,3)
  3524. x = Instance.new("Sound",char)
  3525. x.SoundId = "http://www.roblox.com/asset/?id=142070127"
  3526. x.Pitch = ptez[math.random(1,#ptez)]
  3527. x.Volume = 1
  3528. wait(.1)
  3529. x:Play()
  3530. for i,v in pairs(FindNearestTorso(torso.CFrame.p,12))do
  3531. if v:FindFirstChild('Humanoid') then
  3532. v.Humanoid:TakeDamage(math.random(8,15))
  3533. end
  3534. end
  3535. coroutine.resume(coroutine.create(function()
  3536. for i=0,0.62,0.13 do
  3537. wait()
  3538. part.CFrame=part.CFrame
  3539. part.Transparency=i
  3540. mesh.Scale=mesh.Scale+Vector3.new(0.4,0.4,0.4)
  3541. part2.CFrame=part2.CFrame
  3542. part2.Transparency=i
  3543. mesh2.Scale=mesh2.Scale+Vector3.new(0.4,0.2,0.4)
  3544. end
  3545. part.Parent=nil
  3546. part2.Parent=nil
  3547. x:Destroy()
  3548. end))
  3549. end
  3550. ----------------------------------------------------
  3551. mod=Instance.new('Model',char)
  3552.  
  3553. function charge()
  3554. hed.Velocity=hed.CFrame.lookVector*200
  3555. part=Instance.new('Part',mod)
  3556. part.Anchored=true
  3557. part.CanCollide=false
  3558. part.FormFactor='Custom'
  3559. part.Size=Vector3.new(.2,.2,.2)
  3560. part.CFrame=hed.CFrame*CFrame.Angles(math.rad(90),0,0)
  3561. part.Transparency=.7
  3562. part.BrickColor=BrickColor.new('Black')
  3563. mesh=Instance.new('SpecialMesh',part)
  3564. mesh.MeshId='http://www.roblox.com/asset/?id=20329976'
  3565. mesh.Scale=Vector3.new(10,5,10)
  3566. part2=part:clone()
  3567. part2.Parent=mod
  3568. part2.BrickColor=BrickColor.new('Bright red')
  3569. mesh2=mesh:clone()
  3570. mesh2.Parent=part2
  3571. mesh2.Scale=Vector3.new(20,10,20)
  3572. part3=part2:clone()
  3573. part3.Parent = mod
  3574. part3.BrickColor=BrickColor.new('Really black')
  3575. mesh3=mesh2:clone()
  3576. mesh2.Parent=part3
  3577. mesh3.Scale=Vector3.new(30,15,30)
  3578. coroutine.resume(coroutine.create(function()
  3579. for i=0,1,0.1 do
  3580. wait()
  3581. part.CFrame=part.CFrame
  3582. part.Transparency=i
  3583. mesh.Scale=mesh.Scale+Vector3.new(1,1,1)
  3584. part2.CFrame=part2.CFrame
  3585. part2.Transparency=i
  3586. mesh2.Scale=mesh2.Scale+Vector3.new(1,1,1)
  3587. part3.CFrame=part3.CFrame
  3588. part3.Transparency=i
  3589. mesh3.Scale=mesh3.Scale+Vector3.new(1,1,1)
  3590. end
  3591. part.Parent=nil
  3592. part2.Parent=nil
  3593. part3.Parent = nil
  3594. end))
  3595. end
  3596. ----------------------------------------------------
  3597. function FindNearestTorso(Position,Distance,SinglePlayer)
  3598. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  3599. local List = {}
  3600. for i,v in pairs(workspace:GetChildren())do
  3601. if v:IsA("Model")then
  3602. if v:findFirstChild("Torso")then
  3603. if v ~= char then
  3604. if(v.Torso.Position -Position).magnitude <= Distance then
  3605. table.insert(List,v)
  3606. end
  3607. end
  3608. end
  3609. end
  3610. end
  3611. return List
  3612. end
  3613.  
  3614. mod3 = Instance.new("Model",rleg)
  3615.  
  3616. function Stomp()
  3617. part=Instance.new('Part',mod3)
  3618. part.Anchored=true
  3619. part.CanCollide=false
  3620. part.FormFactor='Custom'
  3621. part.Size=Vector3.new(.2,.2,.2)
  3622. part.CFrame=rleg.CFrame*CFrame.new(0,-2.4,0)*CFrame.Angles(math.rad(90),0,0)
  3623. part.Transparency=.7
  3624. part.BrickColor=BrickColor.new('Bright green')
  3625. mesh=Instance.new('SpecialMesh',part)
  3626. mesh.MeshId='http://www.roblox.com/asset/?id=3270017'
  3627. mesh.Scale=Vector3.new(25,25,25)
  3628. part2=part:clone()
  3629. part2.Parent=mod3
  3630. part2.BrickColor=BrickColor.new('Bright green')
  3631. mesh2=mesh:clone()
  3632. mesh2.Parent=part2
  3633. mesh2.Scale=Vector3.new(15,15,15)
  3634. part3=part:clone()
  3635. part3.Parent=mod3
  3636. part3.TopSurface=0
  3637. part3.BottomSurface=0
  3638. part3.CFrame=rleg.CFrame*CFrame.new(0,-3,0)
  3639. mesh3=Instance.new('SpecialMesh',part3)
  3640. mesh3.MeshType = 3
  3641. mesh3.Scale=Vector3.new(12,12,12)
  3642. for i,v in pairs(FindNearestTorso(torso.CFrame.p,50))do
  3643. if v:FindFirstChild('Humanoid') then
  3644. v.Humanoid:TakeDamage(math.random(20,60))
  3645. v.Humanoid.PlatformStand = true
  3646. v:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 100
  3647. end
  3648. end
  3649. coroutine.resume(coroutine.create(function()
  3650. for i=0,3.8,0.05 do
  3651. wait()
  3652. part.CFrame=part.CFrame
  3653. part.Transparency=i
  3654. mesh.Scale=mesh.Scale+Vector3.new(2.8,2.8,2.8)
  3655. part2.CFrame=part2.CFrame
  3656. part2.Transparency=i
  3657. mesh2.Scale=mesh2.Scale+Vector3.new(1,1,1)
  3658. part3.CFrame=part3.CFrame
  3659. part3.Transparency=i
  3660. mesh3.Scale=mesh3.Scale+Vector3.new(1.5,1.5,1.5)
  3661. end
  3662. end))
  3663. end
  3664. ----------------------------------------------------
  3665.  
  3666. local acos = math.acos
  3667. local sqrt = math.sqrt
  3668. local Vec3 = Vector3.new
  3669. local fromAxisAngle = CFrame.fromAxisAngle
  3670.  
  3671. local function toAxisAngle(CFr)
  3672. local X,Y,Z,R00,R01,R02,R10,R11,R12,R20,R21,R22 = CFr:components()
  3673. local Angle = math.acos((R00+R11+R22-1)/2)
  3674. local A = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  3675. A = A == 0 and 0.00001 or A
  3676. local B = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  3677. B = B == 0 and 0.00001 or B
  3678. local C = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  3679. C = C == 0 and 0.00001 or C
  3680. local x = (R21-R12)/sqrt(A)
  3681. local y = (R02-R20)/sqrt(B)
  3682. local z = (R10-R01)/sqrt(C)
  3683. return Vec3(x,y,z),Angle
  3684. end
  3685.  
  3686. function ApplyTrig(Num,Func)
  3687. local Min,Max = Func(0),Func(1)
  3688. local i = Func(Num)
  3689. return (i-Min)/(Max-Min)
  3690. --[[if Func == "sin" then
  3691. return (math.sin((1-Num)*math.pi)+1)/2
  3692. elseif Func == "cos" then
  3693. return (math.cos((1-Num)*math.pi)+1)/2
  3694. end]]
  3695. end
  3696.  
  3697. function LerpCFrame(CFrame1,CFrame2,Num)
  3698. local Vec,Ang = toAxisAngle(CFrame1:inverse()*CFrame2)
  3699. return CFrame1*fromAxisAngle(Vec,Ang*Num) + (CFrame2.p-CFrame1.p)*Num
  3700. end
  3701.  
  3702. function Crater(Torso,Radius)
  3703. Spawn(function()
  3704. local Ray = Ray.new(Torso.Position,Vector3.new(0,-1,0)*10)
  3705. local Ignore = {}
  3706. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  3707. if v.Character ~= nil then
  3708. Ignore[#Ignore+1] = v.Character
  3709. end
  3710. end
  3711. local Hit,Pos,SurfaceNorm = Workspace:FindPartOnRayWithIgnoreList(Ray,Ignore)
  3712. if Hit == nil then return end
  3713. local Parts = {}
  3714. for i = 1,360,10 do
  3715. local P = Instance.new("Part",Torso.Parent)
  3716. P.Anchored = true
  3717. P.FormFactor = "Custom"
  3718. P.BrickColor = Hit.BrickColor
  3719. P.Material = Hit.Material
  3720. P.TopSurface = "Smooth"
  3721. P.BottomSurface = "Smooth"
  3722. P.Size = Vector3.new(5,10,10)*(math.random(80,100)/100)
  3723. 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)))
  3724. 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}
  3725. if math.random(0,5) == 0 then -- rubble
  3726. local P = Instance.new("Part",Torso.Parent)
  3727. P.Anchored = true
  3728. P.FormFactor = "Custom"
  3729. P.BrickColor = Hit.BrickColor
  3730. P.Material = Hit.Material
  3731. P.TopSurface = "Smooth"
  3732. P.BottomSurface = "Smooth"
  3733. P.Size = Vector3.new(2,2,2)*(math.random(80,100)/100)
  3734. 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)))
  3735. 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}
  3736. end
  3737. end
  3738. for i = 0,1,0.05 do
  3739. for i2,v in pairs(Parts) do
  3740. v[1].CFrame = LerpCFrame(v[2],v[3],ApplyTrig(i,math.cos))
  3741. end
  3742. wait(0.02)
  3743. end
  3744. for i,v in pairs(Parts) do
  3745. if v[1].Size.X > 2.1 then
  3746. v[1].CFrame = v[1].CFrame+Vector3.new(0,2,0)
  3747. end
  3748. v[1].Anchored = false
  3749. end
  3750. for i = 0,1,0.05 do
  3751. for i2,v in pairs(Parts) do
  3752. v[1].Transparency = i
  3753. if i == 1 then
  3754. v[1]:Destroy()
  3755. elseif i >= 0.25 then
  3756. v[1].CanCollide = false
  3757. end
  3758. end
  3759. wait(0.02)
  3760. end
  3761. Parts = nil
  3762. end)
  3763. end
  3764.  
  3765. ----------------------------------------------------
  3766. mouse.KeyDown:connect(function(key)
  3767. if key == "r" then
  3768. larm.BrickColor = BrickColor.new("Bright red")
  3769. rarm.BrickColor = BrickColor.new("Bright red")
  3770. if Debounces.CanAttack == true then
  3771. Debounces.CanAttack = false
  3772. Debounces.on = true
  3773. Debounces.NoIdl = true
  3774. to = char.Absolution.Thingy2.Touched:connect(function(ht)
  3775. hit = ht.Parent
  3776. if ht and hit:IsA("Model") then
  3777. if hit:FindFirstChild("Humanoid") then
  3778. if hit.Name ~= p.Name then
  3779. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  3780. Debounces.Slashed = true]]--
  3781. hit:FindFirstChild("Humanoid"):TakeDamage(10)
  3782. wait(1)
  3783. --Debounces.Slashed = false
  3784. --end
  3785. end
  3786. end
  3787. elseif ht and hit:IsA("Hat") then
  3788. if hit.Parent.Name ~= p.Name then
  3789. if hit.Parent:FindFirstChild("Humanoid") then
  3790. --[[ if Debounces.Slashing == true and Debounces.Slashed == false then
  3791. Debounces.Slashed = true]]--
  3792. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(10)
  3793. wait(1)
  3794. --Debounces.Slashed = false
  3795. end
  3796. end
  3797. end
  3798. end)
  3799. q = Instance.new("Sound",hed)
  3800. q.SoundId = "http://www.roblox.com/asset/?id=134012322"
  3801. q.Pitch = 0.85
  3802. q.Looped = false
  3803. q1 = Instance.new("Sound",hed)
  3804. q1.SoundId = "http://www.roblox.com/asset/?id=134012322"
  3805. q1.Pitch = 0.85
  3806. q1.Looped = false
  3807. q:Play()
  3808. q1:Play()
  3809. for i = 1,20 do
  3810. 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)
  3811. 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)
  3812. 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)
  3813. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 4, 0) * CFrame.Angles(math.rad(30), math.rad(0), 0), 0.2)
  3814. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 1) * CFrame.Angles(math.rad(-60), 0, math.rad(0)), 0.2)
  3815. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, .6) * CFrame.Angles(math.rad(-60), 0, math.rad(0)), 0.2)
  3816. 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)
  3817. if Debounces.on == false then break end
  3818. rs:wait(.6)
  3819. end
  3820. n = Instance.new("Sound",hed)
  3821. n.SoundId = "http://www.roblox.com/asset/?id=168514932"
  3822. n.Pitch = 0.94
  3823. n.Looped = false
  3824. n1 = Instance.new("Sound",hed)
  3825. n1.SoundId = "http://www.roblox.com/asset/?id=168514932"
  3826. n1.Pitch = 0.94
  3827. n1.Looped = false
  3828. n:Play()
  3829. n1:Play()
  3830. b = Instance.new("Sound",hed)
  3831. b.SoundId = "http://www.roblox.com/asset/?id=168586586"
  3832. b.Pitch = 0.94
  3833. b.Looped = false
  3834. b1 = Instance.new("Sound",hed)
  3835. b1.SoundId = "http://www.roblox.com/asset/?id=168586586"
  3836. b1.Pitch = 0.94
  3837. b1.Looped = false
  3838. b:Play()
  3839. b1:Play()
  3840. for i = 1,26 do
  3841. 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)
  3842. 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)
  3843. 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)
  3844. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(-40), math.rad(0), 0), 0.25)
  3845. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, -1) * CFrame.Angles(math.rad(50), 0, math.rad(0)), 0.25)
  3846. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, .4) * CFrame.Angles(math.rad(-10), 0, math.rad(0)), 0.25)
  3847. 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)
  3848. if Debounces.on == false then break end
  3849. rs:wait(1)
  3850. end
  3851. wait(.5)
  3852. to:disconnect()
  3853. q:Destroy()
  3854. q1:Destroy()
  3855. n:Destroy()
  3856. n1:Destroy()
  3857. larm.BrickColor = BrickColor.new("Really black")
  3858. rarm.BrickColor = BrickColor.new("Really black")
  3859. if Debounces.CanAttack == false then
  3860. Debounces.CanAttack = true
  3861. Debounces.on = false
  3862. Debounces.NoIdl = false
  3863. end
  3864. end
  3865. end
  3866. end)
  3867. ----------------------------------------------------
  3868. mouse.KeyDown:connect(function(key)
  3869. if key == "q" then
  3870. larm.BrickColor = BrickColor.new("Bright red")
  3871. rarm.BrickColor = BrickColor.new("Bright red")
  3872. if Debounces.CanAttack == true then
  3873. Debounces.CanAttack = false
  3874. Debounces.on = true
  3875. Debounces.NoIdl = true
  3876. to = char.Absolution.Thingy2.Touched:connect(function(ht)
  3877. hit = ht.Parent
  3878. if ht and hit:IsA("Model") then
  3879. if hit:FindFirstChild("Humanoid") then
  3880. if hit.Name ~= p.Name then
  3881. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  3882. Debounces.Slashed = true]]--
  3883. hit:FindFirstChild("Humanoid"):TakeDamage(4)
  3884. wait(1)
  3885. --Debounces.Slashed = false
  3886. --end
  3887. end
  3888. end
  3889. elseif ht and hit:IsA("Hat") then
  3890. if hit.Parent.Name ~= p.Name then
  3891. if hit.Parent:FindFirstChild("Humanoid") then
  3892. --[[ if Debounces.Slashing == true and Debounces.Slashed == false then
  3893. Debounces.Slashed = true]]--
  3894. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(4)
  3895. wait(1)
  3896. --Debounces.Slashed = false
  3897. end
  3898. end
  3899. end
  3900. end)
  3901. for i = 1, 20 do
  3902. 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)
  3903. 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)
  3904. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2) * CFrame.Angles(math.rad(-14),math.rad(-60),0), 0.5)
  3905. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(70), 0), 0.5)
  3906. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.5)
  3907. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.5)
  3908. 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)
  3909. if Debounces.on == false then break end
  3910. rs:wait(2)
  3911. end
  3912. z = Instance.new("Sound",hed)
  3913. z.SoundId = "rbxassetid://160069154"
  3914. z.Looped = false
  3915. z.Pitch = .9
  3916. z1 = Instance.new("Sound",hed)
  3917. z1.SoundId = "rbxassetid://160069154"
  3918. z1.Looped = false
  3919. z1.Pitch = .9
  3920. wait(0.01)
  3921. z:Play()
  3922. z1:Play()
  3923. for i = 1, 20 do
  3924. 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)
  3925. 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)
  3926. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2) * CFrame.Angles(math.rad(-14),math.rad(30),0), 0.5)
  3927. 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)
  3928. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -1, -2) * CFrame.Angles(math.rad(-10), 0, 0), 0.5)
  3929. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2.8, .6) * CFrame.Angles(math.rad(-65), 0, 0), 0.5)
  3930. 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)
  3931. if Debounces.on == false then break end
  3932. rs:wait(2)
  3933. end
  3934. for i = 1, 20 do
  3935. 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)
  3936. 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)
  3937. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2) * CFrame.Angles(math.rad(-14),math.rad(10),0), 0.5)
  3938. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(-10), 0), 0.5)
  3939. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.5)
  3940. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.5)
  3941. 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)
  3942. if Debounces.on == false then break end
  3943. rs:wait(2)
  3944. end
  3945. z = Instance.new("Sound",hed)
  3946. z.SoundId = "rbxassetid://168586621"
  3947. z.Looped = false
  3948. z.Pitch = 1
  3949. z1 = Instance.new("Sound",hed)
  3950. z1.SoundId = "rbxassetid://168586621"
  3951. z1.Looped = false
  3952. z1.Pitch = 1
  3953. wait(0.01)
  3954. z:Play()
  3955. z1:Play()
  3956. for i = 1, 20 do
  3957. 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)
  3958. 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)
  3959. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2) * CFrame.Angles(math.rad(-14),math.rad(-40),0), 0.5)
  3960. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(40), 0), 0.5)
  3961. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(math.rad(-20), 0, math.rad(-10)), 0.5)
  3962. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(math.rad(20), 0, math.rad(10)), 0.5)
  3963. 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)
  3964. if Debounces.on == false then break end
  3965. rs:wait(2)
  3966. end
  3967. to:disconnect()
  3968. larm.BrickColor = BrickColor.new("Really black")
  3969. rarm.BrickColor = BrickColor.new("Really black")
  3970. if Debounces.CanAttack == false then
  3971. Debounces.CanAttack = true
  3972. Debounces.on = false
  3973. Debounces.NoIdl = false
  3974. end
  3975. end
  3976. end
  3977. end)
  3978. ----------------------------------------------------
  3979. Sit = false
  3980. mouse.KeyDown:connect(function(key)
  3981. if key == "v" then
  3982. if Sit == false then
  3983. Sit = true
  3984. hum.WalkSpeed = 0.001
  3985. stanceToggle = "Sitting"
  3986. elseif Sit == true then
  3987. Sit = false
  3988. hum.WalkSpeed = 7
  3989. stanceToggle = "Normal"
  3990. end
  3991. end
  3992. end)
  3993. ----------------------------------------------------
  3994. mouse.KeyDown:connect(function(key)
  3995. if key == "t" then
  3996. if Debounces.CanAttack == true then
  3997. Debounces.CanAttack = false
  3998. Debounces.on = true
  3999. Debounces.NoIdl = true
  4000. for i = 1, 20 do
  4001. 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)
  4002. 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)
  4003. 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)
  4004. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(30), math.rad(0), 0), 0.2)
  4005. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, .6) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.2)
  4006. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2, -1.2) * CFrame.Angles(math.rad(0), 0, math.rad(0)), 0.2)
  4007. 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)
  4008. if Debounces.on == false then break end
  4009. rs:wait(2.6)
  4010. end
  4011. Spawn(function()
  4012. local Parts = {}
  4013. for Y = -5,5 do
  4014. local P = Instance.new("Part",char)
  4015. P.Anchored = true
  4016. P.FormFactor = "Custom"
  4017. P.CanCollide = false
  4018. P.Size = Vector3.new(10,20,10)
  4019. P.TopSurface = "SmoothNoOutlines"
  4020. P.BottomSurface = "SmoothNoOutlines"
  4021. P.BrickColor = BrickColor.new("Institutional white")
  4022. P.Material = "Neon"
  4023. P.Name = tostring(Y)
  4024. local i = (Y+5)/(10)
  4025. i = 1-math.cos(math.pi*i-(math.pi/2))
  4026. P.CFrame = char.HumanoidRootPart.CFrame*CFrame.new(0,Y,-15+(i*1.5))*CFrame.Angles(math.rad(Y*5),0,0)
  4027. --[[P.Touched:connect(function(ht)
  4028. local hit = ht.Parent
  4029. if hit:FindFirstChild("Humanoid") then
  4030. hit.Humanoid:TakeDamage(math.random(20,50))
  4031. end
  4032. end)]]--
  4033. s = Instance.new("Sound",P)
  4034. s.SoundId = "rbxassetid://228343271"
  4035. s.Volume = 10
  4036. s.Pitch = 0.75
  4037. s:Play()
  4038. P.Touched:connect(function(ht)
  4039. hit = ht.Parent
  4040. if ht and hit:IsA("Model") then
  4041. if hit:FindFirstChild("Humanoid") then
  4042. if hit.Name ~= p.Name then
  4043. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  4044. Debounces.Slashed = true]]--
  4045. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(1,3))
  4046. hit:FindFirstChild("Humanoid").PlatformStand = true
  4047. wait(1)
  4048. --Debounces.Slashed = false
  4049. --end
  4050. end
  4051. end
  4052. elseif ht and hit:IsA("Hat") then
  4053. if hit.Parent.Name ~= p.Name then
  4054. if hit.Parent:FindFirstChild("Humanoid") then
  4055. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  4056. Debounces.Slashed = true]]--
  4057. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random (1,3))
  4058. hit:FindFirstChild("Humanoid").PlatformStand = true
  4059. wait(1)
  4060. --Debounces.Slashed = false
  4061. --end
  4062. end
  4063. end
  4064. end
  4065. end)
  4066. Parts[#Parts+1] = P
  4067. end
  4068. local BREAKIT = false
  4069. local CParts = {}
  4070. local Rocks = {}
  4071. local LastPos = nil
  4072. for i = 1,70 do
  4073. for i2,v in pairs(Parts) do
  4074. v.CFrame = v.CFrame*CFrame.new(0,0,-8)
  4075. local cf = v.CFrame
  4076. v.Size = v.Size+Vector3.new(0.8,0.70,0)
  4077. v.CFrame = cf
  4078. v.Transparency = v.Transparency+0.02
  4079. if v.Transparency >= 0.975 then BREAKIT = true end
  4080. if v.Name == "0" then
  4081. local Ignore = {}
  4082. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  4083. if v.Character ~= nil then
  4084. Ignore[#Ignore+1] = v.Character
  4085. end
  4086. end
  4087. local ray = Ray.new(v.Position+Vector3.new(0,20,0),Vector3.new(0,-400,0))
  4088. local Hit,Pos,SurfaceNorm = Workspace:FindPartOnRayWithIgnoreList(ray,Ignore)
  4089. if Hit ~= nil then
  4090. if #Rocks == 0 then
  4091. for i = 1,5 do
  4092. local P = Instance.new("Part",char)
  4093. Rocks[#Rocks+1] = P
  4094. P.Anchored = true
  4095. P.FormFactor = "Custom"
  4096. P.BrickColor = Hit.BrickColor
  4097. P.Material = Hit.Material
  4098. P.TopSurface = "Smooth"
  4099. P.BottomSurface = "Smooth"
  4100. P.Size = Vector3.new(10,10,10)*(math.random(500,900)/100)
  4101. end
  4102. end
  4103. for i,P in pairs(Rocks) do
  4104. 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)))
  4105. end
  4106. local P = Instance.new("Part",char)
  4107. CParts[#CParts+1] = {P,tick()}
  4108. P.Anchored = true
  4109. P.FormFactor = "Custom"
  4110. P.BrickColor = Hit.BrickColor
  4111. P.Material = Hit.Material
  4112. P.TopSurface = "Smooth"
  4113. P.BottomSurface = "Smooth"
  4114. P.Size = Vector3.new(10,10,10)*(math.random(100,300)/100)
  4115. Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(v.Size.X/2,0,0)
  4116. Pos = Pos.p
  4117. 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)))
  4118. local P = P:Clone()
  4119. CParts[#CParts+1] = {P,tick()}
  4120. P.Parent = char
  4121. Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(-v.Size.X,0,0)
  4122. Pos = Pos.p
  4123. 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)))
  4124. if LastPos ~= nil then
  4125. local P = P:Clone()
  4126. CParts[#CParts+1] = {P,tick()}
  4127. P.Parent = char
  4128. P.BrickColor = BrickColor.new("Institutional white")
  4129. Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(v.Size.X/2,0,0)
  4130. Pos = Pos.p
  4131. local CFr = (CFrame.new(Pos)*(v.CFrame-v.Position))-Vector3.new(0,0.4,0)
  4132. P.Size = Vector3.new(v.Size.X-0.25,1,(CFr.p-LastPos.p).Magnitude+0.25)
  4133. --P.Velocity = Vector3.new(0,-1000,0)
  4134. P.CFrame = CFrame.new(CFr.p,LastPos.p)*CFrame.new(0,0,-((CFr.p-LastPos.p).Magnitude+0.25)/2)
  4135. end
  4136. LastPos = (CFrame.new(Pos)*(v.CFrame-v.Position))-Vector3.new(0,0.4,0)
  4137. end
  4138. end
  4139. end
  4140. if BREAKIT then break end
  4141. wait(0.002)
  4142. end
  4143. for i,v in pairs(Rocks) do
  4144. CParts[#CParts+1] = {v,tick()}
  4145. end
  4146. for i,v in pairs(Parts) do
  4147. v:Destroy()
  4148. end
  4149. Parts = nil
  4150. while true do
  4151. local t = tick()
  4152. local p = nil
  4153. for i,v in pairs(CParts) do
  4154. if t-v[2] > 4 then
  4155. v[1].Transparency = v[1].Transparency+0.05
  4156. if v[1].Transparency >= 1 then
  4157. v[1]:Destroy()
  4158. CParts[i] = nil
  4159. end
  4160. end
  4161. p = v
  4162. end
  4163. if p == nil then break end
  4164. wait(0.002)
  4165. end
  4166. for i,v in pairs(CParts) do
  4167. v:Destroy()
  4168. end
  4169. CParts = {}
  4170. end)
  4171. for i = 1, 20 do
  4172. 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)
  4173. 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)
  4174. 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)
  4175. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.6, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.4)
  4176. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -1, -1.4) * CFrame.Angles(math.rad(40), 0, math.rad(0)), 0.4)
  4177. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -1.6, -.9) * CFrame.Angles(math.rad(10), 0, math.rad(0)), 0.4)
  4178. 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)
  4179. if Debounces.on == false then break end
  4180. rs:wait(2)
  4181. end
  4182. if Debounces.CanAttack == false then
  4183. Debounces.CanAttack = true
  4184. Debounces.on = false
  4185. Debounces.NoIdl = false
  4186. end
  4187. end
  4188. end
  4189. end)
  4190. ----------------------------------------------------
  4191. mouse.KeyDown:connect(function(key)
  4192. if key == "e" then
  4193. larm.BrickColor = BrickColor.new("Bright red")
  4194. rarm.BrickColor = BrickColor.new("Bright red")
  4195. if Debounces.CanAttack == true then
  4196. Debounces.CanAttack = false
  4197. Debounces.on = true
  4198. Debounces.NoIdl = true
  4199. for i = 1, 18 do
  4200. 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)
  4201. 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)
  4202. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0) * CFrame.Angles(math.rad(-14),math.rad(0),0), 0.4)
  4203. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(0), 0), 0.4)
  4204. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.4)
  4205. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.4)
  4206. 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)
  4207. if Debounces.on == false then break end
  4208. rs:wait(4)
  4209. end
  4210. 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))
  4211. local rng = Instance.new("Part", char.Absolution.Handle)
  4212. rng.Anchored = true
  4213. rng.BrickColor = BrickColor.new("Really black")
  4214. rng.CanCollide = true
  4215. rng.FormFactor = 3
  4216. rng.Name = "Ring"
  4217. rng.Size = Vector3.new(1, 1, 1)
  4218. rng.CanCollide = false
  4219. rng.Transparency = 0.35
  4220. rng.TopSurface = 0
  4221. rng.BottomSurface = 0
  4222. rng.CFrame = HandCF
  4223. local rngm = Instance.new("SpecialMesh", rng)
  4224. rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
  4225. rngm.Scale = Vector3.new(1, 1, 2)
  4226. x = Instance.new("Sound", hed)
  4227. x.SoundId = "http://www.roblox.com/asset/?id=169445602"
  4228. x.Looped = false
  4229. x.Pitch = .7
  4230. x.Volume = 1
  4231. x1 = Instance.new("Sound", hed)
  4232. x1.SoundId = "http://www.roblox.com/asset/?id=169445602"
  4233. x1.Looped = false
  4234. x1.Pitch = .7
  4235. x1.Volume = 1
  4236. x:Play()
  4237. x1:Play()
  4238. rngto = rng.Touched:connect(function(ht)
  4239. hit = ht.Parent
  4240. if ht and hit:IsA("Model") then
  4241. if hit:FindFirstChild("Humanoid") then
  4242. if hit.Name ~= p.Name then
  4243. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  4244. Debounces.Slashed = true]]--
  4245. hit:FindFirstChild("Humanoid"):TakeDamage(4)
  4246. hit:FindFirstChild("Humanoid").PlatformStand = true
  4247. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -120
  4248. --Debounces.Slashed = false
  4249. --end
  4250. end
  4251. end
  4252. elseif ht and hit:IsA("Hat") then
  4253. if hit.Parent.Name ~= p.Name then
  4254. if hit.Parent:FindFirstChild("Humanoid") then
  4255. --[[ if Debounces.Slashing == true and Debounces.Slashed == false then
  4256. Debounces.Slashed = true]]--
  4257. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(4)
  4258. hit:FindFirstChild("Humanoid").PlatformStand = true
  4259. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -120
  4260. --Debounces.Slashed = false
  4261. end
  4262. end
  4263. end
  4264. end)
  4265. coroutine.wrap(function()
  4266. for i = 1, 60, 2 do
  4267. rngm.Scale = Vector3.new(2 + i*2, 2 + i*2, 1)
  4268. rng.Size = rngm.Scale
  4269. rng.CFrame = HandCF
  4270. rng.Transparency = i/60
  4271. wait()
  4272. end
  4273. wait()
  4274. rng:Destroy()
  4275. end)()
  4276. for i = 1, 18 do
  4277. 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)
  4278. 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)
  4279. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0) * CFrame.Angles(math.rad(-14),math.rad(0),0), 0.4)
  4280. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(0), 0), 0.4)
  4281. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.4)
  4282. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.4)
  4283. 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)
  4284. if Debounces.on == false then break end
  4285. rs:wait(2.4)
  4286. end
  4287. larm.BrickColor = BrickColor.new("Really black")
  4288. rarm.BrickColor = BrickColor.new("Really black")
  4289. x:Destroy()
  4290. x1:Destroy()
  4291. if Debounces.CanAttack == false then
  4292. Debounces.CanAttack = true
  4293. Debounces.on = false
  4294. Debounces.NoIdl = false
  4295. end
  4296. end
  4297. end
  4298. end)
  4299. ----------------------------------------------------
  4300. mouse.KeyDown:connect(function(key)
  4301. if key == "y" then
  4302. if Debounces.CanAttack == true then
  4303. Debounces.CanAttack = false
  4304. Debounces.on = true
  4305. Debounces.NoIdl = true
  4306. for i = 1, 15 do
  4307. 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)
  4308. 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)
  4309. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(90),0), 0.2)
  4310. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(-90), 0), 0.2)
  4311. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.2)
  4312. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.2)
  4313. 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)
  4314. if Debounces.on == false then break end
  4315. rs:wait(2.7)
  4316. end
  4317. x = Instance.new("Sound",char)
  4318. x.SoundId = "rbxassetid://228343271"
  4319. x.Pitch = 1
  4320. x.Volume = .8
  4321. wait(.1)
  4322. x:Play()
  4323. Debounces.on = false
  4324. Debounces.Here = false
  4325. shot = shot + 1
  4326. local rng = Instance.new("Part", char)
  4327. rng.Anchored = true
  4328. rng.BrickColor = BrickColor.new("Institutional white")
  4329. rng.CanCollide = false
  4330. rng.FormFactor = 3
  4331. rng.Name = "Ring"
  4332. rng.Size = Vector3.new(1, 1, 1)
  4333. rng.Transparency = 0.35
  4334. rng.TopSurface = 0
  4335. rng.BottomSurface = 0
  4336. rng2 = rng:clone()
  4337. rng3 = rng2:clone()
  4338. rng4 = rng2:clone()
  4339. local rngm = Instance.new("SpecialMesh", rng)
  4340. rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
  4341. rngm.Scale = Vector3.new(10, 10, 1)
  4342. rngm2 = rngm:clone()
  4343. rngm2.Scale = Vector3.new(5, 5, 3)
  4344. rngm3=rngm2:clone()
  4345. rngm3.Parent = rng3
  4346. rngm3.Scale = Vector3.new(8, 8, 1)
  4347. rngm4 = rngm2:clone()
  4348. rngm4.Parent = rng4
  4349. rngm4.Scale = Vector3.new(6, 6, 1)
  4350. local bem = Instance.new("Part", char)
  4351. bem.Anchored = true
  4352. bem.BrickColor = BrickColor.new("Really black")
  4353. bem.CanCollide = false
  4354. bem.FormFactor = 3
  4355. bem.Name = "Beam" .. shot
  4356. bem.Size = Vector3.new(1, 1, 1)
  4357. bem.Transparency = 0.35
  4358. bem.TopSurface = 0
  4359. bem.BottomSurface = 0
  4360. local bemm = Instance.new("SpecialMesh", bem)
  4361. bemm.MeshType = 4
  4362. bemm.Scale = Vector3.new(1, 4, 4)
  4363. local out = Instance.new("Part", char)
  4364. out.Anchored = true
  4365. out.BrickColor = BrickColor.new("Really black")
  4366. out.CanCollide = false
  4367. out.FormFactor = 3
  4368. out.Name = "Out"
  4369. out.Size = Vector3.new(4, 4, 4)
  4370. out.Transparency = 0.35
  4371. out.TopSurface = 0
  4372. out.BottomSurface = 0
  4373. local outm = Instance.new("SpecialMesh", out)
  4374. outm.MeshId = "http://www.roblox.com/asset/?id=1033714"
  4375. outm.Scale = Vector3.new(4, 4, 4)
  4376. local bnd = Instance.new("Part", char)
  4377. bnd.Anchored = true
  4378. bnd.BrickColor = BrickColor.new("Institutional white")
  4379. bnd.CanCollide = false
  4380. bnd.FormFactor = 3
  4381. bnd.Name = "Bend"
  4382. bnd.Size = Vector3.new(1, 1, 1)
  4383. bnd.Transparency = 1
  4384. bnd.TopSurface = 0
  4385. bnd.BottomSurface = 0
  4386. local bndm = Instance.new("SpecialMesh", bnd)
  4387. bndm.MeshType = 3
  4388. bndm.Scale = Vector3.new(8, 8, 8)
  4389. out.CFrame = larm.CFrame * CFrame.new(0, -2.7, 0)
  4390. bem.CFrame = out.CFrame * CFrame.new(0, -2.5, 0) * CFrame.Angles(0, 0, math.rad(90))
  4391. bnd.CFrame = bem.CFrame * CFrame.new(0, 0, 0)
  4392. rng.CFrame = out.CFrame * CFrame.Angles(math.rad(90), 0, 0)
  4393. rng3.CFrame = rng.CFrame * CFrame.new(0, -.5, 0)
  4394. rng4.CFrame = rng.CFrame * CFrame.new(0, -1, 0)
  4395. Debounces.Shewt = true
  4396. coroutine.wrap(function()
  4397. for i = 1, 20, 0.2 do
  4398. rngm.Scale = Vector3.new(10 + i*2, 10 + i*2, 1)
  4399. rngm3.Scale = Vector3.new(8 + i*3, 8 + i*3, 1)
  4400. rngm4.Scale = Vector3.new(6 + i*4, 6 + i*4, 1)
  4401. rng.Transparency = i/20
  4402. rng3.Transparency = 1/24
  4403. rng4.Transparency = i/26
  4404. wait()
  4405. end
  4406. wait()
  4407. rng:Destroy()
  4408. end)()
  4409. if Debounces.Shewt == true then
  4410. char:WaitForChild("Beam" .. shot).Touched:connect(function(ht)
  4411. hit = ht.Parent
  4412. if hit:IsA("Model") and hit:findFirstChild("Humanoid") then
  4413. if HasntTouched(hit.Name) == true and deb == false then
  4414. deb = true
  4415. coroutine.wrap(function()
  4416. hit:FindFirstChild("Humanoid").PlatformStand = true
  4417. hit:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 180
  4418. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(24,73))
  4419. end)()
  4420. table.insert(Touche, hit.Name)
  4421. deb = false
  4422. end
  4423. elseif hit:IsA("Hat") and hit.Parent:findFirstChild("Humanoid") then
  4424. if HasntTouched(hit.Parent.Name) == true and deb == false then
  4425. deb = true
  4426. coroutine.wrap(function()
  4427. hit.Parent:FindFirstChild("Humanoid").PlatformStand = true
  4428. hit.Parent:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 180
  4429. wait(1)
  4430. hit.Parent:FindFirstChild("Humanoid").PlatformStand = false
  4431. end)()
  4432. table.insert(Touche, hit.Parent.Name)
  4433. deb = false
  4434. for i, v in pairs(Touche) do
  4435. print(v)
  4436. end
  4437. end
  4438. end
  4439. end)
  4440. end
  4441. for i = 0, 260, 8 do
  4442. bem.Size = Vector3.new(i, 2, 2)
  4443. bem.CFrame = larm.CFrame * CFrame.new(0, -4.2 -(i/2), 0) * CFrame.Angles(0, 0, math.rad(90))
  4444. bnd.CFrame = bem.CFrame * CFrame.new(-i/2, 0, 1.2)
  4445. bnd.Size = Vector3.new(1,1,1)
  4446. bndm.Scale = Vector3.new(8,8,8)
  4447. if i % 10 == 0 then
  4448. local newRng = rng2:Clone()
  4449. newRng.Parent = char
  4450. newRng.CFrame = larm.CFrame * CFrame.new(0, -4.2-i, 0) * CFrame.Angles(math.rad(90), 0, 0)
  4451. local newRngm = rngm2:clone()
  4452. newRngm.Parent=newRng
  4453. coroutine.wrap(function()
  4454. for i = 1, 10, 0.2 do
  4455. newRngm.Scale = Vector3.new(8 + i*2, 8 + i*2, 3)
  4456. newRng.Transparency = i/10
  4457. wait()
  4458. end
  4459. wait()
  4460. newRng:Destroy()
  4461. end)()
  4462. end
  4463. wait()
  4464. end
  4465. wait()
  4466. Debounces.Shewt = false
  4467. bem:Destroy()
  4468. out:Destroy()
  4469. bnd:Destroy()
  4470. Debounces.Ready = false
  4471. for i, v in pairs(Touche) do
  4472. table.remove(Touche, i)
  4473. end
  4474. wait()
  4475. table.insert(Touche, char.Name)
  4476. Debounces.NoIdl = false
  4477. if Debounces.CanAttack == false then
  4478. Debounces.CanAttack = true
  4479. end
  4480. end
  4481. end
  4482. end)
  4483. ----------------------------------------------------
  4484. sidz = {"231917888", "231917845", "231917806"}
  4485. ptz = {0.65, 0.7, 0.75, 0.8, 0.95, 1}
  4486. mouse.KeyDown:connect(function(key)
  4487. if key == "f" then
  4488. larm.BrickColor = BrickColor.new("Bright red")
  4489. rarm.BrickColor = BrickColor.new("Bright red")
  4490. if Debounces.CanAttack == true then
  4491. Debounces.CanAttack = false
  4492. Debounces.on = true
  4493. Debounces.NoIdl = true
  4494. for i = 1, 20 do
  4495. 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)
  4496. 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)
  4497. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, .2)*CFrame.Angles(math.rad(16),math.rad(0),0), 0.2)
  4498. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(20), math.rad(0), 0), 0.2)
  4499. 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)
  4500. 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)
  4501. 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)
  4502. if Debounces.on == false then break end
  4503. rs:wait(6)
  4504. end
  4505. z = Instance.new("Sound",char)
  4506. z.SoundId = "rbxassetid://"..sidz[math.random(1,#sidz)]
  4507. z.Pitch = ptz[math.random(1,#ptz)]
  4508. z.Volume = 1
  4509. z1 = Instance.new("Sound",char)
  4510. z1.SoundId = z.SoundId
  4511. z1.Pitch = z.Pitch
  4512. z1.Volume = 1
  4513. z:Play()
  4514. z1:Play()
  4515. Stomp()
  4516. for i = 1, 20 do
  4517. 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)
  4518. 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)
  4519. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, -.2)*CFrame.Angles(math.rad(-26),math.rad(0),0), 0.3)
  4520. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, -.6) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.3)
  4521. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(math.rad(30), 0, math.rad(0)), 0.3)
  4522. 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)
  4523. 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)
  4524. if Debounces.on == false then break end
  4525. rs:wait(2.5)
  4526. end
  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. mouse.KeyDown:connect(function(key)
  4539. if key == "g" then
  4540. larm.BrickColor = BrickColor.new("Bright red")
  4541. rarm.BrickColor = BrickColor.new("Bright red")
  4542. if Debounces.CanAttack == true then
  4543. Debounces.CanAttack = false
  4544. Debounces.on = true
  4545. Debounces.NoIdl = true
  4546. chrg = lleg.Touched:connect(function(ht)
  4547. hit = ht.Parent
  4548. if ht and hit:IsA("Model") then
  4549. if hit:FindFirstChild("Humanoid") then
  4550. if hit.Name ~= p.Name then
  4551. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  4552. Debounces.Slashed = true]]--
  4553. hit:FindFirstChild("Humanoid"):TakeDamage(2)
  4554. hit:FindFirstChild("Humanoid").PlatformStand = true
  4555. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
  4556. --Debounces.Slashed = false
  4557. --end
  4558. end
  4559. end
  4560. elseif ht and hit:IsA("Hat") then
  4561. if hit.Parent.Name ~= p.Name then
  4562. if hit.Parent:FindFirstChild("Humanoid") then
  4563. --[[ if Debounces.Slashing == true and Debounces.Slashed == false then
  4564. Debounces.Slashed = true]]--
  4565. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(2)
  4566. hit:FindFirstChild("Humanoid").PlatformStand = true
  4567. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
  4568. --Debounces.Slashed = false
  4569. end
  4570. end
  4571. end
  4572. end)
  4573. for i = 1, 14 do
  4574. 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)
  4575. 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)
  4576. 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)
  4577. 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)
  4578. 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)
  4579. 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)
  4580. 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)
  4581. if Debounces.on == false then break end
  4582. rs:wait(3)
  4583. end
  4584. charge()
  4585. z = Instance.new("Sound",char)
  4586. z.SoundId = "rbxassetid://200632875"
  4587. z.Volume = 1
  4588. z.Pitch = .8
  4589. z1 = Instance.new("Sound",char)
  4590. z1.SoundId = "rbxassetid://200632875"
  4591. z1.Volume = 1
  4592. z1.Pitch = .9
  4593. z:Play()
  4594. z1:Play()
  4595. wait(1)
  4596. z:Destroy()
  4597. z1:Destroy()
  4598. chrg:disconnect()
  4599. if Debounces.CanAttack == false then
  4600. Debounces.CanAttack = true
  4601. Debounces.on = false
  4602. Debounces.NoIdl = false
  4603. larm.BrickColor = BrickColor.new("Really black")
  4604. rarm.BrickColor = BrickColor.new("Really black")
  4605. end
  4606. end
  4607. end
  4608. end)
  4609. ----------------------------------------------------
  4610. pt = {0.7, 0.8, 0.9}
  4611. mouse.KeyDown:connect(function(key)
  4612. if key == "h" then
  4613. if Debounces.CanJoke == true then
  4614. Debounces.CanJoke = false
  4615. u = Instance.new("Sound")
  4616. u.SoundId = "http://www.roblox.com/asset/?id=138199573"
  4617. u.Parent = char
  4618. u.Looped = false
  4619. u.Pitch = pt[math.random(1,#pt)]
  4620. u.Volume = 1
  4621. u2 = Instance.new("Sound")
  4622. u2.SoundId = "http://www.roblox.com/asset/?id=138199573"
  4623. u2.Parent = char
  4624. u2.Looped = false
  4625. u2.Pitch = u.Pitch
  4626. u2.Volume = 1
  4627. wait(.01)
  4628. u:Play()
  4629. u2:Play()
  4630. wait(6)
  4631. u:Destroy()
  4632. u2:Destroy()
  4633. if Debounces.CanJoke == false then
  4634. Debounces.CanJoke = true
  4635. end
  4636. end
  4637. end
  4638. end)
  4639. ----------------------------------------------------
  4640. mouse.KeyDown:connect(function(key)
  4641. if key == "j" then
  4642. if Debounces.CanJoke == true then
  4643. Debounces.CanJoke = false
  4644. z = Instance.new("Sound",char)
  4645. z.SoundId = "rbxassetid://135017755"
  4646. z.Pitch = .76
  4647. z.Volume = 1
  4648. wait()
  4649. z:Play()
  4650. wait(6)
  4651. z:Destroy()
  4652. if Debounces.CanJoke == false then
  4653. Debounces.CanJoke = true
  4654. end
  4655. end
  4656. end
  4657. end)
  4658. ----------------------------------------------------
  4659. mouse.KeyDown:connect(function(key)
  4660. if key == "k" then
  4661. if Debounces.CanJoke == true then
  4662. Debounces.CanJoke = false
  4663. z = Instance.new("Sound",char)
  4664. z.SoundId = "rbxassetid://135017578"
  4665. z.Pitch = .76
  4666. z.Volume = 1
  4667. wait()
  4668. z:Play()
  4669. wait(4)
  4670. z:Destroy()
  4671. if Debounces.CanJoke == false then
  4672. Debounces.CanJoke = true
  4673. end
  4674. end
  4675. end
  4676. end)
  4677. ----------------------------------------------------
  4678. mouse.KeyDown:connect(function(key)
  4679. if key == "x" then
  4680. if Debounces.CanAttack == true then
  4681. Debounces.CanAttack = false
  4682. Debounces.NoIdl = true
  4683. Debounces.on = true
  4684. Debounces.ks = true
  4685. for i = 1, 10 do
  4686. 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)
  4687. 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)
  4688. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.4)*CFrame.Angles(math.rad(-26),math.rad(0),0), 0.2)
  4689. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(-10), math.rad(0), 0), 0.2)
  4690. 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)
  4691. 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)
  4692. 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)
  4693. if Debounces.on == false then break end
  4694. rs:wait(1)
  4695. end
  4696. z = Instance.new("Sound",hed)
  4697. z.SoundId = "rbxassetid://169445092"
  4698. z.Volume = 1
  4699. wait(0.1)
  4700. z:Play()
  4701. kik = rleg.Touched:connect(function(ht)
  4702. hit = ht.Parent
  4703. if ht and hit:IsA("Model") then
  4704. if hit:FindFirstChild("Humanoid") then
  4705. if hit.Name ~= p.Name then
  4706. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  4707. Debounces.Slashed = true]]--
  4708. if Debounces.ks==true then
  4709. z = Instance.new("Sound",hed)
  4710. z.SoundId = "rbxassetid://169380525"
  4711. z.Volume = 1
  4712. z:Play()
  4713. Debounces.ks=false
  4714. end
  4715. hit:FindFirstChild("Humanoid"):TakeDamage(2)
  4716. hit:FindFirstChild("Humanoid").PlatformStand = true
  4717. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
  4718. --Debounces.Slashed = false
  4719. --end
  4720. end
  4721. end
  4722. elseif ht and hit:IsA("Hat") then
  4723. if hit.Parent.Name ~= p.Name then
  4724. if hit.Parent:FindFirstChild("Humanoid") then
  4725. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  4726. Debounces.Slashed = true]]--
  4727. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(2)
  4728. hit:FindFirstChild("Humanoid").PlatformStand = true
  4729. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
  4730. --Debounces.Slashed = false
  4731. --end
  4732. end
  4733. end
  4734. end
  4735. end)
  4736. for i = 1, 8 do
  4737. 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)
  4738. 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)
  4739. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,.2)*CFrame.Angles(math.rad(8),math.rad(0),0), 0.3)
  4740. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(16), math.rad(0), 0), 0.3)
  4741. 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)
  4742. 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)
  4743. 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)
  4744. if Debounces.on == false then break end
  4745. rs:wait(.7)
  4746. end
  4747. kik:disconnect()
  4748. if Debounces.CanAttack == false then
  4749. Debounces.CanAttack = true
  4750. Debounces.on = false
  4751. Debounces.NoIdl = false
  4752. end
  4753. end
  4754. end
  4755. end)
  4756. ----------------------------------------------------
  4757. mouse.KeyDown:connect(function(key)
  4758. if key == "c" then
  4759. if Debounces.CanAttack == true then
  4760. Debounces.CanAttack = false
  4761. Debounces.NoIdl = true
  4762. Debounces.on = true
  4763. SIDZ = {"231917744", "231917742"}
  4764. PTZ = {0.7, 0.8, 0.9, 1}
  4765. for i = 1, 20 do
  4766. wait()
  4767. for i,v in pairs(char.Absolution:children()) do
  4768. if v:IsA("Part") or v:IsA("WedgePart") then
  4769. v.Transparency = v.Transparency + 0.05
  4770. end
  4771. end
  4772. end
  4773. function FindNearestTorso(Position,Distance,SinglePlayer)
  4774. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  4775. local List = {}
  4776. for i,v in pairs(workspace:GetChildren())do
  4777. if v:IsA("Model")then
  4778. if v:findFirstChild("Torso")then
  4779. if v ~= char then
  4780. if(v.Torso.Position -Position).magnitude <= Distance then
  4781. table.insert(List,v)
  4782. end
  4783. end
  4784. end
  4785. end
  4786. end
  4787. return List
  4788. end
  4789. GroundPound()
  4790. for i = 1, 11 do
  4791. 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)
  4792. 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)
  4793. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(20),0), 0.3)
  4794. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(-20), 0), 0.3)
  4795. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(-30)), 0.3)
  4796. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.3)
  4797. 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)
  4798. if Debounces.on == false then break end
  4799. rs:wait(1.4)
  4800. end
  4801. GroundPound()
  4802. for i = 1, 11 do
  4803. 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)
  4804. 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)
  4805. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(-20),0), 0.3)
  4806. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(20), 0), 0.3)
  4807. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.3)
  4808. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(30)), 0.3)
  4809. 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)
  4810. if Debounces.on == false then break end
  4811. rs:wait(1.4)
  4812. end
  4813. GroundPound()
  4814. for i = 1, 11 do
  4815. 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)
  4816. 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)
  4817. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(20),0), 0.3)
  4818. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(-20), 0), 0.3)
  4819. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(-30)), 0.3)
  4820. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.3)
  4821. 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)
  4822. if Debounces.on == false then break end
  4823. rs:wait(1.4)
  4824. end
  4825. GroundPound()
  4826. for i = 1, 11 do
  4827. 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)
  4828. 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)
  4829. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(-20),0), 0.3)
  4830. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(20), 0), 0.3)
  4831. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.3)
  4832. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(30)), 0.3)
  4833. 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)
  4834. if Debounces.on == false then break end
  4835. rs:wait(1.4)
  4836. end
  4837. GroundPound()
  4838. for i = 1, 11 do
  4839. 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)
  4840. 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)
  4841. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(20),0), 0.3)
  4842. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(-20), 0), 0.3)
  4843. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(-30)), 0.3)
  4844. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.3)
  4845. 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)
  4846. if Debounces.on == false then break end
  4847. rs:wait(1.4)
  4848. end
  4849. GroundPound()
  4850. for i = 1, 11 do
  4851. 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)
  4852. 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)
  4853. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(-20),0), 0.3)
  4854. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(20), 0), 0.3)
  4855. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.3)
  4856. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(30)), 0.3)
  4857. 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)
  4858. if Debounces.on == false then break end
  4859. rs:wait(1.4)
  4860. end
  4861. for i = 1, 24 do
  4862. 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)
  4863. 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)
  4864. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, .2)*CFrame.Angles(math.rad(16),math.rad(0),0), 0.2)
  4865. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 2, 0) * CFrame.Angles(math.rad(20), math.rad(0), 0), 0.2)
  4866. 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)
  4867. 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)
  4868. 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)
  4869. if Debounces.on == false then break end
  4870. rs:wait(3)
  4871. end
  4872. for i,v in pairs(FindNearestTorso(torso.CFrame.p,25))do
  4873. if v:FindFirstChild('Humanoid') then
  4874. v.Humanoid:TakeDamage(math.random(20,60))
  4875. v.Humanoid.PlatformStand = true
  4876. v:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 100
  4877. end
  4878. end
  4879. x = Instance.new("Sound",char)
  4880. x.SoundId = "rbxassetid://"..SIDZ[math.random(1,#SIDZ)]
  4881. x.Pitch = PTZ[math.random(1,#PTZ)]
  4882. x.Volume = 1
  4883. wait(0.1)
  4884. x:Play()
  4885. Crater(hed,20)
  4886. for i = 1, 20 do
  4887. 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)
  4888. 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)
  4889. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, .2)*CFrame.Angles(math.rad(16),math.rad(0),0), 0.6)
  4890. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -5, 0) * CFrame.Angles(math.rad(-90), math.rad(0), 0), 0.6)
  4891. 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)
  4892. 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)
  4893. 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)
  4894. if Debounces.on == false then break end
  4895. rs:wait(2)
  4896. end
  4897. if Debounces.CanAttack == false then
  4898. Debounces.CanAttack = true
  4899. Debounces.on = false
  4900. Debounces.NoIdl = false
  4901. for i = 1, 20 do
  4902. wait()
  4903. for i,v in pairs(char.Absolution:children()) do
  4904. if v:IsA("Part") or v:IsA("WedgePart") then
  4905. v.Transparency = v.Transparency - 0.05
  4906. end
  4907. end
  4908. end
  4909. end
  4910. end
  4911. end
  4912. end)
  4913. ----------------------------------------------------176349813
  4914. mouse.KeyDown:connect(function(key)
  4915. if key == "b" then
  4916. hum.WalkSpeed = 0.01
  4917. if Debounces.CanAttack == true then
  4918. Debounces.CanAttack = false
  4919. Debounces.NoIdl = true
  4920. Debounces.on = true
  4921. for i = 1, 30 do
  4922. 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)
  4923. 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)
  4924. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, .2)*CFrame.Angles(math.rad(16),math.rad(0),0), 0.2)
  4925. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(20), math.rad(0), 0), 0.2)
  4926. 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)
  4927. 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)
  4928. 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)
  4929. if Debounces.on == false then break end
  4930. rs:wait(6)
  4931. end
  4932. v = Instance.new("Sound")
  4933. v.SoundId = "rbxassetid://181384451"
  4934. v.Parent = char
  4935. v.Looped = false
  4936. v.Pitch = .94
  4937. v.Volume = 1
  4938. wait(.01)
  4939. v:Play()
  4940.  
  4941. if Daytime == true then
  4942. Daytime = false
  4943. l.TimeOfDay = 24
  4944. else
  4945. Daytime = true
  4946. l.TimeOfDay = 12
  4947. l.OutdoorAmbient = Color3.new(0.498039, 0.498039, 0.498039)
  4948. end
  4949.  
  4950. local Shockwave = function()
  4951. local rng1 = Instance.new("Part", char)
  4952. rng1.Anchored = true
  4953. rng1.BrickColor = BrickColor.new("Really black")
  4954. rng1.CanCollide = false
  4955. rng1.FormFactor = 3
  4956. rng1.Name = "Ring"
  4957. rng1.Size = Vector3.new(1, 1, 1)
  4958. rng1.Transparency = 0.35
  4959. rng1.TopSurface = 0
  4960. rng1.BottomSurface = 0
  4961. local rngm1 = Instance.new("SpecialMesh", rng)
  4962. rngm1.MeshId = "http://www.roblox.com/asset/?id=3270017"
  4963. rngm1.Scale = Vector3.new(10, 10, 1)
  4964. rng1.CFrame = CFrame.new(0, -2, 0) * CFrame.Angles(0, 0, 0)
  4965. local Wave = Instance.new("Part", game.Workspace--[[?]])
  4966. Wave.Name = "Shockwave"
  4967. Wave.BrickColor = BrickColor.new("Really black")
  4968. Wave.Size = Vector3.new(1, 1, 1)
  4969. Wave.Shape = "Ball"
  4970. Wave.CanCollide = false
  4971. Wave.Anchored = true
  4972. Wave.TopSurface = 0
  4973. Wave.BottomSurface = 0
  4974. Wave.Touched:connect(function(hit)
  4975. if hit.Parent:findFirstChild("Humanoid") and hit.Parent:findFirstChild("Torso") then
  4976. local Occlude = true
  4977. local NotOccludes = {
  4978. char.Name;
  4979. "Wings";
  4980. "Scythe";
  4981. "Thingy";
  4982. "Thingy2"; -- put all of the names in a table pls
  4983. }
  4984. for i,v in pairs(NotOccludes) do
  4985. if hit.Parent.Name == v then
  4986. Occlude = false
  4987. end
  4988. end
  4989. --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
  4990. if Occlude then
  4991. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 1
  4992. hit.Parent:findFirstChild("Torso").Velocity = hit.Parent:findFirstChild("Torso").CFrame.lookVector * -120
  4993. end
  4994. end
  4995. end)
  4996.  
  4997. Instance.new("SpecialMesh", Wave).MeshType = "Sphere"
  4998.  
  4999. coroutine.wrap(function()
  5000. for i = 1, 20, 0.2 do
  5001. rngm1.Scale = Vector3.new(10 + i*2, 10 + i*2, 1)
  5002. rng1.Transparency = i/20
  5003. wait()
  5004. end
  5005. wait()
  5006. rng1:Destroy()
  5007. end)()
  5008.  
  5009. Delay(0, function()
  5010.  
  5011. if Daytime == false then
  5012. for i = 1, 50, 1 do
  5013. Wave.Size = Vector3.new(1 + i, 1 + i, 1 + i)
  5014. Wave.CFrame = char.Torso.CFrame
  5015. local t = i / 50
  5016. Wave.Transparency = t
  5017. wait()
  5018. end
  5019. else
  5020. for i = 1, 50, 1 do
  5021. Wave.Size = Vector3.new(1 + i, 1 + i, 1 + i)
  5022. Wave.CFrame = char.Torso.CFrame
  5023. local t = i / 50
  5024. Wave.Transparency = t
  5025. wait()
  5026. end
  5027. end
  5028. Wave:Destroy()
  5029. end)
  5030. Delay(0, function()
  5031. while wait() do
  5032. if Wave ~= nil then
  5033. Wave.CFrame = char.Torso.CFrame
  5034. else
  5035. break
  5036. end
  5037. end
  5038. end)
  5039. end
  5040. Shockwave()
  5041. for i = 1, 30 do
  5042. 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)
  5043. 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)
  5044. 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)
  5045. 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)
  5046. 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)
  5047. 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)
  5048. if Debounces.on == false then break end
  5049. rs:wait()
  5050. end
  5051. wait(2.4)
  5052. Debounces.NoIdl = false
  5053. hum.WalkSpeed = 5
  5054. Debounces.on = false
  5055. wait()
  5056. if Debounces.CanAttack == false then
  5057. Debounces.CanAttack = true
  5058. v:Destroy()
  5059. end
  5060. end
  5061. end
  5062. end)
  5063. ----------------------------------------------------
  5064. mouse.KeyDown:connect(function(key)
  5065. if key == "l" then
  5066. for i = 1, 20 do
  5067. wait()
  5068. for i,v in pairs(char.Absolution:children()) do
  5069. if v:IsA("Part") or v:IsA("WedgePart") then
  5070. v.Transparency = v.Transparency + 0.05
  5071. end
  5072. end
  5073. end
  5074. if Debounces.CanAttack == true then
  5075. Debounces.CanAttack = false
  5076. Debounces.NoIdl = true
  5077. Debounces.on = true
  5078. bv = Instance.new("BodyVelocity",torso)
  5079. bv.maxForce = Vector3.new(0,200000,0)
  5080. bv.P = 100000
  5081. bv.velocity = Vector3.new(0,500,0)
  5082. wait(2)
  5083. bv:Destroy()
  5084. if (torso.Velocity*Vector3.new(1, 1, 1)).magnitude > 1 then
  5085. for i = 1, 20 do
  5086. 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)
  5087. 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)
  5088. 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)
  5089. 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)
  5090. 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)
  5091. 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)
  5092. 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)
  5093. if Debounces.on == false then break end
  5094. wait()
  5095. end
  5096. for i = 1, 360, 20 do wait()
  5097. torso.Weld.C1 = CFrame.new(0,0,0) * CFrame.Angles(math.rad(i),0,0)
  5098. end
  5099. end
  5100. torso.Weld.C1 = CFrame.new(0,-1.2,0)
  5101. local ry,ht,ps=nil,nil,nil
  5102. while ht==nil do
  5103. ry,ht,ps=newRay(root.CFrame*CFrame.new(0,-2,0),root.CFrame*CFrame.new(0,-3,0),4.1,{char})
  5104. wait()
  5105. end
  5106. z = Instance.new("Sound",char)
  5107. z.SoundId = "rbxassetid://245537790"
  5108. z.Pitch = 1
  5109. z.Volume = 1
  5110. wait(0.1)
  5111. z:Play()
  5112. local sp = Instance.new("Part", char)
  5113. sp.Name = "Energy"
  5114. sp.BrickColor = BrickColor.new("Really black")
  5115. sp.Size = Vector3.new(1, 1, 1)
  5116. sp.Shape = "Ball"
  5117. sp.CanCollide = false
  5118. sp.Anchored = true
  5119. sp.TopSurface = 0
  5120. sp.BottomSurface = 0
  5121. local spm = Instance.new("SpecialMesh",sp)
  5122. spm.MeshId = "rbxassetid://9982590"
  5123. spm.Scale = Vector3.new(3,3,3)
  5124. local sp2 = Instance.new("Part", char)
  5125. sp2.Name = "Energy2"
  5126. sp2.BrickColor = BrickColor.new("Really black")
  5127. sp2.Size = Vector3.new(1, 1, 1)
  5128. sp2.Shape = "Ball"
  5129. sp2.CanCollide = false
  5130. sp2.Anchored = true
  5131. sp2.TopSurface = 0
  5132. sp2.BottomSurface = 0
  5133. local spm2 = Instance.new("SpecialMesh",sp2)
  5134. spm2.MeshId = "rbxassetid://9982590"
  5135. spm2.Scale = Vector3.new(3,3,3)
  5136. sp.Touched:connect(function(hit)
  5137. if hit.Parent:findFirstChild("Humanoid") and hit.Parent:findFirstChild("Torso") then
  5138. local Occlude = true
  5139. local NotOccludes = {
  5140. char.Name;
  5141. "Wings";
  5142. "Scythe";
  5143. "Thingy";
  5144. "Thingy2"; -- put all of the names in a table pls
  5145. }
  5146. for i,v in pairs(NotOccludes) do
  5147. if hit.Parent.Name == v then
  5148. Occlude = false
  5149. end
  5150. end
  5151. --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
  5152. if Occlude then
  5153. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 80
  5154. hit.Parent:findFirstChild("Torso").Velocity = hit.Parent:findFirstChild("Torso").CFrame.lookVector * -120
  5155. end
  5156. end
  5157. end)
  5158. sp2.Touched:connect(function(hit)
  5159. if hit.Parent:findFirstChild("Humanoid") and hit.Parent:findFirstChild("Torso") then
  5160. local Occlude = true
  5161. local NotOccludes = {
  5162. char.Name;
  5163. "Wings";
  5164. "Scythe";
  5165. "Thingy";
  5166. "Thingy2"; -- put all of the names in a table pls
  5167. }
  5168. for i,v in pairs(NotOccludes) do
  5169. if hit.Parent.Name == v then
  5170. Occlude = false
  5171. end
  5172. end
  5173. --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
  5174. if Occlude then
  5175. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 1
  5176. hit.Parent:findFirstChild("Torso").Velocity = hit.Parent:findFirstChild("Torso").CFrame.lookVector * -120
  5177. end
  5178. end
  5179. end)
  5180. for i = 1, 100, 1 do
  5181. sp.Size = Vector3.new(1 + i, 1 + i, 1 + i)
  5182. sp2.Size = Vector3.new(1 + i, 1 + i, 1 + i)
  5183. sp.CFrame = root.CFrame * CFrame.new(0,0,0) * CFrame.Angles(math.rad(i), math.rad(i), math.rad(-i))
  5184. sp2.CFrame = root.CFrame * CFrame.new(0,0,0) * CFrame.Angles(math.rad(-i), math.rad(-i), math.rad(i))
  5185. spm.Scale = sp.Size
  5186. spm2.Scale = sp2.Size
  5187. local t = i / 100
  5188. sp.Transparency = t
  5189. sp2.Transparency = t
  5190. wait()
  5191. end
  5192. sp:Destroy()
  5193. sp2:Destroy()
  5194. z:Destroy()
  5195. for i = 1, 20 do
  5196. wait()
  5197. for i,v in pairs(char.Absolution:children()) do
  5198. if v:IsA("Part") or v:IsA("WedgePart") then
  5199. v.Transparency = v.Transparency - 0.05
  5200. end
  5201. end
  5202. end
  5203. if Debounces.CanAttack == false then
  5204. Debounces.CanAttack = true
  5205. Debounces.NoIdl = false
  5206. Debounces.on = false
  5207. end
  5208. end
  5209. end
  5210. end)
  5211. ----------------------------------------------------
  5212. local orbt={}
  5213. local stlt={}
  5214. local chot={}
  5215. local cfxt={}
  5216. local pfxt={}
  5217. local cns=0
  5218. local cnOrb=nil
  5219. mouse.KeyDown:connect(function(key)
  5220. if key == "u" then
  5221. if Debounces.CanAttack == true then
  5222. Debounces.CanAttack = false
  5223. Debounces.NoIdl = true
  5224. Debounces.on = true
  5225. orbt={}
  5226. stlt={}
  5227. chot={}
  5228. cfxt={}
  5229. for i = 1, 20 do
  5230. 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)
  5231. 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)
  5232. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0)*CFrame.Angles(math.rad(0),math.rad(-40),0), 0.2)
  5233. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(40), 0), 0.2)
  5234. 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)
  5235. 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)
  5236. 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)
  5237. if Debounces.on == false then end
  5238. rs:wait()
  5239. end
  5240. z = Instance.new("Sound",char)
  5241. z.SoundId = "rbxassetid://170053944"
  5242. z.Pitch = 1.07
  5243. z.Volume = 2
  5244. wait(0.1)
  5245. z:Play()
  5246. z2 = Instance.new("Sound",char)
  5247. z2.SoundId = "rbxassetid://489657591"
  5248. z2.Pitch = 2
  5249. z2.Volume = 2
  5250. wait(0.1)
  5251. z2:Play()
  5252. cnOrb=nwPrt(char,Vector3.new(10,10,10),larm.CFrame*CFrame.new(0,-3.4,-0.1),"Institutional white")
  5253.  
  5254. local txt = Instance.new("BillboardGui", cnOrb)
  5255. txt.Adornee = cnOrb
  5256. txt.Name = "_status"
  5257. txt.Size = UDim2.new(2, 0, 1.2, 0)
  5258. txt.StudsOffset = Vector3.new(-9, 75, 0)
  5259. local text = Instance.new("TextLabel", txt)
  5260. text.Size = UDim2.new(10, 0, 7, 0)
  5261. text.FontSize = "Size24"
  5262. text.TextScaled = true
  5263. text.TextTransparency = 0
  5264. text.BackgroundTransparency = 1
  5265. text.TextTransparency = 0
  5266. text.TextStrokeTransparency = 0
  5267. text.Font = "SciFi"
  5268. text.TextStrokeColor3 = Color3.new(0,0,0)
  5269.  
  5270. v=Instance.new("Part")
  5271. v.Name = "ColorBrick"
  5272. v.Parent=cnOrb
  5273. v.FormFactor="Symmetric"
  5274. v.Anchored=true
  5275. v.CanCollide=false
  5276. v.BottomSurface="Smooth"
  5277. v.TopSurface="Smooth"
  5278. v.Size=Vector3.new(10,5,3)
  5279. v.Transparency=1
  5280. v.CFrame=char.Torso.CFrame
  5281. v.BrickColor=BrickColor.new(CV)
  5282. v.Transparency=1
  5283. text.TextColor3 = Color3.new(1,1,1)
  5284. v.Shape="Block"
  5285. text.Text = "Scuti"
  5286.  
  5287. debris:AddItem(cnOrb,50)
  5288. cnOrb.Mesh.MeshType=3
  5289. table.insert(orbt,cnOrb)
  5290. table.insert(stlt,cnOrb)
  5291. local nt=0
  5292. for i=0,5,0.02 do
  5293. nt=nt+1
  5294. cns=i
  5295. if nt>=2 then
  5296. nt=0
  5297. 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")
  5298. debris:AddItem(cho,1)
  5299. cho.Mesh.MeshType=3
  5300. table.insert(chot,cho)
  5301. end
  5302. cnOrb.CFrame=larm.CFrame*CFrame.new(0,-3.4-(cns/2),-0.1)
  5303. cnOrb.Mesh.Scale=Vector3.new(i,i,i)
  5304. wait()
  5305. end
  5306. for i = 1, 14 do
  5307. 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)
  5308. if Debounces.on == false then end
  5309. rs:wait()
  5310. end
  5311. coroutine.wrap(function()
  5312. for i = 1, 20 do
  5313. 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)
  5314. 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)
  5315. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0)*CFrame.Angles(math.rad(0),math.rad(20),0), 0.5)
  5316. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(-40), math.rad(-20), 0), 0.5)
  5317. 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)
  5318. 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)
  5319. if Debounces.on == false then end
  5320. rs:wait()
  5321. end
  5322. end)()
  5323. wait(0.1)
  5324. stlt={}
  5325. 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})
  5326. cnOrb.CFrame=root.CFrame*CFrame.new(0,0,-4)*CFrame.Angles(math.rad(-5),0,0)
  5327. local nt=0
  5328. for i=0,160,3 do
  5329. cnOrb.CFrame=cnOrb.CFrame*CFrame.new(0,0,-3)
  5330. nt=nt+1
  5331. if nt>=6 then
  5332. nt=0
  5333. 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")
  5334. cfx.Mesh.MeshId="rbxassetid://20329976"
  5335. cfx.Transparency=0.4
  5336. table.insert(cfxt,cfx)
  5337. debris:AddItem(cfx,1)
  5338. end
  5339. if (cnOrb.Position-ps).magnitude<6 then
  5340. break
  5341. end
  5342. wait()
  5343. end
  5344. orbt={}
  5345.  
  5346. for i=0,1,0.1 do
  5347. local cs=cnOrb.Mesh.Scale
  5348. cnOrb.Mesh.Scale=Vector3.new(Tween(cs.X,100,i),Tween(cs.Y,100,i),Tween(cs.Z,100,i))
  5349. wait()
  5350. end
  5351. local ofx=nwPrt(cnOrb,Vector3.new(10,10,10),cnOrb.CFrame,"Institutional white")
  5352. ofx.Transparency=0.5
  5353. ofx.Mesh.MeshType=3
  5354. ofx.Mesh.Scale=Vector3.new(30,30,30)
  5355. for _,v in pairs(game:service"Players":GetChildren()) do
  5356. pcall(function()
  5357. for _,c in pairs(v.Character:GetChildren()) do
  5358. 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
  5359. local hrp=v.Character:FindFirstChild("HumanoidRootPart")
  5360. hrp.Velocity=CFrame.new(hrp.CFrame.p,(cnOrb.CFrame*CFrame.new(0,10,0)).p).lookVector*150
  5361. end
  5362. end
  5363. end)
  5364. end
  5365. for i=0,1,0.05 do
  5366. local cs=cnOrb.Mesh.Scale
  5367. cnOrb.Mesh.Scale=Vector3.new(Tween(cs.X,0.1,i),Tween(cs.Y,0.1,i),Tween(cs.Z,0.1,i))
  5368. local ofs=ofx.Mesh.Scale
  5369. ofx.Mesh.Scale=Vector3.new(Tween(ofs.X,0.1,i),Tween(ofs.Y,0.1,i),Tween(ofs.Z,0.1,i))
  5370. ofx.Transparency=Tween(ofx.Transparency,1,i)
  5371. wait()
  5372. end
  5373. ofx:Destroy()
  5374. cnOrb.CFrame=CFrame.new(cnOrb.Position)*CFrame.new(0,10,0)
  5375. local cnfx=nwPrt(cnOrb,Vector3.new(10,10,10),cnOrb.CFrame,"Institutional white")
  5376. cnfx.Mesh.MeshType=3
  5377. cnOrb.Transparency=0.05
  5378. local cnr=nwPrt(cnOrb,Vector3.new(10,10,10),cnOrb.CFrame,"Institutional white")
  5379. cnr.Mesh.MeshType=3
  5380. local rn1=nwPrt(cnOrb,Vector3.new(10,10,10),cnOrb.CFrame*CFrame.Angles(math.rad(90),0,0),"Institutional white")
  5381. rn1.Transparency=1
  5382. rn1.Mesh.MeshId="rbxassetid://3270017"
  5383. local rn2=nwPrt(cnOrb,Vector3.new(10,10,10),cnOrb.CFrame,"Institutional white")
  5384. rn2.Transparency=1
  5385. rn2.Mesh.MeshId="rbxassetid://3270017"
  5386. local rn3=nwPrt(cnOrb,Vector3.new(100,100,100),cnOrb.CFrame*CFrame.Angles(math.rad(-90),0,0),"Institutional white")
  5387. rn3.Transparency=1
  5388. rn3.Mesh.MeshId="rbxassetid://3270017"
  5389. local rn4=nwPrt(cnOrb,Vector3.new(100,100,100),cnOrb.CFrame,"Institutional white")
  5390. rn4.Transparency=1
  5391. rn4.Mesh.MeshId="rbxassetid://3270017"
  5392. local rn5=nwPrt(cnOrb,Vector3.new(200,200,100),cnOrb.CFrame,"Institutional white")
  5393. rn5.Transparency=1
  5394. rn5.Mesh.MeshId="rbxassetid://3270017"
  5395. local rn6=nwPrt(cnOrb,Vector3.new(200,200,100),cnOrb.CFrame,"Institutional white")
  5396. rn6.Transparency=1
  5397. rn6.Mesh.MeshId="rbxassetid://3270017"
  5398. local nt=0
  5399. local cs=nil
  5400. z4 = Instance.new("Sound",char)
  5401. z4.SoundId = "rbxassetid://419447292"
  5402. z4.Pitch = 1
  5403. z4.Volume = 10
  5404. wait(0.1)
  5405. z4:Play()
  5406. z3 = Instance.new("Sound",char)
  5407. z3.SoundId = "rbxassetid://421328847"
  5408. z3.Pitch = 1
  5409. z3.Volume = 10
  5410. wait(0.1)
  5411. z3:Play()
  5412. for i=0,1,0.05 do
  5413. cs=cnOrb.Mesh.Scale
  5414. cnOrb.Mesh.Scale=Vector3.new(Tween(cs.X,100,i),Tween(cs.Y,100,i),Tween(cs.Z,100,i))
  5415. local fs=cnfx.Mesh.Scale
  5416. cnfx.Mesh.Scale=Vector3.new(Tween(fs.X,120,i),Tween(fs.Y,120,i),Tween(fs.Z,120,i))
  5417. cnfx.Transparency=cnfx.Transparency+0.05
  5418. rn1.Mesh.Scale=Vector3.new(Tween(fs.X,120,i),Tween(fs.Y,120,i),Tween(fs.Z,60,i))
  5419. rn2.Mesh.Scale=Vector3.new(Tween(fs.X,120,i),Tween(fs.Y,120,i),Tween(fs.Z,60,i))
  5420. rn1.CFrame=rn1.CFrame*CFrame.Angles(math.rad(10),math.rad(6),math.rad(3))
  5421. rn2.CFrame=rn2.CFrame*CFrame.Angles(math.rad(10),math.rad(6),math.rad(3))
  5422. rn1.Transparency=Tween(rn1.Transparency,0.8,i)
  5423. rn2.Transparency=Tween(rn2.Transparency,0.8,i)
  5424. rn3.Mesh.Scale=Vector3.new(Tween(fs.X,1200,i),Tween(fs.Y,1200,i),Tween(fs.Z,600,i))
  5425. rn4.Mesh.Scale=Vector3.new(Tween(fs.X,1200,i),Tween(fs.Y,1200,i),Tween(fs.Z,600,i))
  5426. rn3.CFrame=rn3.CFrame*CFrame.Angles(math.rad(-10),math.rad(-6),math.rad(-3))
  5427. rn4.CFrame=rn4.CFrame*CFrame.Angles(math.rad(-10),math.rad(-6),math.rad(-3))
  5428. rn3.Transparency=Tween(rn1.Transparency,0.8,i)
  5429. rn4.Transparency=Tween(rn2.Transparency,0.8,i)
  5430. rn5.Transparency=Tween(rn2.Transparency,0.25,i)
  5431. rn5.CFrame=rn5.CFrame*CFrame.Angles(math.rad(-20),math.rad(-18),math.rad(-9))
  5432. rn5.Mesh.Scale=Vector3.new(Tween(fs.X,2400,i),Tween(fs.Y,2400,i),Tween(fs.Z,1200,i))
  5433. rn6.Transparency=Tween(rn2.Transparency,0.25,i)
  5434. rn6.CFrame=rn6.CFrame*CFrame.Angles(math.rad(20),math.rad(18),math.rad(9))
  5435. rn6.Mesh.Scale=Vector3.new(Tween(fs.X,2400,i),Tween(fs.Y,2400,i),Tween(fs.Z,1200,i))
  5436. local rs=cnr.Mesh.Scale
  5437. cnr.Mesh.Scale=Vector3.new(Tween(rs.X,10,i),Tween(rs.Y,10,i),Tween(rs.Z,10,i))
  5438. nt=nt+1
  5439. if nt>=6 then
  5440. local pls={}
  5441. for _,v in pairs(game.Players:GetChildren()) do
  5442. table.insert(pls,v)
  5443. end
  5444. local ry2,ht2,ps2=newRay(cnOrb.CFrame,cnOrb.CFrame*CFrame.new(0,-1,0),1000,pls)
  5445. local pffx=nwPrt(mod3,Vector3.new(1,1,1),CFrame.new(ps2)*CFrame.new(0,10,-12),"Institutional white")
  5446. pffx.Mesh.MeshId="rbxassetid://20329976"
  5447. pffx.Mesh.Scale=Vector3.new(cs.X,cs.Y/5,cs.Z)
  5448. debris:AddItem(pffx,2)
  5449. table.insert(pfxt,pffx)
  5450. nt=0
  5451. end
  5452. wait()
  5453. end
  5454. local int=0
  5455. coroutine.wrap(function()
  5456. for i=1,500 do
  5457. rn1.CFrame=rn1.CFrame*CFrame.Angles(math.rad(10),math.rad(5),math.rad(5))
  5458. rn2.CFrame=rn2.CFrame*CFrame.Angles(math.rad(10),math.rad(5),math.rad(5))
  5459. rn3.CFrame=rn3.CFrame*CFrame.Angles(math.rad(-10),math.rad(-5),math.rad(-5))
  5460. rn4.CFrame=rn4.CFrame*CFrame.Angles(math.rad(-10),math.rad(-5),math.rad(-5))
  5461. rn5.CFrame=rn5.CFrame*CFrame.Angles(math.rad(5),math.rad(5),math.rad(5))
  5462. rn6.CFrame=rn6.CFrame*CFrame.Angles(math.rad(-5),math.rad(-5),math.rad(-5))
  5463. nt=nt+1
  5464. int=int+1
  5465. local htd={p}
  5466. for _,v in pairs(game:service"Players":GetChildren()) do
  5467. pcall(function()
  5468. for _,c in pairs(v.Character:GetChildren()) do
  5469. if c:IsA("Part") and not inT(v,htd) and (cnOrb.CFrame.p-c.CFrame.p).magnitude<50 then
  5470. v.Character:FindFirstChild("Humanoid").Health=v.Character:FindFirstChild("Humanoid").Health-2
  5471. v.Character:FindFirstChild("HumanoidRootPart").Velocity=Vector3.new(0,0,0)
  5472. table.insert(htd,v)
  5473. end
  5474. end
  5475. end)
  5476. end
  5477. htd={p}
  5478. if int>=6 then
  5479. for _,v in pairs(game:service"Players":GetChildren()) do
  5480. pcall(function()
  5481. for _,c in pairs(v.Character:GetChildren()) do
  5482. if c:IsA("Part") and not inT(v,htd) and (cnOrb.CFrame.p-c.CFrame.p).magnitude<50 then
  5483. table.insert(htd,v)
  5484. 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")
  5485. hfx.Mesh.Scale=Vector3.new(2,2,2)
  5486. hfx.Mesh.MeshType=3
  5487. debris:AddItem(hfx,2)
  5488. coroutine.wrap(function()
  5489. pcall(function()
  5490. for i=0,1,0.05 do
  5491. pcall(function()
  5492. local hs=hfx.Mesh.Scale
  5493. hfx.CFrame=Lerp(hfx.CFrame,cnOrb.CFrame,i)
  5494. hfx.Mesh.Scale=Vector3.new(Tween(hs.X,0.1,i),Tween(hs.Y,0.1,i),Tween(hs.Z,0.1,i))
  5495. end)
  5496. wait()
  5497. end
  5498. hfx:Destroy()
  5499. end)
  5500. end)()
  5501. end
  5502. end
  5503. end)
  5504. end
  5505. int=0
  5506. end
  5507. if nt>=4 then
  5508. local pls={}
  5509. for _,v in pairs(game.Players:GetChildren()) do
  5510. table.insert(pls,v)
  5511. end
  5512. local ry2,ht2,ps2=newRay(cnOrb.CFrame,cnOrb.CFrame*CFrame.new(0,-1,0),1000,pls)
  5513. local pffx=nwPrt(mod3,Vector3.new(1,1,1),CFrame.new(ps2)*CFrame.new(0,10,-12),"Institutional white")
  5514. pffx.Transparency=0.4
  5515. pffx.Mesh.MeshId="rbxassetid://20329976"
  5516. pffx.Mesh.Scale=Vector3.new(cs.X-10,cs.Y/5,cs.Z-10)
  5517. debris:AddItem(pffx,2)
  5518. table.insert(pfxt,pffx)
  5519. nt=0
  5520. end
  5521. wait()
  5522. end
  5523. cnOrb:Destroy()
  5524. cnfx:Destroy()
  5525. for _,v in pairs(mod3:GetChildren()) do
  5526. v:Destroy()
  5527. end
  5528. orbt={}
  5529. stlt={}
  5530. chot={}
  5531. cfxt={}
  5532. pfxt={}
  5533. end)()
  5534. if Debounces.CanAttack == false then
  5535. Debounces.CanAttack = true
  5536. Debounces.NoIdl = false
  5537. Debounces.on = false
  5538. end
  5539. end
  5540. end
  5541. end)
  5542. ----------------------------------------------------
  5543. mouse.KeyDown:connect(function(key)
  5544. if key == "m" then
  5545. if Debounces.CanAttack == true then
  5546. Debounces.CanAttack = false
  5547. Debounces.on = true
  5548. Debounces.NoIdl = true
  5549. --[[x = Instance.new("Sound",char)
  5550. x.SoundId = "http://www.roblox.com/asset/?id=169445572"
  5551. x.Looped = false
  5552. x.Pitch = 1.1
  5553. x.Volume = 1
  5554. x:Play()
  5555. x2 = Instance.new("Sound",char)
  5556. x2.SoundId = "http://www.roblox.com/asset/?id=169380495"
  5557. x2.Looped = false
  5558. x2.Pitch = .7
  5559. x2.Volume = 1
  5560. wait(.1)
  5561. x:Play()
  5562. x2:Play()
  5563. for i = 1, 20 do
  5564. 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)
  5565. 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)
  5566. 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)
  5567. 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)
  5568. 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)
  5569. 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)
  5570. 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)
  5571. if Debounces.on == false then break end
  5572. wait()
  5573. x:Destroy()
  5574. x2:Destroy()
  5575. end
  5576. wait(1)]]--
  5577. local rng = Instance.new("Part", char)
  5578. rng.Anchored = true
  5579. rng.BrickColor = BrickColor.new("Really black")
  5580. rng.CanCollide = false
  5581. rng.FormFactor = 3
  5582. rng.Name = "Ring"
  5583. rng.Size = Vector3.new(1, 1, 1)
  5584. rng.Transparency = 0.35
  5585. rng.TopSurface = 0
  5586. rng.BottomSurface = 0
  5587. rng.Position = torso.Position - Vector3.new(0,5,0)
  5588. rng.CFrame = rng.CFrame * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  5589. local rngm = Instance.new("SpecialMesh", rng)
  5590. rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
  5591. rngm.Scale = Vector3.new(1, 1, 2)
  5592. x = Instance.new("Sound",char)
  5593. x.SoundId = "http://www.roblox.com/asset/?id=169445602"
  5594. x.Looped = false
  5595. x.Pitch = .7
  5596. x.Volume = 1
  5597. x:Play()
  5598. coroutine.wrap(function()
  5599. for i = 1, 60, 2 do
  5600. rngm.Scale = Vector3.new(2 + i*2, 2 + i*2, 1)
  5601. rng.Transparency = i/60
  5602. wait()
  5603. end
  5604. wait()
  5605. rng:Destroy()
  5606. end)()
  5607. hum.WalkSpeed = 100
  5608. BV = Instance.new("BodyVelocity", torso)
  5609. BV.maxForce = Vector3.new(0,200000,0)
  5610. BV.P = 240000
  5611. BV.velocity = Vector3.new(0,7000,0)
  5612. for i = 1, 20 do
  5613. 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)
  5614. 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)
  5615. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 1, 0) * CFrame.Angles(math.rad(40), 0, math.rad(-20)), 0.7)
  5616. 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)
  5617. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -1.8, .2) * CFrame.Angles(math.rad(-10), 0, 0), 0.7)
  5618. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -1.5, -2) * CFrame.Angles(math.rad(0), 0, 0), 0.7)
  5619. 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)
  5620. if Debounces.on == false then break end
  5621. wait()
  5622. end
  5623. x:Destroy()
  5624. BV:Destroy()
  5625. --[[for i = 1, 30 do
  5626. 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)
  5627. 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)
  5628. 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)
  5629. 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)
  5630. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -.4, -1) * CFrame.Angles(math.rad(20), 0, 0), 0.3)
  5631. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -.8, -.6) * CFrame.Angles(math.rad(-30), 0, 0), 0.3)
  5632. if Debounces.on == false then break end
  5633. wait()
  5634. end]]--
  5635. if (torso.Velocity*Vector3.new(1, 1, 1)).magnitude > 1 then
  5636. for i = 1, 30 do
  5637. 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)
  5638. 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)
  5639. 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)
  5640. 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)
  5641. 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)
  5642. 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)
  5643. 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)
  5644. if Debounces.on == false then break end
  5645. wait()
  5646. end
  5647. end
  5648. Debounces.on = false
  5649. Debounces.NoIdl = false
  5650. local ry,ht,ps=nil,nil,nil
  5651. while ht==nil do
  5652. ry,ht,ps=newRay(root.CFrame*CFrame.new(0,-2,0),root.CFrame*CFrame.new(0,-3,0),4.1,{char})
  5653. wait()
  5654. end
  5655. z = Instance.new("Sound",char)
  5656. z.SoundId = "rbxassetid://142070127"
  5657. z.Volume = 1
  5658. wait(.1)
  5659. z:Play()
  5660. Landing()
  5661. hum.WalkSpeed = 8
  5662. if Debounces.CanAttack == false then
  5663. Debounces.CanAttack = true
  5664. end
  5665. end
  5666. end
  5667. end)
  5668. ----------------------------------------------------
  5669. Grab = false
  5670. mouse.KeyDown:connect(function(key)
  5671. if key == "z" then
  5672. Debounces.on = true
  5673. Debounces.NoIdl = true
  5674. if Grab == false then
  5675. gp = nil
  5676. con1=larm.Touched:connect(function(hit) -- this is grab
  5677. ht = hit.Parent
  5678. hum1=ht:FindFirstChild('Humanoid')
  5679. if hum1 ~= nil then
  5680. hum1.PlatformStand=true
  5681. gp = ht
  5682. Grab = true
  5683. asd=weld5(larm,ht:FindFirstChild("Torso"),CFrame.new(0,-3.3,0),CFrame.new(0,0,0))
  5684. asd.Parent = larm
  5685. asd.Name = "asd"
  5686. asd.C0=asd.C0*CFrame.Angles(math.rad(-90),0,0)
  5687. con1:disconnect()
  5688. elseif hum1 ~= nil then
  5689. con1:disconnect()
  5690. wait() return
  5691. end
  5692. end)
  5693. for i = 1, 18 do
  5694. 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)
  5695. 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)
  5696. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(0),0), 0.2)
  5697. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.8, 0) * CFrame.Angles(math.rad(-60), math.rad(0), 0), 0.2)
  5698. 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)
  5699. 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)
  5700. 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)
  5701. if Debounces.on == false then break end
  5702. wait()
  5703. end
  5704. con1:disconnect()
  5705. Debounces.on = false
  5706. Debounces.NoIdl = false
  5707. elseif Grab == true then
  5708. Grab = false
  5709. for i = 1, 20 do
  5710. 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)
  5711. 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)
  5712. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(0),0), 0.2)
  5713. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(0), 0), 0.2)
  5714. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.2)
  5715. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.2)
  5716. 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)
  5717. if Debounces.on == false then end
  5718. wait()
  5719. end
  5720. if gp ~= nil then
  5721. for i,v in pairs(larm:GetChildren()) do
  5722. if v.Name == "asd" and v:IsA("Weld") then
  5723. v:Remove()
  5724. end
  5725. end
  5726. bv = Instance.new("BodyVelocity",gp:FindFirstChild("Torso"))
  5727. bv.maxForce = Vector3.new(400000, 400000, 400000)
  5728. bv.P = 125000
  5729. bv.velocity = char.Head.CFrame.lookVector * 200
  5730. for i = 1, 12 do
  5731. 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)
  5732. if Debounces.on == false then end
  5733. wait()
  5734. end--
  5735. ht=nil
  5736. Spawn(function()
  5737. wait(0.5)
  5738. bv:Destroy()
  5739. end)
  5740. Debounces.on = false
  5741. Debounces.NoIdl = false
  5742. elseif ht == nil then wait()
  5743. Grab = false
  5744. Debounces.on = false
  5745. Debounces.NoIdl = false
  5746. end
  5747. end
  5748. end
  5749. end)
  5750. ----------------------------------------------------
  5751. mouse.KeyDown:connect(function(key)
  5752. if string.byte(key) == 52 then
  5753. char.Humanoid.WalkSpeed = 21
  5754. end
  5755. end)
  5756. mouse.KeyUp:connect(function(key)
  5757. if string.byte(key) == 52 then
  5758. char.Humanoid.WalkSpeed = 5
  5759. end
  5760. end)
  5761. ----------------------------------------------------
  5762. Change = false
  5763. mouse.KeyDown:connect(function(key)
  5764. if key == "n" then
  5765. if Change == false then
  5766. Change = true
  5767. stanceToggle = "Normal2"
  5768. elseif Change == true then
  5769. Change = false
  5770. stanceToggle = "Normal"
  5771. end
  5772. end
  5773. end)
  5774. ----------------------------------------------------
  5775. local animpose = "Idle"
  5776. local lastanimpose = "Idle"
  5777. local sine = 0
  5778. local change = 1
  5779. local val = 0
  5780. local ffing = false
  5781. local och = 0
  5782. ----------------------------------------------------
  5783. game:GetService("RunService").RenderStepped:connect(function()
  5784. --[[if char.Humanoid.Jump == true then
  5785. jump = true
  5786. else
  5787. jump = false
  5788. end]]
  5789. char.Humanoid.FreeFalling:connect(function(f)
  5790. if f then
  5791. ffing = true
  5792. else
  5793. ffing = false
  5794. end
  5795. end)
  5796. sine = sine + change
  5797. if jumpn == true then
  5798. animpose = "Jumping"
  5799. elseif ffing == true then
  5800. animpose = "Freefalling"
  5801. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 2 then
  5802. animpose = "Idle"
  5803. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 20 then
  5804. animpose = "Walking"
  5805. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude > 20 then
  5806. animpose = "Running"
  5807. end
  5808. if animpose ~= lastanimpose then
  5809. sine = 0
  5810. if Debounces.NoIdl == false then
  5811. if animpose == "Idle" then
  5812. for i = 1, 2 do
  5813. 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)
  5814. 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)
  5815. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(0),0), 0.2)
  5816. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(0), 0), 0.2)
  5817. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.2)
  5818. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.2)
  5819. 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)
  5820. end
  5821. elseif animpose == "Walking" then
  5822. for i = 1, 2 do
  5823. 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)
  5824. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, .9, 0)*CFrame.Angles(0, math.rad(1), math.rad(-10)), 0.2)
  5825. 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)
  5826. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(-4), 0, math.rad(0)), 0.2)
  5827. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, -.05) * CFrame.Angles(math.rad(-18), 0, 0), .4)
  5828. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, -.05) * CFrame.Angles(math.rad(-18), 0, 0), .4)
  5829. 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)
  5830. end
  5831. elseif animpose == "Running" then
  5832. for i = 1, 2 do
  5833. 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)
  5834. 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)
  5835. 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)
  5836. 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)
  5837. 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)
  5838. 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)
  5839. 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)
  5840. end
  5841. rs:wait(2)
  5842. end
  5843. else
  5844. end
  5845. end
  5846. lastanimpose = animpose
  5847. if Debounces.NoIdl == false then
  5848. if animpose == "Idle" then
  5849. if stanceToggle == "Normal" then
  5850. change = 0.5
  5851. 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)
  5852. 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)
  5853. 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)
  5854. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-40), 0), 0.2)
  5855. 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)
  5856. 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)
  5857. 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)
  5858. elseif stanceToggle == "Sitting" then
  5859. 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)
  5860. 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)
  5861. 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)
  5862. 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)
  5863. 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)
  5864. 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)
  5865. 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)
  5866. elseif stanceToggle == "Normal2" then
  5867. 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)
  5868. 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)
  5869. 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)
  5870. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(40), 0), 0.2)
  5871. 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)
  5872. 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)
  5873. 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)
  5874. end
  5875. elseif animpose == "Walking" then
  5876. if stanceToggle == "Normal" then
  5877. change = 1
  5878. 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)
  5879. 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)
  5880. 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)
  5881. 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)
  5882. 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)
  5883. 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)
  5884. 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)
  5885. elseif stanceToggle == "Normal2" then
  5886. 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)
  5887. 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)
  5888. 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)
  5889. 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)
  5890. 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)
  5891. 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)
  5892. 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)
  5893. end
  5894. elseif animpose == "Running" then
  5895. change = 1
  5896. 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)
  5897. 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)
  5898. 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)
  5899. 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)
  5900. 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)
  5901. 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)
  5902. 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)
  5903. end
  5904. end
  5905. och=och+1
  5906. for _,v in pairs(orbt) do
  5907. pcall(function()
  5908. 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)))
  5909. end)
  5910. end
  5911. for _,v in pairs(stlt) do
  5912. pcall(function()
  5913. v.CFrame=larm.CFrame*CFrame.new(0,-3.5-(cns/2),-0.1)
  5914. end)
  5915. end
  5916. for _,v in pairs(chot) do
  5917. pcall(function()
  5918. v.CFrame=Lerp(v.CFrame,cnOrb.CFrame,0.1)
  5919. 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))
  5920. end)
  5921. end
  5922. for _,v in pairs(cfxt) do
  5923. pcall(function()
  5924. local vs=v.Mesh.Scale
  5925. v.Mesh.Scale=Vector3.new(vs.x+0.5,vs.y+0.1,vs.z+0.5)
  5926. v.Transparency=v.Transparency+0.05
  5927. end)
  5928. end
  5929. for _,v in pairs(pfxt) do
  5930. pcall(function()
  5931. local vs=v.Mesh.Scale
  5932. v.Mesh.Scale=Vector3.new(vs.x+2,vs.y+0.5,vs.z+2)
  5933. v.Transparency=v.Transparency+0.025
  5934. end)
  5935. end
  5936. end)
  5937.  
  5938. -------------------------------------------------------------------------------------
  5939.  
  5940. local Color = ColorSequence.new(Color3.new(255,255,255), Color3.new(0,0,0))
  5941.  
  5942. local Num = .8
  5943.  
  5944. local Num2 = 6 -------------Mods:1,4,8,10,15,20-------------------------------------
  5945. local Size = 0.4
  5946. local Rate = 300
  5947. -------------------------------------------------------------------------------------
  5948. local Player = game:service'Players'.LocalPlayer
  5949. local Character = Player.Character
  5950. Torso = Character:WaitForChild'Torso'
  5951.  
  5952. local Wing1 = Instance.new("Part",Character)
  5953. Wing1.FormFactor = Enum.FormFactor.Custom
  5954. Wing1.Size = Vector3.new(.2, .2, .2)
  5955. Wing1.Name = "WIng_1"
  5956.  
  5957. local fire = Instance.new("ParticleEmitter", Wing1)
  5958. fire.VelocitySpread = 0
  5959. fire.Lifetime = NumberRange.new(2)
  5960. fire.Acceleration = Vector3.new(0, 2, 2)
  5961. fire.RotSpeed = NumberRange.new(10)
  5962. fire.Rate = Rate
  5963. fire.Rotation = NumberRange.new(1515)
  5964. fire.Name = "Fire"
  5965. fire.LightEmission = 0
  5966. fire.LockedToPart = true
  5967. fire.Texture = "http://www.roblox.com/asset/?id=42305693"
  5968. fire.Color = ColorSequence.new(Color3.new(0,0,0), Color3.new(0,0,0))
  5969. fire.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, Size), NumberSequenceKeypoint.new(1, Size)})
  5970.  
  5971. local Wing2 = Instance.new("Part",Character)
  5972. Wing2.FormFactor = Enum.FormFactor.Custom
  5973. Wing2.Size = Vector3.new(.2, .2, .2)
  5974. Wing2.Name = "WIng_2"
  5975.  
  5976. local fire = Instance.new("ParticleEmitter", Wing2)
  5977. fire.VelocitySpread = 0
  5978. fire.Lifetime = NumberRange.new(2)
  5979. fire.Acceleration = Vector3.new(0, 4, 4)
  5980. fire.RotSpeed = NumberRange.new(10)
  5981. fire.Rate = Rate
  5982. fire.Rotation = NumberRange.new(1515)
  5983. fire.Name = "Fire"
  5984. fire.LightEmission = 1
  5985. fire.LockedToPart = true
  5986. fire.Texture = "rbxasset://textures/particles/explosion01_implosion_main.dds"
  5987. fire.Color = ColorSequence.new(Color3.new(255,255,255), Color3.new(255,255,255))
  5988. fire.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, Size), NumberSequenceKeypoint.new(1, Size)})
  5989. local x,y,z = 0,-1,-6
  5990.  
  5991. Wld = function(a,b,cf)
  5992. local Weld = Instance.new('Weld',a)
  5993. Weld.Part0 = a
  5994. Weld.Part1 = b
  5995. Weld.C1 = cf
  5996. return Weld
  5997. end
  5998.  
  5999. local wld = Wld(Torso,Wing1,CFrame.new(0,0,-.5)*CFrame.Angles(-math.rad(90),-math.rad(20),-math.rad(90)))
  6000. local wld2 = Wld(Torso,Wing2,CFrame.new(0,0,.5)*CFrame.Angles(-math.rad(90),-math.rad(20),-math.rad(90)))
  6001.  
  6002.  
  6003. game:service'RunService'.Stepped:connect(function()
  6004. z = 6+math.sin(tick()*2)
  6005. y = -1+math.sin(tick()*Num)*Num2
  6006. Wing1.Fire.Acceleration = Vector3.new(x,y,z)
  6007. Wing2.Fire.Acceleration = Vector3.new(x,y,-z)
  6008. end)
  6009. ------------------------------------------------------------------------------------------------
  6010. local Player = game:service'Players'.LocalPlayer
  6011. local Character = Player.Character
  6012. Torso = Character:WaitForChild'Torso'
  6013.  
  6014. local Wing1 = Instance.new("Part",Character)
  6015. Wing1.FormFactor = Enum.FormFactor.Custom
  6016. Wing1.Size = Vector3.new(.2, .2, .2)
  6017. Wing1.Name = "WIng_1"
  6018.  
  6019. local fire = Instance.new("ParticleEmitter", Wing1)
  6020. fire.VelocitySpread = 0
  6021. fire.Lifetime = NumberRange.new(2.5)
  6022. fire.Acceleration = Vector3.new(0, 4, 4)
  6023. fire.RotSpeed = NumberRange.new(10)
  6024. fire.Rate = Rate
  6025. fire.Rotation = NumberRange.new(1515)
  6026. fire.Name = "Fire"
  6027. fire.LightEmission = 0
  6028. fire.LockedToPart = true
  6029. fire.Texture = "http://www.roblox.com/asset/?id=42305693"
  6030. fire.Color = ColorSequence.new(Color3.new(0,0,0), Color3.new(0,0,0))
  6031. fire.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, Size), NumberSequenceKeypoint.new(1, Size)})
  6032.  
  6033. local Wing2 = Instance.new("Part",Character)
  6034. Wing2.FormFactor = Enum.FormFactor.Custom
  6035. Wing2.Size = Vector3.new(.2, .2, .2)
  6036. Wing2.Name = "WIng_2"
  6037.  
  6038. local fire = Instance.new("ParticleEmitter", Wing2)
  6039. fire.VelocitySpread = 0
  6040. fire.Lifetime = NumberRange.new(2.5)
  6041. fire.Acceleration = Vector3.new(0, 4, 4)
  6042. fire.RotSpeed = NumberRange.new(10)
  6043. fire.Rate = Rate
  6044. fire.Rotation = NumberRange.new(1515)
  6045. fire.Name = "Fire"
  6046. fire.LightEmission = 1
  6047. fire.LockedToPart = true
  6048. fire.Texture = "rbxasset://textures/particles/explosion01_implosion_main.dds"
  6049. fire.Color = ColorSequence.new(Color3.new(255,255,255), Color3.new(255,255,255))
  6050. fire.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, Size), NumberSequenceKeypoint.new(1, Size)})
  6051. local x,y,z = 0,-1,-6
  6052.  
  6053. Wld = function(a,b,cf)
  6054. local Weld = Instance.new('Weld',a)
  6055. Weld.Part0 = a
  6056. Weld.Part1 = b
  6057. Weld.C1 = cf
  6058. return Weld
  6059. end
  6060.  
  6061. local wld = Wld(Torso,Wing1,CFrame.new(0,0,-.5)*CFrame.Angles(-math.rad(90),-math.rad(30),-math.rad(90)))
  6062. local wld2 = Wld(Torso,Wing2,CFrame.new(0,0,.5)*CFrame.Angles(-math.rad(90),-math.rad(30),-math.rad(90)))
  6063.  
  6064. print'Loaded'
  6065.  
  6066. game:service'RunService'.Stepped:connect(function()
  6067. z = 6+math.sin(tick()*2)
  6068. y = -1+math.sin(tick()*Num)*Num2
  6069. Wing1.Fire.Acceleration = Vector3.new(x,y,z)
  6070. Wing2.Fire.Acceleration = Vector3.new(x,y,-z)
  6071. end)
  6072.  
  6073. ------------------------------------------------------------------------------------------------
  6074. local Player = game:service'Players'.LocalPlayer
  6075. local Character = Player.Character
  6076. Torso = Character:WaitForChild'Torso'
  6077.  
  6078. local Wing1 = Instance.new("Part",Character)
  6079. Wing1.FormFactor = Enum.FormFactor.Custom
  6080. Wing1.Size = Vector3.new(.2, .2, .2)
  6081. Wing1.Name = "WIng_1"
  6082.  
  6083. local fire = Instance.new("ParticleEmitter", Wing1)
  6084. fire.VelocitySpread = 0
  6085. fire.Lifetime = NumberRange.new(2.8)
  6086. fire.Acceleration = Vector3.new(0, 4, 4)
  6087. fire.RotSpeed = NumberRange.new(10)
  6088. fire.Rate = Rate
  6089. fire.Rotation = NumberRange.new(1515)
  6090. fire.Name = "Fire"
  6091. fire.LightEmission = 0
  6092. fire.LockedToPart = true
  6093. fire.Texture = "http://www.roblox.com/asset/?id=42305693"
  6094. fire.Color = ColorSequence.new(Color3.new(0,0,0), Color3.new(0,0,0))
  6095. fire.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, Size), NumberSequenceKeypoint.new(1, Size)})
  6096.  
  6097. local Wing2 = Instance.new("Part",Character)
  6098. Wing2.FormFactor = Enum.FormFactor.Custom
  6099. Wing2.Size = Vector3.new(.2, .2, .2)
  6100. Wing2.Name = "WIng_2"
  6101.  
  6102. local fire = Instance.new("ParticleEmitter", Wing2)
  6103. fire.VelocitySpread = 0
  6104. fire.Lifetime = NumberRange.new(2.8)
  6105. fire.Acceleration = Vector3.new(0, 4, 4)
  6106. fire.RotSpeed = NumberRange.new(10)
  6107. fire.Rate = Rate
  6108. fire.Rotation = NumberRange.new(1515)
  6109. fire.Name = "Fire"
  6110. fire.LightEmission = 1
  6111. fire.LockedToPart = true
  6112. fire.Texture = "rbxasset://textures/particles/explosion01_implosion_main.dds"
  6113. fire.Color = ColorSequence.new(Color3.new(255,255,255), Color3.new(255,255,255))
  6114. fire.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, Size), NumberSequenceKeypoint.new(1, Size)})
  6115. local x,y,z = 0,-1,-6
  6116.  
  6117. Wld = function(a,b,cf)
  6118. local Weld = Instance.new('Weld',a)
  6119. Weld.Part0 = a
  6120. Weld.Part1 = b
  6121. Weld.C1 = cf
  6122. return Weld
  6123. end
  6124.  
  6125. local wld = Wld(Torso,Wing1,CFrame.new(0,0,-.5)*CFrame.Angles(-math.rad(90),-math.rad(40),-math.rad(90)))
  6126. local wld2 = Wld(Torso,Wing2,CFrame.new(0,0,.5)*CFrame.Angles(-math.rad(90),-math.rad(40),-math.rad(90)))
  6127.  
  6128. print'Loaded'
  6129.  
  6130. game:service'RunService'.Stepped:connect(function()
  6131. z = 6+math.sin(tick()*2)
  6132. y = -1+math.sin(tick()*Num)*Num2
  6133. Wing1.Fire.Acceleration = Vector3.new(x,y,z)
  6134. Wing2.Fire.Acceleration = Vector3.new(x,y,-z)
  6135. end)
  6136.  
  6137. ------------------------------------------------------------------------------------------------
  6138. local Player = game:service'Players'.LocalPlayer
  6139. local Character = Player.Character
  6140. Torso = Character:WaitForChild'Torso'
  6141.  
  6142. local Wing1 = Instance.new("Part",Character)
  6143. Wing1.FormFactor = Enum.FormFactor.Custom
  6144. Wing1.Size = Vector3.new(.2, .2, .2)
  6145. Wing1.Name = "WIng_1"
  6146.  
  6147. local fire = Instance.new("ParticleEmitter", Wing1)
  6148. fire.VelocitySpread = 0
  6149. fire.Lifetime = NumberRange.new(3)
  6150. fire.Acceleration = Vector3.new(0, 4, 4)
  6151. fire.RotSpeed = NumberRange.new(10)
  6152. fire.Rate = Rate
  6153. fire.Rotation = NumberRange.new(1515)
  6154. fire.Name = "Fire"
  6155. fire.LightEmission = 0
  6156. fire.LockedToPart = true
  6157. fire.Texture = "http://www.roblox.com/asset/?id=42305693"
  6158. fire.Color = ColorSequence.new(Color3.new(0,0,0), Color3.new(0,0,0))
  6159. fire.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, Size), NumberSequenceKeypoint.new(1, Size)})
  6160.  
  6161. local Wing2 = Instance.new("Part",Character)
  6162. Wing2.FormFactor = Enum.FormFactor.Custom
  6163. Wing2.Size = Vector3.new(.2, .2, .2)
  6164. Wing2.Name = "WIng_2"
  6165.  
  6166. local fire = Instance.new("ParticleEmitter", Wing2)
  6167. fire.VelocitySpread = 0
  6168. fire.Lifetime = NumberRange.new(3)
  6169. fire.Acceleration = Vector3.new(0, 4, 4)
  6170. fire.RotSpeed = NumberRange.new(10)
  6171. fire.Rate = Rate
  6172. fire.Rotation = NumberRange.new(1515)
  6173. fire.Name = "Fire"
  6174. fire.LightEmission = 1
  6175. fire.LockedToPart = true
  6176. fire.Texture = "rbxasset://textures/particles/explosion01_implosion_main.dds"
  6177. fire.Color = ColorSequence.new(Color3.new(255,255,255), Color3.new(255,255,255))
  6178. fire.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, Size), NumberSequenceKeypoint.new(1, Size)})
  6179. local x,y,z = 0,-1,-6
  6180.  
  6181. Wld = function(a,b,cf)
  6182. local Weld = Instance.new('Weld',a)
  6183. Weld.Part0 = a
  6184. Weld.Part1 = b
  6185. Weld.C1 = cf
  6186. return Weld
  6187. end
  6188.  
  6189. local wld = Wld(Torso,Wing1,CFrame.new(0,0,-.5)*CFrame.Angles(-math.rad(90),-math.rad(50),-math.rad(90)))
  6190. local wld2 = Wld(Torso,Wing2,CFrame.new(0,0,.5)*CFrame.Angles(-math.rad(90),-math.rad(50),-math.rad(90)))
  6191.  
  6192. print'Loaded'
  6193.  
  6194. game:service'RunService'.Stepped:connect(function()
  6195. z = 6+math.sin(tick()*2)
  6196. y = -1+math.sin(tick()*Num)*Num2
  6197. Wing1.Fire.Acceleration = Vector3.new(x,y,z)
  6198. Wing2.Fire.Acceleration = Vector3.new(x,y,-z)
  6199. end)
  6200.  
  6201. ------------------------------------------------------------------------------------------------
  6202. local Player = game:service'Players'.LocalPlayer
  6203. local Character = Player.Character
  6204. Torso = Character:WaitForChild'Torso'
  6205.  
  6206. local Wing1 = Instance.new("Part",Character)
  6207. Wing1.FormFactor = Enum.FormFactor.Custom
  6208. Wing1.Size = Vector3.new(.2, .2, .2)
  6209. Wing1.Name = "WIng_1"
  6210.  
  6211. local fire = Instance.new("ParticleEmitter", Wing1)
  6212. fire.VelocitySpread = 0
  6213. fire.Lifetime = NumberRange.new(3.1)
  6214. fire.Acceleration = Vector3.new(0, 4, 4)
  6215. fire.RotSpeed = NumberRange.new(10)
  6216. fire.Rate = Rate
  6217. fire.Rotation = NumberRange.new(1515)
  6218. fire.Name = "Fire"
  6219. fire.LightEmission = 0
  6220. fire.LockedToPart = true
  6221. fire.Texture = "http://www.roblox.com/asset/?id=42305693"
  6222. fire.Color = ColorSequence.new(Color3.new(0,0,0), Color3.new(0,0,0))
  6223. fire.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, Size), NumberSequenceKeypoint.new(1, Size)})
  6224.  
  6225. local Wing2 = Instance.new("Part",Character)
  6226. Wing2.FormFactor = Enum.FormFactor.Custom
  6227. Wing2.Size = Vector3.new(.2, .2, .2)
  6228. Wing2.Name = "WIng_2"
  6229.  
  6230. local fire = Instance.new("ParticleEmitter", Wing2)
  6231. fire.VelocitySpread = 0
  6232. fire.Lifetime = NumberRange.new(3.1)
  6233. fire.Acceleration = Vector3.new(0, 4, 4)
  6234. fire.RotSpeed = NumberRange.new(10)
  6235. fire.Rate = Rate
  6236. fire.Rotation = NumberRange.new(1515)
  6237. fire.Name = "Fire"
  6238. fire.LightEmission = 1
  6239. fire.LockedToPart = true
  6240. fire.Texture = "rbxasset://textures/particles/explosion01_implosion_main.dds"
  6241. fire.Color = ColorSequence.new(Color3.new(255,255,255), Color3.new(255,255,255))
  6242. fire.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, Size), NumberSequenceKeypoint.new(1, Size)})
  6243. local x,y,z = 0,-1,-6
  6244.  
  6245. Wld = function(a,b,cf)
  6246. local Weld = Instance.new('Weld',a)
  6247. Weld.Part0 = a
  6248. Weld.Part1 = b
  6249. Weld.C1 = cf
  6250. return Weld
  6251. end
  6252.  
  6253. local wld = Wld(Torso,Wing1,CFrame.new(0,0,-.5)*CFrame.Angles(-math.rad(90),-math.rad(60),-math.rad(90)))
  6254. local wld2 = Wld(Torso,Wing2,CFrame.new(0,0,.5)*CFrame.Angles(-math.rad(90),-math.rad(60),-math.rad(90)))
  6255.  
  6256. print'Loaded'
  6257.  
  6258. game:service'RunService'.Stepped:connect(function()
  6259. z = 6+math.sin(tick()*2)
  6260. y = -1+math.sin(tick()*Num)*Num2
  6261. Wing1.Fire.Acceleration = Vector3.new(x,y,z)
  6262. Wing2.Fire.Acceleration = Vector3.new(x,y,-z)
  6263. end)
  6264.  
  6265. Player=game:GetService('Players').LocalPlayer
  6266. Character=Player.Character
  6267. Mouse=Player:GetMouse()
  6268. m=Instance.new('Model',Character)
  6269.  
  6270.  
  6271. local function weldBetween(a, b)
  6272. local weldd = Instance.new("ManualWeld")
  6273. weldd.Part0 = a
  6274. weldd.Part1 = b
  6275. weldd.C0 = CFrame.new()
  6276. weldd.C1 = b.CFrame:inverse() * a.CFrame
  6277. weldd.Parent = a
  6278. return weldd
  6279. end
  6280.  
  6281. it=Instance.new
  6282.  
  6283. function nooutline(part)
  6284. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  6285. end
  6286.  
  6287. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  6288. local fp=it("Part")
  6289. fp.formFactor=formfactor
  6290. fp.Parent=parent
  6291. fp.Reflectance=reflectance
  6292. fp.Transparency=transparency
  6293. fp.CanCollide=false
  6294. fp.Locked=true
  6295. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  6296. fp.Name=name
  6297. fp.Size=size
  6298. fp.Position=Character.Torso.Position
  6299. nooutline(fp)
  6300. fp.Material=material
  6301. fp:BreakJoints()
  6302. return fp
  6303. end
  6304.  
  6305. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  6306. local mesh=it(Mesh)
  6307. mesh.Parent=part
  6308. if Mesh=="SpecialMesh" then
  6309. mesh.MeshType=meshtype
  6310. mesh.MeshId=meshid
  6311. end
  6312. mesh.Offset=offset
  6313. mesh.Scale=scale
  6314. return mesh
  6315. end
  6316.  
  6317. function weld(parent,part0,part1,c0,c1)
  6318. local weld=it("Weld")
  6319. weld.Parent=parent
  6320. weld.Part0=part0
  6321. weld.Part1=part1
  6322. weld.C0=c0
  6323. weld.C1=c1
  6324. return weld
  6325. end
  6326.  
  6327. BladeEnd=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle",Vector3.new(0.333970994, 2.40790987, 0.825482368))
  6328. 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))
  6329. mesh("BlockMesh",BladeEnd,"","",Vector3.new(0, 0, 0),Vector3.new(0.807545543, 1, 1))
  6330. Blade=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Blade",Vector3.new(0.333970994, 2.93125677, 0.825482368))
  6331. 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))
  6332. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.807545543, 1, 1))
  6333. Blade=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Blade",Vector3.new(0.333970994, 0.442278117, 0.333971083))
  6334. 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))
  6335. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.807545543, 1, 0.522144258))
  6336. Blade=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Blade",Vector3.new(0.333970994, 0.426588923, 0.333971083))
  6337. 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))
  6338. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.807545543, 1, 0.834210217))
  6339. Blade=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Blade",Vector3.new(0.333970994, 0.442278117, 0.333971083))
  6340. 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))
  6341. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.807545543, 1, 0.522144258))
  6342. Blade=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Blade",Vector3.new(0.333970994, 3.13969851, 0.398512334))
  6343. 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))
  6344. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.807545543, 1, 1))
  6345. Blade=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Blade",Vector3.new(0.333970994, 0.426588923, 0.333971083))
  6346. 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))
  6347. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.807545543, 1, 0.522144258))
  6348. BladeNeon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","BladeNeon",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  6349. 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))
  6350. mesh("BlockMesh",BladeNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.898145258, 0.884725809, 0.0892784372))
  6351. BladeNeon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","BladeNeon",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  6352. 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))
  6353. mesh("BlockMesh",BladeNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.898145258, 0.12972711, 0.0892784372))
  6354. BladeNeon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","BladeNeon",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  6355. 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))
  6356. mesh("BlockMesh",BladeNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.898145258, 0.616281807, 0.0892784372))
  6357. BladeNeon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","BladeNeon",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  6358. 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))
  6359. mesh("BlockMesh",BladeNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.898145258, 0.794125915, 0.0892784372))
  6360. BladeNeon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","BladeNeon",Vector3.new(0.333970994, 0.452364713, 0.333971083))
  6361. 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))
  6362. mesh("BlockMesh",BladeNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.898145258, 1, 0.0892784372))
  6363. BladeNeon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","BladeNeon",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  6364. 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))
  6365. mesh("BlockMesh",BladeNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.898145258, 0.34112677, 0.0892784372))
  6366. BladeNeon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","BladeNeon",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  6367. 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))
  6368. mesh("BlockMesh",BladeNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.898145258, 0.12972711, 0.0892784372))
  6369. BladeNeon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","BladeNeon",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  6370. 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))
  6371. mesh("BlockMesh",BladeNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.898145258, 0.12972711, 0.0892784372))
  6372. BladeNeon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","BladeNeon",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  6373. 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))
  6374. mesh("BlockMesh",BladeNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.898145258, 0.12972711, 0.0892784372))
  6375. BladeNeon=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Really black","BladeNeon",Vector3.new(0.333970994, 0.672227144, 1.760818))
  6376. 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))
  6377. mesh("SpecialMesh",BladeNeon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.774613976, 1, 1))
  6378. BladeNeon=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Really black","BladeNeon",Vector3.new(0.333970994, 5.69591618, 0.333971083))
  6379. 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))
  6380. mesh("BlockMesh",BladeNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.844456613, 1, 0.458388805))
  6381. BladeNeon=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Really black","BladeNeon",Vector3.new(0.333970994, 8.72168827, 1.36339724))
  6382. 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))
  6383. mesh("BlockMesh",BladeNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.760567904, 1, 1))
  6384. BladeNeon=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Really black","BladeNeon",Vector3.new(0.333970994, 0.681192338, 1.760818))
  6385. 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))
  6386. mesh("SpecialMesh",BladeNeon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.767835736, 1, 1))
  6387. Handle=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Handle",Vector3.new(0.333970994, 3.65670252, 0.333971083))
  6388. 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))
  6389. mesh("CylinderMesh",Handle,"","",Vector3.new(0, 0, 0),Vector3.new(0.677820504, 1, 0.80868715))
  6390. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  6391. 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))
  6392. mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.744931459, 0.671109915, 0.567087829))
  6393. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 1.90585577, 1.45080817))
  6394. 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))
  6395. mesh("BlockMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(0.8276788, 1, 1))
  6396. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.333971083, 0.562836468))
  6397. 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))
  6398. mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.859341383, 0.814899206, 1))
  6399. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.615819991, 1.04920125))
  6400. 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))
  6401. mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.847812057, 1, 1))
  6402. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.730286956, 0.333971083))
  6403. 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))
  6404. mesh("BlockMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(0.837745428, 1, 0.270477563))
  6405. Handle2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.51886344, 0.333971083, 0.636532664))
  6406. 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))
  6407. mesh("CylinderMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.842242956, 1))
  6408. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.66064626, 1.13885355))
  6409. 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))
  6410. mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.8276788, 1, 1))
  6411. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.750458777, 0.333971083))
  6412. 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))
  6413. mesh("BlockMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(0.837745428, 1, 0.270477563))
  6414. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.333971083, 2.43250322))
  6415. 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))
  6416. mesh("BlockMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(0.8276788, 0.827679455, 1))
  6417. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.477399707, 0.333971083))
  6418. 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))
  6419. mesh("BlockMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(0.754998088, 1, 0.671109617))
  6420. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  6421. 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))
  6422. mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.744931459, 0.671109915, 0.781843007))
  6423. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 1.71422374, 0.527387738))
  6424. 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))
  6425. mesh("BlockMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(0.869846582, 1, 1))
  6426. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  6427. 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))
  6428. mesh("BlockMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(0.8276788, 0.827679455, 0.414765924))
  6429. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 1.23496354, 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.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))
  6431. mesh("BlockMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(0.754998088, 1, 0.637554169))
  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.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))
  6434. mesh("BlockMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(0.754998088, 0.452999234, 0.452998996))
  6435. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.333971083, 0.963326454))
  6436. 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))
  6437. mesh("BlockMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(0.8276788, 0.827679455, 1))
  6438. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.333971083, 0.963326454))
  6439. 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))
  6440. mesh("BlockMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(0.8276788, 0.827679455, 1))
  6441. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.530070603, 0.595068455))
  6442. 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))
  6443. mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.744931459, 1, 1))
  6444. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.452745259, 0.333971083))
  6445. 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))
  6446. mesh("BlockMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(0.754998088, 1, 0.671109617))
  6447. Handle2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.333971083, 0.356368661))
  6448. 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))
  6449. mesh("CylinderMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(0.788553476, 0.718087614, 1))
  6450. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.391848803, 0.756001353))
  6451. 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))
  6452. mesh("BlockMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(0.8276788, 1, 1))
  6453. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.333971083, 0.562836468))
  6454. 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))
  6455. mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.859341383, 0.814899206, 1))
  6456. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.333971083, 0.562836468))
  6457. 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))
  6458. mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.859341383, 0.814899206, 1))
  6459. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.66064626, 1.13885355))
  6460. 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))
  6461. mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.8276788, 1, 1))
  6462. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.333971083, 0.562836468))
  6463. 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))
  6464. mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.859341383, 0.814899206, 1))
  6465. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  6466. 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))
  6467. mesh("BlockMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(0.837745428, 0.683390796, 0.723476529))
  6468. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.615819991, 1.04920125))
  6469. 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))
  6470. mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.847812057, 1, 1))
  6471. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.66064626, 1.13885355))
  6472. 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))
  6473. mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.8276788, 1, 1))
  6474. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.333971083, 0.562836468))
  6475. 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))
  6476. mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.859341383, 0.814899206, 1))
  6477. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.333971083, 0.562836468))
  6478. 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))
  6479. mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.859341383, 0.814899206, 1))
  6480. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.333971083, 0.562836468))
  6481. 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))
  6482. mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.859341383, 0.814899206, 1))
  6483. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.66064626, 1.13885355))
  6484. 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))
  6485. mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.8276788, 1, 1))
  6486. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 1.71422374, 0.527387738))
  6487. 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))
  6488. mesh("BlockMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(0.861234307, 1, 1))
  6489. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.333971083, 0.562836468))
  6490. 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))
  6491. mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.859341383, 0.814899206, 1))
  6492. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.391848803, 0.756001353))
  6493. 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))
  6494. mesh("BlockMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(0.8276788, 1, 1))
  6495. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.397666305, 1.13997447))
  6496. 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))
  6497. mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.798337698, 1, 1))
  6498. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.435768574, 1.13997447))
  6499. 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))
  6500. mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.805115938, 1, 1))
  6501. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.477399707, 0.333971083))
  6502. 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))
  6503. mesh("BlockMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(0.754998088, 1, 0.671109617))
  6504. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  6505. 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))
  6506. mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.744931459, 0.671109915, 0.781843007))
  6507. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  6508. 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))
  6509. mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.744931459, 0.671109915, 0.563732326))
  6510. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.333971083, 0.652221978))
  6511. 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))
  6512. mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.744931459, 0.523465693, 1))
  6513. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.333971083, 0.534553051))
  6514. 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))
  6515. mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.744931459, 0.671109915, 1))
  6516. Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 1.76913583, 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.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))
  6518. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.851167679, 1, 0.444966584))
  6519. Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.615819991, 1.04920125))
  6520. 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))
  6521. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.837745428, 1, 1))
  6522. Neon=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  6523. 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))
  6524. mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.402665645, 0.832176328, 0.80868715))
  6525. Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.36180529, 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.197305202, 1.52207947, -1, 3.86452302e-006, -5.11141843e-006, -5.13588748e-006, -0.00727250986, 0.99998033, 3.81655991e-006, 0.999976933, 0.00727252662))
  6527. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.834055364, 1, 1))
  6528. Neon=part(Enum.FormFactor.Brick,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(-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))
  6530. mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.402665645, 0.832176328, 0.80868715))
  6531. Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.360684603, 0.53818208))
  6532. 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))
  6533. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.834055364, 1, 1))
  6534. Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.333971083, 0.403703302))
  6535. 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))
  6536. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.834055364, 0.526321769, 1))
  6537. Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.333971083, 0.53818208))
  6538. 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))
  6539. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.834055364, 0.190766811, 1))
  6540. Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.333971083, 0.403703302))
  6541. 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))
  6542. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.834055364, 0.526321769, 1))
  6543. Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.615819991, 1.04920125))
  6544. 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))
  6545. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.837745428, 1, 1))
  6546. Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  6547. 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))
  6548. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.834055364, 0.526321769, 0.873242319))
  6549. Neon=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  6550. 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))
  6551. mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.402665645, 0.832176328, 0.80868715))
  6552. Neon=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  6553. 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))
  6554. mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.402665645, 0.761709809, 0.80868715))
  6555. Neon=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  6556. 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))
  6557. mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.402665645, 0.761709809, 0.80868715))
  6558. Neon=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  6559. 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))
  6560. mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.402665645, 0.761709809, 0.80868715))
  6561. Neon=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  6562. 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))
  6563. mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.402665645, 0.761709809, 0.80868715))
  6564. Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.633004189, 1.13885355))
  6565. 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))
  6566. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.790433347, 1, 1))
  6567. Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.36180529, 0.53818208))
  6568. 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))
  6569. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.834055364, 1, 1))
  6570. Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.36180529, 0.53818208))
  6571. 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))
  6572. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.834055364, 1, 1))
  6573. Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  6574. 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))
  6575. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.834055364, 0.526321769, 0.940353274))
  6576. Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.333971083, 0.53818208))
  6577. 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))
  6578. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.834055364, 0.190766811, 1))
  6579. Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 2.02464533, 0.704451442))
  6580. 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))
  6581. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.834389985, 1, 1))
  6582. Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.360684603, 0.53818208))
  6583. 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))
  6584. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.834055364, 1, 1))
  6585. Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.36180529, 0.53818208))
  6586. 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))
  6587. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.834055364, 1, 1))
  6588. Neon=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  6589. 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))
  6590. mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.402665645, 0.832176328, 0.80868715))
  6591. Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.360684603, 0.53818208))
  6592. 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))
  6593. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.834055364, 1, 1))
  6594. Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 2.02464533, 0.704451442))
  6595. 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))
  6596. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.834389985, 1, 1))
  6597. Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.360684603, 0.53818208))
  6598. 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))
  6599. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.834055364, 1, 1))
  6600. Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  6601. 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))
  6602. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.851167679, 0.317635983, 0.314100146))
  6603. Neon=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.620843053, 0.333971083, 0.636532664))
  6604. 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))
  6605. mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.832176328, 1))
  6606. Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.633004189, 1.13885355))
  6607. 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))
  6608. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.790433347, 1, 1))
  6609.  
  6610. Player=game:GetService('Players').LocalPlayer
  6611. Character=Player.Character
  6612. Mouse=Player:GetMouse()
  6613. m=Instance.new('Model',Character)
  6614.  
  6615.  
  6616. local function weldBetween(a, b)
  6617. local weldd = Instance.new("ManualWeld")
  6618. weldd.Part0 = a
  6619. weldd.Part1 = b
  6620. weldd.C0 = CFrame.new()
  6621. weldd.C1 = b.CFrame:inverse() * a.CFrame
  6622. weldd.Parent = a
  6623. return weldd
  6624. end
  6625.  
  6626. it=Instance.new
  6627.  
  6628. function nooutline(part)
  6629. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  6630. end
  6631.  
  6632. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  6633. local fp=it("Part")
  6634. fp.formFactor=formfactor
  6635. fp.Parent=parent
  6636. fp.Reflectance=reflectance
  6637. fp.Transparency=transparency
  6638. fp.CanCollide=false
  6639. fp.Locked=true
  6640. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  6641. fp.Name=name
  6642. fp.Size=size
  6643. fp.Position=Character.Torso.Position
  6644. nooutline(fp)
  6645. fp.Material=material
  6646. fp:BreakJoints()
  6647. return fp
  6648. end
  6649.  
  6650. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  6651. local mesh=it(Mesh)
  6652. mesh.Parent=part
  6653. if Mesh=="SpecialMesh" then
  6654. mesh.MeshType=meshtype
  6655. mesh.MeshId=meshid
  6656. end
  6657. mesh.Offset=offset
  6658. mesh.Scale=scale
  6659. return mesh
  6660. end
  6661.  
  6662. function weld(parent,part0,part1,c0,c1)
  6663. local weld=it("Weld")
  6664. weld.Parent=parent
  6665. weld.Part0=part0
  6666. weld.Part1=part1
  6667. weld.C0=c0
  6668. weld.C1=c1
  6669. return weld
  6670. end
  6671.  
  6672. Face=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"White","Handle",Vector3.new(2.39999938, 2.39999938, 2.39999938))
  6673. Face.Shape = "Ball"
  6674. 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))
  6675.  
  6676.  
  6677. Player=game:GetService('Players').LocalPlayer
  6678. Character=Player.Character
  6679. Mouse=Player:GetMouse()
  6680. m=Instance.new('Model',Character)
  6681.  
  6682.  
  6683. local function weldBetween(a, b)
  6684. local weldd = Instance.new("ManualWeld")
  6685. weldd.Part0 = a
  6686. weldd.Part1 = b
  6687. weldd.C0 = CFrame.new()
  6688. weldd.C1 = b.CFrame:inverse() * a.CFrame
  6689. weldd.Parent = a
  6690. return weldd
  6691. end
  6692.  
  6693. it=Instance.new
  6694.  
  6695. function nooutline(part)
  6696. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  6697. end
  6698.  
  6699. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  6700. local fp=it("Part")
  6701. fp.formFactor=formfactor
  6702. fp.Parent=parent
  6703. fp.Reflectance=reflectance
  6704. fp.Transparency=transparency
  6705. fp.CanCollide=false
  6706. fp.Locked=true
  6707. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  6708. fp.Name=name
  6709. fp.Size=size
  6710. fp.Position=Character.Torso.Position
  6711. nooutline(fp)
  6712. fp.Material=material
  6713. fp:BreakJoints()
  6714. return fp
  6715. end
  6716.  
  6717. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  6718. local mesh=it(Mesh)
  6719. mesh.Parent=part
  6720. if Mesh=="SpecialMesh" then
  6721. mesh.MeshType=meshtype
  6722. mesh.MeshId=meshid
  6723. end
  6724. mesh.Offset=offset
  6725. mesh.Scale=scale
  6726. return mesh
  6727. end
  6728.  
  6729. function weld(parent,part0,part1,c0,c1)
  6730. local weld=it("Weld")
  6731. weld.Parent=parent
  6732. weld.Part0=part0
  6733. weld.Part1=part1
  6734. weld.C0=c0
  6735. weld.C1=c1
  6736. return weld
  6737. end
  6738.  
  6739. Back=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Handle",Vector3.new(4.37000132, 3.20000124, 1.59000123))
  6740. 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))
  6741.  
  6742. local size = 40,40,40
  6743.  
  6744.  
  6745. Player=game:GetService('Players').LocalPlayer
  6746. Character=Player.Character
  6747. Mouse=Player:GetMouse()
  6748. m=Instance.new('Model',Character)
  6749.  
  6750.  
  6751. local function weldBetween(a, b)
  6752. local weldd = Instance.new("ManualWeld")
  6753. weldd.Part0 = a
  6754. weldd.Part1 = b
  6755. weldd.C0 = CFrame.new()
  6756. weldd.C1 = b.CFrame:inverse() * a.CFrame
  6757. weldd.Parent = a
  6758. return weldd
  6759. end
  6760.  
  6761. it=Instance.new
  6762.  
  6763. function nooutline(part)
  6764. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  6765. end
  6766.  
  6767. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  6768. local fp=it("Part")
  6769. fp.formFactor=formfactor
  6770. fp.Parent=parent
  6771. fp.Reflectance=reflectance
  6772. fp.Transparency=transparency
  6773. fp.CanCollide=false
  6774. fp.Locked=true
  6775. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  6776. fp.Name=name
  6777. fp.Size=size
  6778. fp.Position=Character.Torso.Position
  6779. nooutline(fp)
  6780. fp.Material=material
  6781. fp:BreakJoints()
  6782. return fp
  6783. end
  6784.  
  6785. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  6786. local mesh=it(Mesh)
  6787. mesh.Parent=part
  6788. if Mesh=="SpecialMesh" then
  6789. mesh.MeshType=meshtype
  6790. mesh.MeshId=meshid
  6791. end
  6792. mesh.Offset=offset
  6793. mesh.Scale=scale
  6794. return mesh
  6795. end
  6796.  
  6797. function weld(parent,part0,part1,c0,c1)
  6798. local weld=it("Weld")
  6799. weld.Parent=parent
  6800. weld.Part0=part0
  6801. weld.Part1=part1
  6802. weld.C0=c0
  6803. weld.C1=c1
  6804. return weld
  6805. end
  6806.  
  6807. WIngs=part(Enum.FormFactor.Symmetric,m,Enum.Material.DiamondPlate,0,0,"Really black","Handle",Vector3.new(0.526163042, 0.373031557, 0.931079745))
  6808. 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))
  6809. mesh("BlockMesh",WIngs,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.429282606, 1))
  6810. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.893329322, 0.679436445))
  6811. 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))
  6812. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.619396091, 1, 1))
  6813. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.567338467, 0.701169252))
  6814. 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))
  6815. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
  6816. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 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.0128250122, 1.69621086, 2.74610329, -1, 1.86264515e-008, 5.96046448e-008, 0, -0.329198927, -0.944260657, 1.49011612e-008, -0.944260657, 0.329198956))
  6818. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  6819. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 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.0128326416, 3.14628506, 2.63505173, -1, 1.86264515e-008, 5.96046448e-008, 0, -0.757224739, -0.653154373, 2.98023224e-008, -0.653154373, 0.757224917))
  6821. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 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, 1.01108551, 2.51173878, -1, 1.86264515e-008, 5.96046448e-008, 2.98023224e-008, -0.0735907629, -0.997288585, 0, -0.997288525, 0.0735907704))
  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.0128250122, 0.396331787, 2.11554885, -1, 1.86264515e-008, 5.96046448e-008, 0, 0.187033802, -0.982353449, -7.4505806e-009, -0.982353449, -0.187033832))
  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.0128250122, -0.0868225098, 1.57054901, -1, 1.86264515e-008, 5.96046448e-008, 2.98023224e-008, 0.434913546, -0.900472343, 0, -0.900472283, -0.434913576))
  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.0128173828, 2.42856979, 2.78783226, -1, 1.86264515e-008, 5.96046448e-008, 2.98023224e-008, -0.562374592, -0.82688272, 0, -0.826882541, 0.562374532))
  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.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))
  6836. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  6837. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 1.92734933, 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.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))
  6839. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
  6840. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.567338467, 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.0140304565, -3.38129997, -2.7243309, -1, 1.86264515e-008, 5.96046448e-008, 0, 0.329198927, 0.944260657, -1.49011612e-008, 0.944260657, -0.329198956))
  6842. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
  6843. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 1.92734933, 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.0140457153, 1.33783531, 2.71401596, -1, 1.86264515e-008, 5.96046448e-008, 0, -0.329198927, -0.944260657, 1.49011612e-008, -0.944260657, 0.329198956))
  6845. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
  6846. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(0.526163042, 0.373031557, 0.931079745))
  6847. 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))
  6848. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.429282606, 1))
  6849. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 1.92734933, 0.701169252))
  6850. 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))
  6851. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
  6852. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.893329322, 0.679436445))
  6853. 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))
  6854. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.619396091, 1, 1))
  6855. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.567338467, 0.701169252))
  6856. 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))
  6857. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
  6858. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.893329322, 0.679436445))
  6859. 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))
  6860. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.619396091, 1, 1))
  6861. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 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.80095482, 3.22347641, 0.17275238, -0.49999845, 0.565649092, -0.655776381, 0.433012724, -0.492487878, -0.754954159, -0.750001132, -0.661435425, 0.00130999088))
  6863. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  6864. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.567338467, 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.80094624, -4.81201553, -0.349707603, 0.49999845, -0.565649092, 0.655776381, -0.750000596, 0.0957893208, 0.654464483, -0.433013558, -0.819063783, -0.376342565))
  6866. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
  6867. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 1.92734933, 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.80094624, 2.76852798, 0.339404106, 0.49999845, -0.565649092, 0.655776381, 0.750000596, -0.0957893208, -0.654464483, 0.433013558, 0.819063783, 0.376342565))
  6869. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 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.80095482, 3.18227959, -0.357192993, -0.49999845, 0.565649092, -0.655776381, -2.98023224e-007, -0.757224619, -0.653154492, -0.866026402, -0.326576054, 0.378611445))
  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.80094719, 3.23778915, -0.0931434631, -0.49999845, 0.565649092, -0.655776381, 0.224142939, -0.646899283, -0.728890419, -0.836517453, -0.511431754, 0.196662545))
  6875. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  6876. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  6877. 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))
  6878. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  6879. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 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.80095387, 3.00566101, 0.650568962, -0.49999845, 0.565649092, -0.655776381, 0.749999642, -0.0957909003, -0.654465079, -0.433014959, -0.819063544, -0.376341343))
  6881. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 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.80094147, 2.81278229, 0.830840111, -0.49999845, 0.565649092, -0.655776381, 0.836516857, 0.119463086, -0.534760058, -0.224145442, -0.815947115, -0.532906353))
  6884. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  6885. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 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.80094433, 2.57622147, 0.953166008, -0.49999845, 0.565649092, -0.655776381, 0.866026282, 0.326575905, -0.378611505, -4.32133675e-007, -0.757224679, -0.653154492))
  6887. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  6888. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 1.92734933, 0.701169252))
  6889. 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))
  6890. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
  6891. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.567338467, 0.701169252))
  6892. 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))
  6893. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
  6894. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  6895. 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))
  6896. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  6897. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  6898. 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))
  6899. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  6900. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  6901. 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))
  6902. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  6903. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  6904. 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))
  6905. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  6906. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  6907. 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))
  6908. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  6909. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  6910. 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))
  6911. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  6912. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  6913. 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))
  6914. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  6915. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.567338467, 0.701169252))
  6916. 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))
  6917. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
  6918. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.893329322, 0.679436445))
  6919. 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))
  6920. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.619396091, 1, 1))
  6921. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.893329322, 0.679436445))
  6922. 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))
  6923. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.619396091, 1, 1))
  6924. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 1.92734933, 0.701169252))
  6925. 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))
  6926. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
  6927. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.893329322, 0.679436445))
  6928. 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))
  6929. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.619396091, 1, 1))
  6930. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  6931. 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))
  6932. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  6933. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 1.92734933, 0.701169252))
  6934. 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))
  6935. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
  6936. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  6937. 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))
  6938. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  6939. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  6940. 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))
  6941. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  6942. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  6943. 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))
  6944. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  6945. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  6946. 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))
  6947. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  6948. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.893329322, 0.679436445))
  6949. 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))
  6950. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.619396091, 1, 1))
  6951. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.567338467, 0.701169252))
  6952. 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))
  6953. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
  6954. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  6955. 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))
  6956. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  6957. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.567338467, 0.701169252))
  6958. 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))
  6959. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
  6960. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  6961. 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))
  6962. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  6963. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 1.92734933, 0.701169252))
  6964. 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))
  6965. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
  6966. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.893329322, 0.679436445))
  6967. 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))
  6968. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.619396091, 1, 1))
  6969. Part=part(Enum.FormFactor.Brick,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(2.33570647, 0.518153846, 1.07062769))
  6970. 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))
  6971. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  6972. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(1.54303002, 0.373031557, 1.3668803))
  6973. 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))
  6974. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.901492953, 1))
  6975. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(2.33570647, 0.502140284, 1.85872841))
  6976. 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))
  6977. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  6978. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(2.33570647, 0.507859409, 1.26050401))
  6979. 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))
  6980. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  6981. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(2.33570647, 0.497564912, 2.28537822))
  6982. 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))
  6983. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  6984. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 1.83584321, 0.702313483))
  6985. 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))
  6986. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  6987. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.584495842, 0.706888735))
  6988. 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))
  6989. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  6990. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 4.23216105, 1.09807956))
  6991. 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))
  6992. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  6993. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(1.54303002, 0.373031557, 1.3668803))
  6994. 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))
  6995. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.901492953, 1))
  6996. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.395764321, 1.10837412))
  6997. 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))
  6998. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
  6999. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.373031557, 1.03288114))
  7000. 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))
  7001. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 0.794172287, 1))
  7002. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.373031557, 0.725190163))
  7003. 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))
  7004. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 0.478343189, 1))
  7005. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.380894542, 0.985983968))
  7006. 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))
  7007. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
  7008. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 1.67227566, 1.70316744))
  7009. 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))
  7010. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
  7011. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 2.33112097, 0.885326684))
  7012. 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))
  7013. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
  7014. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.613091588, 3.18786216))
  7015. 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))
  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.583352029, 0.373031557))
  7018. 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))
  7019. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 0.417018801))
  7020. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.969965518, 1.26393533))
  7021. 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))
  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, 0.539886534, 0.706888735))
  7024. 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))
  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, 4.23216105, 1.09807956))
  7027. 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))
  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.885322511, 0.706888735))
  7030. 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))
  7031. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  7032. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.613091588, 3.18786216))
  7033. 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))
  7034. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 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(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))
  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.584495842, 0.706888735))
  7039. 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))
  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.885322511, 0.706888735))
  7042. 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))
  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, 1.83584321, 0.702313483))
  7045. 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))
  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.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.539886534, 0.706888735))
  7048. 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))
  7049. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  7050. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.969965518, 1.26393533))
  7051. 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))
  7052. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  7053. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 1.76950121, 0.741203785))
  7054. 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))
  7055. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
  7056. Part=part(Enum.FormFactor.Brick,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(2.33570647, 0.518153846, 1.07062769))
  7057. 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))
  7058. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  7059. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(1.54303002, 0.373031557, 1.3668803))
  7060. 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))
  7061. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.901492953, 1))
  7062. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(2.33570647, 0.502140284, 1.85872841))
  7063. 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))
  7064. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  7065. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(2.33570647, 0.507859409, 1.26050401))
  7066. 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))
  7067. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  7068. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(2.33570647, 0.497564912, 2.28537822))
  7069. 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))
  7070. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  7071. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.969965518, 1.26393533))
  7072. 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))
  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.539886534, 0.706888735))
  7075. 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))
  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, 1.83584321, 0.702313483))
  7078. 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))
  7079. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  7080. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.583352029, 0.373031557))
  7081. 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))
  7082. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 0.417018801))
  7083. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.885322511, 0.706888735))
  7084. 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))
  7085. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  7086. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.885322511, 0.706888735))
  7087. 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))
  7088. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  7089. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.613091588, 3.18786216))
  7090. 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))
  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.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.584495842, 0.706888735))
  7093. 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))
  7094. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  7095. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 4.23216105, 1.09807956))
  7096. 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))
  7097. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  7098. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.969965518, 1.26393533))
  7099. 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))
  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.613091588, 3.18786216))
  7102. 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))
  7103. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  7104. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(1.54303002, 0.373031557, 1.3668803))
  7105. 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))
  7106. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.901492953, 1))
  7107. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.583352029, 0.373031557))
  7108. 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))
  7109. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 0.417018801))
  7110. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.539886534, 0.706888735))
  7111. 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))
  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.584495842, 0.706888735))
  7114. 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))
  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, 4.23216105, 1.09807956))
  7117. 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))
  7118. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  7119. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.395764321, 1.10837412))
  7120. 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))
  7121. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
  7122. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.373031557, 1.03288114))
  7123. 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))
  7124. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 0.794172287, 1))
  7125. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 1.83584321, 0.702313483))
  7126. 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))
  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.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.380894542, 0.985983968))
  7129. 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))
  7130. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
  7131. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 1.76950121, 0.741203785))
  7132. 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))
  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.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 2.33112097, 0.885326684))
  7135. 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))
  7136. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
  7137. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.373031557, 0.725190163))
  7138. 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))
  7139. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 0.478343189, 1))
  7140. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 1.67227566, 1.70316744))
  7141. 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))
  7142. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
  7143. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.885322511, 0.706888735))
  7144. 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))
  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.584495842, 0.706888735))
  7147. 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))
  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.583352029, 0.373031557))
  7150. 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))
  7151. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 0.417018801))
  7152. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.613091588, 3.18786216))
  7153. 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))
  7154. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  7155. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.373031557, 0.725190163))
  7156. 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))
  7157. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 0.478343189, 1))
  7158. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.373031557, 1.03288114))
  7159. 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))
  7160. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 0.794172287, 1))
  7161. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 4.23216105, 1.09807956))
  7162. 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))
  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.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.395764321, 1.10837412))
  7165. 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))
  7166. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
  7167. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.380894542, 0.985983968))
  7168. 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))
  7169. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
  7170. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 1.83584321, 0.702313483))
  7171. 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))
  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, 0.539886534, 0.706888735))
  7174. 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))
  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.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.969965518, 1.26393533))
  7177. 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))
  7178. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  7179. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.584495842, 0.706888735))
  7180. 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))
  7181. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  7182. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 1.83584321, 0.702313483))
  7183. 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))
  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.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.613091588, 3.18786216))
  7186. 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))
  7187. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  7188. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.583352029, 0.373031557))
  7189. 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))
  7190. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 0.417018801))
  7191. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.969965518, 1.26393533))
  7192. 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))
  7193. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  7194. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.539886534, 0.706888735))
  7195. 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))
  7196. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  7197. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 4.23216105, 1.09807956))
  7198. 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))
  7199. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  7200. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.885322511, 0.706888735))
  7201. 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))
  7202. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  7203. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 1.67227566, 1.75463974))
  7204. 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))
  7205. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
  7206. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.583352029, 0.373031557))
  7207. 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))
  7208. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 0.417018801))
  7209. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 4.23216105, 1.09807956))
  7210. 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))
  7211. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  7212. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.539886534, 0.706888735))
  7213. 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))
  7214. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  7215. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 1.83584321, 0.702313483))
  7216. 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))
  7217. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  7218. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.613091588, 3.18786216))
  7219. 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))
  7220. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  7221. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.969965518, 1.26393533))
  7222. 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))
  7223. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  7224. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.583352029, 0.373031557))
  7225. 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))
  7226. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 0.417018801))
  7227. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.613091588, 3.18786216))
  7228. 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))
  7229. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  7230. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.584495842, 0.706888735))
  7231. 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))
  7232. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  7233. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.885322511, 0.706888735))
  7234. 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))
  7235. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  7236. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.969965518, 1.26393533))
  7237. 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))
  7238. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  7239. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.584495842, 0.706888735))
  7240. 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))
  7241. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  7242. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.539886534, 0.706888735))
  7243. 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))
  7244. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  7245. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 1.83584321, 0.702313483))
  7246. 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))
  7247. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  7248. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.373031557, 0.725190163))
  7249. 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))
  7250. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 0.478343189, 1))
  7251. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.373031557, 1.03288114))
  7252. 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))
  7253. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 0.794172287, 1))
  7254. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 4.23216105, 1.09807956))
  7255. 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))
  7256. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  7257. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 1.67227566, 1.75463974))
  7258. 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))
  7259. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
  7260. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.395764321, 1.10837412))
  7261. 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))
  7262. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
  7263. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.380894542, 0.985983968))
  7264. 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))
  7265. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
  7266. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.885322511, 0.706888735))
  7267. 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))
  7268. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  7269. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(1.44351673, 0.373031557, 1.23305202))
  7270. 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))
  7271. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.904559135, 1))
  7272. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(1.28909934, 0.373031557, 1.23305202))
  7273. 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))
  7274. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.567265928, 1))
  7275. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(1.28909934, 0.543318033, 1.14497685))
  7276. 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))
  7277. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  7278. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(1.28909934, 0.373031557, 1.23305202))
  7279. 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))
  7280. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.567265928, 1))
  7281. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(1.28909934, 0.373031557, 1.23305202))
  7282. 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))
  7283. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.567265928, 1))
  7284. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(1.28909934, 0.373031557, 1.23305202))
  7285. 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))
  7286. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.567265928, 1))
  7287. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(1.28909934, 0.543318033, 1.14497685))
  7288. 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))
  7289. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  7290. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(1.44351673, 0.373031557, 1.23305202))
  7291. 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))
  7292. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.904559135, 1))
  7293.  
  7294. gui=Instance.new("TextBox",bb)
  7295. gui.Text = "zenalor"
  7296. gui.Size = UDim2.new(0,266,0,90)
  7297. gui.Position=UDim2.new(0,94,0,-60)
  7298. gui.TextColor3 = Color3.new(255,255,255)
  7299. gui.BackgroundColor3=Color3.new(0,0,0)
  7300. gui.TextWrapped = true
  7301. gui.TextScaled = true
  7302. gui.TextXAlignment = "Left"
  7303. gui.TextYAlignment = "Top"
  7304. gui.Visible = false
  7305. gui.BorderColor3 = Color3.new(0,0,0)
  7306.  
  7307. gui1=Instance.new("TextButton",bb)
  7308. gui1.Position=UDim2.new(0,5,0,-66)
  7309. gui1.Size = UDim2.new(0,380,0,102)
  7310.  
  7311. gui1.TextColor3 = Color3.new(0,0,0)
  7312. gui1.BackgroundColor3=Color3.new(0,0,0)
  7313.  
  7314. gui1.Visible = false
  7315. img = Instance.new("ImageLabel",bb)
  7316. img.Size = UDim2.new(0,92,0,94)
  7317. img.Position = UDim2.new(0,15,0,-62)
  7318. img.Image = "rbxassetid://77960856"
  7319. img.BorderColor3 = Color3.new(0,0,0)
  7320. img.Visible = false
  7321. sid = "379851665"
  7322. asd = Instance.new("Sound",player.Character.Torso)
  7323. asd.SoundId = "http://www.roblox.com/asset/?id =565939471"
  7324.  
  7325. asd1 = Instance.new("Sound",player.Character.Torso)
  7326. asd1.SoundId = "http://www.roblox.com/asset/?id =379851665"
  7327.  
  7328. asd2 = Instance.new("Sound",player.Character.Torso)
  7329. asd2.SoundId = "http://www.roblox.com/asset/?id = 338228788"
  7330. asd2.Looped = true
  7331. asd3 = Instance.new("Sound",player.Character.Torso)
  7332. asd3.SoundId = "http://www.roblox.com/asset/?id = 316014309"
  7333. asd3.Looped = true
  7334. asd4 = Instance.new("Sound",player.Character.Torso)
  7335. asd4.SoundId = "http://www.roblox.com/asset/?id = 370435986"
  7336. asd4.Looped = true
  7337. asd5 = Instance.new("Sound",player.Character.Torso)
  7338. asd5.SoundId = "http://www.roblox.com/asset/?id = 379865908"
  7339. asd5.Looped = true
  7340. asd6 = Instance.new("Sound",player.Character.Torso)
  7341. asd6.SoundId = "http://www.roblox.com/asset/?id = 379865908"
  7342. asd7 = Instance.new("Sound",player.Character.Torso)
  7343. asd7.SoundId = "http://www.roblox.com/asset/?id = 379874748"
  7344. asd7.Looped = true
  7345. m.KeyDown:connect(function(k)
  7346.  
  7347. if k == string.char(50) then
  7348. if shoot == true then
  7349. shoot = false
  7350. b = Instance.new("Part",workspace)
  7351. b.CFrame = fl.CFrame * CFrame.new(0,0,1)
  7352. b.BrickColor = BrickColor.new("asd")
  7353. b.TopSurface = "Universal"
  7354. b.BottomSurface = "Universal"
  7355. b.LeftSurface = 0
  7356. b.RightSurface = 0
  7357. b.FrontSurface = 0
  7358. b.BackSurface = 0
  7359. b.FormFactor = 3
  7360. b.Size = Vector3.new(0.2,0.2,0.5)
  7361. b.Material = "Neon"
  7362. b.Anchored = false
  7363. b.CanCollide = false
  7364. b.Reflectance = 0
  7365.  
  7366. b.Velocity = CFrame.new(b.Position,player:GetMouse().Hit.p).lookVector * 200
  7367. b.Touched:connect(function(h)
  7368. if h.Parent.Name ==game.Players.LocalPlayer.Name then
  7369. x = h.Parent:findFirstChild("Humanoid")
  7370. x:TakeDamage(0)
  7371. else x = h.Parent:findFirstChild("Humanoid")
  7372. if x then
  7373.  
  7374. x:TakeDamage(15)
  7375.  
  7376.  
  7377.  
  7378. end end end)
  7379. wait(0.3)
  7380. b:Remove()
  7381. shoot = true
  7382.  
  7383.  
  7384.  
  7385.  
  7386. end
  7387. end
  7388. end)
  7389.  
  7390.  
  7391.  
  7392.  
  7393. function play(play)
  7394. asd:Play()
  7395.  
  7396. asd1:Play()
  7397. end
  7398. eye = Instance.new("Part",player.Character)
  7399. eye.BrickColor = BrickColor.new("Toothpaste")
  7400. eye.Material = "Neon"
  7401. eye.FormFactor = 3
  7402. eye.Shape = "Ball"
  7403. eye.Size = Vector3.new(0.37,0.37,0.1)
  7404. weld = Instance.new("Weld",eye)
  7405. weld.Part0 = eye
  7406. weld.Part1 = player.Character.Head
  7407. weld.C0 = CFrame.new(0.1,-0.2,0.45)
  7408. eye.Transparency = 1
  7409. -- listen for their chatting
  7410. player.Chatted:connect(function(message)
  7411. a = string.len(message)
  7412. gui.Text = "Zelanor"
  7413. gui.Visible = true
  7414. gui1.Visible = true
  7415. des = false
  7416. img.Visible = true
  7417. print(a)
  7418. if dot == false then
  7419. for i = 1,string.len(message) do wait(aa)
  7420. gui.Text =gui.Text..message:sub(i,i)
  7421. play()
  7422.  
  7423. end
  7424. end
  7425.  
  7426.  
  7427. des = true
  7428. end)
  7429. m.KeyDown:connect(function(k)
  7430. if k == "g" then
  7431. asd2:Play()
  7432. eye.Transparency = 1
  7433.  
  7434. end
  7435. end)
  7436.  
  7437.  
  7438.  
  7439. m.KeyDown:connect(function(k)
  7440. if k == "z" then
  7441. aa = 0.08
  7442. asd1.SoundId = "http://www.roblox.com/asset/?id =565939471"
  7443. asd.SoundId = "http://www.roblox.com/asset/?id =565939471"
  7444. img.Image = "rbxassetid://257911614"
  7445. end
  7446. end)
  7447. m.KeyDown:connect(function(k)
  7448. if k == "c" then
  7449. aa=0.075
  7450. asd1.SoundId = "http://www.roblox.com/asset/?id =565939471"
  7451. asd.SoundId = "http://www.roblox.com/asset/?id =565939471"
  7452. img.Image = "rbxassetid://164575692"
  7453. end
  7454. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement