RuineKiller

Prototype

Sep 22nd, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 131.08 KB | None | 0 0
  1. -- params : ...
  2. paly = game.Players.LocalPlayer
  3. char = paly.Character
  4. local mouse = paly:GetMouse()
  5. hed = char.Head
  6. tors = char.Torso
  7. vt = Vector3.new
  8. bc = BrickColor.new
  9. br = BrickColor.random
  10. it = Instance.new
  11. cf = CFrame.new
  12. euler = CFrame.fromEulerAnglesXYZ
  13. angles = CFrame.Angles
  14. matr = math.random
  15. local ultcooldown = math.huge
  16.  
  17. function ExplodeMassen(rad,par)
  18. local expart = Instance.new("Part",script.Parent)
  19. local expart2 = Instance.new("Part",script.Parent)
  20. local partMesh = Instance.new("SpecialMesh",expart)
  21. partMesh.MeshType = "Sphere"
  22. local partMesh2 = Instance.new("SpecialMesh",expart2)
  23. partMesh2.MeshType = "Sphere"
  24. local expld = Instance.new("Explosion", script.Parent)
  25. local plode = Instance.new("Sound",workspace)
  26. plode.SoundId = "rbxassetid://579687077"
  27. plode.Volume = 1
  28. plode.Pitch = 0.85
  29. plode.Looped = false
  30. plode:Play()
  31. local plodez = Instance.new("Sound",workspace)
  32. plodez.SoundId = "rbxassetid://288641686"
  33. plodez.Volume = 1
  34. plodez.Pitch = 0.75
  35. plodez.Looped = false
  36. plodez:Play()
  37. local plodeza = Instance.new("Sound",workspace)
  38. plodeza.SoundId = "rbxassetid://197161452"
  39. plodeza.Volume = 0.85
  40. plodeza.Pitch = 0.65
  41. plodeza.Looped = false
  42. plodeza:Play()
  43. local plodezar = Instance.new("Sound",workspace)
  44. plodezar.SoundId = "rbxassetid://197161452"
  45. plodezar.Volume = 0.85
  46. plodezar.Pitch = 0.25
  47. plodezar.Looped = false
  48. plodezar:Play()
  49. expld.BlastRadius = rad
  50. expld.Position = par.Position
  51. partMesh.Scale = vt(rad,rad,rad)
  52. expart.Size = vt(1,1,1)*1.5
  53. expart.Transparency = 0
  54. expart.Anchored = true
  55. expart.Material = "Neon"
  56. expart.BrickColor = bc("White")
  57. expart.CFrame = par.CFrame
  58. partMesh2.Scale = vt(rad,rad,rad)
  59. expart2.Size = vt(1.15,1.15,1.15)*1.5
  60. expart2.Transparency = 0.5
  61. expart2.Anchored = true
  62. expart2.Material = "Neon"
  63. expart2.BrickColor = BrickColor.new("Really black")
  64. expart2.CFrame = par.CFrame
  65. local value = 1*rad/10
  66. par:Destroy()
  67. for i = 0, 300 do
  68. partMesh.Scale = partMesh.Scale + vt(value,value,value)
  69. expart.CFrame = expart.CFrame
  70. partMesh2.Scale = partMesh2.Scale + vt(value,value,value)
  71. expart2.CFrame = expart.CFrame
  72. value = value - 0.0175*rad/10
  73. if value <= 0 then
  74. expart.Transparency = expart.Transparency + 0.0125
  75. expart2.Transparency = expart2.Transparency + 0.0125
  76. value = 0.25
  77. end
  78. wait()
  79. end
  80. plode.Parent = nil
  81. expart.Parent = nil
  82. expart2.Parent = nil
  83. expld.Parent = nil
  84. end
  85.  
  86. function Blaze2()
  87. if ultcooldown >= 30 then
  88. local sloc = Instance.new("Part",workspace)
  89. local msh = Instance.new("SpecialMesh",sloc)
  90. msh.MeshType = "Sphere"
  91. sloc.Size = vt(1,1,1)
  92. sloc.Transparency = 1
  93. sloc.BrickColor = BrickColor.new("Really black")
  94. sloc.Position = hed.Position + vt(0,0.1,0)
  95. sloc.CanCollide = false
  96. sloc.Shape = "Ball"
  97. sloc.Anchored = true
  98. sloc.Material = "Neon"
  99. local s = Instance.new("Sound",sloc)
  100. s.SoundId = "rbxassetid://238319531"
  101. s.Pitch = 0.5
  102. s.Volume = 5
  103. s.Looped = false
  104. s:Play()
  105. local val = 0.65*2.5
  106. for i = 0 , 95 do
  107. sloc.Transparency = sloc.Transparency - 0.035
  108. msh.Scale = msh.Scale + vt(val,val,val)
  109. val = val - 0.0075*2.5
  110. wait()
  111. end
  112. wait(2)
  113. msh.Scale = msh.Scale - vt(1,1,1)
  114. sloc.Transparency = 1
  115. local spartz = Instance.new("Part",char)
  116. local sen = Instance.new("Sound",spartz)
  117. sen.SoundId = "rbxassetid://151776391"
  118. sen.Pitch = 2
  119. sen.Volume = 5
  120. sen.Looped = false
  121. sen:Play()
  122. local sr = Instance.new("Sound",spartz)
  123. sr.SoundId = "rbxassetid://238319531"
  124. sr.Pitch = 0.5
  125. sr.Volume = 5
  126. sr.Looped = false
  127. sr:Play()
  128. local tick = Instance.new("Sound",spartz)
  129. tick.SoundId = "rbxassetid://446876721"
  130. tick.Volume = 5
  131. tick.Pitch = 0.5
  132. tick:Play()
  133. local msh2 = Instance.new("SpecialMesh",spartz)
  134. msh2.MeshType = "Sphere"
  135. spartz.Size = vt(2,2,2)
  136. spartz.Shape = "Ball"
  137. spartz.BrickColor = BrickColor.new("Really black")
  138. spartz.Material = "Granite"
  139. spartz.Transparency = 0
  140. spartz.Anchored = false
  141. msh2.Scale = msh.Scale/2
  142. spartz.Rotation = hed.Rotation
  143. spartz.CanCollide = false
  144. spartz.Position = sloc.Position + vt(math.random(-0,0),math.random(-0,0),math.random(-0,0))
  145. local bv = Instance.new("BodyVelocity")
  146. bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
  147. bv.velocity = mouse.Hit.lookVector * 125
  148. bv.Parent = spartz
  149. sloc:Destroy()
  150. wait(0.00001)
  151. pewdiepie=spartz.Touched:connect(function(hit)
  152. ExplodeMassen(50,spartz)
  153. end)
  154. wait(5)
  155. sloc:Destroy()
  156. end
  157. if ultcooldown < 1 then
  158. for i = 0, 29 do
  159. ultcooldown = ultcooldown + 1
  160. wait(1)
  161. end
  162. end
  163. end
  164.  
  165. wait(0.016666666666667)
  166. local Player = game.Players.localPlayer
  167. local Character = Player.Character
  168. local Player = game.Players.LocalPlayer
  169. local Character = Player.Character
  170. local Humanoid = Character.Humanoid
  171. local Effects = {}
  172. local mouse = Player:GetMouse()
  173. --[[local m = Instance.new("Model", Character)
  174. m.Name = "WeaponModel"]]
  175. local LeftArm = Character["Left Arm"]
  176. local RightArm = Character["Right Arm"]
  177. local LeftLeg = Character["Left Leg"]
  178. local RightLeg = Character["Right Leg"]
  179. local Head = Character.Head
  180. local Torso = Character.Torso
  181. local cam = game.Workspace.CurrentCamera
  182. local RootPart = Character.HumanoidRootPart
  183. local RootJoint = RootPart.RootJoint
  184. local equipped = false
  185. local attack = false
  186. local Anim = "Idle"
  187. local idle = 0
  188. local attacktype = 1
  189. local Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude
  190. local velocity = RootPart.Velocity.y
  191. local sine = 0
  192. local change = 1
  193. local grabbed = false
  194. local cn = CFrame.new
  195. local mr = math.rad
  196. local angles = CFrame.Angles
  197. local ud = UDim2.new
  198. local c3 = Color3.new
  199. Humanoid.Animator.Parent = nil
  200. Character.Animate.Parent = nil
  201. local newMotor = function(part0, part1, c0, c1)
  202.  
  203. local w = Instance.new("Motor", part0)
  204. w.Part0 = part0
  205. w.Part1 = part1
  206. w.C0 = c0
  207. w.C1 = c1
  208. return w
  209. end
  210.  
  211. clerp = function(a, b, t)
  212.  
  213. return a:lerp(b, t)
  214. end
  215.  
  216. RootCF = CFrame.fromEulerAnglesXYZ(-1.57, 0, 3.14)
  217. NeckCF = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  218. local RW = newMotor(Torso, RightArm, CFrame.new(1.5, 0, 0), CFrame.new(0, 0, 0))
  219. local LW = newMotor(Torso, LeftArm, CFrame.new(-1.5, 0, 0), CFrame.new(0, 0, 0))
  220. local RH = newMotor(Torso, RightLeg, CFrame.new(0.5, -2, 0), CFrame.new(0, 0, 0))
  221. local LH = newMotor(Torso, LeftLeg, CFrame.new(-0.5, -2, 0), CFrame.new(0, 0, 0))
  222. RootJoint.C1 = CFrame.new(0, 0, 0)
  223. RootJoint.C0 = CFrame.new(0, 0, 0)
  224. Torso.Neck.C1 = CFrame.new(0, 0, 0)
  225. Torso.Neck.C0 = CFrame.new(0, 1.5, 0)
  226. local rarmc1 = RW.C1
  227. local larmc1 = LW.C1
  228. local rlegc1 = RH.C1
  229. local llegc1 = LH.C1
  230. local resetc1 = false
  231. PlayAnimationFromTable = function(table, speed, bool)
  232.  
  233. RootJoint.C0 = clerp(RootJoint.C0, table[1], speed)
  234. Torso.Neck.C0 = clerp(Torso.Neck.C0, table[2], speed)
  235. RW.C0 = clerp(RW.C0, table[3], speed)
  236. LW.C0 = clerp(LW.C0, table[4], speed)
  237. RH.C0 = clerp(RH.C0, table[5], speed)
  238. LH.C0 = clerp(LH.C0, table[6], speed)
  239. if bool == true and resetc1 == false then
  240. resetc1 = true
  241. RootJoint.C1 = RootJoint.C1
  242. Torso.Neck.C1 = Torso.Neck.C1
  243. RW.C1 = rarmc1
  244. LW.C1 = larmc1
  245. RH.C1 = rlegc1
  246. LH.C1 = llegc1
  247. end
  248. end
  249. --C1 playanimation aidjaidasjiadjsaijfias v v v
  250. PlayAnimationFromTable2 = function(table, speed, bool)
  251.  
  252. RootJoint.C1 = clerp(RootJoint.C1, table[1], speed)
  253. Torso.Neck.C1 = clerp(Torso.Neck.C1, table[2], speed)
  254. RW.C1 = clerp(RW.C1, table[3], speed)
  255. LW.C1 = clerp(LW.C1, table[4], speed)
  256. RH.C1 = clerp(RH.C1, table[5], speed)
  257. LH.C1 = clerp(LH.C1, table[6], speed)
  258. --[[if bool == true and resetc1 == false then
  259. resetc1 = true
  260. RootJoint.C1 = RootJoint.C1
  261. Torso.Neck.C1 = Torso.Neck.C1
  262. RW.C1 = rarmc1
  263. LW.C1 = larmc1
  264. RH.C1 = rlegc1
  265. LH.C1 = llegc1]]
  266. end
  267. --end
  268.  
  269. --
  270. local co1 = 1
  271. local co2 = 1
  272. local co3 = 1
  273. local co4 = 1
  274. local cooldown1 = 0
  275. local cooldown2 = 0
  276. local cooldown3 = 0
  277. local cooldown4 = 0
  278. local skillcolorscheme = BrickColor.new("White").Color
  279. local scrn = Instance.new("ScreenGui", Player.PlayerGui)
  280. makeframe = function(par, trans, pos, size, color)
  281.  
  282. local frame = Instance.new("Frame", par)
  283. frame.BackgroundTransparency = trans
  284. frame.BorderSizePixel = 0
  285. frame.Position = pos
  286. frame.Size = size
  287. frame.BackgroundColor3 = color
  288. return frame
  289. end
  290.  
  291. makelabel = function(par, text)
  292.  
  293. local label = Instance.new("TextLabel", par)
  294. label.BackgroundTransparency = 1
  295. label.Size = UDim2.new(1, 0, 1, 0)
  296. label.Position = UDim2.new(0, 0, 0, 0)
  297. label.TextColor3 = Color3.new(255, 255, 255)
  298. label.TextStrokeTransparency = 0
  299. label.FontSize = Enum.FontSize.Size32
  300. label.Font = Enum.Font.SourceSansLight
  301. label.BorderSizePixel = 0
  302. label.TextScaled = true
  303. label.Text = text
  304. end
  305.  
  306. framesk1 = makeframe(scrn, 0.5, UDim2.new(0.8, 0, 0.85, 0), UDim2.new(0.16, 0, 0.1, 0), skillcolorscheme)
  307. framesk2 = makeframe(scrn, 0.5, UDim2.new(0.8, 0, 0.74, 0), UDim2.new(0.16, 0, 0.1, 0), skillcolorscheme)
  308. framesk3 = makeframe(scrn, 0.5, UDim2.new(0.8, 0, 0.63, 0), UDim2.new(0.16, 0, 0.1, 0), skillcolorscheme)
  309. framesk4 = makeframe(scrn, 0.5, UDim2.new(0.8, 0, 0.52, 0), UDim2.new(0.16, 0, 0.1, 0), skillcolorscheme)
  310. bar1 = makeframe(framesk1, 0, UDim2.new(0, 0, 0, 0), UDim2.new(1, 0, 1, 0), skillcolorscheme)
  311. bar2 = makeframe(framesk2, 0, UDim2.new(0, 0, 0, 0), UDim2.new(1, 0, 1, 0), skillcolorscheme)
  312. bar3 = makeframe(framesk3, 0, UDim2.new(0, 0, 0, 0), UDim2.new(1, 0, 1, 0), skillcolorscheme)
  313. bar4 = makeframe(framesk4, 0, UDim2.new(0, 0, 0, 0), UDim2.new(1, 0, 1, 0), skillcolorscheme)
  314. text1 = Instance.new("TextLabel", framesk1)
  315. text1.BackgroundTransparency = 1
  316. text1.Size = UDim2.new(1, 0, 1, 0)
  317. text1.Position = UDim2.new(0, 0, 0, 0)
  318. text1.TextColor3 = Color3.new(255, 255, 255)
  319. text1.TextStrokeTransparency = 0
  320. text1.FontSize = Enum.FontSize.Size18
  321. text1.Font = Enum.Font.SourceSansLight
  322. text1.BorderSizePixel = 0
  323. text1.TextScaled = true
  324. text1.Text = "[Z]\n Painful Stab"
  325. text2 = Instance.new("TextLabel", framesk2)
  326. text2.BackgroundTransparency = 1
  327. text2.Size = UDim2.new(1, 0, 1, 0)
  328. text2.Position = UDim2.new(0, 0, 0, 0)
  329. text2.TextColor3 = Color3.new(255, 255, 255)
  330. text2.TextStrokeTransparency = 0
  331. text2.FontSize = Enum.FontSize.Size18
  332. text2.Font = Enum.Font.SourceSansLight
  333. text2.BorderSizePixel = 0
  334. text2.TextScaled = true
  335. text2.Text = "[X]\n Chargeful Dash"
  336. text3 = Instance.new("TextLabel", framesk3)
  337. text3.BackgroundTransparency = 1
  338. text3.Size = UDim2.new(1, 0, 1, 0)
  339. text3.Position = UDim2.new(0, 0, 0, 0)
  340. text3.TextColor3 = Color3.new(255, 255, 255)
  341. text3.TextStrokeTransparency = 0
  342. text3.FontSize = Enum.FontSize.Size18
  343. text3.Font = Enum.Font.SourceSansLight
  344. text3.BorderSizePixel = 0
  345. text3.TextScaled = false
  346. text3.Text = "[C]\n ALLAHU AKBAR!"
  347. text4 = Instance.new("TextLabel", framesk4)
  348. text4.BackgroundTransparency = 1
  349. text4.Size = UDim2.new(1, 0, 1, 0)
  350. text4.Position = UDim2.new(0, 0, 0, 0)
  351. text4.TextColor3 = Color3.new(255, 255, 255)
  352. text4.TextStrokeTransparency = 0
  353. text4.FontSize = Enum.FontSize.Size18
  354. text4.Font = Enum.Font.SourceSansLight
  355. text4.BorderSizePixel = 0
  356. text4.TextScaled = true
  357. text4.Text = "[V]\n Uber Chargeup Punch"
  358. ArtificialHB = Instance.new("BindableEvent", Player.PlayerGui)
  359. ArtificialHB.Name = "Heartbeat"
  360. Player.PlayerGui:WaitForChild("Heartbeat")
  361. frame = 0.033333333333333
  362. tf = 0
  363. allowframeloss = false
  364. tossremainder = false
  365. lastframe = tick()
  366. Player.PlayerGui.Heartbeat:Fire()
  367. local gg = false
  368. game:GetService("RunService").Heartbeat:connect(function(s, p)
  369.  
  370. if Player.PlayerGui:FindFirstChild("Heartbeat") == nil then
  371. gg = true
  372. end
  373. if gg == true then
  374. return
  375. end
  376. tf = tf + s
  377. if frame <= tf then
  378. if allowframeloss then
  379. Player.PlayerGui.Heartbeat:Fire()
  380. lastframe = tick()
  381. else
  382. for i = 1, math.floor(tf / frame) do
  383. Player.PlayerGui.Heartbeat:Fire()
  384. end
  385. lastframe = tick()
  386. end
  387. if tossremainder then
  388. tf = 0
  389. else
  390. tf = tf - frame * math.floor(tf / frame)
  391. end
  392. end
  393. end
  394. )
  395. swait = function(num)
  396.  
  397. if num == 0 or num == nil then
  398. ArtificialHB.Event:wait()
  399. else
  400. for i = 0, num do
  401. ArtificialHB.Event:wait()
  402. end
  403. end
  404. end
  405.  
  406. local RbxUtility = LoadLibrary("RbxUtility")
  407. local Create = RbxUtility.Create
  408. RemoveOutlines = function(part)
  409.  
  410. part.TopSurface = 10
  411. end
  412.  
  413. CreatePart = function(Parent, Material, Reflectance, Transparency, BColor, Name, Size)
  414.  
  415. local Part = Create("Part")({Parent = Parent, Reflectance = Reflectance, Transparency = Transparency, CanCollide = false, Locked = true, BrickColor = BrickColor.new(tostring(BColor)), Name = Name, Size = Size, Material = Material})
  416. RemoveOutlines(Part)
  417. return Part
  418. end
  419.  
  420. CreateMesh = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  421.  
  422. local Msh = Create(Mesh)({Parent = Part, Offset = OffSet, Scale = Scale})
  423. if Mesh == "SpecialMesh" then
  424. Msh.MeshType = MeshType
  425. Msh.MeshId = MeshId
  426. end
  427. return Msh
  428. end
  429.  
  430. CreateWeld = function(Parent, Part0, Part1, C0, C1)
  431.  
  432. local Weld = Create("Weld")({Parent = Parent, Part0 = Part0, Part1 = Part1, C0 = C0, C1 = C1})
  433. return Weld
  434. end
  435.  
  436. CFuncs = {
  437. Part = {Create = function(Parent, Material, Reflectance, Transparency, BColor, Name, Size)
  438.  
  439. local Part = Create("Part")({Parent = Parent, Reflectance = Reflectance, Transparency = Transparency, CanCollide = false, Locked = true, BrickColor = BrickColor.new(tostring(BColor)), Name = Name, Size = Size, Material = Material})
  440. RemoveOutlines(Part)
  441. return Part
  442. end
  443. }
  444. ,
  445. Mesh = {Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  446.  
  447. local Msh = Create(Mesh)({Parent = Part, Offset = OffSet, Scale = Scale})
  448. if Mesh == "SpecialMesh" then
  449. Msh.MeshType = MeshType
  450. Msh.MeshId = MeshId
  451. end
  452. return Msh
  453. end
  454. }
  455. ,
  456. Mesh = {Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  457.  
  458. local Msh = Create(Mesh)({Parent = Part, Offset = OffSet, Scale = Scale})
  459. if Mesh == "SpecialMesh" then
  460. Msh.MeshType = MeshType
  461. Msh.MeshId = MeshId
  462. end
  463. return Msh
  464. end
  465. }
  466. ,
  467. Weld = {Create = function(Parent, Part0, Part1, C0, C1)
  468.  
  469. local Weld = Create("Weld")({Parent = Parent, Part0 = Part0, Part1 = Part1, C0 = C0, C1 = C1})
  470. return Weld
  471. end
  472. }
  473. ,
  474. Sound = {Create = function(id, par, vol, pit)
  475.  
  476. coroutine.resume(coroutine.create(function()
  477.  
  478. local S = Create("Sound")({Volume = vol, Pitch = pit or 1, SoundId = id, Parent = par or workspace})
  479. wait()
  480. S:play()
  481. game:GetService("Debris"):AddItem(S, 6)
  482. end
  483. ))
  484. end
  485. }
  486. ,
  487. ParticleEmitter = {Create = function(Parent, Color1, Color2, LightEmission, Size, Texture, Transparency, ZOffset, Accel, Drag, LockedToPart, VelocityInheritance, EmissionDirection, Enabled, LifeTime, Rate, Rotation, RotSpeed, Speed, VelocitySpread)
  488.  
  489. local fp = Create("ParticleEmitter")({Parent = Parent, Color = ColorSequence.new(Color1, Color2), LightEmission = LightEmission, Size = Size, Texture = Texture, Transparency = Transparency, ZOffset = ZOffset, Acceleration = Accel, Drag = Drag, LockedToPart = LockedToPart, VelocityInheritance = VelocityInheritance, EmissionDirection = EmissionDirection, Enabled = Enabled, Lifetime = LifeTime, Rate = Rate, Rotation = Rotation, RotSpeed = RotSpeed, Speed = Speed, VelocitySpread = VelocitySpread})
  490. return fp
  491. end
  492. }
  493. }
  494. rayCast = function(Position, Direction, Range, Ignore)
  495.  
  496. return game:service("Workspace"):FindPartOnRay(Ray.new(Position, Direction.unit * (Range or 999.999)), Ignore)
  497. end
  498.  
  499. local GetNearest = function(obj, distance)
  500.  
  501. local last, lastx = distance + 1, nil
  502. for i,v in pairs(workspace:GetChildren()) do
  503. if v:IsA("Model") and v ~= Character and v:findFirstChild("Humanoid") and v:findFirstChild("Torso") and v:findFirstChild("Humanoid").Health > 0 then
  504. local t = v.Torso
  505. local dist = (t.Position - obj.Position).magnitude
  506. if dist <= distance and dist < last then
  507. last = dist
  508. lastx = v
  509. end
  510. end
  511. end
  512. return lastx
  513. end
  514. ------------------
  515.  
  516.  
  517. New = function(Object, Parent, Name, Data)
  518. local Object = Instance.new(Object)
  519. for Index, Value in pairs(Data or {}) do
  520. Object[Index] = Value
  521. end
  522. Object.Parent = Parent
  523. Object.Name = Name
  524. return Object
  525. end
  526.  
  527. kys = New("Model",Character,"kys",{})
  528. FakeHandle = New("Part",kys,"FakeHandle",{Anchored=false,CanCollide = false , BrickColor = BrickColor.new("Pastel brown"),Transparency = 1,Transparency = 1,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(1, 2, 1),CFrame = CFrame.new(1.12282503, 3.62706137, 24.1025467, 0, 1, 0, 0, 0, -1, -1, 0, 0),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(1, 0.8, 0.6),})
  529.  
  530. FakeH=Instance.new("Weld", FakeHandle)
  531. FakeH.Part0 = FakeH.Parent
  532. FakeH.Part1 = Player.Character["Left Arm"]
  533.  
  534. Gauntlet8 = New("Part",kys,"Gauntlet8",{CanCollide = false,BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1, 0.400000006, 1),CFrame = CFrame.new(1.722826, 3.62705588, 24.1025314, 0, 1, 0, -1, 0, 0, 0, 0, 1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  535. Mesh = New("BlockMesh",Gauntlet8,"Mesh",{Scale = Vector3.new(1.00999999, 1, 1.00999999),})
  536. mot = New("Motor",Gauntlet8,"mot",{Part0 = Gauntlet8,Part1 = FakeHandle,C0 = CFrame.new(0, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0, 1),C1 = CFrame.new(1.52587891e-005, 0.600000978, 5.48362732e-006, 0, 0, -1, 1, 0, 0, 0, -1, 0),})
  537. Gauntlet1 = New("Part",kys,"Gauntlet1",{CanCollide = false,BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1, 0.400000006, 1),CFrame = CFrame.new(0.522834003, 3.62705588, 24.1025333, 0, 1, 0, -1, 0, 0, 0, 0, 1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  538. Mesh = New("BlockMesh",Gauntlet1,"Mesh",{Scale = Vector3.new(1.00999999, 1, 1.00999999),})
  539. mot = New("Motor",Gauntlet1,"mot",{Part0 = Gauntlet1,Part1 = FakeHandle,C0 = CFrame.new(0, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0, 1),C1 = CFrame.new(1.33514404e-005, -0.599991024, 5.48362732e-006, 0, 0, -1, 1, 0, 0, 0, -1, 0),})
  540. Gauntlet4 = New("Part",kys,"Gauntlet4",{CanCollide = false,BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.800000012, 0.200000003),CFrame = CFrame.new(1.52283096, 4.02705097, 24.2525311, 0, 1, 0, 1, 0, 0, 0, 0, -1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  541. Mesh = New("SpecialMesh",Gauntlet4,"Mesh",{Scale = Vector3.new(1.00999999, 1, 1.5),MeshType = Enum.MeshType.Wedge,})
  542. mot = New("Motor",Gauntlet4,"mot",{Part0 = Gauntlet4,Part1 = FakeHandle,C0 = CFrame.new(0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, -1),C1 = CFrame.new(-0.14998436, 0.400005937, -0.399989605, 0, 0, -1, 1, 0, 0, 0, -1, 0),})
  543. Gauntlet6 = New("Part",kys,"Gauntlet6",{CanCollide = false,BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.800000012, 0.200000003),CFrame = CFrame.new(1.52283001, 4.02705097, 23.952528, 0, 1, 0, -1, 0, 0, 0, 0, 1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  544. Mesh = New("SpecialMesh",Gauntlet6,"Mesh",{Scale = Vector3.new(1.00999999, 1, 1.5),MeshType = Enum.MeshType.Wedge,})
  545. mot = New("Motor",Gauntlet6,"mot",{Part0 = Gauntlet6,Part1 = FakeHandle,C0 = CFrame.new(0, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0, 1),C1 = CFrame.new(0.150018692, 0.400004983, -0.399989605, 0, 0, -1, 1, 0, 0, 0, -1, 0),})
  546. Gauntlet3 = New("Part",kys,"Gauntlet3",{CanCollide = false,BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.800000012, 0.200000003),CFrame = CFrame.new(0.722829998, 4.02705193, 24.2525253, 0, -1, 0, -1, 0, 0, 0, 0, -1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  547. Mesh = New("SpecialMesh",Gauntlet3,"Mesh",{Scale = Vector3.new(1.00999999, 1, 1.5),MeshType = Enum.MeshType.Wedge,})
  548. mot = New("Motor",Gauntlet3,"mot",{Part0 = Gauntlet3,Part1 = FakeHandle,C0 = CFrame.new(0, 0, 0, 0, -1, 0, -1, 0, 0, -0, -0, -1),C1 = CFrame.new(-0.149978638, -0.399995029, -0.399990559, 0, 0, -1, 1, 0, 0, 0, -1, 0),})
  549. Gauntlet5 = New("Part",kys,"Gauntlet5",{CanCollide = false,BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.800000012, 0.200000003),CFrame = CFrame.new(0.722832978, 4.02705288, 23.9525337, 0, -1, 0, 1, 0, 0, 0, 0, 1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  550. Mesh = New("SpecialMesh",Gauntlet5,"Mesh",{Scale = Vector3.new(1.00999999, 1, 1.5),MeshType = Enum.MeshType.Wedge,})
  551. mot = New("Motor",Gauntlet5,"mot",{Part0 = Gauntlet5,Part1 = FakeHandle,C0 = CFrame.new(0, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0, 1),C1 = CFrame.new(0.15001297, -0.399992049, -0.399991512, 0, 0, -1, 1, 0, 0, 0, -1, 0),})
  552. Gauntlet9 = New("Part",kys,"Gauntlet9",{CanCollide = false,BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1, 0.200000003, 1.19999993),CFrame = CFrame.new(1.12282395, 3.62705588, 24.5625305, 0, 0, -1, 1, 0, 0, 0, -1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  553. Mesh = New("BlockMesh",Gauntlet9,"Mesh",{Scale = Vector3.new(1.00999999, 0.5, 1.00999999),})
  554. mot = New("Motor",Gauntlet9,"mot",{Part0 = Gauntlet9,Part1 = FakeHandle,C0 = CFrame.new(0, 0, 0, 0, 1, 0, 0, 0, -1, -1, 0, 0),C1 = CFrame.new(-0.459983826, -1.07288361e-006, 5.48362732e-006, 0, 0, -1, 1, 0, 0, 0, -1, 0),})
  555. Gauntlet11 = New("Part",kys,"Gauntlet11",{CanCollide = false,BrickColor = BrickColor.new("Black"),Material = Enum.Material.Neon,Reflectance = 0.5,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.400000006, 0.200000003),CFrame = CFrame.new(1.32282996, 4.02705097, 23.9525318, 0, 1, 0, -1, 0, 0, 0, 0, 1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0, 1, 1),})
  556. Mesh = New("SpecialMesh",Gauntlet11,"Mesh",{Scale = Vector3.new(1.01999998, 1, 1.5),MeshType = Enum.MeshType.Wedge,})
  557. mot = New("Motor",Gauntlet11,"mot",{Part0 = Gauntlet11,Part1 = FakeHandle,C0 = CFrame.new(0, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0, 1),C1 = CFrame.new(0.150014877, 0.200004935, -0.399989605, 0, 0, -1, 1, 0, 0, 0, -1, 0),})
  558. Gauntlet12 = New("Part",kys,"Gauntlet12",{CanCollide = false,BrickColor = BrickColor.new("Black"),Material = Enum.Material.Neon,Reflectance = 0.5,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.400000006, 0.200000003),CFrame = CFrame.new(1.32283199, 4.02705097, 24.252533, 0, 1, 0, 1, 0, 0, 0, 0, -1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0, 1, 1),})
  559. Mesh = New("SpecialMesh",Gauntlet12,"Mesh",{Scale = Vector3.new(1.01999998, 1, 1.5),MeshType = Enum.MeshType.Wedge,})
  560. mot = New("Motor",Gauntlet12,"mot",{Part0 = Gauntlet12,Part1 = FakeHandle,C0 = CFrame.new(0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, -1),C1 = CFrame.new(-0.149986267, 0.200006962, -0.399989605, 0, 0, -1, 1, 0, 0, 0, -1, 0),})
  561. Gauntlet13 = New("Part",kys,"Gauntlet13",{CanCollide = false,BrickColor = BrickColor.new("Black"),Material = Enum.Material.Neon,Reflectance = 0.5,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.400000006, 0.200000003),CFrame = CFrame.new(0.922828019, 4.02705193, 24.2525234, 0, -1, 0, -1, 0, 0, 0, 0, -1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0, 1, 1),})
  562. Mesh = New("SpecialMesh",Gauntlet13,"Mesh",{Scale = Vector3.new(1.01999998, 1, 1.5),MeshType = Enum.MeshType.Wedge,})
  563. mot = New("Motor",Gauntlet13,"mot",{Part0 = Gauntlet13,Part1 = FakeHandle,C0 = CFrame.new(0, 0, 0, 0, -1, 0, -1, 0, 0, -0, -0, -1),C1 = CFrame.new(-0.14997673, -0.199997008, -0.399990559, 0, 0, -1, 1, 0, 0, 0, -1, 0),})
  564. Gauntlet10 = New("Part",kys,"Gauntlet10",{CanCollide = false,BrickColor = BrickColor.new("Black"),Material = Enum.Material.Neon,Reflectance = 0.5,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.400000006, 0.200000003),CFrame = CFrame.new(0.922828972, 4.02705193, 23.9525318, 0, -1, 0, 1, 0, 0, 0, 0, 1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0, 1, 1),})
  565. Mesh = New("SpecialMesh",Gauntlet10,"Mesh",{Scale = Vector3.new(1.01999998, 1, 1.5),MeshType = Enum.MeshType.Wedge,})
  566. mot = New("Motor",Gauntlet10,"mot",{Part0 = Gauntlet10,Part1 = FakeHandle,C0 = CFrame.new(0, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0, 1),C1 = CFrame.new(0.150014877, -0.199996054, -0.399990559, 0, 0, -1, 1, 0, 0, 0, -1, 0),})
  567. Gauntlet7 = New("Part",kys,"Gauntlet7",{CanCollide = false,BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1.60000002, 0.200000003, 0.399999976),CFrame = CFrame.new(1.12282503, 3.87705588, 24.7125359, 1, 0, 0, 0, 0, -1, 0, 1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  568. Mesh = New("SpecialMesh",Gauntlet7,"Mesh",{Scale = Vector3.new(1, 1.00999999, 1.25999999),MeshType = Enum.MeshType.Wedge,})
  569. mot = New("Motor",Gauntlet7,"mot",{Part0 = Gauntlet7,Part1 = FakeHandle,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1, 0),C1 = CFrame.new(-0.609989166, 0, -0.249994516, 0, 0, -1, 1, 0, 0, 0, -1, 0),})
  570. Gauntlet2 = New("Part",kys,"Gauntlet2",{CanCollide = false,BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1.60000002, 0.200000003, 0.399999976),CFrame = CFrame.new(1.12282395, 3.37704897, 24.7125359, -1, 0, 0, 0, 0, 1, 0, 1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  571. Mesh = New("SpecialMesh",Gauntlet2,"Mesh",{Scale = Vector3.new(1, 1.00999999, 1.25999999),MeshType = Enum.MeshType.Wedge,})
  572. mot = New("Motor",Gauntlet2,"mot",{Part0 = Gauntlet2,Part1 = FakeHandle,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0),C1 = CFrame.new(-0.609989166, -1.07288361e-006, 0.250012398, 0, 0, -1, 1, 0, 0, 0, -1, 0),})
  573. Crystal = New("Part",kys,"Crystal",{CanCollide = false,BrickColor = BrickColor.new("Lime green"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.800000012, 0.800000012, 0.200000003),CFrame = CFrame.new(1.122823, 4.12705803, 24.1025314, 0, 1, 0, 0, 0, -1, -1, 0, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0, 0, 1),})
  574. Mesh = New("SpecialMesh",Crystal,"Mesh",{Scale = Vector3.new(0.300000012, 0.300000012, 0.300000012),MeshId = "http://www.roblox.com/Asset/?id=9756362",MeshType = Enum.MeshType.FileMesh,})
  575. mot = New("Motor",Crystal,"mot",{Part0 = Crystal,Part1 = FakeHandle,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 1, 0, 0, 0, -1, 0),C1 = CFrame.new(1.52587891e-005, -2.02655792e-006, -0.499996662, 0, 0, -1, 1, 0, 0, 0, -1, 0),})
  576. Handle5 = New("Part",kys,"Handle5",{CanCollide = false,BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.400000006, 0.400000036, 0.800000012),CFrame = CFrame.new(-1.27716506, 3.67705393, 25.2125359, 0, 0, 1, 1, 0, 0, 0, 1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  577. Mesh = New("SpecialMesh",Handle5,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  578. mot = New("Motor",Handle5,"mot",{Part0 = Handle5,Part1 = FakeHandle,C0 = CFrame.new(0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0),C1 = CFrame.new(-1.10998917, -2.39999008, -0.0499925613, 0, 0, -1, 1, 0, 0, 0, -1, 0),})
  579. Handle3 = New("Part",kys,"Handle3",{CanCollide = false,BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.400000006, 0.200000003, 1),CFrame = CFrame.new(-2.17716694, 3.67705393, 24.9125347, 0, 0, 1, 1, 0, 0, 0, 1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  580. Mesh = New("SpecialMesh",Handle3,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  581. mot = New("Motor",Handle3,"mot",{Part0 = Handle3,Part1 = FakeHandle,C0 = CFrame.new(0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0),C1 = CFrame.new(-0.809988022, -3.29999208, -0.0499925613, 0, 0, -1, 1, 0, 0, 0, -1, 0),})
  582. Handle2 = New("Part",kys,"Handle2",{CanCollide = false,BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.400000006, 0.200000003, 1.60000002),CFrame = CFrame.new(-3.47717381, 3.67705393, 24.712532, 0, 0, 1, 1, 0, 0, 0, 1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  583. Mesh = New("SpecialMesh",Handle2,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  584. mot = New("Motor",Handle2,"mot",{Part0 = Handle2,Part1 = FakeHandle,C0 = CFrame.new(0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0),C1 = CFrame.new(-0.609985352, -4.59999895, -0.0499925613, 0, 0, -1, 1, 0, 0, 0, -1, 0),})
  585. Handle8 = New("Part",kys,"Handle8",{CanCollide = false,BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.400000006, 0.800000072, 2.60000014),CFrame = CFrame.new(4.22282696, 3.67705393, 25.012537, 0, 0, -1, 1, 0, 0, 0, -1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  586. Mesh = New("SpecialMesh",Handle8,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  587. mot = New("Motor",Handle8,"mot",{Part0 = Handle8,Part1 = FakeHandle,C0 = CFrame.new(0, 0, 0, 0, 1, 0, 0, 0, -1, -1, 0, 0),C1 = CFrame.new(-0.909990311, 3.10000181, -0.0499925613, 0, 0, -1, 1, 0, 0, 0, -1, 0),})
  588. Handle9 = New("Part",kys,"Handle9",{CanCollide = false,BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.800000012, 0.400000006, 3.80000019),CFrame = CFrame.new(1.02283704, 3.67705393, 25.012537, 0, 0, 1, 0, 1, 0, -1, 0, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  589. Mesh = New("BlockMesh",Handle9,"Mesh",{})
  590. mot = New("Motor",Handle9,"mot",{Part0 = Handle9,Part1 = FakeHandle,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0),C1 = CFrame.new(-0.909990311, -0.0999879837, -0.0499925613, 0, 0, -1, 1, 0, 0, 0, -1, 0),})
  591. Handle1 = New("Part",kys,"Handle1",{CanCollide = false,BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.400000006, 0.400000006, 0.800000072),CFrame = CFrame.new(-1.27716506, 3.67705393, 24.8125324, 0, 0, 1, 0, 1, 0, -1, 0, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  592. Mesh = New("BlockMesh",Handle1,"Mesh",{})
  593. mot = New("Motor",Handle1,"mot",{Part0 = Handle1,Part1 = FakeHandle,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0),C1 = CFrame.new(-0.709985733, -2.39999008, -0.0499925613, 0, 0, -1, 1, 0, 0, 0, -1, 0),})
  594. Handle6 = New("Part",kys,"Handle6",{CanCollide = false,BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.400000006, 0.800000072, 0.600000024),CFrame = CFrame.new(4.42282581, 3.67705393, 24.9125366, 0, 0.707106829, -0.707106829, 1, 0, 0, 0, -0.707106829, -0.707106829),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  595. Mesh = New("SpecialMesh",Handle6,"Mesh",{Scale = Vector3.new(0.99000001, 1, 1),MeshType = Enum.MeshType.Wedge,})
  596. mot = New("Motor",Handle6,"mot",{Part0 = Handle6,Part1 = FakeHandle,C0 = CFrame.new(0, 0, 0, 0, 1, 0, 0.707106829, 0, -0.707106829, -0.707106829, 0, -0.707106829),C1 = CFrame.new(-0.809989929, 3.30000067, -0.0499925613, 0, 0, -1, 1, 0, 0, 0, -1, 0),})
  597. Handle4 = New("Part",kys,"Handle4",{CanCollide = false,BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.400000006, 1.00000012),CFrame = CFrame.new(-2.17716265, 3.67705393, 24.712532, 0, 0, 1, 0, 1, 0, -1, 0, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  598. Mesh = New("BlockMesh",Handle4,"Mesh",{})
  599. mot = New("Motor",Handle4,"mot",{Part0 = Handle4,Part1 = FakeHandle,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0),C1 = CFrame.new(-0.609985352, -3.29998779, -0.0499925613, 0, 0, -1, 1, 0, 0, 0, -1, 0),})
  600. Handle7 = New("Part",kys,"Handle7",{CanCollide = false,BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.400000006, 0.800000072, 0.600000024),CFrame = CFrame.new(3.72283125, 3.67705393, 24.5125351, 0, 0.500000238, -0.866025388, 1, 0, 0, 0, -0.866025388, -0.500000238),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  601. Mesh = New("SpecialMesh",Handle7,"Mesh",{Scale = Vector3.new(0.99000001, 1, 1),MeshType = Enum.MeshType.Wedge,})
  602. mot = New("Motor",Handle7,"mot",{Part0 = Handle7,Part1 = FakeHandle,C0 = CFrame.new(0, 0, 0, 0, 1, 0, 0.500000238, 0, -0.866025388, -0.866025388, 0, -0.500000238),C1 = CFrame.new(-0.409988403, 2.6000061, -0.0499925613, 0, 0, -1, 1, 0, 0, 0, -1, 0),})
  603. Handle15 = New("Part",kys,"Handle15",{CanCollide = false,BrickColor = BrickColor.new("Black"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.5,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.400000006, 0.200000003, 1.4000001),CFrame = CFrame.new(-2.37716579, 3.67705393, 24.8125343, 0, 0, 1, 1, 0, 0, 0, 1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0, 1, 1),})
  604. Mesh = New("SpecialMesh",Handle15,"Mesh",{Scale = Vector3.new(1.00999999, 1, 1),MeshType = Enum.MeshType.Wedge,})
  605. mot = New("Motor",Handle15,"mot",{Part0 = Handle15,Part1 = FakeHandle,C0 = CFrame.new(0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0),C1 = CFrame.new(-0.70998764, -3.49999094, -0.0499925613, 0, 0, -1, 1, 0, 0, 0, -1, 0),})
  606. Handle13 = New("Part",kys,"Handle13",{CanCollide = false,BrickColor = BrickColor.new("Black"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.5,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.400000006, 1.40000021),CFrame = CFrame.new(-0.977168918, 3.67705393, 24.8125286, 0, 0, 1, 0, 1, 0, -1, 0, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0, 1, 1),})
  607. Mesh = New("BlockMesh",Handle13,"Mesh",{Scale = Vector3.new(1, 1.00999999, 1),})
  608. mot = New("Motor",Handle13,"mot",{Part0 = Handle13,Part1 = FakeHandle,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0),C1 = CFrame.new(-0.709981918, -2.09999394, -0.0499925613, 0, 0, -1, 1, 0, 0, 0, -1, 0),})
  609. Handle11 = New("Part",kys,"Handle11",{CanCollide = false,BrickColor = BrickColor.new("Black"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.5,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.400000006, 0.400000006, 1.4000001),CFrame = CFrame.new(-0.977172971, 3.67705202, 25.1125298, 0, 0, 1, 1, 0, 0, 0, 1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0, 1, 1),})
  610. Mesh = New("SpecialMesh",Handle11,"Mesh",{Scale = Vector3.new(1.00999999, 1, 1),MeshType = Enum.MeshType.Wedge,})
  611. mot = New("Motor",Handle11,"mot",{Part0 = Handle11,Part1 = FakeHandle,C0 = CFrame.new(0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0),C1 = CFrame.new(-1.00998306, -2.099998, -0.049990654, 0, 0, -1, 1, 0, 0, 0, -1, 0),})
  612. Handle14 = New("Part",kys,"Handle14",{CanCollide = false,BrickColor = BrickColor.new("Black"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.5,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.600000024, 0.400000006, 1.60000002),CFrame = CFrame.new(0.522831023, 3.67705393, 25.0125351, 0, 0, 1, 0, 1, 0, -1, 0, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0, 1, 1),})
  613. Mesh = New("BlockMesh",Handle14,"Mesh",{Scale = Vector3.new(1, 1.00999999, 1),})
  614. mot = New("Motor",Handle14,"mot",{Part0 = Handle14,Part1 = FakeHandle,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0),C1 = CFrame.new(-0.909988403, -0.599994004, -0.0499925613, 0, 0, -1, 1, 0, 0, 0, -1, 0),})
  615. Handle10 = New("Part",kys,"Handle10",{CanCollide = false,BrickColor = BrickColor.new("Black"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.5,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.400000006, 0.400000066, 1.4000001),CFrame = CFrame.new(2.02283406, 3.67705202, 24.8125362, 0, 0, -1, 1, 0, 0, 0, -1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0, 1, 1),})
  616. Mesh = New("SpecialMesh",Handle10,"Mesh",{Scale = Vector3.new(1.00999999, 1, 1),MeshType = Enum.MeshType.Wedge,})
  617. mot = New("Motor",Handle10,"mot",{Part0 = Handle10,Part1 = FakeHandle,C0 = CFrame.new(0, 0, 0, 0, 1, 0, 0, 0, -1, -1, 0, 0),C1 = CFrame.new(-0.709989548, 0.900009036, -0.049990654, 0, 0, -1, 1, 0, 0, 0, -1, 0),})
  618. Handle16 = New("Part",kys,"Handle16",{CanCollide = false,BrickColor = BrickColor.new("Black"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.5,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.400000006, 0.400000006, 1.80000019),CFrame = CFrame.new(2.22282696, 3.67705393, 25.1125336, 0, 0, 1, 0, 1, 0, -1, 0, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0, 1, 1),})
  619. Mesh = New("BlockMesh",Handle16,"Mesh",{Scale = Vector3.new(1, 1.00999999, 1),})
  620. mot = New("Motor",Handle16,"mot",{Part0 = Handle16,Part1 = FakeHandle,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0),C1 = CFrame.new(-1.00998688, 1.10000193, -0.0499925613, 0, 0, -1, 1, 0, 0, 0, -1, 0),})
  621. Handle12 = New("Part",kys,"Handle12",{CanCollide = false,BrickColor = BrickColor.new("Black"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.5,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.400000006, 0.400000066, 1.80000019),CFrame = CFrame.new(4.02282476, 3.67705393, 25.1125317, 0, 0, -1, 1, 0, 0, 0, -1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0, 1, 1),})
  622. Mesh = New("SpecialMesh",Handle12,"Mesh",{Scale = Vector3.new(1.00999999, 1, 1),MeshType = Enum.MeshType.Wedge,})
  623. mot = New("Motor",Handle12,"mot",{Part0 = Handle12,Part1 = FakeHandle,C0 = CFrame.new(0, 0, 0, 0, 1, 0, 0, 0, -1, -1, 0, 0),C1 = CFrame.new(-1.00998497, 2.89999962, -0.0499925613, 0, 0, -1, 1, 0, 0, 0, -1, 0),})
  624. BladeEffect3 = New("Part",kys,"BladeEffect3",{CanCollide = false,BrickColor = BrickColor.new("Lime green"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.800000072, 0.400000155),CFrame = CFrame.new(-1.27716982, 3.67705393, 25.212532, 0, -1, 0, -1, 0, 0, 0, 0, -1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0, 0, 1),})
  625. Mesh = New("SpecialMesh",BladeEffect3,"Mesh",{Scale = Vector3.new(1, 1.00999999, 1.01999998),MeshType = Enum.MeshType.Wedge,})
  626. mot = New("Motor",BladeEffect3,"mot",{Part0 = BladeEffect3,Part1 = FakeHandle,C0 = CFrame.new(0, 0, 0, 0, -1, 0, -1, 0, 0, -0, -0, -1),C1 = CFrame.new(-1.10998535, -2.39999485, -0.0499925613, 0, 0, -1, 1, 0, 0, 0, -1, 0),})
  627. BladeEffect2 = New("Part",kys,"BladeEffect2",{CanCollide = false,BrickColor = BrickColor.new("Lime green"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.600000143),CFrame = CFrame.new(5.02282381, 3.67705393, 25.3125305, 0, 0, -1, 1, 0, 0, 0, -1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0, 0, 1),})
  628. Mesh = New("SpecialMesh",BladeEffect2,"Mesh",{Scale = Vector3.new(1, 1.00999999, 1),MeshType = Enum.MeshType.Wedge,})
  629. mot = New("Motor",BladeEffect2,"mot",{Part0 = BladeEffect2,Part1 = FakeHandle,C0 = CFrame.new(0, 0, 0, 0, 1, 0, 0, 0, -1, -1, 0, 0),C1 = CFrame.new(-1.20998383, 3.89999866, -0.0499925613, 0, 0, -1, 1, 0, 0, 0, -1, 0),})
  630. BladeEffect1 = New("Part",kys,"BladeEffect1",{CanCollide = false,BrickColor = BrickColor.new("Lime green"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 5.60000038),CFrame = CFrame.new(1.92282903, 3.67705393, 25.3125343, 0, 0, 1, 0, 1, 0, -1, 0, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0, 0, 1),})
  631. Mesh = New("BlockMesh",BladeEffect1,"Mesh",{Scale = Vector3.new(1.00999999, 1, 1),})
  632. mot = New("Motor",BladeEffect1,"mot",{Part0 = BladeEffect1,Part1 = FakeHandle,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0),C1 = CFrame.new(-1.20998764, 0.800004005, -0.0499925613, 0, 0, -1, 1, 0, 0, 0, -1, 0),})
  633. Handle29 = New("Part",kys,"Handle29",{CanCollide = false,BrickColor = BrickColor.new("Lime green"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 1.20000005),CFrame = CFrame.new(0.422832012, 3.78705502, 24.9125347, 0, 0, 1, 0, 1, 0, -1, 0, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0, 0, 1),})
  634. Mesh = New("BlockMesh",Handle29,"Mesh",{Scale = Vector3.new(1, 1.00999999, 1),})
  635. mot = New("Motor",Handle29,"mot",{Part0 = Handle29,Part1 = FakeHandle,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0),C1 = CFrame.new(-0.809988022, -0.699993014, -0.159993649, 0, 0, -1, 1, 0, 0, 0, -1, 0),})
  636. Handle32 = New("Part",kys,"Handle32",{CanCollide = false,BrickColor = BrickColor.new("Lime green"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 1.20000005),CFrame = CFrame.new(2.52283311, 3.78705502, 25.1125374, 0, 0, 1, 0, 1, 0, -1, 0, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0, 0, 1),})
  637. Mesh = New("BlockMesh",Handle32,"Mesh",{Scale = Vector3.new(1, 1.00999999, 1),})
  638. mot = New("Motor",Handle32,"mot",{Part0 = Handle32,Part1 = FakeHandle,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0),C1 = CFrame.new(-1.00999069, 1.40000808, -0.159993649, 0, 0, -1, 1, 0, 0, 0, -1, 0),})
  639. Handle30 = New("Part",kys,"Handle30",{CanCollide = false,BrickColor = BrickColor.new("Lime green"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 1),CFrame = CFrame.new(1.52283096, 3.78705502, 24.9125347, 0, 0, -1, 1, 0, 0, 0, -1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0, 0, 1),})
  640. Mesh = New("SpecialMesh",Handle30,"Mesh",{Scale = Vector3.new(1.00999999, 1, 1),MeshType = Enum.MeshType.Wedge,})
  641. mot = New("Motor",Handle30,"mot",{Part0 = Handle30,Part1 = FakeHandle,C0 = CFrame.new(0, 0, 0, 0, 1, 0, 0, 0, -1, -1, 0, 0),C1 = CFrame.new(-0.809988022, 0.400005937, -0.159993649, 0, 0, -1, 1, 0, 0, 0, -1, 0),})
  642. Handle28 = New("Part",kys,"Handle28",{CanCollide = false,BrickColor = BrickColor.new("Lime green"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 1),CFrame = CFrame.new(1.42282796, 3.78705502, 25.1125298, 0, 0, 1, 1, 0, 0, 0, 1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0, 0, 1),})
  643. Mesh = New("SpecialMesh",Handle28,"Mesh",{Scale = Vector3.new(1.00999999, 1, 1),MeshType = Enum.MeshType.Wedge,})
  644. mot = New("Motor",Handle28,"mot",{Part0 = Handle28,Part1 = FakeHandle,C0 = CFrame.new(0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0),C1 = CFrame.new(-1.00998306, 0.300002933, -0.159993649, 0, 0, -1, 1, 0, 0, 0, -1, 0),})
  645. Handle27 = New("Part",kys,"Handle27",{CanCollide = false,BrickColor = BrickColor.new("Lime green"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 1.00000012),CFrame = CFrame.new(-0.677162051, 3.78705311, 24.9125309, 0, 0, 1, 1, 0, 0, 0, 1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0, 0, 1),})
  646. Mesh = New("SpecialMesh",Handle27,"Mesh",{Scale = Vector3.new(1.00999999, 1, 1),MeshType = Enum.MeshType.Wedge,})
  647. mot = New("Motor",Handle27,"mot",{Part0 = Handle27,Part1 = FakeHandle,C0 = CFrame.new(0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0),C1 = CFrame.new(-0.809984207, -1.79998708, -0.159991741, 0, 0, -1, 1, 0, 0, 0, -1, 0),})
  648. Handle31 = New("Part",kys,"Handle31",{CanCollide = false,BrickColor = BrickColor.new("Lime green"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 1.00000012),CFrame = CFrame.new(3.62284327, 3.78705692, 25.1125374, 0, 0, -1, 1, 0, 0, 0, -1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0, 0, 1),})
  649. Mesh = New("SpecialMesh",Handle31,"Mesh",{Scale = Vector3.new(1.00999999, 1, 1),MeshType = Enum.MeshType.Wedge,})
  650. mot = New("Motor",Handle31,"mot",{Part0 = Handle31,Part1 = FakeHandle,C0 = CFrame.new(0, 0, 0, 0, 1, 0, 0, 0, -1, -1, 0, 0),C1 = CFrame.new(-1.00999069, 2.50001812, -0.159995556, 0, 0, -1, 1, 0, 0, 0, -1, 0),})
  651. Handle20 = New("Part",kys,"Handle20",{CanCollide = false,BrickColor = BrickColor.new("Lime green"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.400000095),CFrame = CFrame.new(0.822834015, 3.78705692, 25.1125355, 0, 0.866025388, 0.500000238, 1, 0, 0, 0, 0.500000238, -0.866025388),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0, 0, 1),})
  652. Mesh = New("SpecialMesh",Handle20,"Mesh",{Scale = Vector3.new(1.00999999, 1, 1),MeshType = Enum.MeshType.Wedge,})
  653. mot = New("Motor",Handle20,"mot",{Part0 = Handle20,Part1 = FakeHandle,C0 = CFrame.new(0, 0, 0, 0, 1, 0, 0.866025388, 0, 0.500000238, 0.500000238, 0, -0.866025388),C1 = CFrame.new(-1.00998878, -0.299991012, -0.159995556, 0, 0, -1, 1, 0, 0, 0, -1, 0),})
  654. Handle25 = New("Part",kys,"Handle25",{CanCollide = false,BrickColor = BrickColor.new("Lime green"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.400000095),CFrame = CFrame.new(0.322834015, 3.78705502, 25.0625343, 0, 0.707106829, 0.707106829, 1, 0, 0, 0, 0.707106829, -0.707106829),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0, 0, 1),})
  655. Mesh = New("SpecialMesh",Handle25,"Mesh",{Scale = Vector3.new(1.00999999, 1, 1),MeshType = Enum.MeshType.Wedge,})
  656. mot = New("Motor",Handle25,"mot",{Part0 = Handle25,Part1 = FakeHandle,C0 = CFrame.new(0, 0, 0, 0, 1, 0, 0.707106829, 0, 0.707106829, 0.707106829, 0, -0.707106829),C1 = CFrame.new(-0.95998764, -0.799991012, -0.159993649, 0, 0, -1, 1, 0, 0, 0, -1, 0),})
  657. Blade8 = New("Part",kys,"Blade8",{CanCollide = false,BrickColor = BrickColor.new("Lime green"),Material = Enum.Material.Neon,Reflectance = 0.5,Transparency = 0.40000000596046,Transparency = 0.40000000596046,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1.60000002, 0.200000003, 3.80000067),CFrame = CFrame.new(2.43273091, 3.67706394, 25.8025932, 0, 0, 1, 0, 1, 0, -1, 0, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0, 0, 1),})
  658. Mesh = New("BlockMesh",Blade8,"Mesh",{})
  659. mot = New("Motor",Blade8,"mot",{Part0 = Blade8,Part1 = FakeHandle,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0),C1 = CFrame.new(-1.70004654, 1.30990589, -0.0500025749, 0, 0, -1, 1, 0, 0, 0, -1, 0),})
  660. Blade1 = New("Part",kys,"Blade1",{CanCollide = false,BrickColor = BrickColor.new("Lime green"),Material = Enum.Material.Neon,Reflectance = 0.5,Transparency = 0.40000000596046,Transparency = 0.40000000596046,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.600000083, 4),CFrame = CFrame.new(-5.26725912, 3.6770649, 25.502594, 0, 0, 1, 1, 0, 0, 0, 1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0, 0, 1),})
  661. Mesh = New("SpecialMesh",Blade1,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  662. mot = New("Motor",Blade1,"mot",{Part0 = Blade1,Part1 = FakeHandle,C0 = CFrame.new(0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0),C1 = CFrame.new(-1.4000473, -6.39008427, -0.0500035286, 0, 0, -1, 1, 0, 0, 0, -1, 0),})
  663. Blade3 = New("Part",kys,"Blade3",{CanCollide = false,BrickColor = BrickColor.new("Lime green"),Material = Enum.Material.Neon,Reflectance = 0.5,Transparency = 0.40000000596046,Transparency = 0.40000000596046,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 1.00000012),CFrame = CFrame.new(4.83273983, 3.67706394, 25.3025894, 0, 0, -1, 1, 0, 0, 0, -1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0, 0, 1),})
  664. Mesh = New("SpecialMesh",Blade3,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  665. mot = New("Motor",Blade3,"mot",{Part0 = Blade3,Part1 = FakeHandle,C0 = CFrame.new(0, 0, 0, 0, 1, 0, 0, 0, -1, -1, 0, 0),C1 = CFrame.new(-1.20004272, 3.70991468, -0.0500025749, 0, 0, -1, 1, 0, 0, 0, -1, 0),})
  666. Blade9 = New("Part",kys,"Blade9",{CanCollide = false,BrickColor = BrickColor.new("Lime green"),Material = Enum.Material.Neon,Reflectance = 0.5,Transparency = 0.40000000596046,Transparency = 0.40000000596046,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1.20000005, 0.200000003, 1.00000024),CFrame = CFrame.new(4.8327322, 3.6770649, 26.002594, 0, 0, 1, 0, 1, 0, -1, 0, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0, 0, 1),})
  667. Mesh = New("BlockMesh",Blade9,"Mesh",{})
  668. mot = New("Motor",Blade9,"mot",{Part0 = Blade9,Part1 = FakeHandle,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0),C1 = CFrame.new(-1.9000473, 3.70990705, -0.0500035286, 0, 0, -1, 1, 0, 0, 0, -1, 0),})
  669. Blade10 = New("Part",kys,"Blade10",{CanCollide = false,BrickColor = BrickColor.new("Lime green"),Material = Enum.Material.Neon,Reflectance = 0.5,Transparency = 0.40000000596046,Transparency = 0.40000000596046,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.800000072, 3.00000024),CFrame = CFrame.new(6.83273506, 3.6770649, 25.8025951, 0, 0, -1, 1, 0, 0, 0, -1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0, 0, 1),})
  670. Mesh = New("SpecialMesh",Blade10,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  671. mot = New("Motor",Blade10,"mot",{Part0 = Blade10,Part1 = FakeHandle,C0 = CFrame.new(0, 0, 0, 0, 1, 0, 0, 0, -1, -1, 0, 0),C1 = CFrame.new(-1.70004845, 5.70990992, -0.0500035286, 0, 0, -1, 1, 0, 0, 0, -1, 0),})
  672. Blade4 = New("Part",kys,"Blade4",{CanCollide = false,BrickColor = BrickColor.new("Lime green"),Material = Enum.Material.Neon,Reflectance = 0.5,Transparency = 0.40000000596046,Transparency = 0.40000000596046,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.400000036, 5.4000001),CFrame = CFrame.new(3.23273134, 3.67706394, 26.802599, 0, 0, 1, 1, 0, 0, 0, 1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0, 0, 1),})
  673. Mesh = New("SpecialMesh",Blade4,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  674. mot = New("Motor",Blade4,"mot",{Part0 = Blade4,Part1 = FakeHandle,C0 = CFrame.new(0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0),C1 = CFrame.new(-2.70005226, 2.1099062, -0.0500025749, 0, 0, -1, 1, 0, 0, 0, -1, 0),})
  675. Blade2 = New("Part",kys,"Blade2",{CanCollide = false,BrickColor = BrickColor.new("Lime green"),Material = Enum.Material.Neon,Reflectance = 0.5,Transparency = 0.40000000596046,Transparency = 0.40000000596046,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 3.80000019),CFrame = CFrame.new(7.83274889, 3.67706394, 26.7026005, 0, 0, -1, 1, 0, 0, 0, -1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0, 0, 1),})
  676. Mesh = New("SpecialMesh",Blade2,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  677. mot = New("Motor",Blade2,"mot",{Part0 = Blade2,Part1 = FakeHandle,C0 = CFrame.new(0, 0, 0, 0, 1, 0, 0, 0, -1, -1, 0, 0),C1 = CFrame.new(-2.60005379, 6.70992374, -0.0500025749, 0, 0, -1, 1, 0, 0, 0, -1, 0),})
  678. Blade12 = New("Part",kys,"Blade12",{CanCollide = false,BrickColor = BrickColor.new("Lime green"),Material = Enum.Material.Neon,Reflectance = 0.5,Transparency = 0.40000000596046,Transparency = 0.40000000596046,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.600000024, 0.200000003, 3.80000067),CFrame = CFrame.new(-1.36725795, 3.6770649, 25.5025978, 0, 0, 1, 0, 1, 0, -1, 0, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0, 0, 1),})
  679. Mesh = New("BlockMesh",Blade12,"Mesh",{})
  680. mot = New("Motor",Blade12,"mot",{Part0 = Blade12,Part1 = FakeHandle,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0),C1 = CFrame.new(-1.40005112, -2.49008298, -0.0500035286, 0, 0, -1, 1, 0, 0, 0, -1, 0),})
  681. Blade11 = New("Part",kys,"Blade11",{CanCollide = false,BrickColor = BrickColor.new("Lime green"),Material = Enum.Material.Neon,Reflectance = 0.5,Transparency = 0.40000000596046,Transparency = 0.40000000596046,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.800000072, 5.4000001),CFrame = CFrame.new(-2.16726398, 3.6770649, 26.2025928, 0, 0, 1, 1, 0, 0, 0, 1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0, 0, 1),})
  682. Mesh = New("SpecialMesh",Blade11,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  683. mot = New("Motor",Blade11,"mot",{Part0 = Blade11,Part1 = FakeHandle,C0 = CFrame.new(0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0),C1 = CFrame.new(-2.10004616, -3.29008913, -0.0500035286, 0, 0, -1, 1, 0, 0, 0, -1, 0),})
  684. Blade5 = New("Part",kys,"Blade5",{CanCollide = false,BrickColor = BrickColor.new("Lime green"),Material = Enum.Material.Neon,Reflectance = 0.5,Transparency = 0.40000000596046,Transparency = 0.40000000596046,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 5.4000001),CFrame = CFrame.new(8.63274956, 3.67706299, 26.9025936, 0, 0, -1, 1, 0, 0, 0, -1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0, 0, 1),})
  685. Mesh = New("SpecialMesh",Blade5,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  686. mot = New("Motor",Blade5,"mot",{Part0 = Blade5,Part1 = FakeHandle,C0 = CFrame.new(0, 0, 0, 0, 1, 0, 0, 0, -1, -1, 0, 0),C1 = CFrame.new(-2.80004692, 7.50992441, -0.0500016212, 0, 0, -1, 1, 0, 0, 0, -1, 0),})
  687. Hitbox = New("Part",kys,"Hitbox",{CanCollide = false,BrickColor = BrickColor.new("Pastel brown"),Transparency = 1,Transparency = 1,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(1.30000007, 6.79999924, 0.49999997),CFrame = CFrame.new(1.9228251, 3.67706347, 25.8525505, 0, 1, 0, 0, 0, -1, -1, 0, 0),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(1, 0.8, 0.6),})
  688. mot = New("Motor",Hitbox,"mot",{Part0 = Hitbox,Part1 = FakeHandle,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 1, 0, 0, 0, -1, 0),C1 = CFrame.new(-1.75000381, 0.800000072, -0.0500020981, 0, 0, -1, 1, 0, 0, 0, -1, 0),})
  689. Blade7 = New("Part",kys,"Blade7",{CanCollide = false,BrickColor = BrickColor.new("Lime green"),Material = Enum.Material.Neon,Reflectance = 0.5,Transparency = 0.40000000596046,Transparency = 0.40000000596046,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.400000036, 5.00000048),CFrame = CFrame.new(7.83273506, 3.6770649, 26.4025955, 0, 0, -1, 1, 0, 0, 0, -1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0, 0, 1),})
  690. Mesh = New("SpecialMesh",Blade7,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  691. mot = New("Motor",Blade7,"mot",{Part0 = Blade7,Part1 = FakeHandle,C0 = CFrame.new(0, 0, 0, 0, 1, 0, 0, 0, -1, -1, 0, 0),C1 = CFrame.new(-2.30004883, 6.70990992, -0.0500035286, 0, 0, -1, 1, 0, 0, 0, -1, 0),})
  692. Handle23 = New("Part",kys,"Handle23",{CanCollide = false,BrickColor = BrickColor.new("Lime green"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 1.20000005),CFrame = CFrame.new(2.52283311, 3.56705403, 25.1125374, 0, 0, 1, 0, 1, 0, -1, 0, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0, 0, 1),})
  693. Mesh = New("BlockMesh",Handle23,"Mesh",{Scale = Vector3.new(1, 1.00999999, 1),})
  694. mot = New("Motor",Handle23,"mot",{Part0 = Handle23,Part1 = FakeHandle,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0),C1 = CFrame.new(-1.00999069, 1.40000808, 0.0600073338, 0, 0, -1, 1, 0, 0, 0, -1, 0),})
  695. Handle22 = New("Part",kys,"Handle22",{CanCollide = false,BrickColor = BrickColor.new("Lime green"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.400000095),CFrame = CFrame.new(0.322834015, 3.56705403, 25.0625343, 0, 0.707106829, 0.707106829, 1, 0, 0, 0, 0.707106829, -0.707106829),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0, 0, 1),})
  696. Mesh = New("SpecialMesh",Handle22,"Mesh",{Scale = Vector3.new(1.00999999, 1, 1),MeshType = Enum.MeshType.Wedge,})
  697. mot = New("Motor",Handle22,"mot",{Part0 = Handle22,Part1 = FakeHandle,C0 = CFrame.new(0, 0, 0, 0, 1, 0, 0.707106829, 0, 0.707106829, 0.707106829, 0, -0.707106829),C1 = CFrame.new(-0.95998764, -0.799991012, 0.0600073338, 0, 0, -1, 1, 0, 0, 0, -1, 0),})
  698. Handle21 = New("Part",kys,"Handle21",{CanCollide = false,BrickColor = BrickColor.new("Lime green"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 1.00000012),CFrame = CFrame.new(3.62284327, 3.56705689, 25.1125374, 0, 0, -1, 1, 0, 0, 0, -1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0, 0, 1),})
  699. Mesh = New("SpecialMesh",Handle21,"Mesh",{Scale = Vector3.new(1.00999999, 1, 1),MeshType = Enum.MeshType.Wedge,})
  700. mot = New("Motor",Handle21,"mot",{Part0 = Handle21,Part1 = FakeHandle,C0 = CFrame.new(0, 0, 0, 0, 1, 0, 0, 0, -1, -1, 0, 0),C1 = CFrame.new(-1.00999069, 2.50001812, 0.0600044727, 0, 0, -1, 1, 0, 0, 0, -1, 0),})
  701. Handle17 = New("Part",kys,"Handle17",{CanCollide = false,BrickColor = BrickColor.new("Lime green"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 1.20000005),CFrame = CFrame.new(0.422832012, 3.56705403, 24.9125347, 0, 0, 1, 0, 1, 0, -1, 0, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0, 0, 1),})
  702. Mesh = New("BlockMesh",Handle17,"Mesh",{Scale = Vector3.new(1, 1.00999999, 1),})
  703. mot = New("Motor",Handle17,"mot",{Part0 = Handle17,Part1 = FakeHandle,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0),C1 = CFrame.new(-0.809988022, -0.699993014, 0.0600073338, 0, 0, -1, 1, 0, 0, 0, -1, 0),})
  704. Handle19 = New("Part",kys,"Handle19",{CanCollide = false,BrickColor = BrickColor.new("Lime green"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 1),CFrame = CFrame.new(1.42282796, 3.56705403, 25.1125298, 0, 0, 1, 1, 0, 0, 0, 1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0, 0, 1),})
  705. Mesh = New("SpecialMesh",Handle19,"Mesh",{Scale = Vector3.new(1.00999999, 1, 1),MeshType = Enum.MeshType.Wedge,})
  706. mot = New("Motor",Handle19,"mot",{Part0 = Handle19,Part1 = FakeHandle,C0 = CFrame.new(0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0),C1 = CFrame.new(-1.00998306, 0.300002933, 0.0600073338, 0, 0, -1, 1, 0, 0, 0, -1, 0),})
  707. Handle26 = New("Part",kys,"Handle26",{CanCollide = false,BrickColor = BrickColor.new("Lime green"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 1.00000012),CFrame = CFrame.new(-0.677162051, 3.56705093, 24.9125309, 0, 0, 1, 1, 0, 0, 0, 1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0, 0, 1),})
  708. Mesh = New("SpecialMesh",Handle26,"Mesh",{Scale = Vector3.new(1.00999999, 1, 1),MeshType = Enum.MeshType.Wedge,})
  709. mot = New("Motor",Handle26,"mot",{Part0 = Handle26,Part1 = FakeHandle,C0 = CFrame.new(0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0),C1 = CFrame.new(-0.809984207, -1.79998708, 0.0600104332, 0, 0, -1, 1, 0, 0, 0, -1, 0),})
  710. Handle18 = New("Part",kys,"Handle18",{CanCollide = false,BrickColor = BrickColor.new("Lime green"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 1),CFrame = CFrame.new(1.52283096, 3.56705403, 24.9125347, 0, 0, -1, 1, 0, 0, 0, -1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0, 0, 1),})
  711. Mesh = New("SpecialMesh",Handle18,"Mesh",{Scale = Vector3.new(1.00999999, 1, 1),MeshType = Enum.MeshType.Wedge,})
  712. mot = New("Motor",Handle18,"mot",{Part0 = Handle18,Part1 = FakeHandle,C0 = CFrame.new(0, 0, 0, 0, 1, 0, 0, 0, -1, -1, 0, 0),C1 = CFrame.new(-0.809988022, 0.400005937, 0.0600073338, 0, 0, -1, 1, 0, 0, 0, -1, 0),})
  713. Handle24 = New("Part",kys,"Handle24",{CanCollide = false,BrickColor = BrickColor.new("Lime green"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.400000095),CFrame = CFrame.new(0.822834015, 3.56705689, 25.1125355, 0, 0.866025388, 0.500000238, 1, 0, 0, 0, 0.500000238, -0.866025388),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0, 0, 1),})
  714. Mesh = New("SpecialMesh",Handle24,"Mesh",{Scale = Vector3.new(1.00999999, 1, 1),MeshType = Enum.MeshType.Wedge,})
  715. mot = New("Motor",Handle24,"mot",{Part0 = Handle24,Part1 = FakeHandle,C0 = CFrame.new(0, 0, 0, 0, 1, 0, 0.866025388, 0, 0.500000238, 0.500000238, 0, -0.866025388),C1 = CFrame.new(-1.00998878, -0.299991012, 0.0600044727, 0, 0, -1, 1, 0, 0, 0, -1, 0),})
  716. Handle = New("Part",kys,"Handle",{CanCollide = false,BrickColor = BrickColor.new("Pastel brown"),Transparency = 1,Transparency = 1,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(1, 2, 1),CFrame = CFrame.new(1.12282503, 3.62705994, 24.1025467, 0, 1, 0, 0, 0, -1, -1, 0, 0),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(1, 0.8, 0.6),})
  717. mot = New("Motor",Handle,"mot",{Part0 = Handle,Part1 = FakeHandle,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 1, 0, 0, 0, -1, 0),C1 = CFrame.new(0, 0, 1.43051147e-006, 0, 0, -1, 1, 0, 0, 0, -1, 0),})
  718. Hitbox1 = New("Part",kys,"Hitbox1",{CanCollide = false,BrickColor = BrickColor.new("Pastel brown"),Transparency = 1,Transparency = 1,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(1, 5.09999943, 0.49999997),CFrame = CFrame.new(-4.12717438, 3.67706108, 25.7025509, 0, 1, 0, 0, 0, -1, -1, 0, 0),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(1, 0.8, 0.6),})
  719. mot = New("Motor",Hitbox1,"mot",{Part0 = Hitbox1,Part1 = FakeHandle,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 1, 0, 0, 0, -1, 0),C1 = CFrame.new(-1.6000042, -5.24999952, -0.0499997139, 0, 0, -1, 1, 0, 0, 0, -1, 0),})
  720. Hitbox2 = New("Part",kys,"Hitbox2",{CanCollide = false,BrickColor = BrickColor.new("Pastel brown"),Transparency = 1,Transparency = 1,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(1.30000007, 5.79999924, 0.49999997),CFrame = CFrame.new(6.52282667, 3.67706108, 26.2525539, 0, 1, 0, 0, 0, -1, -1, 0, 0),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(1, 0.8, 0.6),})
  721. mot = New("Motor",Hitbox2,"mot",{Part0 = Hitbox2,Part1 = FakeHandle,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 1, 0, 0, 0, -1, 0),C1 = CFrame.new(-2.15000725, 5.40000153, -0.0499997139, 0, 0, -1, 1, 0, 0, 0, -1, 0),})
  722.  
  723. --math.rad(90)
  724. ------------------
  725. Damagefunc = function(Part, hit, minim, maxim, knockback, Type, Property, Delay, HitSound, HitPitch)
  726.  
  727. if hit.Parent == nil then
  728. return
  729. end
  730. local h = hit.Parent:FindFirstChild("Humanoid")
  731. for _,v in pairs(hit.Parent:children()) do
  732. if v:IsA("Humanoid") then
  733. h = v
  734. end
  735. end
  736. if h ~= nil and hit.Parent.Name ~= Character.Name and hit.Parent:FindFirstChild("Torso") ~= nil then
  737. if hit.Parent:findFirstChild("DebounceHit") ~= nil and hit.Parent.DebounceHit.Value == true then
  738. return
  739. end
  740. local c = Create("ObjectValue")({Name = "creator", Value = game:service("Players").LocalPlayer, Parent = h})
  741. game:GetService("Debris"):AddItem(c, 0.5)
  742. if HitSound ~= nil and HitPitch ~= nil then
  743. CreateSound(HitSound, hit, 1, HitPitch)
  744. end
  745. local Damage = math.random(minim, maxim)
  746. local blocked = false
  747. local block = hit.Parent:findFirstChild("Block")
  748. if block ~= nil and block.className == "IntValue" and block.Value > 0 then
  749. blocked = true
  750. block.Value = block.Value - 1
  751. print(block.Value)
  752. end
  753. if blocked == false then
  754. h.Health = h.Health - Damage
  755. ShowDamage(Part.CFrame * CFrame.new(0, 0, Part.Size.Z / 2).p + Vector3.new(0, 1.5, 0), -Damage, 1.5, Part.BrickColor.Color)
  756. else
  757. h.Health = h.Health - Damage / 2
  758. ShowDamage(Part.CFrame * CFrame.new(0, 0, Part.Size.Z / 2).p + Vector3.new(0, 1.5, 0), -Damage, 1.5, Part.BrickColor.Color)
  759. end
  760. if Type == "Knockdown" then
  761. local hum = hit.Parent.Humanoid
  762. hum.PlatformStand = true
  763. coroutine.resume(coroutine.create(function(HHumanoid)
  764.  
  765. swait(1)
  766. HHumanoid.PlatformStand = false
  767. end
  768. ), hum)
  769. local angle = hit.Position - (Property.Position + Vector3.new(0, 0, 0)).unit
  770. local bodvol = Create("BodyVelocity")({velocity = angle * knockback, P = 5000, maxForce = Vector3.new(8000, 8000, 8000), Parent = hit})
  771. local rl = Create("BodyAngularVelocity")({P = 3000, maxTorque = Vector3.new(500000, 500000, 500000) * 50000000000000, angularvelocity = Vector3.new(math.random(-10, 10), math.random(-10, 10), math.random(-10, 10)), Parent = hit})
  772. game:GetService("Debris"):AddItem(bodvol, 0.5)
  773. game:GetService("Debris"):AddItem(rl, 0.5)
  774. elseif Type == "Normal" then
  775. local vp = Create("BodyVelocity")({P = 500, maxForce = Vector3.new(math.huge, 0, math.huge), velocity = Property.CFrame.lookVector * knockback + Property.Velocity / 1.05})
  776. if knockback > 0 then
  777. vp.Parent = hit.Parent.Torso
  778. end
  779. game:GetService("Debris"):AddItem(vp, 0.5)
  780. elseif Type == "Up" then
  781. local bodyVelocity = Create("BodyVelocity")({velocity = Vector3.new(0, 20, 0), P = 5000, maxForce = Vector3.new(8000, 8000, 8000), Parent = hit})
  782. game:GetService("Debris"):AddItem(bodyVelocity, 0.5)
  783. local bodyVelocity = Create("BodyVelocity")({velocity = Vector3.new(0, 20, 0), P = 5000, maxForce = Vector3.new(8000, 8000, 8000), Parent = hit})
  784. game:GetService("Debris"):AddItem(bodyVelocity, 1)
  785. elseif Type == "Snare" then
  786. local bp = Create("BodyPosition")({P = 2000, D = 100, maxForce = Vector3.new(math.huge, math.huge, math.huge), position = hit.Parent.Torso.Position, Parent = hit.Parent.Torso})
  787. game:GetService("Debris"):AddItem(bp, 1)
  788. elseif Type == "Freeze" then
  789. local BodPos = Create("BodyPosition")({P = 50000, D = 1000, maxForce = Vector3.new(math.huge, math.huge, math.huge), position = hit.Parent.Torso.Position, Parent = hit.Parent.Torso})
  790. local BodGy = Create("BodyGyro")({maxTorque = Vector3.new(400000, 400000, 400000) * math.huge, P = 20000, Parent = hit.Parent.Torso, cframe = hit.Parent.Torso.CFrame})
  791. hit.Parent.Torso.Anchored = true
  792. coroutine.resume(coroutine.create(function(Part)
  793.  
  794. swait(1.5)
  795. Part.Anchored = false
  796. end
  797. ), hit.Parent.Torso)
  798. game:GetService("Debris"):AddItem(BodPos, 3)
  799. game:GetService("Debris"):AddItem(BodGy, 3)
  800. end
  801. local debounce = Create("BoolValue")({Name = "DebounceHit", Parent = hit.Parent, Value = true})
  802. game:GetService("Debris"):AddItem(debounce, Delay)
  803. c = Instance.new("ObjectValue")
  804. c.Name = "creator"
  805. c.Value = Player
  806. c.Parent = h
  807. game:GetService("Debris"):AddItem(c, 0.5)
  808. end
  809. end
  810.  
  811. ShowDamage = function(Pos, Text, Time, Color)
  812.  
  813. local Rate = 0.033333333333333
  814. if not Pos then
  815. local Pos = Vector3.new(0, 0, 0)
  816. end
  817. local Text = Text or ""
  818. local Time = Time or 2
  819. if not Color then
  820. local Color = Color3.new(1, 0, 1)
  821. end
  822. local EffectPart = CreatePart(workspace, "SmoothPlastic", 0, 1, BrickColor.new(Color), "Effect", Vector3.new(0, 0, 0))
  823. EffectPart.Anchored = true
  824. local BillboardGui = Create("BillboardGui")({Size = UDim2.new(3, 0, 3, 0), Adornee = EffectPart, Parent = EffectPart})
  825. local TextLabel = Create("TextLabel")({BackgroundTransparency = 1, Size = UDim2.new(1, 0, 1, 0), Text = Text, TextColor3 = Color, TextScaled = true, Font = Enum.Font.ArialBold, Parent = BillboardGui})
  826. game.Debris:AddItem(EffectPart, Time + 0.1)
  827. EffectPart.Parent = game:GetService("Workspace")
  828. delay(0, function()
  829.  
  830. local Frames = Time / Rate
  831. for Frame = 1, Frames do
  832. wait(Rate)
  833. local Percent = Frame / Frames
  834. EffectPart.CFrame = CFrame.new(Pos) + Vector3.new(0, Percent, 0)
  835. TextLabel.TextTransparency = Percent
  836. end
  837. if EffectPart and EffectPart.Parent then
  838. EffectPart:Destroy()
  839. end
  840. end
  841. )
  842. end
  843.  
  844. MagniDamage = function(Part, magni, mindam, maxdam, knock, Type)
  845.  
  846. for _,c in pairs(workspace:children()) do
  847. local hum = c:findFirstChild("Humanoid")
  848. if hum ~= nil then
  849. local head = c:findFirstChild("Torso")
  850. if head ~= nil then
  851. local targ = head.Position - Part.Position
  852. local mag = targ.magnitude
  853. if mag <= magni and c.Name ~= Player.Name then
  854. Damagefunc(head, head, mindam, maxdam, knock, Type, RootPart, 0.1, "http://www.roblox.com/asset/?id=231917784", 1)
  855. end
  856. end
  857. end
  858. end
  859. end
  860.  
  861. EffectModel = Instance.new("Model", Character)
  862. EffectModel.Name = "Effects"
  863. Effects = {
  864. Block = {Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay, Type)
  865.  
  866. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  867. prt.Anchored = true
  868. prt.CFrame = cframe
  869. local msh = CFuncs.Mesh.Create("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  870. game:GetService("Debris"):AddItem(prt, 10)
  871. if Type == 1 or Type == nil then
  872. table.insert(Effects, {prt, "Block1", delay, x3, y3, z3, msh})
  873. else
  874. if Type == 2 then
  875. table.insert(Effects, {prt, "Block2", delay, x3, y3, z3, msh})
  876. end
  877. end
  878. end
  879. }
  880. ,
  881. Sphere = {Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  882.  
  883. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  884. prt.Anchored = true
  885. prt.CFrame = cframe
  886. local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "Sphere", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  887. game:GetService("Debris"):AddItem(prt, 10)
  888. table.insert(Effects, {prt, "Cylinder", delay, x3, y3, z3, msh})
  889. end
  890. }
  891. ,
  892. Cylinder = {Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  893.  
  894. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  895. prt.Anchored = true
  896. prt.CFrame = cframe
  897. local msh = CFuncs.Mesh.Create("CylinderMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  898. game:GetService("Debris"):AddItem(prt, 10)
  899. table.insert(Effects, {prt, "Cylinder", delay, x3, y3, z3, msh})
  900. end
  901. }
  902. ,
  903. Wave = {Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  904.  
  905. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  906. prt.Anchored = true
  907. prt.CFrame = cframe
  908. local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "FileMesh", "rbxassetid://20329976", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  909. game:GetService("Debris"):AddItem(prt, 10)
  910. table.insert(Effects, {prt, "Cylinder", delay, x3, y3, z3, msh})
  911. end
  912. }
  913. ,
  914. Ring = {Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  915.  
  916. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  917. prt.Anchored = true
  918. prt.CFrame = cframe
  919. local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "FileMesh", "rbxassetid://3270017", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  920. game:GetService("Debris"):AddItem(prt, 10)
  921. table.insert(Effects, {prt, "Cylinder", delay, x3, y3, z3, msh})
  922. end
  923. }
  924. ,
  925. Break = {Create = function(brickcolor, cframe, x1, y1, z1)
  926.  
  927. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new(0.5, 0.5, 0.5))
  928. prt.Anchored = true
  929. prt.CFrame = cframe * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
  930. local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "Sphere", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  931. local num = math.random(10, 50) / 1000
  932. game:GetService("Debris"):AddItem(prt, 10)
  933. table.insert(Effects, {prt, "Shatter", num, prt.CFrame, math.random() - math.random(), 0, math.random(50, 100) / 100})
  934. end
  935. }
  936. }
  937. BlockEffect = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay, Type)
  938.  
  939. local prt = CreatePart(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new())
  940. prt.Anchored = true
  941. prt.CFrame = cframe
  942. local msh = CreateMesh("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  943. game:GetService("Debris"):AddItem(prt, 10)
  944. if Type == 1 or Type == nil then
  945. table.insert(Effects, {prt, "Block1", delay, x3, y3, z3, msh})
  946. else
  947. if Type == 2 then
  948. table.insert(Effects, {prt, "Block2", delay, x3, y3, z3, msh})
  949. end
  950. end
  951. end
  952.  
  953. CreateSound = function(id, par, vol, pit)
  954.  
  955. coroutine.resume(coroutine.create(function()
  956.  
  957. local sou = Instance.new("Sound", par or workspace)
  958. sou.Volume = vol
  959. sou.Pitch = pit or 1
  960. sou.SoundId = id
  961. swait()
  962. sou:play()
  963. game:GetService("Debris"):AddItem(sou, 6)
  964. end
  965. ))
  966. end
  967.  
  968. Laser = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  969.  
  970. local prt = CreatePart(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new(0.5, 0.5, 0.5))
  971. prt.Anchored = true
  972. prt.CFrame = cframe
  973. prt.Material = "Neon"
  974. local msh = CreateMesh("CylinderMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  975. game:GetService("Debris"):AddItem(prt, 10)
  976. coroutine.resume(coroutine.create(function(Part, Mesh)
  977.  
  978. for i = 0, 1, delay do
  979. swait()
  980. Part.Transparency = i
  981. Mesh.Scale = Mesh.Scale + Vector3.new(x3, y3, z3)
  982. end
  983. Part.Parent = nil
  984. end
  985. ), prt, msh)
  986. end
  987.  
  988. shoottraildd = function(mouse, partt, SpreadAmount)
  989.  
  990. local SpreadVectors = Vector3.new(math.random(-SpreadAmount, SpreadAmount), math.random(-SpreadAmount, SpreadAmount), math.random(-SpreadAmount, SpreadAmount))
  991. local MainPos = partt.Position
  992. local MainPos2 = mouse.Hit.p + SpreadVectors
  993. local MouseLook = CFrame.new((MainPos + MainPos2) / 2, MainPos2)
  994. local speed = 15
  995. local num = 20
  996. coroutine.resume(coroutine.create(function()
  997.  
  998. repeat
  999. swait()
  1000. local hit, pos = rayCast(MainPos, MouseLook.lookVector, speed, RootPart.Parent)
  1001. local mag = (MainPos - pos).magnitude
  1002. Laser(BrickColor.new("Bright red"), CFrame.new((MainPos + pos) / 2, pos) * angles(1.57, 0, 0), 1, mag * (speed / (speed / 2)), 1, -0.175, 0, -0.175, 0.15)
  1003. MainPos = MainPos + MouseLook.lookVector * speed
  1004. num = num - 1
  1005. MouseLook = MouseLook * angles(math.rad(-1), 0, 0)
  1006. if hit ~= nil then
  1007. num = 0
  1008. local refpart = CreatePart(EffectModel, "SmoothPlastic", 0, 1, BrickColor.new("Really black"), "Effect", Vector3.new())
  1009. refpart.Anchored = true
  1010. refpart.CFrame = CFrame.new(pos)
  1011. game:GetService("Debris"):AddItem(refpart, 2)
  1012. end
  1013. do
  1014. if num <= 0 then
  1015. local refpart = CreatePart(EffectModel, "SmoothPlastic", 0, 1, BrickColor.new("Really black"), "Effect", Vector3.new())
  1016. refpart.Anchored = true
  1017. refpart.CFrame = CFrame.new(pos)
  1018. if hit ~= nil then
  1019. CreateSound("http://www.roblox.com/asset/?id=514867425", refpart, 1, 1)
  1020. BlockEffect(BrickColor.new("Br. yellowish orange"), refpart.CFrame, 1, 1, 1, 10, 10, 10, 0.05)
  1021. BlockEffect(BrickColor.new("Bright red"), refpart.CFrame, 1, 1, 1, 10, 10, 10, 0.07)
  1022. MagniDamage(refpart, 15, 10, 15, 0, "Normal")
  1023. end
  1024. game:GetService("Debris"):AddItem(refpart, 0)
  1025. end
  1026. end
  1027. until num <= 0
  1028. end
  1029. ))
  1030. end
  1031.  
  1032. attackone = function()
  1033. --"Congrats grgrgry21, you just messed up that animate. hooh"
  1034. attack = true
  1035. local con = Hitbox.Touched:connect(function(hit)
  1036.  
  1037. Damagefunc(Hitbox, hit, 5, 10, math.random(1, 5), "Normal", RootPart, 0.2, "rbxassetid://199149221", 0.8)
  1038. end
  1039. )
  1040. local con1 = Hitbox1.Touched:connect(function(hit)
  1041.  
  1042. Damagefunc(Hitbox1, hit, 5, 10, math.random(1, 5), "Normal", RootPart, 0.2, "rbxassetid://199149221", 0.8)
  1043. end
  1044. )
  1045. local con2 = Hitbox2.Touched:connect(function(hit)
  1046.  
  1047. Damagefunc(Hitbox2, hit, 5, 10, math.random(1, 5), "Normal", RootPart, 0.2, "rbxassetid://199149221", 0.8)
  1048. end
  1049. )
  1050.  
  1051. for i = 0, 0.6, 0.02 do
  1052. swait()
  1053. PlayAnimationFromTable({
  1054. CFrame.new(0, 0, 0, 0.333751112, 0, -0.942661345, 0, 1, 0, 0.942661345, 0, 0.333751112),
  1055. CFrame.new(0,0,0,0,0,0,0,0,0,0,0,0),
  1056. CFrame.new(0, 0, 0, 0.992348373, 0.111921035, 0.0521380194, -0.121607535, 0.959024191, 0.255899042, -0.0213611368, -0.260281384, 0.965296507),
  1057. CFrame.new(0, 0, 0, 0.995387018, 0, -0.0959409997, 0.0959388614, -0.00666199997, 0.995364964, -0.000639159, -0.999977887, -0.00663126865),
  1058. CFrame.new(0, 0, 0, 0.998348653, 0.0574459769, 0, -0.0574459769, 0.998348653, 0, 0, 0, 1),
  1059. CFrame.new(0, 0, 0, 0.989152253, -0.0627200156, 0.132831022, 0.0632807761, 0.997995853, -2.87003754e-008, -0.132564813, 0.00840567891, 0.991138756)}, 0.2, false)
  1060. PlayAnimationFromTable2({
  1061. CFrame.new(-1.27106923e-005, 1.21593475e-005, 5.96046519e-008, 1.00000012, 0, 0, 0, 1, 0, 0, 0, 1.00000012),
  1062. CFrame.new(-1.27106923e-005, 1.5000236, 5.96046519e-008, 1.00000012, 0, 0, 0, 1, 0, 0, 0, 1.00000012),
  1063. CFrame.new(0.417645931, 0.121249437, -1.5411886, 1.00000012, 0, 0, 0, 1, 0, 0, 0, 1.00000012),
  1064. CFrame.new(-0.999726176, 0.490665674, 0.582476676, 1.00000012, 0, 0, 0, 1, 0, 0, 0, 1.00000012),
  1065. CFrame.new(0.370760441, -1.98977411, -0.603499889, 1.00000012, 0, 0, 0, 1, 0, 0, 0, 1.00000012),
  1066. CFrame.new(-0.302406222, -2.01250315, 0.500046015, 1.00000012, 0, 0, 0, 1, 0, 0, 0, 1.00000012)}, 0.2, false)
  1067.  
  1068. end
  1069. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=200633108", Hitbox, 2, 1)
  1070. --200633281 200633196
  1071. --Effects.Block.Create(BrickColor.new("Br. yellowish orange"), Hitbox.CFrame, 5, 5, 5, 1, 1, 1, 0.09)
  1072. --Effects.Block.Create(BrickColor.new("Bright red"), Hitbox.CFrame, 5, 5, 5, 1, 1, 1, 0.07)
  1073. con:disconnect()
  1074. con1:disconnect()
  1075. con2:disconnect()
  1076. attack = false
  1077. end
  1078.  
  1079. attacktwo = function()
  1080.  
  1081. attack = true
  1082. for i = 0, 1, 0.08 do
  1083. swait()
  1084. PlayAnimationFromTable({CFrame.new(-0.0186349452, -0.248176977, 0.0628215745, 0.375544965, 0.0766297877, 0.923630476, 0.128763035, 0.982597232, -0.133876607, -0.917815626, 0.169206128, 0.359142333), CFrame.new(0.0423668474, 1.57783902, -0.316276073, 0.696152329, 0.180450261, -0.6948452, 0.104184225, 0.932252288, 0.346484721, 0.710294187, -0.313598007, 0.630189419), CFrame.new(1.92671323, 0.132951051, -0.678923368, 0.401373565, -0.876565754, 0.265578508, 0.854572356, 0.254073381, -0.452938288, 0.329553753, 0.408753514, 0.851067066), CFrame.new(-1.04651415, 0.432963669, -0.675856173, 0.261162102, -0.915728152, -0.305346608, -0.132824391, 0.279225171, -0.950994909, 0.9561131, 0.288921267, -0.0487079956), CFrame.new(0.758113086, -1.88259661, 0.453171372, 0.961009741, -0.198991895, 0.191996455, 0.124079227, 0.930845678, 0.343701482, -0.247112811, -0.306477666, 0.91924262), CFrame.new(-0.581928134, -1.66874206, -0.0443570018, 0.834722936, 0.0594652742, 0.547450185, -0.0592483878, 0.998079777, -0.0180748496, -0.547473669, -0.0173480511, 0.836643219)}, 0.2, false)
  1085. end
  1086. for i = 0, 1, 0.13 do
  1087. swait()
  1088. PlayAnimationFromTable({CFrame.new(0.332943976, -0.0453501195, -0.185544059, 0.503931701, -0.122271061, -0.855045021, 0.268410921, 0.963087022, 0.0204703975, 0.820979714, -0.239819095, 0.518148959), CFrame.new(0.10902524, 1.42164171, -0.150368646, 0.428041071, -0.00987225771, 0.903705418, -0.0982332975, 0.993507743, 0.0573815703, -0.898404837, -0.113335624, 0.424292356), CFrame.new(0.908786654, 0.47266987, -1.09219909, 0.403207213, 0.872515678, 0.275935531, 0.777617276, -0.167717531, -0.60595572, -0.482426614, 0.458898008, -0.746108055), CFrame.new(-1.85339892, 0.927808642, -0.52081728, -0.0625723004, 0.800370812, -0.596230865, -0.952449501, -0.226383746, -0.203937709, -0.298202783, 0.555118978, 0.776477993), CFrame.new(0.600215256, -2.26092339, 0.0316785164, 0.999409437, -0.0130844563, 0.0317713022, 0.0115824938, 0.998827398, 0.0470069796, -0.0323491395, -0.0466112271, 0.998389244), CFrame.new(-0.808889031, -1.75554359, -0.179014683, 0.920005083, 0.178009719, 0.349146128, -0.121227235, 0.976460695, -0.17840609, -0.372685492, 0.121808507, 0.919928432)}, 0.4, false)
  1089. end
  1090. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=233856079", Hitbox, 1, 2.5)
  1091. MagniDamage(Hitbox, 5, 10, 15, 10, "Normal")
  1092. MagniDamage(Hitbox1, 5, 10, 15, 10, "Normal")
  1093.  
  1094. Effects.Block.Create(BrickColor.new("Lime green"), LeftArm.CFrame, 5, 5, 5, 5, 5, 5, 0.09)
  1095. Effects.Block.Create(BrickColor.new("Lime green"), LeftArm.CFrame, 5, 5, 5, 5, 5, 5, 0.07)
  1096. attack = false
  1097. end
  1098.  
  1099. attackthree = function()
  1100.  
  1101. attack = true
  1102. for i = 0, 1, 0.1 do
  1103. swait()
  1104. PlayAnimationFromTable({CFrame.new(-0.0630386472, -0.278067917, 0.662609518, 0.997418523, 0.0324964076, 0.0640287697, -0.00866699871, 0.939693093, -0.34190917, -0.071278207, 0.340471566, 0.937548816), CFrame.new(0.116541803, 1.50563574, -0.363379985, 0.99741888, 0.00384203624, -0.071700342, 0.0324964076, 0.866294563, 0.498475581, 0.0640287548, -0.499518931, 0.863933623), CFrame.new(1.76550686, 0.851317883, 0.633524954, -0.717778921, -0.64158994, 0.270473421, -0.121112853, -0.267489254, -0.955919087, 0.685656786, -0.718896329, 0.114293337), CFrame.new(-1.85054755, 0.725809753, 0.462940723, -0.385106921, 0.903384864, 0.188649699, -0.491353273, -0.027673766, -0.870520771, -0.781194389, -0.42793712, 0.454538435), CFrame.new(0.482117534, -1.79728031, -0.705268621, 0.984953582, -0.0355595201, 0.169121593, 0.0185976997, 0.994728923, 0.100839898, -0.171815932, -0.0961773992, 0.980422974), CFrame.new(-0.498361021, -1.81340992, 0.0649374723, 0.997632146, -0.00866699871, 0.0682281703, -0.0152039425, 0.939693093, 0.341680884, -0.06707488, -0.34190917, 0.937336206)}, 0.3, false)
  1105. end
  1106. for i = 0, 1, 0.5 do
  1107. swait()
  1108. PlayAnimationFromTable({CFrame.new(-0.0596649423, -0.0609331392, -0.24926284, 0.997557878, -0.00662699156, 0.0695250854, 0.00176699972, 0.997564137, 0.0697326064, -0.0698178485, -0.0694394559, 0.995139658), CFrame.new(0.03276008, 1.44252896, -0.116725445, 0.997558236, 0.0232553538, -0.0658547133, -0.00662699156, 0.970198154, 0.242222458, 0.0695250779, -0.241194606, 0.967983305), CFrame.new(1.96562946, 0.507137001, -0.054060474, 0.137299404, -0.987933397, -0.0716712326, -0.34079802, 0.0208241269, -0.939905882, 0.93005687, 0.153473929, -0.333826572), CFrame.new(-1.79703903, 0.611130834, -0.341432333, 0.346754491, 0.937174857, 0.0382722393, -0.127409071, 0.0874885172, -0.98798418, -0.92926228, 0.337711692, 0.149741635), CFrame.new(0.583949924, -1.99326468, 0.549392104, 0.985466778, -0.119053118, 0.121168382, 0.0766996518, 0.948305786, 0.307950079, -0.151567101, -0.294180989, 0.943655193), CFrame.new(-0.473392367, -1.41731274, -0.923102856, 0.997566938, 0.0384304449, 0.0581673309, 0.00310152699, 0.809055507, -0.58772409, -0.0696470886, 0.586474597, 0.806967795)}, 0.5, false)
  1109. end
  1110. for i = 0, 1, 0.13 do
  1111. swait()
  1112. PlayAnimationFromTable({CFrame.new(-0.0742319226, -0.212178648, -0.401880711, 0.997319937, -0.0416516848, 0.0601444766, 0.0111089991, 0.898794532, 0.438229501, -0.0723105147, -0.436386824, 0.8968485), CFrame.new(0.0310760923, 1.54887593, -0.183208376, 0.997320294, 0.0496452525, -0.0537361279, -0.0416516848, 0.989159107, 0.140817374, 0.0601444691, -0.138201743, 0.988576412), CFrame.new(0.972631454, 0.606948912, -1.07130337, 0.639069736, 0.749865711, -0.17114751, 0.0601495504, -0.270558029, -0.960822821, -0.76679337, 0.603738368, -0.218009531), CFrame.new(-0.864498973, 0.767386198, -1.04104149, 0.445705116, -0.872666836, -0.1994984, -0.559173465, -0.0973761603, -0.823312283, 0.699050963, 0.478508621, -0.531373262), CFrame.new(0.569158137, -1.99067521, -0.0340827554, 0.986428559, -0.109501459, 0.12234471, 0.118518293, 0.990550876, -0.0690104067, -0.113631904, 0.0825739205, 0.990085661), CFrame.new(-0.47435376, -1.51467299, -0.961076021, 0.99767828, 0.0111089991, 0.0671921968, 0.0194864757, 0.898794532, -0.437936932, -0.0652570128, 0.438229501, 0.896491289)}, 0.6, false)
  1113. end
  1114. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=233856079", Hitbox, 1, 1)
  1115. MagniDamage(Hitbox, 5, 10, 15, 10, "Normal")
  1116. MagniDamage(Hitbox1, 5, 10, 15, 10, "Normal")
  1117. Effects.Ring.Create(BrickColor.new("Lime green"), LeftArm.CFrame, 5, 5, 1, 5, 5, 1, 0.07)
  1118. Effects.Block.Create(BrickColor.new("Lime green"), LeftArm.CFrame, 5, 5, 5, 6, 6, 3, 0.09)
  1119. Effects.Block.Create(BrickColor.new("Lime green"), LeftArm.CFrame, 5, 5, 5, 6, 6, 3, 0.07)
  1120. attack = false
  1121. end
  1122.  
  1123. dunk = function()
  1124.  
  1125. attack = true
  1126. for i = 0, 1, 0.1 do
  1127. swait()
  1128. PlayAnimationFromTable({CFrame.new(-0.0558750853, -0.0773498267, 0.332619429, -0.377112269, 0.0229866933, -0.925881863, -0.214679077, 0.970296085, 0.111528262, 0.90094322, 0.24082613, -0.360975742), CFrame.new(-0.0114901662, 1.54095101, -0.0923257098, 0.257508159, -0.214679077, 0.942126632, 0.166381299, 0.970296085, 0.175621539, -0.951843977, 0.111528262, 0.285577655), CFrame.new(1.58127809, 0.795648813, -1.15537035, 0.257202566, -0.756908178, 0.600780487, 0.964671552, 0.23781319, -0.11337468, -0.0570593029, 0.608716011, 0.791333795), CFrame.new(-1.67734432, 0.1196426, 0.90712893, 0.35411644, 0.772008419, 0.527830005, -0.913678527, 0.405985177, 0.0191814546, -0.199482933, -0.489059329, 0.849133134), CFrame.new(0.502895653, -1.82377911, -0.404230505, 0.717630088, -0.214679077, 0.662510157, 0.234164506, 0.970296085, 0.060766872, -0.655876279, 0.111528262, 0.74658376), CFrame.new(-0.741218328, -1.53127491, -0.412305295, 0.845636725, 0.0793296099, 0.527831078, -0.105245247, 0.994261265, 0.0191820543, -0.523280203, -0.0717727393, 0.849132836)}, 0.3, false)
  1129. end
  1130. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=231917845", Hitbox, 1, 2)
  1131. Effects.Wave.Create(BrickColor.new("Lime green"), RootPart.CFrame, 1, 1, 1, 10, 5, 10, 0.07)
  1132. Effects.Block.Create(BrickColor.new("Lime green"), RootPart.CFrame, 5, 5, 5, 5, 5, 5, 0.09)
  1133. Effects.Block.Create(BrickColor.new("Lime green"), RootPart.CFrame, 5, 5, 5, 5, 5, 5, 0.07)
  1134. for i = 0, 1, 0.05 do
  1135. swait()
  1136. Torso.Velocity = RootPart.CFrame.lookVector * 50
  1137. PlayAnimationFromTable({CFrame.new(-0.347489059, 1.89379489, -0.530023634, 0.793617308, 0.26859948, -0.545916855, -0.398839056, 0.907263517, -0.133417904, 0.459454417, 0.32361573, 0.827147961), CFrame.new(-0.155465648, 1.53718615, -0.221591562, 0.908247709, -0.356378019, -0.219273746, 0.410897195, 0.858626902, 0.306469262, 0.0790553093, -0.368448973, 0.926280618), CFrame.new(1.88301468, 1.10491538, -0.0779324025, 0.873505831, -0.437252998, 0.214003652, -0.034406364, -0.493952602, -0.868807912, 0.485596418, 0.751545608, -0.446514755), CFrame.new(-1.83038306, 0.636132836, -0.234082431, 0.924620271, 0.373744726, 0.0734322965, -0.10938219, 0.445217013, -0.888716757, -0.364846468, 0.813693285, 0.452537686), CFrame.new(1.17151093, -1.51884532, 0.288996607, 0.823733747, -0.512612104, 0.242263496, 0.290519148, 0.748543799, 0.596054316, -0.486889541, -0.420607924, 0.765524387), CFrame.new(-0.630549073, -1.55479836, -0.714515686, 0.848122776, -0.304236203, 0.433737427, 0.21012038, 0.94470042, 0.251774967, -0.486351013, -0.122398987, 0.865148008)}, 0.3, false)
  1138. end
  1139. for i = 0, 1, 0.13 do
  1140. swait()
  1141. PlayAnimationFromTable({CFrame.new(-0.623933315, -0.369826853, -0.156407177, 0.849217772, -0.397029608, 0.348132133, -0.00044699994, 0.658747792, 0.752363741, -0.528041959, -0.639076173, 0.559242845), CFrame.new(-0.00439473987, 1.45538008, -0.0782935619, 0.938704193, -0.0374080688, -0.342688411, -0.0310979187, 0.980852127, -0.19225502, 0.343318582, 0.191127568, 0.919566631), CFrame.new(1.00555742, 0.750556827, -1.25407493, 0.468402296, 0.699207723, 0.540099919, 0.820548713, -0.117627844, -0.559342086, -0.327565491, 0.7051754, -0.628831208), CFrame.new(-1.95691848, 0.234090745, 0.140298545, 0.247598886, 0.777176738, -0.578525066, -0.83666712, -0.12958549, -0.532161355, -0.488551885, 0.615795493, 0.618152916), CFrame.new(0.935974598, -1.46626627, -0.895650029, 0.826233387, -0.118111357, -0.55080694, -0.0985342935, 0.932397962, -0.347742766, 0.554643631, 0.341590106, 0.758740246), CFrame.new(-0.8566764, -1.7819916, -0.314571321, 0.898790061, 0.438003123, 0.0181599259, -0.420946509, 0.873872995, -0.243207857, -0.122395292, 0.210948437, 0.969804227)}, 0.3, false)
  1142. end
  1143. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=233856079", Hitbox, 1, 0.8)
  1144. MagniDamage(Hitbox, 5, 10, 15, 10, "Normal")
  1145. MagniDamage(Hitbox1, 5, 10, 15, 10, "Normal")
  1146. Effects.Block.Create(BrickColor.new("Br. yellowish orange"), RootPart.CFrame, 5, 5, 5, 5, 5, 5, 0.09)
  1147. Effects.Block.Create(BrickColor.new("Bright red"), RootPart.CFrame, 5, 5, 5, 5, 5, 5, 0.07)
  1148. attack = false
  1149. end
  1150.  
  1151. dunkooza = function()
  1152.  
  1153. attack = true
  1154. for i = 0, 1, 0.1 do
  1155. swait()
  1156. PlayAnimationFromTable({CFrame.new(-0.0288373418, -0.192418262, -0.0531356111, 0.997948349, -0.0446073487, -0.0459267199, 0.060890004, 0.882948518, 0.465504676, 0.0197860003, -0.467346132, 0.883853197), CFrame.new(0.0114286756, 1.44308722, 0.0591937304, 0.997938633, 0.0608900972, 0.0197861046, -0.0446069054, 0.882949769, -0.46734193, -0.0459263027, 0.465505332, 0.88384515), CFrame.new(1.41529405, -0.107281052, 0.612583578, 0.971561313, 0.0101020709, -0.236572772, 0.118062474, 0.845376968, 0.520960093, 0.205255911, -0.534075022, 0.820142746), CFrame.new(-1.71688473, -0.0926266164, 0.561368287, 0.901585162, 0.236020699, 0.362544537, -0.250200659, 0.96816051, -0.0080781281, -0.352907896, -0.0834257305, 0.931931615), CFrame.new(0.317776978, -1.71058083, -0.680077612, 0.964743137, 0.0786031038, -0.251182169, -0.171697885, 0.911277533, -0.374290407, 0.199476242, 0.404221505, 0.892644644), CFrame.new(-0.754294932, -1.82473743, -0.323320627, 0.962212265, 0.140705347, 0.233130246, -0.11977759, 0.987579584, -0.101686805, -0.244542569, 0.0699205399, 0.967114389)}, 0.3, false)
  1157. end
  1158. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=238319531", RootPart, 2.5, 0.5)
  1159. Effects.Ring.Create(BrickColor.new("Lime green"), LeftArm.CFrame * angles(math.random(-50,50), math.random(-50,50), math.random(-50,50)), 10, 10, 1, -0.1*2, -0.1*2, 0, 0.01)
  1160. Effects.Ring.Create(BrickColor.new("Lime green"), LeftArm.CFrame * angles(math.random(-50,50), math.random(-50,50), math.random(-50,50)), 20, 20, 1, -0.2*2, -0.2*2, 0, 0.02)
  1161. Effects.Ring.Create(BrickColor.new("Lime green"), LeftArm.CFrame * angles(math.random(-50,50), math.random(-50,50), math.random(-50,50)), 30, 30, 1, -0.3*2, -0.3*2, 0, 0.03)
  1162. Effects.Ring.Create(BrickColor.new("Lime green"), LeftArm.CFrame * angles(math.random(-50,50), math.random(-50,50), math.random(-50,50)), 40, 40, 1, -0.4*2, -0.4*2, 0, 0.04)
  1163. Effects.Ring.Create(BrickColor.new("Lime green"), LeftArm.CFrame * angles(math.random(-50,50), math.random(-50,50), math.random(-50,50)), 50, 50, 1, -0.5*2, -0.5*2, 0, 0.05)
  1164. wait(0.675)
  1165. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=238319531", RootPart, 1, 2)
  1166. wait(1)
  1167. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=231917845", Hitbox, 1, 0.8)
  1168. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=151776391", RootPart, 1, 1.5)
  1169. Effects.Wave.Create(BrickColor.new("Lime green"), RootPart.CFrame, 1, 1, 1, 5, 1, 5, 0.06)
  1170. Effects.Block.Create(BrickColor.new("Lime green"), RootPart.CFrame, 5, 5, 5, 8, 8, 8, 0.09)
  1171. Effects.Block.Create(BrickColor.new("Lime green"), RootPart.CFrame, 5, 5, 5, 7, 7, 7, 0.07)
  1172. Effects.Block.Create(BrickColor.new("Lime green"), RootPart.CFrame, 5, 5, 5, 6, 6, 6, 0.09)
  1173. Effects.Block.Create(BrickColor.new("Lime green"), RootPart.CFrame, 5, 5, 5, 5, 5, 5, 0.07)
  1174. for i = 0, 1, 0.04 do
  1175. swait()
  1176. Torso.Velocity = RootPart.CFrame.lookVector * 150
  1177. PlayAnimationFromTable({CFrame.new(-0.0415195711, 2.08569407, -0.185997486, 0.997948468, 0.0446058102, -0.045927316, -0.0608890243, 0.882946372, -0.46550864, 0.0197869763, 0.467350066, 0.883850992), CFrame.new(-0.0330298916, 1.53079355, -0.280739367, 0.997948587, -0.0615424737, 0.0176494569, 0.0446060188, 0.866098166, 0.497879982, -0.0459269285, -0.496071339, 0.867066443), CFrame.new(2.00445485, 0.648462772, 0.409209311, 0.184988767, -0.961532891, -0.203061089, 0.252809882, 0.24623464, -0.935657859, 0.949666619, 0.121750318, 0.288635612), CFrame.new(-1.91055453, 0.245741665, -0.27787447, 0.495856375, 0.751108885, 0.435846418, 0.356316745, 0.281724274, -0.890881538, -0.79193747, 0.5970487, -0.127937913), CFrame.new(0.498059809, -1.45009089, 0.698198855, 0.964743495, -0.0428793319, -0.259676158, 0.171697423, 0.850315392, 0.497477412, 0.19947511, -0.524523735, 0.82769841), CFrame.new(-0.727485538, -1.60267472, -0.11832726, 0.981819093, 0.0295088291, 0.187511846, -0.164540589, 0.624853075, 0.763207197, -0.094645977, -0.780184627, 0.618348002)}, 0.3, false)
  1178. end
  1179. for i = 0, 1, 0.1 do
  1180. swait()
  1181. PlayAnimationFromTable({CFrame.new(-0.117653005, -1.15651703, -0.983633459, 0.993958175, -0.0787762105, -0.076430276, 0.107529014, 0.559188843, 0.822037339, -0.0220180228, -0.82528919, 0.564281106), CFrame.new(0.0185009073, 1.37960994, 0.113212526, 0.993958294, 0.107188329, 0.0236212909, -0.0787765905, 0.846520543, -0.526495278, -0.0764300525, 0.521453321, 0.849849999), CFrame.new(1.5037396, 0.407824367, -1.32765841, 0.140987605, -0.0965467021, 0.985292554, 0.883371055, 0.461591452, -0.0811730698, -0.446965665, 0.881823242, 0.150365233), CFrame.new(-1.40880704, 1.01266086, -1.31886494, -0.12855117, 0.0286603589, -0.991288841, -0.79185468, 0.598803818, 0.120001137, 0.597026765, 0.800382912, -0.0542820916), CFrame.new(0.417401671, -0.608768165, -1.15205181, 0.96308738, 0.0867218822, -0.254838139, -0.193809614, 0.880385101, -0.432851017, 0.186818033, 0.466263294, 0.864695191), CFrame.new(-0.742704809, -1.885674, -0.234664246, 0.961165249, 0.149617493, 0.23189722, -0.11127989, 0.979062796, -0.17044884, -0.252544075, 0.138023973, 0.957690477)}, 0.3, false)
  1182. end
  1183. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=231917806", Hitbox, 1, 0.8)
  1184. MagniDamage(Hitbox, 5, 10, 15, 10, "Normal")
  1185. MagniDamage(Hitbox1, 5, 10, 15, 10, "Normal")
  1186. Effects.Sphere.Create(BrickColor.new("Lime green"), RootPart.CFrame * cn(0, -2, 0), 5, 5, 5, 20, 20, 20, 0.08)
  1187. Effects.Block.Create(BrickColor.new("Lime green"), RootPart.CFrame, 5, 5, 5, 8, 8, 8, 0.04)
  1188. Effects.Block.Create(BrickColor.new("Lime green"), RootPart.CFrame, 5, 5, 5, 7, 7, 7, 0.03)
  1189. Effects.Block.Create(BrickColor.new("Lime green"), RootPart.CFrame, 5, 5, 5, 6, 6, 6, 0.04)
  1190. Effects.Block.Create(BrickColor.new("Lime green"), RootPart.CFrame, 5, 5, 5, 5, 5, 5, 0.03)
  1191. attack = false
  1192. end
  1193.  
  1194. dunkannons = function()
  1195.  
  1196. attack = true
  1197. Humanoid.WalkSpeed = 4
  1198. for i = 0, 1, 0.1 do
  1199. swait()
  1200. PlayAnimationFromTable({CFrame.new(0.186240405, 0.110796131, -0.440708041, 0.993961096, 0.0229864083, -0.107295461, -0.0480340123, 0.970295787, -0.23710531, 0.098658137, 0.240827292, 0.96554029), CFrame.new(-0.00653786398, 1.47169375, -0.0460130274, 0.993961334, -0.0480340123, 0.0986581594, 0.022986412, 0.970295787, 0.240827352, -0.107295483, -0.23710531, 0.965540528), CFrame.new(1.55870771, 0.422533929, -0.228132412, 0.920158267, 0.269758672, -0.28379336, -0.349885702, 0.24116005, -0.905219197, -0.17575103, 0.932240129, 0.31629023), CFrame.new(-1.4401089, 0.59103018, 0.10050077, 0.997758627, 0.030987978, -0.0593110174, -0.0609709062, 0.0556920618, -0.996584773, -0.0275789797, 0.997967064, 0.0574565977), CFrame.new(0.374292582, -2.11797833, 0.117044657, 0.998829126, -0.0480340123, -0.00577862561, 0.0480335876, 0.970295787, 0.237105429, -0.00578215718, -0.23710531, 0.971466839), CFrame.new(-0.76240015, -1.74029541, -0.806325555, 0.940569639, -0.0480340123, 0.336186945, -0.0359573625, 0.970295787, 0.239234746, -0.337692142, -0.23710531, 0.910903454)}, 0.3, false)
  1201. end
  1202. for i = 0, 1, 0.1 do
  1203. swait()
  1204. PlayAnimationFromTable({CFrame.new(0.0913087875, -1.21074545, -1.43529654, 0.981485367, -0.0903667733, -0.168877333, 0.18883504, 0.309012026, 0.932122827, -0.0320478007, -0.946754932, 0.320355177), CFrame.new(0.0631730855, 1.29753327, 0.298094243, 0.981485724, 0.19137165, 0.00791353732, -0.0903667733, 0.499100775, -0.861819267, -0.168877408, 0.845148146, 0.507153869), CFrame.new(1.1398747, 0.727956295, -1.15539122, 0.57954824, 0.308892846, 0.754127979, 0.673663259, 0.339146107, -0.656626105, -0.458586603, 0.888574898, -0.0115382075), CFrame.new(-1.34308207, 0.352208972, 0.579449832, 0.984155059, 0.000163774937, -0.177310467, -0.149885938, -0.533476114, -0.832428753, -0.0947272182, 0.845815182, -0.524998605), CFrame.new(0.186483294, -1.48678553, -0.810016513, 0.972759366, 0.0996307135, 0.209315687, -0.188833594, 0.864302933, 0.466178745, -0.13446641, -0.493005574, 0.859572232), CFrame.new(-1.12868333, -0.336534053, -0.54941982, 0.960084856, 0.18883504, 0.20634529, 0.141356587, 0.309012026, -0.940494537, -0.241361499, 0.932122827, 0.269984663)}, 0.3, false)
  1205. end
  1206. --[[for i = 0, 3 do
  1207. local hobib = math.random(1, 6)
  1208. for i = 0, 1, 0.1 do
  1209. swait()
  1210. PlayAnimationFromTable({CFrame.new(-0.0225678831, -1.21728492, -1.42334998, 0.996199608, -0.0492271595, 0.0718503445, -0.0538799912, 0.299834162, 0.952468574, -0.0684305131, -0.952720106, 0.296042293), CFrame.new(0.0751699433, 1.43051457, -0.39642638, 0.996199965, 0.0806309506, -0.0329308063, -0.0492271446, 0.833168447, 0.550824106, 0.0718503594, -0.547109783, 0.8339715), CFrame.new(1.46657431, 0.799420893, -0.830374599, 0.644049466, 0.0717548952, 0.761611223, 0.703545749, 0.335361838, -0.626542866, -0.300372809, 0.93935281, 0.165506721), CFrame.new(-1.34261823, 0.297376126, 0.252365947, 0.983457386, -0.180813491, -0.0108846743, -0.109879918, -0.547714889, -0.829418421, 0.144008338, 0.816893458, -0.558521807), CFrame.new(0.551745534, -1.45635438, -0.741569817, 0.983590007, 0.17892608, -0.0231617149, -0.148542851, 0.87597388, 0.458917201, 0.102401309, -0.447945833, 0.888177037), CFrame.new(-0.834492505, -0.362758934, -0.796781898, 0.983163714, -0.0538799912, 0.174602941, 0.182717323, 0.299834162, -0.93633008, -0.00190247595, 0.952468574, 0.304630846)}, 0.3, false)
  1211. end
  1212. Effects.Block.Create(BrickColor.new("Br. yellowish orange"), m:FindFirstChild("Shoot" .. hobib).CFrame, 5, 5, 5, 0.5, 0.5, 0.5, 0.07)
  1213. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=151776307", RootPart, 1, 2)
  1214. shoottraildd(mouse, m:FindFirstChild("Shoot" .. hobib), 0.5)
  1215. for i = 0, 1, 0.5 do
  1216. swait()
  1217. PlayAnimationFromTable({CFrame.new(-0.00831588358, -1.21728492, -1.2740283, 0.996199608, -0.0492271595, 0.0718503445, -0.0538799912, 0.299834162, 0.952468574, -0.0684305131, -0.952720106, 0.296042293), CFrame.new(0.0711895972, 1.57347798, -0.441656053, 0.996199965, 0.0806309506, -0.0329308063, -0.0492271446, 0.833168447, 0.550824106, 0.0718503594, -0.547109783, 0.8339715), CFrame.new(1.47081995, 0.64692831, -0.782130241, 0.644049466, 0.0717548952, 0.761611223, 0.703545749, 0.335361838, -0.626542866, -0.300372809, 0.93935281, 0.165506721), CFrame.new(-1.34102535, 0.240191355, 0.270457268, 0.983457386, -0.180813491, -0.0108846743, -0.109879918, -0.547714889, -0.829418421, 0.144008338, 0.816893458, -0.558521807), CFrame.new(0.547765613, -1.31339121, -0.786799312, 0.983590007, 0.17892608, -0.0231617149, -0.148542851, 0.87597388, 0.458917201, 0.102401309, -0.447945833, 0.888177037), CFrame.new(-0.838472426, -0.219795436, -0.842011452, 0.983163714, -0.0538799912, 0.174602941, 0.182717323, 0.299834162, -0.93633008, -0.00190247595, 0.952468574, 0.304630846)}, 0.3, false)
  1218. end
  1219. end]]
  1220. Humanoid.WalkSpeed = 16
  1221. attack = false
  1222. end
  1223.  
  1224. verydunk = function()
  1225.  
  1226. attack = true
  1227. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=238319531", RootPart, 2.5, 0.5)
  1228. Effects.Ring.Create(BrickColor.new("Lime green"), LeftArm.CFrame * angles(math.random(-50,50), math.random(-50,50), math.random(-50,50)), 10, 10, 1, -0.1*2, -0.1*2, 0, 0.01)
  1229. Effects.Ring.Create(BrickColor.new("Lime green"), LeftArm.CFrame * angles(math.random(-50,50), math.random(-50,50), math.random(-50,50)), 20, 20, 1, -0.2*2, -0.2*2, 0, 0.02)
  1230. Effects.Ring.Create(BrickColor.new("Lime green"), LeftArm.CFrame * angles(math.random(-50,50), math.random(-50,50), math.random(-50,50)), 30, 30, 1, -0.3*2, -0.3*2, 0, 0.03)
  1231. Effects.Ring.Create(BrickColor.new("Lime green"), LeftArm.CFrame * angles(math.random(-50,50), math.random(-50,50), math.random(-50,50)), 40, 40, 1, -0.4*2, -0.4*2, 0, 0.04)
  1232. Effects.Ring.Create(BrickColor.new("Lime green"), LeftArm.CFrame * angles(math.random(-50,50), math.random(-50,50), math.random(-50,50)), 50, 50, 1, -0.5*2, -0.5*2, 0, 0.05)
  1233. for i = 0, 1, 0.05 do
  1234. swait()
  1235. Effects.Block.Create(BrickColor.new("Lime green"), RightArm.CFrame, 7.5, 7.5, 7.5, 1, 1, 1, 0.065)
  1236. --Effects.Block.Create(BrickColor.new("Br. yellowish orange"), Barrel2.CFrame, 5, 5, 5, -1, -1, -1, 0.07)
  1237. PlayAnimationFromTable({CFrame.new(0.041139707, 0.044585079, 0.431010723, 0.164062083, 0.0416527241, -0.985569894, -0.436991155, 0.898793995, -0.0347580127, 0.884376585, 0.436387777, 0.165659875), CFrame.new(-0.0562867522, 1.59175599, -0.00447699428, 0.285545528, -0.436991155, 0.852937639, 0.101980112, 0.898793995, 0.426344275, -0.952923834, -0.0347580127, 0.301210999), CFrame.new(1.4891398, 1.07213497, -1.11837041, -0.21181941, 0.971555471, 0.105890013, 0.977145553, 0.212517619, 0.00477617467, -0.017863173, 0.10448163, -0.994366407), CFrame.new(-1.52433658, 0.125274807, -0.768075228, 0.502447903, 0.333001524, -0.797907352, -0.844186068, 0.388335317, -0.369520664, 0.186804652, 0.859247208, 0.476233542), CFrame.new(0.95525521, -1.80896652, 0.0362099186, 0.887154818, -0.436991155, 0.14830631, 0.424316525, 0.898793995, 0.110112481, -0.181414992, -0.0347580127, 0.982791901), CFrame.new(-0.618177056, -1.84541512, -0.400635123, 0.782929122, -0.436991155, 0.442787081, 0.361066431, 0.898793995, 0.248596638, -0.506608844, -0.0347580127, 0.861474812)}, 0.1, false)
  1238. end
  1239. for i = 0, 1, 0.25 do
  1240. swait()
  1241. Effects.Block.Create(BrickColor.new("Lime green"), RightArm.CFrame, 7.5, 7.5, 7.5, 1, 1, 1, 0.065)
  1242. PlayAnimationFromTable({CFrame.new(0.0401331335, 0.0741440356, 0.42046985, 0.151488289, 0.0610756539, -0.98657006, -0.640763819, 0.766044617, -0.0509660058, 0.752643824, 0.639879048, 0.155181855), CFrame.new(-0.411456347, 1.51497698, -0.0327271074, 0.254760653, -0.640763819, 0.724236727, 0.149534211, 0.766044617, 0.625152171, -0.955372512, -0.0509660058, 0.29097414), CFrame.new(1.304847, 1.15274966, -0.9747262, -0.220305115, 0.952353835, 0.210922092, 0.974325597, 0.204557091, 0.0940542966, 0.0464273617, 0.226227403, -0.972967565), CFrame.new(-1.51677501, -0.265117556, -0.138394684, 0.758258045, 0.610287666, -0.229333594, -0.645010769, 0.753440619, -0.127626568, 0.09490031, 0.244696528, 0.964944422), CFrame.new(1.39025009, -1.5400058, 0.0708092526, 0.759066045, -0.640763819, 0.115066618, 0.622178853, 0.766044617, 0.161458939, -0.191603184, -0.0509660058, 0.980148077), CFrame.new(-0.267891169, -1.79467082, -0.372773767, 0.673933685, -0.640763819, 0.367743045, 0.529434681, 0.766044617, 0.364519417, -0.515278399, -0.0509660058, 0.855505824)}, 0.3, false)
  1243. end
  1244. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=238319531", RootPart, 1, 2)
  1245. for i = 0, 1, 0.25 do
  1246. swait()
  1247. Effects.Block.Create(BrickColor.new("Really red"), RightArm.CFrame, 7.5, 7.5, 7.5, 1, 1, 1, 0.065)
  1248. PlayAnimationFromTable({CFrame.new(0.0401331335, 0.0741440356, 0.42046985, 0.151488289, 0.0610756539, -0.98657006, -0.640763819, 0.766044617, -0.0509660058, 0.752643824, 0.639879048, 0.155181855), CFrame.new(-0.411456347, 1.51497698, -0.0327271074, 0.254760653, -0.640763819, 0.724236727, 0.149534211, 0.766044617, 0.625152171, -0.955372512, -0.0509660058, 0.29097414), CFrame.new(1.304847, 1.15274966, -0.9747262, -0.220305115, 0.952353835, 0.210922092, 0.974325597, 0.204557091, 0.0940542966, 0.0464273617, 0.226227403, -0.972967565), CFrame.new(-1.51677501, -0.265117556, -0.138394684, 0.758258045, 0.610287666, -0.229333594, -0.645010769, 0.753440619, -0.127626568, 0.09490031, 0.244696528, 0.964944422), CFrame.new(1.39025009, -1.5400058, 0.0708092526, 0.759066045, -0.640763819, 0.115066618, 0.622178853, 0.766044617, 0.161458939, -0.191603184, -0.0509660058, 0.980148077), CFrame.new(-0.267891169, -1.79467082, -0.372773767, 0.673933685, -0.640763819, 0.367743045, 0.529434681, 0.766044617, 0.364519417, -0.515278399, -0.0509660058, 0.855505824)}, 0.3, false)
  1249. end
  1250. for i = 0, 24 do
  1251. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=238319531", RootPart, 1, 2)
  1252. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=238319531", RootPart, 1, 1.75)
  1253. MagniDamage(Hitbox, 10, 1, 2, 10, "Normal")
  1254. Effects.Ring.Create(BrickColor.new("Really red"), RightArm.CFrame * angles(math.random(-50,50), math.random(-50,50), math.random(-50,50)), 25, 25, 1, -1.5, -1.5, 0, 0.05)
  1255. wait(0.05)
  1256. end
  1257. for i = 0, 1, 0.5 do
  1258. swait()
  1259. Effects.Block.Create(BrickColor.new("Really red"), RightArm.CFrame, 7.5, 7.5, 7.5, 1, 1, 1, 0.065)
  1260. --Effects.Block.Create(BrickColor.new("Br. yellowish orange"), Barrel2.CFrame, 10, 10, 10, -1, -1, -1, 0.07)
  1261. PlayAnimationFromTable({CFrame.new(0.200224042, -0.227714077, -0.387235343, 0.949956238, -0.243331015, 0.195888788, 0.123870984, 0.869098783, 0.478877187, -0.28677237, -0.430647433, 0.855747461), CFrame.new(0.0819287449, 1.41396284, -0.27420333, 0.915596783, 0.0299440324, 0.400981069, -0.112619296, 0.976408243, 0.184238791, -0.386004388, -0.213846684, 0.89736855), CFrame.new(1.14642, 0.662253082, -0.920918107, -0.00301490724, 0.0640034825, 0.99794513, 0.980141044, -0.19768405, 0.0156396553, 0.198278829, 0.97817421, -0.0621364564), CFrame.new(-1.45047593, 0.217968062, 0.413363159, -0.0768081546, 0.277757645, -0.957575679, -0.941704333, -0.335731506, -0.021848321, -0.327556908, 0.900075078, 0.287352532), CFrame.new(0.520247221, -1.82374465, -0.525635481, 0.988821089, 0.149106205, 0.000458553433, -0.148477226, 0.98435849, 0.0948312283, 0.0136885494, -0.0938392878, 0.995493293), CFrame.new(-0.57537961, -2.09034443, 0.11631836, 0.99074924, 0.0795628428, 0.109935179, -0.08136677, 0.996611834, 0.012014389, -0.10860683, -0.020848304, 0.993866265)}, 0.4, false)
  1262. end
  1263. for i = 0, 1, 0.13 do
  1264. swait()
  1265. Effects.Ring.Create(BrickColor.new("Really red"), RightArm.CFrame * angles(math.random(-50,50), math.random(-50,50), math.random(-50,50)), 5, 5, 1, 1*2, 1*2, 0, 0.075)
  1266. Effects.Block.Create(BrickColor.new("Really red"), RightArm.CFrame, 7.5, 7.5, 7.5, 5, 5, 5, 0.065)
  1267. PlayAnimationFromTable({CFrame.new(-0.32173726, -0.227715075, -0.881562114, 0.0899681896, -0.490443766, 0.866817713, 0.123871259, 0.869101048, 0.478878796, -0.988212466, 0.0642898232, 0.138943106), CFrame.new(0.337672263, 1.68985736, -0.235476986, 0.875947833, 0.165182114, -0.453246117, -0.0474886224, 0.96451354, 0.259732485, 0.480064601, -0.205987319, 0.852707028), CFrame.new(1.79723549, 0.554554403, -0.512672782, 0.0541117489, -0.913280547, 0.40372315, 0.943166137, -0.0860183686, -0.321000129, 0.327890873, 0.398147374, 0.856719494), CFrame.new(-1.44090164, 0.658615828, -0.388829917, -0.199676231, -0.419071078, -0.885725915, -0.922202766, -0.225134045, 0.314418942, -0.331171125, 0.87959981, -0.341513991), CFrame.new(0.575238645, -1.87178028, -0.452693194, 0.773394883, 0.110019118, -0.624305904, 0.125435278, 0.93879509, 0.320830435, 0.62139225, -0.326437622, 0.712258458), CFrame.new(-1.11411142, -1.55052757, -0.724033237, 0.763290703, 0.479035646, -0.433490157, -0.499207586, 0.863237977, 0.0749294758, 0.410098314, 0.159208834, 0.898038864)}, 0.3, false)
  1268. end
  1269. for i = 0, 4 do
  1270. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=151776391", RootPart, 1, 3)
  1271. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=151776391", RootPart, 1, 5)
  1272. MagniDamage(Hitbox, 30, 5, 7, 10, "Normal")
  1273. Effects.Block.Create(BrickColor.new("Really red"), RightArm.CFrame, 15, 15, 15, 2.5, 2.5, 2.5, 0.05)
  1274. Effects.Ring.Create(BrickColor.new("Really red"), RightArm.CFrame * angles(math.random(-50,50), math.random(-50,50), math.random(-50,50)), 10, 10, 1, 10, 10, 0, 0.05)
  1275. wait(0.25)
  1276. end
  1277. Effects.Ring.Create(BrickColor.new("Lime green"), RightArm.CFrame * angles(math.random(-50,50), math.random(-50,50), math.random(-50,50)), 100, 100, 25, -1.5, -1.5, 0, 0.02)
  1278. Effects.Ring.Create(BrickColor.new("Lime green"), RightArm.CFrame * angles(math.random(-50,50), math.random(-50,50), math.random(-50,50)), 90, 90, 20, -1.5, -1.5, 0, 0.02)
  1279. Effects.Ring.Create(BrickColor.new("Lime green"), RightArm.CFrame * angles(math.random(-50,50), math.random(-50,50), math.random(-50,50)), 80, 80, 15, -1.5, -1.5, 0, 0.02)
  1280. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=238319531", RootPart, 7.5, 0.5)
  1281. wait(1.65)
  1282. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=151776391", RootPart, 2, 2)
  1283. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=151776391", RootPart, 2, 1)
  1284. MagniDamage(Hitbox1, 30, 10, 15, 10, "Normal")
  1285. Effects.Block.Create(BrickColor.new("Lime green"), RightArm.CFrame, 50, 50, 50, 4.75, 4.75, 4.75, 0.065)
  1286. Effects.Block.Create(BrickColor.new("Lime green"), RightArm.CFrame, 50, 50, 50, 4.75, 4.75, 4.75, 0.065)
  1287. wait(0.75)
  1288. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=151776391", RootPart, 1, 2)
  1289. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=151776391", RootPart, 1, 1)
  1290. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=151776391", RootPart, 1, 0.5)
  1291. MagniDamage(Hitbox, 10, 25, 30, 10, "Normal")
  1292. MagniDamage(Hitbox1, 10, 25, 30, 10, "Normal")
  1293. Effects.Block.Create(BrickColor.new("Lime green"), RightArm.CFrame, 5, 5, 5, 4.75, 4.75, 4.75, 0.01)
  1294. Effects.Block.Create(BrickColor.new("Lime green"), RightArm.CFrame, 5, 5, 5, 4.75, 4.75, 4.75, 0.01)
  1295. Effects.Ring.Create(BrickColor.new("Lime green"), RightArm.CFrame * angles(math.random(-50,50), math.random(-50,50), math.random(-50,50)), 10, 10, 1, 2, 2, 0, 0.02)
  1296. Effects.Ring.Create(BrickColor.new("Lime green"), RightArm.CFrame * angles(math.random(-50,50), math.random(-50,50), math.random(-50,50)), 10, 10, 1, 3, 3, 0, 0.03)
  1297. Effects.Ring.Create(BrickColor.new("Lime green"), RightArm.CFrame * angles(math.random(-50,50), math.random(-50,50), math.random(-50,50)), 10, 10, 1, 4, 4, 0, 0.04)
  1298. Effects.Ring.Create(BrickColor.new("Lime green"), RightArm.CFrame * angles(math.random(-50,50), math.random(-50,50), math.random(-50,50)), 10, 10, 1, 5, 5, 0, 0.05)
  1299. Effects.Ring.Create(BrickColor.new("Lime green"), RightArm.CFrame * angles(math.random(-50,50), math.random(-50,50), math.random(-50,50)), 10, 10, 1, 1, 1, 0, 0.01)
  1300. attack = false
  1301. end
  1302.  
  1303. mouse.Button1Down:connect(function()
  1304.  
  1305. if attack == false and attacktype == 1 then
  1306. attacktype = 2
  1307. attacktwo()
  1308. else
  1309. if attack == false and attacktype == 2 then
  1310. attacktype = 3
  1311. attacktwo()
  1312. else
  1313. if attack == false and attacktype == 3 then
  1314. attacktype = 1
  1315. attackthree()
  1316. end
  1317. end
  1318. end
  1319. end
  1320. )
  1321. updateskills = function()
  1322.  
  1323. if cooldown1 <= co1 then
  1324. cooldown1 = cooldown1 + 0.033333333333333
  1325. end
  1326. if cooldown2 <= co2 then
  1327. cooldown2 = cooldown2 + 0.033333333333333
  1328. end
  1329. if cooldown3 <= co3 then
  1330. cooldown3 = cooldown3 + 0.033333333333333
  1331. end
  1332. if cooldown4 <= co4 then
  1333. cooldown4 = cooldown4 + 0.033333333333333
  1334. end
  1335. end
  1336.  
  1337. mouse.KeyDown:connect(function(k)
  1338.  
  1339. k = k:lower()
  1340. if attack == false and k == "z" and co1 <= cooldown1 then
  1341. cooldown1 = 0
  1342. dunk()
  1343. else
  1344. if attack == false and k == "x" and co2 <= cooldown2 then
  1345. cooldown2 = 0
  1346. dunkooza()
  1347. else
  1348. if attack == false and k == "c" and co3 <= cooldown3 then
  1349. cooldown3 = 0
  1350. attack = true
  1351. Blaze2()
  1352. attack = false
  1353. else
  1354. if attack == false and k == "v" and co4 <= cooldown4 then
  1355. cooldown4 = 0
  1356. verydunk()
  1357. end
  1358. end
  1359. end
  1360. end
  1361. end
  1362. )
  1363. while 1 do
  1364. swait()
  1365. updateskills()
  1366. bar4:TweenSize(UDim2.new(1 * (cooldown4 / co4), 0, 1, 0), "Out", "Quad", 0.5)
  1367. bar3:TweenSize(UDim2.new(1 * (cooldown3 / co3), 0, 1, 0), "Out", "Quad", 0.5)
  1368. bar1:TweenSize(UDim2.new(1 * (cooldown1 / co1), 0, 1, 0), "Out", "Quad", 0.5)
  1369. bar2:TweenSize(UDim2.new(1 * (cooldown2 / co2), 0, 1, 0), "Out", "Quad", 0.5)
  1370. for i,v in pairs(Character:GetChildren()) do
  1371. if v:IsA("Part") then
  1372. v.Material = "SmoothPlastic"
  1373. else
  1374. if v:IsA("Hat") then
  1375. v:WaitForChild("Handle").Material = "SmoothPlastic"
  1376. end
  1377. end
  1378. end
  1379. Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude
  1380. velocity = RootPart.Velocity.y
  1381. sine = sine + change
  1382. local hit, pos = rayCast(RootPart.Position, CFrame.new(RootPart.Position, RootPart.Position - Vector3.new(0, 1, 0)).lookVector, 4, Character)
  1383. if equipped == true or equipped == false then
  1384. if 1 < RootPart.Velocity.y and hit == nil then
  1385. Anim = "Jump"
  1386. if attack == false then
  1387. RootJoint.C0 = clerp(RootJoint.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  1388. Torso.Neck.C0 = clerp(Torso.Neck.C0, CFrame.new(0, 1.5, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  1389. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(20)), 0.3)
  1390. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(-20)), 0.3)
  1391. RH.C0 = clerp(RH.C0, CFrame.new(0.5, -2, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  1392. LH.C0 = clerp(LH.C0, CFrame.new(-0.5, -2, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  1393. end
  1394. else
  1395. if RootPart.Velocity.y < -1 and hit == nil then
  1396. Anim = "Fall"
  1397. if attack == false then
  1398. RootJoint.C0 = clerp(RootJoint.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  1399. Torso.Neck.C0 = clerp(Torso.Neck.C0, CFrame.new(0, 1.5, 0) * angles(math.rad(-10), math.rad(0), math.rad(0)), 0.3)
  1400. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(30)), 0.3)
  1401. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(-30)), 0.3)
  1402. RH.C0 = clerp(RH.C0, CFrame.new(0.5, -2, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  1403. LH.C0 = clerp(LH.C0, CFrame.new(-0.5, -2, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  1404. end
  1405. else
  1406. if Torsovelocity < 1 and hit ~= nil then
  1407. Anim = "Idle"
  1408. if attack == false then
  1409. change = 1
  1410. --FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(1.1,0,1.2) * angles(0,0,-math.rad(90)), 0.3)
  1411.  
  1412. RootJoint.C0 = clerp(RootJoint.C0, CFrame.new(0, 0-0.1*math.cos(sine/16), 0) * angles(math.rad(0-2*math.cos(sine/16)), math.rad(35), math.rad(0-0.2*math.cos(sine/42))), 0.3)
  1413. Torso.Neck.C0 = clerp(Torso.Neck.C0, CFrame.new(0, 1.5, 0) * angles(math.rad(-10-2*math.cos(sine/16)), math.rad(-35), math.rad(0)), 0.3)
  1414. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.25-0.075*math.cos(sine/16), -0.5-0.25*math.cos(sine/16)) * angles(math.rad(0-5*math.cos(sine/16)), math.rad(70), math.rad(75+7.5*math.cos(sine/16))), 0.3)
  1415. LW.C0 = clerp(LW.C0, CFrame.new(-1-0.15*math.cos(sine/16), 0.5, -0.75-0.1*math.cos(sine/16)) * angles(math.rad(90+10*math.cos(sine/16)), math.rad(0), math.rad(50-5*math.cos(sine/16))), 0.3)
  1416. RH.C0 = clerp(RH.C0, CFrame.new(0.5, -2+0.1*math.cos(sine/16), 0-0.25*math.cos(sine/16)) * angles(math.rad(0+10*math.cos(sine/16)), math.rad(-30), math.rad(0)), 0.3)
  1417. LH.C0 = clerp(LH.C0, CFrame.new(-0.5, -2+0.1*math.cos(sine/16), 0+0.25*math.cos(sine/16)) * angles(math.rad(0-10*math.cos(sine/16)), math.rad(-30), math.rad(0)), 0.3)
  1418. end
  1419. else
  1420. if 2 < Torsovelocity and hit ~= nil then
  1421. Anim = "Walk"
  1422. if attack == false then
  1423. RootJoint.C0 = clerp(RootJoint.C0, CFrame.new(0, 0, 0) * angles(math.rad(-20), math.rad(0), math.rad(0)), 0.3)
  1424. Torso.Neck.C0 = clerp(Torso.Neck.C0, CFrame.new(0, 1.5, 0) * angles(math.rad(20), math.rad(0), math.rad(0)), 0.3)
  1425. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(10)), 0.3)
  1426. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(-10)), 0.3)
  1427. RH.C0 = clerp(RH.C0, CFrame.new(0.5, -2, 0 + 1 * math.cos((sine) / 3)) * angles(math.rad(0 - 50 * math.cos((sine) / 3)), math.rad(0), math.rad(0)), 0.3)
  1428. LH.C0 = clerp(LH.C0, CFrame.new(-0.5, -2, 0 - 1 * math.cos((sine) / 3)) * angles(math.rad(0 + 50 * math.cos((sine) / 3)), math.rad(0), math.rad(0)), 0.3)
  1429. end
  1430. end
  1431. end
  1432. end
  1433. end
  1434. end
  1435. if 0 < #Effects then
  1436. for e = 1, #Effects do
  1437. if Effects[e] ~= nil then
  1438. local Thing = Effects[e]
  1439. if Thing ~= nil then
  1440. local Part = Thing[1]
  1441. local Mode = Thing[2]
  1442. local Delay = Thing[3]
  1443. local IncX = Thing[4]
  1444. local IncY = Thing[5]
  1445. local IncZ = Thing[6]
  1446. if Thing[1].Transparency <= 1 then
  1447. if Thing[2] == "Block1" then
  1448. Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
  1449. Mesh = Thing[1].Mesh
  1450. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  1451. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  1452. else
  1453. if Thing[2] == "Block2" then
  1454. Thing[1].CFrame = Thing[1].CFrame
  1455. Mesh = Thing[7]
  1456. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  1457. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  1458. else
  1459. if Thing[2] == "Cylinder" then
  1460. Mesh = Thing[1].Mesh
  1461. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  1462. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  1463. else
  1464. if Thing[2] == "Blood" then
  1465. Mesh = Thing[7]
  1466. Thing[1].CFrame = Thing[1].CFrame * Vector3.new(0, 0.5, 0)
  1467. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  1468. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  1469. else
  1470. if Thing[2] == "Elec" then
  1471. Mesh = Thing[1].Mesh
  1472. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[7], Thing[8], Thing[9])
  1473. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  1474. else
  1475. if Thing[2] == "Disappear" then
  1476. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  1477. else
  1478. if Thing[2] == "Shatter" then
  1479. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  1480. Thing[4] = Thing[4] * CFrame.new(0, Thing[7], 0)
  1481. Thing[1].CFrame = Thing[4] * CFrame.fromEulerAnglesXYZ(Thing[6], 0, 0)
  1482. Thing[6] = Thing[6] + Thing[5]
  1483. end
  1484. end
  1485. end
  1486. end
  1487. end
  1488. end
  1489. end
  1490. else
  1491. Part.Parent = nil
  1492. table.remove(Effects, e)
  1493. end
  1494. end
  1495. end
  1496. end
  1497. end
  1498. end
Add Comment
Please, Sign In to add comment