Advertisement
Skye_Blue

Untitled

Sep 6th, 2017
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 169.31 KB | None | 0 0
  1. wait(.1) --Edited by nobody1997
  2. local darius = true
  3. local grab8 = false
  4. local throw1 = 5
  5. local throw2 = 5
  6. local grabon3 = false
  7. local grabon4 = false
  8. local jkl = 1
  9. local throw = 5
  10. local grab1 = false
  11. local goo1 = 0
  12. local punching = false
  13. local jk = false
  14.  
  15. local grabon3 = false
  16. local grabon2 = false
  17. local grabon1 = false
  18. local goo = 0
  19. local grabon = false
  20. local on = false
  21. local poon = false
  22. local clickon = false
  23. local beamknockback = 0
  24. local beamdamage = 20
  25. local hited1 = false
  26. local hited = false
  27. local kamesize = 1
  28. local kamehameha = false
  29. local walksound = "rbxassetid://"
  30. local aj1 = 1
  31. local can = 5
  32. local go = true
  33. local bomb = false
  34. local point = false
  35. local walkon = false
  36. local nohit = 0
  37. local moving = false
  38. local combodamage = 10
  39. local ssj22 = false
  40. local fly = false
  41. local ssbkaiox10 = false
  42. local ssbkaio = false
  43. local auracan3 = true
  44. local ssbon = false
  45. local base = true
  46. local new=Instance.new
  47. local rad=math.rad
  48. local cf=CFrame.new
  49. local v3=Vector3.new
  50. local hitmeter = 0
  51. ssj33 = false
  52. local ang=function(x,y,z)
  53. return CFrame.Angles(rad(x),rad(y),rad(z))
  54. end
  55. local player=game:service'Players'.LocalPlayer
  56. local char=player.Character
  57. local cam=workspace.Camera
  58. local mouse=player:GetMouse()
  59. local weld=function(a,b,c0,c1)
  60. m=Instance.new('Motor',a)
  61. m.Part0=a
  62. m.Part1=b
  63. m.C0=c0
  64. m.C1=c1
  65. return m
  66. end
  67.  
  68.  
  69. beamm=Instance.new('Model',workspace)
  70. beamm.Name='beam'
  71.  
  72. laser=false
  73.  
  74. rs=Instance.new('Part',char)
  75. rs.Transparency=1
  76. rs.CanCollide=false
  77. rs.TopSurface,rs.BottomSurface=0,0
  78. rs.FormFactor=3
  79. rs.Size=Vector3.new(.5,.5,.5)
  80.  
  81. ls=rs:Clone()
  82. ls.Parent=char
  83.  
  84.  
  85.  
  86. s1=Instance.new('Sound',char)
  87. s1.Volume=1
  88. s1.Pitch=1
  89. s1.Looped=true
  90.  
  91.  
  92. particles={}
  93.  
  94. local wep=new('Part',char)
  95.  
  96. wep.FormFactor=3
  97. wep.Transparency = 1
  98. wep.CanCollide=false
  99. wep.Size=v3(0.1,0.1,0.1)
  100. wep.TopSurface,wep.BottomSurface=0,0
  101. local wepw=weld(wep,char['Torso'],cf(0,2,0),ang(95,0,0))
  102.  
  103.  
  104. local beam1=wep:Clone()
  105. beam1:ClearAllChildren()
  106. beam1.Material='Neon'
  107. beam1.BrickColor=BrickColor.new('Earth green')
  108. beam1.Size=Vector3.new(1,1,1)
  109. beam1.Transparency=0
  110. beam1.Anchored=true
  111. local ms=Instance.new('BlockMesh',beam1)
  112. local inner1=beam1:Clone()
  113. inner1.Transparency=1
  114. inner1.Material='SmoothPlastic'
  115. inner1.BrickColor=BrickColor.new('Earth green')
  116. local ms2=inner1.Mesh
  117.  
  118. local expl1=inner1:Clone()
  119. expl1.Mesh:Destroy()
  120. expl1.Material='Neon'
  121. expl1.BrickColor=BrickColor.new('Earth green')
  122. expl1.Size=Vector3.new(5,5,5)
  123. expl1.Transparency=0
  124. pl=Instance.new('PointLight',expl1)
  125. pl.Color=expl1.BrickColor.Color
  126. pl.Range=pl.Range*2
  127. pl.Name='light'
  128. local br=pl.Range
  129.  
  130. local exa1=expl1:Clone()
  131. exa1.Size=Vector3.new(10,10,10)
  132. pl2=exa1.light
  133.  
  134. local part=exa1:Clone()
  135. part.Size=Vector3.new(1.5,1.5,1.5)
  136. pl3=part.light
  137. pms=Instance.new('BlockMesh',part)
  138.  
  139. char.Humanoid.Died:connect(function()
  140. laser=false
  141. beam1.Parent=nil
  142. inner1.Parent=nil
  143. expl1.Parent=nil
  144. exa1.Parent=nil
  145. s1:stop()
  146. end)
  147.  
  148.  
  149.  
  150. parti=0
  151. game:service'RunService'.Stepped:connect(function()
  152. parti=parti+1
  153. for i,v in pairs(particles) do
  154. v.CFrame=v.CFrame*CFrame.new(0,0,-.3)
  155. v.Transparency=v.Transparency+.08
  156. if v.Transparency >= 1 then
  157. v:Destroy()
  158. table.remove(particles,i)
  159. else
  160. v.Parent=beamm
  161. end
  162. end
  163.  
  164. a=cam.CoordinateFrame.p
  165. b=mouse.Hit.p
  166. mhitr=Ray.new(a,(b-a).unit*999)
  167. mhit,ps=workspace:FindPartOnRayWithIgnoreList(mhitr,{char,beamm})
  168.  
  169.  
  170. if laser then
  171. beamm.Parent=workspace
  172. beam1.Parent=beamm
  173. inner1.Parent=beamm
  174. expl1.Parent=beamm
  175. exa1.Parent=beamm
  176. s1.Volume=s1.Volume-0.0034
  177.  
  178. ray=Ray.new((wep.CFrame*cf(0,-1.5,0)).p,((wep.CFrame*cf(0,-10,0)).p-(wep.CFrame*cf(0,-1.5,0)).p).unit*999)
  179. hit,pos=workspace:FindPartOnRayWithIgnoreList(ray,{char,beamm})
  180.  
  181. if hit and s1.Volume > .3 and parti/8==math.floor(parti/8) and hit ~= workspace.Base then
  182. if hit.Parent:IsA("Model") and hit ~= hit.Parent:FindFirstChild("Humanoid") and hit ~= hit.Parent:FindFirstChild("Torso") and hit ~= hit.Parent:FindFirstChild("Head") and hit ~= hit.Parent:FindFirstChild("Left Arm") and hit ~= hit.Parent:FindFirstChild("Right Arm") and hit ~= hit.Parent:FindFirstChild("Left Leg") and hit ~= hit.Parent:FindFirstChild("Right Leg") then
  183. hit.Parent:BreakJoints()
  184. hit.Anchored = false
  185. wait()
  186.  
  187. hit.Position = hit.Position + Vector3.new(0,1,0)
  188. block = Instance.new("BodyForce",hit)
  189. block.Force = beam1.CFrame.lookVector
  190. s1.Volume=s1.Volume+0.0034
  191. end
  192. if hit:IsA("Part") and hit ~= hit.Parent:FindFirstChild("Humanoid") and hit ~= hit.Parent:FindFirstChild("Torso") and hit ~= hit.Parent:FindFirstChild("Head") and hit ~= hit.Parent:FindFirstChild("Left Arm") and hit ~= hit.Parent:FindFirstChild("Right Arm") and hit ~= hit.Parent:FindFirstChild("Left Leg") and hit ~= hit.Parent:FindFirstChild("Left Arm") then
  193.  
  194. hit.Anchored = false
  195. wait()
  196.  
  197. hit.Position = hit.Position + Vector3.new(0,1,0)
  198. block = Instance.new("BodyForce",hit)
  199. block.Force = beam1.CFrame.lookVector
  200. s1.Volume=s1.Volume+0.0034
  201. end
  202. end
  203. if hit and hit.Parent:FindFirstChild("Humanoid") ~= nil then
  204. if hited == true then
  205. hited = false
  206. hited1 = true
  207. on = true
  208. human = hit.Parent:FindFirstChild("Humanoid")
  209. ts = hit.Parent:FindFirstChild("Torso")
  210. s1.Volume=s1.Volume+0.0034
  211. welld = Instance.new("Weld",hit)
  212. welld.Part0 = beam1
  213. welld.Part1 = ts
  214. welld.C0 = CFrame.new(beam1.Position.x,beam1.Position.y,ts.Position.z)
  215. part6 = Instance.new("Part",hit)
  216. part6.Size = Vector3.new(1,1,1)
  217. part6.Transparency = 0
  218. part6.Position = hit.Position
  219. part6.BrickColor = BrickColor.new("Earth green")
  220. partmesh = Instance.new("SpecialMesh",part6)
  221. partmesh.MeshType = "Sphere"
  222. partmesh.Scale = Vector3.new(1,1,1)
  223. partweld1 = Instance.new("Weld",hit)
  224. partweld1.Part0 = hit.Parent:FindFirstChild("Torso")
  225. partweld1.Part1 = part6
  226. partweld1.C0 = CFrame.new(0,0,0)
  227. if human.Health > math.huge then
  228. human.MaxHealth = math.huge
  229. human.Health = math.huge
  230.  
  231. end
  232.  
  233.  
  234.  
  235.  
  236. for i = 1,100 do
  237. wait()
  238. partmesh.Scale = partmesh.Scale + Vector3.new(7,7,7)
  239. part6.Transparency = part6.Transparency + 0.05
  240. end
  241. end
  242. end
  243. if hit and hit.Parent==workspace.Terrain or hit==workspace.Terrain and parti/8==math.floor(parti/8) then
  244. e=Instance.new('Explosion',workspace)
  245. e.Position=pos
  246. e.BlastRadius=14
  247. e.BlastPressure=1e4
  248. end
  249. if hit and not hit.Anchored and not (hit:GetMass()>1e4) then
  250. hit.Velocity=hit.Velocity+beam1.CFrame.lookVector*(1*s1.Volume*hit:GetMass())
  251. end
  252.  
  253. if parti==math.floor(parti) then
  254. par=part:Clone()
  255. table.insert(particles,par)
  256. par.Parent=beamm
  257. par.Transparency=1-s1.Volume
  258. par.light.Range=br*s1.Volume
  259. par.CFrame=cf(pos)*ang(math.random(-180,180),math.random(-180,180),math.random(-180,180))*cf(10,10,10)
  260. end
  261.  
  262. mag=((wep.CFrame*cf(0,-1.5,0)).p-pos).magnitude
  263. ms.Scale=v3(s1.Volume,s1.Volume,mag)
  264. ms2.Scale=v3(ms.Scale.x/2,ms.Scale.y/2,mag-(.1/mag))
  265. beam1.CFrame=cf((wep.CFrame*cf(0,-1.5,0)).p,pos)*cf(0,0,-mag/2)*ang(0,0,math.random(0,180))
  266. inner1.CFrame=beam1.CFrame
  267. pl.Range=br*s1.Volume
  268. pl2.Range=br*s1.Volume
  269. expl1.Size=v3(6,6,6)*s1.Volume
  270. expl1.Transparency=0
  271. expl1.CFrame=cf(pos)*ang(math.random(0,180),math.random(0,180),math.random(0,180))
  272. exa1.Size=v3(5,5,5)*s1.Volume
  273. exa1.CFrame=wep.CFrame*cf(0,-1.5,0)*ang(math.random(0,180),math.random(0,180),math.random(0,180))
  274.  
  275. end
  276. end)
  277. local p = game.Players.LocalPlayer
  278. local ssj = true
  279. local ssb = true
  280.  
  281. local auracan = false
  282. local auracan1 = false
  283. local ssj2 = false
  284. local ssj3 = false
  285. local ssj4 = false
  286. local ssjg = false
  287. local ssjb = false
  288. local kaio = true
  289. local idle = true
  290. local idle1 = true
  291. local char = p.Character
  292. local mouse = p:GetMouse()
  293. local larm = char["Left Arm"]
  294. local rarm = char["Right Arm"]
  295. local lleg = char["Left Leg"]
  296. local rleg = char["Right Leg"]
  297. local hed = char.Head
  298. local torso = char.Torso
  299. hed.face:Destroy()
  300. local hum = char.Humanoid
  301. hum.Name = "idk"
  302. hum.JumpPower = 100
  303.  
  304. wait()
  305. local cam = game.Workspace.CurrentCamera
  306. local root = char.HumanoidRootPart
  307. local deb = false
  308. local shot = 0
  309. local walk = true
  310. local debris=game:service"Debris"
  311. local l = game:GetService("Lighting")
  312. local rs = game:GetService("RunService").RenderStepped
  313. local canattack = true
  314. ptz = {0.8, 0.85, 0.9, 0.95, 1, 1.05, 1.1}
  315. function lerp(a, b, t) -- Linear interpolation
  316. return a + (b - a)*t
  317. end
  318.  
  319. function slerp(a, b, t) --Spherical interpolation
  320. dot = a:Dot(b)
  321. if dot > 0.99999 or dot < -0.99999 then
  322. return t <= 0.5 and a or b
  323. else
  324. r = math.acos(dot)
  325. return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
  326. end
  327. end
  328. function matrixInterpolate(a, b, t)
  329. local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
  330. local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
  331. local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position
  332. local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector right
  333. local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector up
  334. local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector back
  335. local t = v1:Dot(v2)
  336. if not (t < 0 or t == 0 or t > 0) then -- Failsafe
  337. return CFrame.new()
  338. end
  339. return CFrame.new(
  340. v0.x, v0.y, v0.z,
  341. v1.x, v1.y, v1.z,
  342. v2.x, v2.y, v2.z,
  343. v3.x, v3.y, v3.z)
  344. end
  345. ----------------------------------------------------
  346. local naeeym = Instance.new("BillboardGui",char)
  347. naeeym.Size = UDim2.new(0,100,0,40)
  348. naeeym.StudsOffset = Vector3.new(0,4,0)
  349. naeeym.Adornee = char.Head
  350. local tecks = Instance.new("TextLabel",naeeym)
  351. tecks.BackgroundTransparency = 1
  352. tecks.BorderSizePixel = 0
  353. tecks.Text = "Story9"
  354. tecks.Font = "Bodoni"
  355. tecks.FontSize = "Size36"
  356. tecks.TextStrokeTransparency = 0.5
  357. tecks.TextColor3 = Color3.new(0,0,0)
  358. rrer = BrickColor.new("Really red")
  359. tecks.TextStrokeColor3 = rrer.Color
  360. tecks.Size = UDim2.new(1,0,0.5,0)
  361. local licht = Instance.new("PointLight",char.Torso)
  362. licht.Color = tecks.TextStrokeColor3
  363. licht.Range = 60
  364. licht.Brightness = 1
  365. licht.Enabled = false
  366. ----------------------------------------------------
  367. plr = game.Players.LocalPlayer
  368. base = Instance.new("ScreenGui",plr.PlayerGui)
  369. bbg = Instance.new("BillboardGui",plr.Character.Head)
  370. bbg.Size = UDim2.new(0,200,0,50)
  371. bbg.StudsOffset = Vector3.new(0,3,0)
  372. bbgTl = Instance.new("TextLabel",bbg)
  373. bbgTl.BackgroundTransparency = 1
  374. bbgTl.Size = UDim2.new(10,0,1,0)
  375. bbgTl.Position = UDim2.new(-4.5,0,0,0)
  376. bbgTl.Font = "Code"
  377. bbgTl.Text = " "
  378. bbgTl.TextSize = 25
  379. bbgTl.TextStrokeColor3 = Color3.new(1,0,0)
  380. bbgTl.TextColor3 = Color3.new(0,0,0)
  381. bbgTl.TextStrokeTransparency = 0
  382. bbgTl.TextWrapped = true
  383. plr.Chatted:connect(function(msg)
  384. bbgTl.Text = msg
  385. wait(5)
  386. if bbgTl.Text == msg then
  387. bbgTl.Text = " "
  388. end
  389. end)
  390. ----------------------------------------------------
  391. function genWeld(a,b)
  392. local w = Instance.new("Weld",a)
  393. w.Part0 = a
  394. w.Part1 = b
  395. return w
  396. end
  397. function weld(a, b)
  398. local weld = Instance.new("Weld")
  399. weld.Name = "W"
  400. weld.Part0 = a
  401. weld.Part1 = b
  402. weld.C0 = a.CFrame:inverse() * b.CFrame
  403. weld.Parent = a
  404. return weld;
  405. end
  406. ----------------------------------------------------
  407. function Lerp(c1,c2,al)
  408. local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
  409. local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
  410. for i,v in pairs(com1) do
  411. com1[i] = v+(com2[i]-v)*al
  412. end
  413. return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
  414. end
  415. ----------------------------------------------------
  416. newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
  417. local wld = Instance.new("Weld", wp1)
  418. wld.Part0 = wp0
  419. wld.Part1 = wp1
  420. wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
  421. end
  422. Instance.new("ForceField",char).Visible = false---------------------------------FORCEFIELD-------------------------
  423. hum.MaxHealth = math.huge
  424. wait()
  425. hum.Health = math.huge
  426. ----------------------------------------------------
  427. function weld5(part0, part1, c0, c1)
  428. weeld=Instance.new("Weld", part0)
  429. weeld.Part0=part0
  430. weeld.Part1=part1
  431. weeld.C0=c0
  432. weeld.C1=c1
  433. return weeld
  434. end
  435. ----------------------------------------------------
  436. function HasntTouched(plrname)
  437. local ret = true
  438. for _, v in pairs(Touche) do
  439. if v == plrname then
  440. ret = false
  441. end
  442. end
  443. return ret
  444. end
  445. newWeld(torso, larm, -1.5, 0.5, 0)
  446. larm.Weld.C1 = CFrame.new(0, 0.5, 0)
  447. newWeld(torso, rarm, 1.5, 0.5, 0)
  448. rarm.Weld.C1 = CFrame.new(0, 0.5, 0)
  449. newWeld(torso, hed, 0, 1.5, 0)
  450. newWeld(torso, lleg, -0.5, -1, 0)
  451. lleg.Weld.C1 = CFrame.new(0, 1, 0)
  452. newWeld(torso, rleg, 0.5, -1, 0)
  453. rleg.Weld.C1 = CFrame.new(0, 1, 0)
  454. newWeld(root, torso, 0, -1, 0)
  455. torso.Weld.C1 = CFrame.new(0, -1, 0)
  456. local block = Instance.new("Part",torso)
  457. block.Size = Vector3.new(0.1,0.1,0.1)
  458. block.Position = block.Position + Vector3.new(2,2,2)
  459. block.Transparency = 1
  460. local weld = Instance.new("Weld",torso)
  461. weld.Part0 = torso
  462. weld.Part1 = block
  463. weld.C0 = CFrame.new(0,5,0)
  464. local block2 = Instance.new("Part",torso)
  465. block2.Size = Vector3.new(3,2,1)
  466. block2.CanCollide = false
  467. block2.Position = block.Position + Vector3.new(2,2,2)
  468. block2.Transparency = 1
  469. local weld2 = Instance.new("Weld",torso)
  470. weld2.Part0 = torso
  471. weld2.Part1 = block2
  472. weld2.C0 = CFrame.new(0,-1.5,0)
  473. local part2 = Instance.new("ParticleEmitter",block)
  474. part2.Lifetime = NumberRange.new(5)
  475. part2.Speed = NumberRange.new(0)
  476. part2.Size = NumberSequence.new(11)
  477. part2.Transparency = NumberSequence.new(1)
  478. part2.LockedToPart = true
  479. part2.Rate = 3
  480. part2.Texture = "http://www.roblox.com/asset/?id=894173257"----------------------SSJB AURA---------------------
  481. part2.ZOffset = -3
  482. local model = Instance.new("Model",torso)
  483. local part3 = Instance.new("ParticleEmitter",block2)
  484. part3.Lifetime = NumberRange.new(1)
  485. part3.Speed = NumberRange.new(5)
  486. part3.Transparency = NumberSequence.new(1)
  487. part3.Size = NumberSequence.new(0.5)
  488. part3.LockedToPart = true
  489. part3.Rate = 40
  490. part3.Texture = "http://www.roblox.com/asset/?id=0"
  491. part3.ZOffset = 3
  492. part3.SpreadAngle = Vector2.new(50,50)
  493. ypcall(function()
  494. shirt = Instance.new("Shirt", char)
  495. shirt.Name = "Shirt"
  496. pants = Instance.new("Pants", char)
  497. pants.Name = "Pants"
  498. char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=753910392"
  499. char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=767820450"
  500. end)
  501. for i,v in pairs(char:children()) do
  502. if v:IsA("Accessory") then
  503. v:Destroy()
  504. end
  505. end
  506. char["Body Colors"].HeadColor = BrickColor.new("Pastel yellow")
  507. char["Body Colors"].TorsoColor = BrickColor.new("Pastel yellow")
  508. char["Body Colors"].LeftArmColor = BrickColor.new("Pastel yellow")
  509. char["Body Colors"].RightArmColor = BrickColor.new("Pastel yellow")
  510. char["Body Colors"].LeftLegColor = BrickColor.new("Pastel yellow")
  511. char["Body Colors"].RightLegColor = BrickColor.new("Pastel yellow")
  512. Hair99 = Instance.new("Part")
  513.  
  514. Hair99.Parent = p.Character
  515. Hair99.Name = "Hair"
  516. Hair99.formFactor = "Symmetric"
  517. Hair99.Size = Vector3.new(1, 1, 1)
  518. Hair99.CFrame = p.Character.Head.CFrame
  519. Hair99:BreakJoints()
  520. Hair99.CanCollide = false
  521. Hair99.TopSurface = "Smooth"
  522. Hair99.BottomSurface = "Smooth"
  523. Hair99.BrickColor = BrickColor.new("White")
  524. Hair99.Transparency = 1
  525.  
  526. Weld = Instance.new("Weld")
  527. Weld.Part0 = p.Character.Head
  528. Weld.Part1 = Hair99
  529. Weld.Parent = p.Character.Head
  530. Weld.C0 = CFrame.new(0, 0.26, 0.06)*CFrame.fromEulerAnglesXYZ(0, 0, 0)
  531.  
  532. Hair7 = Instance.new("Part")
  533. Hair7.Parent = p.Character
  534. Hair7.Name = "Hair"
  535. Hair7.CanCollide = false
  536. Hair7.Locked = true
  537. Hair7.TopSurface = "Smooth"
  538. Hair7.BottomSurface = "Smooth"
  539. Hair7.formFactor = "Symmetric"
  540. Hair7.Material = "Neon"
  541. Hair7.BrickColor = BrickColor.new("Really black")---------------------------BASE HAIR COLOR-------------------------
  542. Hair7.CFrame = p.Character.Torso.CFrame
  543. Hair7.Size = Vector3.new(1, 1, 1)
  544. Hair7.Transparency = 0
  545.  
  546. Mesh = Instance.new("SpecialMesh")
  547. Mesh.Parent = Hair99
  548. Mesh.MeshType = "Sphere"
  549. Mesh.Offset = Vector3.new(0, 0.1, 0.1)
  550. Mesh.Scale = Vector3.new(1.2, 1.2, 1.2)
  551.  
  552.  
  553. Weld1 = Instance.new("Weld")
  554. Weld1.Parent = p.Character.Head
  555. Weld1.Part0 = p.Character.Head
  556. Weld1.Part1 = Hair7
  557. Weld1.C0 = CFrame.new(0.05, 0.3, .8)*CFrame.Angles(0,9.5,0)
  558.  
  559. Mesh = Instance.new("SpecialMesh")
  560. Mesh.Offset = Vector3.new(-0, -0.2, 0.2)
  561. Mesh.Parent = Hair7
  562. Mesh.Scale = Vector3.new(.055,.055,.055)
  563. Mesh.MeshType = "FileMesh"
  564. Mesh.MeshId = "http://www.roblox.com/asset/?id=550178782"-------------------------BASE HAIR--------------------------
  565. Mesh.TextureId = ""
  566.  
  567. -----------------------------------------------------GROUND WAVES--------------------------------------
  568.  
  569.  
  570. GroundWave1 = function()
  571. local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  572.  
  573. local wave = Instance.new("Part", torso)
  574. wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  575. wave.Anchored = true
  576. wave.CanCollide = false
  577. wave.Locked = true
  578. wave.Size = Vector3.new(1, 1, 1)
  579. wave.TopSurface = "Smooth"
  580. wave.BottomSurface = "Smooth"
  581. wave.Transparency = 0.35
  582. wave.CFrame = HandCF
  583. wm = Instance.new("SpecialMesh", wave)
  584. wm.MeshId = "rbxassetid://3270017"
  585. coroutine.wrap(function()
  586. for i = 1, 30, 1 do
  587. wm.Scale = Vector3.new(3 + i*3.2, 3 + i*3.2, 3)
  588. wave.Size = wm.Scale
  589. wave.CFrame = HandCF
  590. wave.Transparency = i/30
  591. wait()
  592. end
  593. wait()
  594. wave:Destroy()
  595. end)()
  596. end
  597. GroundWave2 = function()
  598. local HandCF = CFrame.new(spirit1.Position + Vector3.new(0,11,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  599.  
  600. local wave = Instance.new("Part", spirit1)
  601. wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  602. wave.Anchored = true
  603. wave.CanCollide = false
  604. wave.Locked = true
  605. wave.Size = Vector3.new(1, 1, 1)
  606. wave.TopSurface = "Smooth"
  607. wave.BottomSurface = "Smooth"
  608. wave.Transparency = 0.35
  609. wave.CFrame = HandCF
  610. wm = Instance.new("SpecialMesh", wave)
  611. wm.MeshId = "rbxassetid://3270017"
  612. coroutine.wrap(function()
  613. for i = 1, 30, 1 do
  614. wm.Scale = Vector3.new(8 + i*8.2, 3 + i*8.2, 8)
  615. wave.Size = wm.Scale
  616. wave.CFrame = HandCF
  617. wave.Transparency = i/30
  618. wait()
  619. end
  620. wait()
  621. wave:Destroy()
  622. end)()
  623. end
  624. GroundWave3 = function()
  625. local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  626.  
  627. local wave = Instance.new("Part", torso)
  628. wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  629. wave.Anchored = true
  630. wave.CanCollide = false
  631. wave.Locked = true
  632. wave.Size = Vector3.new(1, 1, 1)
  633. wave.TopSurface = "Smooth"
  634. wave.BottomSurface = "Smooth"
  635. wave.Transparency = 0.35
  636. wave.CFrame = HandCF
  637. wm = Instance.new("SpecialMesh", wave)
  638. wm.MeshId = "rbxassetid://3270017"
  639. coroutine.wrap(function()
  640. for i = 1, 30, 1 do
  641. wm.Scale = Vector3.new(5 + i*5.2, 5 + i*5.2, 5)
  642. wave.Size = wm.Scale
  643. wave.CFrame = HandCF
  644. wave.Transparency = i/30
  645. wait()
  646. end
  647. wait()
  648. wave:Destroy()
  649. end)()
  650. end
  651. GroundWave4 = function()
  652. local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  653.  
  654. local wave = Instance.new("Part", torso)
  655. wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  656. wave.Anchored = true
  657. wave.CanCollide = false
  658. wave.Locked = true
  659. wave.Size = Vector3.new(1, 1, 1)
  660. wave.TopSurface = "Smooth"
  661. wave.BottomSurface = "Smooth"
  662. wave.Transparency = 0.35
  663. wave.CFrame = HandCF
  664. wm = Instance.new("SpecialMesh", wave)
  665. wm.MeshId = "rbxassetid://3270017"
  666. coroutine.wrap(function()
  667. for i = 1, 30, 1 do
  668. wm.Scale = Vector3.new(20 + i*20.2, 20 + i*20.2, 20)
  669. wave.Size = wm.Scale
  670. wave.CFrame = HandCF
  671. wave.Transparency = i/30
  672. wait()
  673. end
  674. wait()
  675. wave:Destroy()
  676. end)()
  677. end
  678. GroundWave5 = function()
  679. local HandCF = CFrame.new(root.Position - Vector3.new(0,0,0)) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  680.  
  681. local wave = Instance.new("Part", torso)
  682. wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  683. wave.Anchored = true
  684. wave.CanCollide = false
  685. wave.Locked = true
  686. wave.Size = Vector3.new(1, 1, 1)
  687. wave.TopSurface = "Smooth"
  688. wave.BottomSurface = "Smooth"
  689. wave.Transparency = 0.35
  690. wave.CFrame = HandCF
  691. wm = Instance.new("SpecialMesh", wave)
  692. wm.MeshId = "rbxassetid://20329976"
  693. coroutine.wrap(function()
  694. for i = 1, 30, 1 do
  695. wm.Scale = Vector3.new(15 + i*15.2, 1 + i*1.2, 15 + i*15.2)
  696. wave.Size = wm.Scale
  697. wave.CFrame = HandCF
  698. wave.Transparency = i/10
  699. wait()
  700. end
  701. wait()
  702. wave:Destroy()
  703. end)()
  704. end
  705. GroundWave6 = function()
  706. local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0))
  707.  
  708. local wave = Instance.new("Part", torso)
  709. wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  710. wave.Anchored = true
  711. wave.CanCollide = false
  712. wave.Locked = true
  713. wave.Size = Vector3.new(1, 1, 1)
  714. wave.TopSurface = "Smooth"
  715. wave.BottomSurface = "Smooth"
  716. wave.Transparency = 0.35
  717. wave.CFrame = HandCF
  718. wm = Instance.new("SpecialMesh", wave)
  719. wm.MeshId = "rbxassetid://3270017"
  720. coroutine.wrap(function()
  721. for i = 1, 30, 1 do
  722. wm.Scale = Vector3.new(5 *5.2, 5 *5.2, 5 *5.2)
  723. wave.Size = wm.Scale
  724. wave.CFrame = HandCF
  725. wave.Transparency = i/30
  726. wait()
  727. end
  728. wait()
  729. wave:Destroy()
  730. end)()
  731. end
  732. --------------------------------------------------------------------------------------------------------------------
  733. --combat
  734. local grab = false
  735. function misssound()
  736. z = Instance.new("Sound",char)
  737. z.Volume = 4
  738. z.Looped = false
  739. z.SoundId = "rbxassetid://137579113"
  740. z:Play()
  741. end
  742. function strongsound()
  743. z = Instance.new("Sound",char)
  744. z.Volume = 4
  745. z.Looped = false
  746. z.SoundId = "rbxassetid://896242278"
  747. z:Play()
  748. end
  749. function punches()
  750. for i = 1, 10 do
  751. wait()
  752. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(-20),math.rad(0)), 0.4)
  753. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(20), math.rad(0)), 0.2)
  754. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,-.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-30)), 0.2)
  755. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(-10),math.rad(0),math.rad(-10)), 0.2)
  756. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(-15)), 0.4)
  757. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(15)), 0.4)
  758. end
  759. for i = 1, 10 do
  760. wait()
  761. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(20),math.rad(0)), 0.4)
  762. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-20), math.rad(0)), 0.2)
  763. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(10)), 0.2)
  764. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,-.3)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(30)), 0.2)
  765. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(-20)), 0.4)
  766. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(15)), 0.4)
  767. end
  768. end
  769. function fastpunches()
  770.  
  771. wait(0.01)
  772. misssound()
  773. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(-20),math.rad(0)), 1)
  774. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(20), math.rad(0)), 1)
  775. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,-.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(10)), 1)
  776. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(-10),math.rad(0),math.rad(-10)), 1)
  777. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(-15)), 1)
  778. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(15)), 1)
  779.  
  780. wait(0.01)
  781. misssound()
  782. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(20),math.rad(0)), 1)
  783. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-20), math.rad(0)), 1)
  784. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(10)), 1)
  785. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,-.3)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(0)), 1)
  786. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(-20)), 1)
  787. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(15)), 1)
  788. wait(0.01)
  789. misssound()
  790. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(-20),math.rad(0)), 1)
  791. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(20), math.rad(0)), 1)
  792. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,-.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(10)), 1)
  793. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(-10),math.rad(0),math.rad(-10)), 1)
  794. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(-15)), 1)
  795. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(15)), 1)
  796.  
  797. wait(0.01)
  798. misssound()
  799. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(20),math.rad(0)), 1)
  800. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-20), math.rad(0)), 1)
  801. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(10)), 1)
  802. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,-.3)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(0)), 1)
  803. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(-20)), 1)
  804. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(15)), 1)
  805. wait(0.01)
  806. misssound()
  807. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(-20),math.rad(0)), 1)
  808. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(20), math.rad(0)), 1)
  809. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,-.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(10)), 1)
  810. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(-10),math.rad(0),math.rad(-10)), 1)
  811. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(-15)), 1)
  812. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(15)), 1)
  813.  
  814. wait(0.01)
  815. misssound()
  816. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(20),math.rad(0)), 1)
  817. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-20), math.rad(0)), 1)
  818. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(10)), 1)
  819. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,-.3)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(0)), 1)
  820. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(-20)), 1)
  821. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(15)), 1)
  822. wait(0.01)
  823. misssound()
  824. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(-20),math.rad(0)), 1)
  825. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(20), math.rad(0)), 1)
  826. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,-.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(10)), 1)
  827. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(-10),math.rad(0),math.rad(-10)), 1)
  828. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(-15)), 1)
  829. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(15)), 1)
  830.  
  831. wait(0.01)
  832. misssound()
  833. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(20),math.rad(0)), 1)
  834. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-20), math.rad(0)), 1)
  835. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(10)), 1)
  836. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,-.3)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(0)), 1)
  837. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(-20)), 1)
  838. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(15)), 1)
  839. wait(0.01)
  840. misssound()
  841. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(-20),math.rad(0)), 1)
  842. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(20), math.rad(0)), 1)
  843. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,-.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(10)), 1)
  844. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(-10),math.rad(0),math.rad(-10)), 1)
  845. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(-15)), 1)
  846. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(15)), 1)
  847.  
  848. wait(0.01)
  849. misssound()
  850. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(20),math.rad(0)), 1)
  851. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-20), math.rad(0)), 1)
  852. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(10)), 1)
  853. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,-.3)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(0)), 1)
  854. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(-20)), 1)
  855. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(15)), 1)
  856. wait(0.01)
  857. misssound()
  858. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(-20),math.rad(0)), 1)
  859. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(20), math.rad(0)), 1)
  860. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,-.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(10)), 1)
  861. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(-10),math.rad(0),math.rad(-10)), 1)
  862. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(-15)), 1)
  863. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(15)), 1)
  864.  
  865. wait(0.01)
  866. misssound()
  867. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(20),math.rad(0)), 1)
  868. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-20), math.rad(0)), 1)
  869. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(10)), 1)
  870. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,-.3)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(0)), 1)
  871. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(-20)), 1)
  872. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(15)), 1)
  873. wait(0.01)
  874. misssound()
  875. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(-20),math.rad(0)), 1)
  876. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(20), math.rad(0)), 1)
  877. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,-.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(10)), 1)
  878. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(-10),math.rad(0),math.rad(-10)), 1)
  879. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(-15)), 1)
  880. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(15)), 1)
  881.  
  882. wait(0.01)
  883. misssound()
  884. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(20),math.rad(0)), 1)
  885. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-20), math.rad(0)), 1)
  886. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(10)), 1)
  887. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,-.3)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(0)), 1)
  888. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(-20)), 1)
  889. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(15)), 1)
  890. wait(0.01)
  891. misssound()
  892. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(-20),math.rad(0)), 1)
  893. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(20), math.rad(0)), 1)
  894. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,-.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(10)), 1)
  895. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(-10),math.rad(0),math.rad(-10)), 1)
  896. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(-15)), 1)
  897. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(15)), 1)
  898.  
  899. wait(0.01)
  900. misssound()
  901. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(20),math.rad(0)), 1)
  902. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-20), math.rad(0)), 1)
  903. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(10)), 1)
  904. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,-.3)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(0)), 1)
  905. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(-20)), 1)
  906. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(15)), 1)
  907.  
  908. end
  909. function kick()
  910. for i = 1, 20 do
  911. wait()
  912. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(75),math.rad(0)), 0.4)
  913. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-80), math.rad(0)), 0.2)
  914. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(40)), 0.2)
  915. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(-10),math.rad(0),math.rad(-40)), 0.2)
  916. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(-70)), 0.4)
  917. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.4)
  918. end
  919.  
  920. end
  921. function strongpunchanim()
  922. strongsound()
  923. for i = 1, 15 do
  924. wait()
  925. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)
  926. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(10), math.rad(-50), math.rad(0)), 0.2)
  927. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,.8)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(40)), 0.2)
  928. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(20),math.rad(0),math.rad(-20)), 0.2)
  929. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -.8, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(-10)), 0.4)
  930. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -0.8, 0) * CFrame.Angles(math.rad(0), math.rad(-10), math.rad(10)), 0.4)
  931. end
  932.  
  933. for i = 1, 15 do
  934. wait()
  935. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(-70),math.rad(0)), 0.4)
  936. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(-10), math.rad(70), math.rad(0)), 0.2)
  937. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,-.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-30)), 0.2)
  938. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(20),math.rad(0),math.rad(-20)), 0.2)
  939. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -.8, 0) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(-20)), 0.4)
  940. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -0.8, 0) * CFrame.Angles(math.rad(0), math.rad(-15), math.rad(10)), 0.4)
  941. end
  942.  
  943. end
  944.  
  945.  
  946. function gramanim()
  947. for i = 1, 20 do
  948. wait()
  949. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)--head
  950. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.2)--torso
  951. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(90)), 0.2)--rarm
  952. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-90)), 0.2)--larm
  953. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--lleg
  954. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--rleg
  955. end
  956. for i = 1, 20 do
  957. wait()
  958. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)--head
  959. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.2)--torso
  960. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,-0.3)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-30)), 0.2)--rarm
  961. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,-0.3)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(30)), 0.2)--larm
  962. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--lleg
  963. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--rleg
  964. end
  965. end
  966.  
  967. --------------------------------------------------------------------------------------------------------------------
  968. --------------------------------------------------------------------------------------------------------------------
  969. --------------------------------------------------------------------------------------------------------------------
  970. --------------------------------------------------------------------------------------------------------------------
  971. mouse.KeyDown:connect(function(key)
  972. if key == "c" then
  973. if ssj == true then
  974. if canattack == true then
  975. combodamage = 15
  976. aura.Color = ColorSequence.new(Color3.new(0,1,0))
  977. idle = false
  978. base = false
  979. idle1 = false
  980. canattack = false
  981. ssj = false
  982. wait(0.1)
  983.  
  984.  
  985. z1 = Instance.new("Sound",char)
  986. z1.Volume = 10
  987. z1.Looped = false
  988. z1.SoundId = "rbxassetid://722133423"
  989. z1:Play()
  990. for i = 1, 20 do
  991. wait()
  992. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)--head
  993. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0)), 0.2)--torso
  994. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.5,0)*CFrame.Angles(math.rad(-45),math.rad(0),math.rad(30)), 0.2)--arm
  995. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.2,0.5,0)*CFrame.Angles(math.rad(-45),math.rad(0),math.rad(-30)), 0.2)--arm
  996. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-10)), 0.4)--leg
  997. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(10)), 0.4)--leg
  998. end
  999.  
  1000. Colors = {"Earth green", "Earth green"}
  1001. GroundWave1()
  1002. ball.BrickColor = BrickColor.new("Earth green")
  1003. ballmesh.Scale = Vector3.new(0.1,0.1,0.1)
  1004. ball.Transparency = 0
  1005. wait(.1)
  1006. ball.BrickColor = BrickColor.new("Earth green")
  1007. ballmesh.Scale = Vector3.new(0.1,0.1,0.1)
  1008. ball.Transparency = 0
  1009.  
  1010. wait()
  1011. zh = Instance.new("Sound",char)
  1012. zh.Volume = 1
  1013. zh.Looped = true
  1014. zh.SoundId = "rbxassetid://891397456"
  1015. zh:Play()
  1016. aura.Transparency = NumberSequence.new(0)
  1017. auracan = true
  1018. Mesh.MeshId = "rbxassetid://560194622"---------------------------SSJ HAIR--------------------------------
  1019. Mesh.Scale = Vector3.new(6.62,6.62,6.62)
  1020. Weld1.C0 = CFrame.new(-0, 0, 0.58)
  1021. Hair7.BrickColor = BrickColor.new("Bright blue")
  1022. wait(2)
  1023. idle = true
  1024. idle1 = true
  1025. canattack = true
  1026. ssj2 = true
  1027. end
  1028. end
  1029. end
  1030. end)
  1031. mouse.KeyDown:connect(function(key)
  1032. if key == "c" then
  1033. if ssj2 == true then
  1034. if canattack == true then
  1035. combodamage = 20
  1036. idle = false
  1037. idle1 = false
  1038. canattack = false
  1039. wait(0.1)
  1040. for i = 1, 20 do
  1041.  
  1042. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)--head
  1043. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0)), 0.2)--torso
  1044. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.5,0)*CFrame.Angles(math.rad(150),math.rad(0),math.rad(-30)), 0.2)--arm
  1045. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.2,0.5,0)*CFrame.Angles(math.rad(150),math.rad(0),math.rad(30)), 0.2)--arm
  1046. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-10)), 0.4)--leg
  1047. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(10)), 0.4)--leg
  1048. end
  1049. z1 = Instance.new("Sound",char)
  1050. z1.Volume = 10
  1051. z1.Looped = false
  1052. z1.SoundId = "rbxassetid://965826077"
  1053. z1:Play()
  1054. for i = 1, 5 do
  1055. wait()
  1056. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.3,.2)*CFrame.Angles(math.rad(50),math.rad(0),math.rad(0)), 0.4)--head
  1057. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(0)), 0.2)--torso
  1058. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.4,0.5,0)*CFrame.Angles(math.rad(-120),math.rad(0),math.rad(60)), 0.2)--arm
  1059. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.4,0.5,0)*CFrame.Angles(math.rad(-120),math.rad(0),math.rad(-60)), 0.2)--arm
  1060. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(-10)), 0.4)--leg
  1061. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(10)), 0.4)--leg
  1062. end
  1063.  
  1064.  
  1065.  
  1066. aura.Transparency = NumberSequence.new(0)
  1067. aura1.Transparency = NumberSequence.new(0)
  1068. auracan1 = true
  1069.  
  1070. auracan = false
  1071. zh:Destroy()
  1072. Colors = {"Earth green", "Earth green"}
  1073. GroundWave1()
  1074. wait()
  1075.  
  1076. ball.BrickColor = BrickColor.new("Earth green")
  1077. ballmesh.Scale = Vector3.new(0.1,0.1,0.1)
  1078. ball.Transparency = 0
  1079.  
  1080. wait()
  1081. zh = Instance.new("Sound",char)
  1082. zh.Volume = 1
  1083. zh.Looped =true
  1084. zh.SoundId = "rbxassetid://850205092"
  1085. zh:Play()
  1086. Mesh.MeshId = "rbxassetid://550266491"---------------------------------SSJ2 HAIR---------------------------
  1087. Mesh.Scale = Vector3.new(.05,.05,.05)
  1088. Weld1.C0 = CFrame.new(-0, 0.6, .4)
  1089. Hair7.BrickColor = BrickColor.new("Lime green")
  1090. wait(2)
  1091. idle = true
  1092. idle1 = true
  1093. canattack = true
  1094. ssj3 = true
  1095. ssj2 = false
  1096. end
  1097. end
  1098. end
  1099. end)
  1100. mouse.KeyDown:connect(function(key)
  1101. if key == "c" then
  1102. if ssj3 == true then
  1103. if canattack == true then
  1104.  
  1105. idle = false
  1106. idle1 = false
  1107. canattack = false
  1108. combodamage = 10
  1109. wait(0.1)
  1110. Colors = {"Earth green", "Earth green"}
  1111. GroundWave3()
  1112. Colors = {"Earth green", "Earth green"}
  1113. GroundWave4()
  1114. for i = 1, 20 do
  1115. wait()
  1116. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.10)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(0)), 0.4)--head
  1117. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)--torso
  1118. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.2,-.70)*CFrame.Angles(math.rad(150),math.rad(0),math.rad(10)), 0.2)--rarm
  1119. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.2,-.70)*CFrame.Angles(math.rad(150),math.rad(0),math.rad(-10)), 0.2)--larm
  1120. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -0.6, -.40) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(-20)), 0.4)--lleg
  1121. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -0.6, -.40) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(10)), 0.4)--rleg
  1122. end
  1123. Colors = {"Earth green", "Earth green"}
  1124. GroundWave1()
  1125. Colors = {"Earth green", "Earth green"}
  1126. GroundWave1()
  1127. Colors = {"Earth green", "Earth green"}
  1128. GroundWave1()
  1129. wait(1)
  1130. Colors = {"Earth green", "Earth green"}
  1131. GroundWave1()
  1132. z1 = Instance.new("Sound",char)
  1133. z1.Volume = 10
  1134. z1.Looped = false
  1135. z1.SoundId = "rbxassetid://722133423"
  1136. z1:Play()
  1137. Colors = {"Earth green", "Earth green"}
  1138. GroundWave1()
  1139. for i = 1, 5 do
  1140. wait()
  1141. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.10)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(0)), 0.4)--head
  1142. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)--torso
  1143. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.2,-.70)*CFrame.Angles(math.rad(150),math.rad(0),math.rad(10)), 0.2)--rarm
  1144. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.2,-.70)*CFrame.Angles(math.rad(150),math.rad(0),math.rad(-10)), 0.2)--larm
  1145. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -0.6, -.40) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(-20)), 0.4)--lleg
  1146. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -0.6, -.40) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(10)), 0.4)--rleg
  1147. end
  1148. Colors = {"Earth green", "Earth green"}
  1149. GroundWave1()
  1150.  
  1151. Colors = {"Earth green", "Earth green"}
  1152. GroundWave1()
  1153. ball.BrickColor = BrickColor.new("Earth green")
  1154. ballmesh.Scale = Vector3.new(0.1,0.1,0.1)
  1155. ball.Transparency = 0
  1156. Mesh.Scale = Vector3.new(.05,.05,.05)
  1157. Weld1.C0 = CFrame.new(-0, 0.6, .4)
  1158. Mesh.MeshId = "rbxassetid://550266491 "
  1159. wait()
  1160.  
  1161.  
  1162.  
  1163. Hair71 = Instance.new("Part")
  1164. Hair71.Parent = p.Character
  1165. Hair71.Name = "Hair1"
  1166. Hair71.CanCollide = false
  1167. Hair71.Locked = true
  1168. Hair71.TopSurface = "Smooth"
  1169. Hair71.BottomSurface = "Smooth"
  1170. Hair71.formFactor = "Symmetric"
  1171. Hair71.Material = "Neon"
  1172. Hair71.BrickColor = BrickColor.new("Earth green")
  1173. Hair71.CFrame = p.Character.Torso.CFrame
  1174. Hair71.Size = Vector3.new(1, 1, 1)
  1175. Hair71.Transparency = 0
  1176.  
  1177. Mesh1 = Instance.new("SpecialMesh")
  1178. Mesh1.Parent = Hair991
  1179. Mesh1.MeshType = "Sphere"
  1180. Mesh1.Offset = Vector3.new(0, 0.1, 0.1)
  1181. Mesh1.Scale = Vector3.new(1.2, 1.2, 1.2)
  1182.  
  1183.  
  1184. Hair71.BrickColor = BrickColor.new("Lime green")
  1185.  
  1186. Weld11 = Instance.new("Weld",char.Hair1)
  1187. Weld11.Parent = p.Character.Head
  1188. Weld11.Part0 = p.Character.Head
  1189. Weld11.Part1 = Hair71
  1190. Weld11.C0 = CFrame.new(-.25, -1, 1.5)
  1191.  
  1192. Mesh1 = Instance.new("SpecialMesh",Mesh1)
  1193. Mesh1.Offset = Vector3.new(0.2, -0.2, 0.2)
  1194. Mesh1.Parent = Hair71
  1195.  
  1196. Mesh1.MeshType = "FileMesh"
  1197. Mesh1.MeshId = "rbxassetid://560193297"---------------------------SSJ3 HAIR-----------------------------------------
  1198. Mesh1.Scale = Vector3.new(7,6,6)
  1199. Mesh1.TextureId = ""
  1200. wait(2)
  1201. ssj33 = true
  1202. idle = true
  1203. idle1 = true
  1204. canattack = true
  1205. ssj3 = false
  1206. end
  1207. end
  1208. end
  1209. end)
  1210. aurapart = Instance.new("Part",char)
  1211. aurapart.Size = Vector3.new(0.1,0.1,0.1)
  1212. aurapart.Transparency = 1
  1213. aurapart.CanCollide = false
  1214. aurapart.Position = Vector3.new(0,2,0)
  1215. auraweld = Instance.new("Weld",char)
  1216. auraweld.Part0 = aurapart
  1217. auraweld.Part1 = torso
  1218. auraweld.C0 = CFrame.new(0,-2,0)
  1219. aura = Instance.new("ParticleEmitter",aurapart)
  1220. aura.Transparency = NumberSequence.new(1)
  1221. aura.Size = NumberSequence.new(8)
  1222. aura.Speed = NumberRange.new(0)
  1223. aura.LockedToPart = true
  1224. aura.Rate = 2
  1225. aura.Lifetime = NumberRange.new(5)
  1226. aura.ZOffset = -2
  1227. aura1 = Instance.new("ParticleEmitter",torso)
  1228. aura1.Transparency = NumberSequence.new(1)
  1229. aura1.Size = NumberSequence.new(5)
  1230. aura1.Speed = NumberRange.new(0)
  1231. aura1.Lifetime = NumberRange.new(5)
  1232. aura1.LockedToPart = true
  1233. aura1.Rate = 1.5
  1234.  
  1235. aura1.ZOffset = 2
  1236. aura1.Lifetime = NumberRange.new(3)
  1237. aurapart3 = Instance.new("Part",char)
  1238. aurapart3.Size = Vector3.new(0.1,0.1,0.1)
  1239. aurapart3.Position = Vector3.new(0,2,0)
  1240. aurapart3.Transparency = 1
  1241. aurapart3.CanCollide = false
  1242. auraweld3 = Instance.new("Weld",char)
  1243. auraweld3.Part0 = aurapart3
  1244. auraweld3.Part1 = torso
  1245. auraweld3.C0 = CFrame.new(0,-7,0)
  1246. aura3 = Instance.new("ParticleEmitter",aurapart3)
  1247. aura3.Transparency = NumberSequence.new(1)
  1248. aura3.Color = ColorSequence.new(Color3.new(0,1,0))
  1249. aura3.Size = NumberSequence.new(14)
  1250. aura3.Speed = NumberRange.new(0)
  1251. aura3.LockedToPart = true
  1252. aura3.Rate = 5
  1253. aura3.Lifetime = NumberRange.new(5)
  1254. aura3.ZOffset = -5
  1255. -------------------------------------------------------------------------------------------------------------------
  1256. mouse.KeyDown:connect(function(key)
  1257. if key == "v" then
  1258. if ssb == true then
  1259. if canattack == true then
  1260. idle = false
  1261. base = false
  1262.  
  1263. combodamage = 25
  1264. ssbon = true
  1265. ssb = false
  1266. ssj = false
  1267. ssj2 = false
  1268. ssj3 = false
  1269. ssj4 = false
  1270. ssj33 = false
  1271. idle1 = false
  1272. Colors = {"Really black", "Really black"}
  1273. canattack = false
  1274. wait(0.1)
  1275.  
  1276. for i = 1, 20 do
  1277.  
  1278. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)--head
  1279. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0)), 0.2)--torso
  1280. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.5,0)*CFrame.Angles(math.rad(150),math.rad(0),math.rad(-30)), 0.2)--arm
  1281. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.2,0.5,0)*CFrame.Angles(math.rad(150),math.rad(0),math.rad(30)), 0.2)--arm
  1282. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-10)), 0.4)--leg
  1283. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(10)), 0.4)--leg
  1284. end
  1285. z1 = Instance.new("Sound",char)
  1286. z1.Volume = 10
  1287. z1.Looped = false
  1288. z1.SoundId = "rbxassetid://722133423"
  1289. z1:Play()
  1290. for i,v in pairs(char:children()) do
  1291. if v:IsA("Shirt") then
  1292. v:Destroy()
  1293. end
  1294. end
  1295. for i,v in pairs(char:children()) do
  1296. if v:IsA("Pants") then
  1297. v:Destroy()
  1298. end
  1299. end
  1300. ypcall(function()
  1301. shirt = Instance.new("Shirt", char)
  1302. shirt.Name = "Shirt"
  1303. pants = Instance.new("Pants", char)
  1304. pants.Name = "Pants"
  1305. char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=246023777"
  1306. char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=767820450"
  1307. end)
  1308.  
  1309. Mesh.MeshId = "rbxassetid://550266491"------------------------------SSJ4 HAIR-----------------------------
  1310. Mesh.Scale = Vector3.new(.05,.05,.05)
  1311. Weld1.C0 = CFrame.new(-0, 0.6, .4)
  1312. Hair7.BrickColor = BrickColor.new("Really black")
  1313. for i = 1, 5 do
  1314. wait()
  1315. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.3,.2)*CFrame.Angles(math.rad(50),math.rad(0),math.rad(0)), 0.4)--head
  1316. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(0)), 0.2)--torso
  1317. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.4,0.5,0)*CFrame.Angles(math.rad(-120),math.rad(0),math.rad(60)), 0.2)--arm
  1318. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.4,0.5,0)*CFrame.Angles(math.rad(-120),math.rad(0),math.rad(-60)), 0.2)--arm
  1319. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(-10)), 0.4)--leg
  1320. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(10)), 0.4)--leg
  1321. end
  1322.  
  1323.  
  1324.  
  1325. zh = Instance.new("Sound",char)
  1326. zh.Volume = 1
  1327. zh.Looped = true
  1328. zh.SoundId = "rbxassetid://253002550"
  1329. zh:Play()
  1330. ball.BrickColor = BrickColor.new("New Yeller")
  1331. ballmesh.Scale = Vector3.new(0.1,0.1,0.1)
  1332. ball.Transparency = 0
  1333. GroundWave1()
  1334. wait(1)
  1335.  
  1336. ball.BrickColor = BrickColor.new("New Yeller")
  1337. ballmesh.Scale = Vector3.new(0.1,0.1,0.1)
  1338. ball.Transparency = 0
  1339. GroundWave1()
  1340. wait(1)
  1341. ball.BrickColor = BrickColor.new("New Yeller")
  1342. ballmesh.Scale = Vector3.new(0.1,0.1,0.1)
  1343. ball.Transparency = 0
  1344. GroundWave1()
  1345. wait(1)
  1346. ball.BrickColor = BrickColor.new("New Yeller")
  1347. ballmesh.Scale = Vector3.new(0.1,0.1,0.1)
  1348. ball.Transparency = 0
  1349. GroundWave1()
  1350. wait(1)
  1351. ball.BrickColor = BrickColor.new("New Yeller")
  1352. ballmesh.Scale = Vector3.new(0.1,0.1,0.1)
  1353. ball.Transparency = 0
  1354. GroundWave1()
  1355. wait(1)
  1356. GroundWave1()
  1357. aura1.ZOffset = 0
  1358. aura1.Lifetime = NumberRange.new(3)
  1359. aurapart3 = Instance.new("Part",char)
  1360. aurapart3.Size = Vector3.new(0.1,0.1,0.1)
  1361. aurapart3.Position = Vector3.new(0,0,0)
  1362. aurapart3.Transparency = 1
  1363. aurapart3.CanCollide = false
  1364. auraweld3 = Instance.new("Weld",char)
  1365. auraweld3.Part0 = aurapart3
  1366. auraweld3.Part1 = torso
  1367. auraweld3.C0 = CFrame.new(0,-2.5,0)-----------------------------AURA POS----------------------------------
  1368. aura3 = Instance.new("ParticleEmitter",aurapart3)
  1369. aura3.Transparency = NumberSequence.new(0.0001)
  1370. aura3.Color = ColorSequence.new(Color3.new(225,225,225))
  1371. aura3.Size = NumberSequence.new(7)
  1372. aura3.Speed = NumberRange.new(0)
  1373. aura3.LockedToPart = true
  1374. aura3.Rate = 5
  1375. aura3.Lifetime = NumberRange.new(1)
  1376. aura3.ZOffset = 0
  1377. part2.Transparency = NumberSequence.new(0)
  1378. part3.Transparency = NumberSequence.new(0)
  1379. wait(0.4)
  1380. idle = true
  1381. idle1 = true
  1382. canattack = true
  1383.  
  1384.  
  1385. end
  1386. end
  1387. end
  1388. end)
  1389. -------------------------------------------------------------------------------------------------------------------
  1390. mouse.KeyDown:connect(function(key)
  1391. if key == "m" then
  1392. if ssb == true then
  1393. if canattack == true then
  1394. idle = false
  1395. base = false
  1396.  
  1397. combodamage = 25
  1398. ssbon = true
  1399. ssb = false
  1400. ssj = false
  1401. ssj2 = false
  1402. ssj3 = false
  1403. ssj4 = false
  1404. ssj33 = false
  1405. idle1 = false
  1406. Colors = {"Really black", "Really black"}
  1407. canattack = false
  1408. wait(0.1)
  1409.  
  1410. for i = 1, 20 do
  1411.  
  1412. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)--head
  1413. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0)), 0.2)--torso
  1414. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.5,0)*CFrame.Angles(math.rad(150),math.rad(0),math.rad(-30)), 0.2)--arm
  1415. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.2,0.5,0)*CFrame.Angles(math.rad(150),math.rad(0),math.rad(30)), 0.2)--arm
  1416. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-10)), 0.4)--leg
  1417. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(10)), 0.4)--leg
  1418. end
  1419. z1 = Instance.new("Sound",char)
  1420. z1.Volume = 10
  1421. z1.Looped = false
  1422. z1.SoundId = "rbxassetid://965826077"
  1423. z1:Play()
  1424. z2 = Instance.new("Sound",char)
  1425. z2.Volume = 10
  1426. z2.Looped = false
  1427. z2.SoundId = "rbxassetid://722133423"
  1428. z2:Play()
  1429. for i,v in pairs(char:children()) do
  1430. if v:IsA("Shirt") then
  1431. v:Destroy()
  1432. end
  1433. end
  1434. for i,v in pairs(char:children()) do
  1435. if v:IsA("Pants") then
  1436. v:Destroy()
  1437. end
  1438. end
  1439. ypcall(function()
  1440. shirt = Instance.new("Shirt", char)
  1441. shirt.Name = "Shirt"
  1442. pants = Instance.new("Pants", char)
  1443. pants.Name = "Pants"
  1444. char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=86885048"
  1445. char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=767820450"
  1446. end)
  1447.  
  1448. Mesh.MeshId = "rbxassetid://560193297"------------------------------SSJP HAIR-----------------------------
  1449. Mesh.Scale = Vector3.new(7,6,6)
  1450. Weld1.C0 = CFrame.new(0, -1, 1.5)
  1451. Hair7.BrickColor = BrickColor.new("Royal purple")
  1452. for i = 1, 5 do
  1453. wait()
  1454. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.3,.2)*CFrame.Angles(math.rad(50),math.rad(0),math.rad(0)), 0.4)--head
  1455. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(0)), 0.2)--torso
  1456. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.4,0.5,0)*CFrame.Angles(math.rad(-120),math.rad(0),math.rad(60)), 0.2)--arm
  1457. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.4,0.5,0)*CFrame.Angles(math.rad(-120),math.rad(0),math.rad(-60)), 0.2)--arm
  1458. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(-10)), 0.4)--leg
  1459. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(10)), 0.4)--leg
  1460. end
  1461.  
  1462.  
  1463.  
  1464. zh = Instance.new("Sound",char)
  1465. zh.Volume = 1
  1466. zh.Looped = true
  1467. zh.SoundId = "rbxassetid://859552684"
  1468. zh:Play()
  1469. ball.BrickColor = BrickColor.new("Really black")
  1470. ballmesh.Scale = Vector3.new(0.1,0.1,0.1)
  1471. ball.Transparency = 0
  1472. GroundWave4()
  1473. wait(0.1)
  1474.  
  1475. game.Lighting.TimeOfDay = "10:00:00"
  1476. wait(.1)
  1477. game.Lighting.TimeOfDay = "09:00:00"
  1478. wait(.1)
  1479. game.Lighting.TimeOfDay = "08:00:00"
  1480. wait(.1)
  1481. game.Lighting.TimeOfDay = "07:00:00"
  1482. wait(.1)
  1483. game.Lighting.TimeOfDay = "06:00:00"
  1484. wait(.1)
  1485. game.Lighting.TimeOfDay = "05:00:00"
  1486. wait(.1)
  1487. game.Lighting.TimeOfDay = "04:00:00"
  1488. wait(.1)
  1489. game.Lighting.TimeOfDay = "03:00:00"
  1490. wait(.1)
  1491. game.Lighting.TimeOfDay = "02:00:00"
  1492. wait(.1)
  1493. game.Lighting.TimeOfDay = "01:00:00"
  1494. wait(.1)
  1495. GroundWave4()
  1496. wait(0.3)
  1497. ball.BrickColor = BrickColor.new("Royal purple")
  1498. ballmesh.Scale = Vector3.new(0.1,0.1,0.1)
  1499. ball.Transparency = 0
  1500. GroundWave3()
  1501. wait(0.3)
  1502. ball.BrickColor = BrickColor.new("Royal purple")
  1503. ballmesh.Scale = Vector3.new(0.1,0.1,0.1)
  1504. ball.Transparency = 0
  1505. GroundWave1()
  1506. wait(0.3)
  1507. ball.BrickColor = BrickColor.new("Royal purple")
  1508. ballmesh.Scale = Vector3.new(0.1,0.1,0.1)
  1509. ball.Transparency = 0
  1510. GroundWave4()
  1511. wait(0.3)
  1512. ball.BrickColor = BrickColor.new("Royal purple")
  1513. ballmesh.Scale = Vector3.new(0.1,0.1,0.1)
  1514. ball.Transparency = 0
  1515. GroundWave3()
  1516. wait(0.3)
  1517. ball.BrickColor = BrickColor.new("Royal purple")
  1518. ballmesh.Scale = Vector3.new(0.1,0.1,0.1)
  1519. ball.Transparency = 0
  1520. GroundWave1()
  1521. wait(0.3)
  1522. ball.BrickColor = BrickColor.new("Royal purple")
  1523. ballmesh.Scale = Vector3.new(0.1,0.1,0.1)
  1524. ball.Transparency = 0
  1525. GroundWave4()
  1526. wait(0.3)
  1527. ball.BrickColor = BrickColor.new("Royal purple")
  1528. ballmesh.Scale = Vector3.new(0.1,0.1,0.1)
  1529. ball.Transparency = 0
  1530. GroundWave3()
  1531. wait(0.3)
  1532. ball.BrickColor = BrickColor.new("Royal purple")
  1533. ballmesh.Scale = Vector3.new(0.1,0.1,0.1)
  1534. ball.Transparency = 0
  1535. GroundWave1()
  1536. wait(0.3)
  1537. ball.BrickColor = BrickColor.new("Royal purple")
  1538. ballmesh.Scale = Vector3.new(0.1,0.1,0.1)
  1539. ball.Transparency = 0
  1540. GroundWave4()
  1541. wait(0.3)
  1542. ball.BrickColor = BrickColor.new("Royal purple")
  1543. ballmesh.Scale = Vector3.new(0.1,0.1,0.1)
  1544. ball.Transparency = 0
  1545. GroundWave3()
  1546. wait(0.3)
  1547. GroundWave1()
  1548. aura1.ZOffset = 0
  1549. aura1.Lifetime = NumberRange.new(3)
  1550. aurapart3 = Instance.new("Part",char)
  1551. aurapart3.Size = Vector3.new(0.1,0.1,0.1)
  1552. aurapart3.Position = Vector3.new(0,0,0)
  1553. aurapart3.Transparency = 1
  1554. aurapart3.CanCollide = false
  1555. auraweld3 = Instance.new("Weld",char)
  1556. auraweld3.Part0 = aurapart3
  1557. auraweld3.Part1 = torso
  1558. auraweld3.C0 = CFrame.new(0,-2.5,0)-----------------------------AURA POS----------------------------------
  1559. aura3 = Instance.new("ParticleEmitter",aurapart3)
  1560. aura3.Transparency = NumberSequence.new(0.01)
  1561. aura3.Color = ColorSequence.new(Color3.new(0,0,0))
  1562. aura3.Size = NumberSequence.new(7)
  1563. aura3.Speed = NumberRange.new(0)
  1564. aura3.LockedToPart = true
  1565. aura3.Rate = 5
  1566. aura3.Lifetime = NumberRange.new(1)
  1567. aura3.ZOffset = 0
  1568. part2.Transparency = NumberSequence.new(0)
  1569. part3.Transparency = NumberSequence.new(0)
  1570. wait(0.4)
  1571. idle = true
  1572. idle1 = true
  1573. canattack = true
  1574.  
  1575.  
  1576. end
  1577. end
  1578. end
  1579. end)
  1580. -------------------------------------------------------------------------------------------------------------
  1581. mouse.KeyDown:connect(function(key)
  1582. if key == "b" then
  1583. if ssb == true then
  1584. if canattack == true then
  1585. idle = false
  1586. base = false
  1587.  
  1588. combodamage = 25
  1589. ssbon = true
  1590. ssb = false
  1591. ssj = false
  1592. ssj2 = false
  1593. ssj3 = false
  1594. ssj4 = false
  1595. ssj33 = false
  1596. idle1 = false
  1597. Colors = {"Really black", "Really black"}
  1598. canattack = false
  1599. wait(0.1)
  1600.  
  1601. for i = 1, 20 do
  1602.  
  1603. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)--head
  1604. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0)), 0.2)--torso
  1605. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.5,0)*CFrame.Angles(math.rad(150),math.rad(0),math.rad(-30)), 0.2)--arm
  1606. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.2,0.5,0)*CFrame.Angles(math.rad(150),math.rad(0),math.rad(30)), 0.2)--arm
  1607. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-10)), 0.4)--leg
  1608. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(10)), 0.4)--leg
  1609. end
  1610. z1 = Instance.new("Sound",char)
  1611. z1.Volume = 10
  1612. z1.Looped = false
  1613. z1.SoundId = "rbxassetid://965826077"
  1614. z1:Play()
  1615. z2 = Instance.new("Sound",char)
  1616. z2.Volume = 10
  1617. z2.Looped = false
  1618. z2.SoundId = "rbxassetid://722133423"
  1619. z2:Play()
  1620. for i,v in pairs(char:children()) do
  1621. if v:IsA("Shirt") then
  1622. v:Destroy()
  1623. end
  1624. end
  1625. for i,v in pairs(char:children()) do
  1626. if v:IsA("Pants") then
  1627. v:Destroy()
  1628. end
  1629. end
  1630. ypcall(function()
  1631. shirt = Instance.new("Shirt", char)
  1632. shirt.Name = "Shirt"
  1633. pants = Instance.new("Pants", char)
  1634. pants.Name = "Pants"
  1635. char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=379910865"
  1636. char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=767820450"
  1637. end)
  1638.  
  1639. Mesh.MeshId = "rbxassetid://560193297"------------------------------SSJ5 HAIR-----------------------------
  1640. Mesh.Scale = Vector3.new(7,6,6)
  1641. Weld1.C0 = CFrame.new(0, -1, 1.5)
  1642. Hair7.BrickColor = BrickColor.new("Institutional white")
  1643. for i = 1, 5 do
  1644. wait()
  1645. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.3,.2)*CFrame.Angles(math.rad(50),math.rad(0),math.rad(0)), 0.4)--head
  1646. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(0)), 0.2)--torso
  1647. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.4,0.5,0)*CFrame.Angles(math.rad(-120),math.rad(0),math.rad(60)), 0.2)--arm
  1648. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.4,0.5,0)*CFrame.Angles(math.rad(-120),math.rad(0),math.rad(-60)), 0.2)--arm
  1649. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(-10)), 0.4)--leg
  1650. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(10)), 0.4)--leg
  1651. end
  1652.  
  1653.  
  1654.  
  1655. zh = Instance.new("Sound",char)
  1656. zh.Volume = 1
  1657. zh.Looped = true
  1658. zh.SoundId = "rbxassetid://316770138"
  1659. zh:Play()
  1660. ball.BrickColor = BrickColor.new("Really black")
  1661. ballmesh.Scale = Vector3.new(0.1,0.1,0.1)
  1662. ball.Transparency = 0
  1663. GroundWave3()
  1664. wait(0.3)
  1665.  
  1666. ball.BrickColor = BrickColor.new("Really black")
  1667. ballmesh.Scale = Vector3.new(0.1,0.1,0.1)
  1668. ball.Transparency = 0
  1669. GroundWave3()
  1670. wait(0.3)
  1671. ball.BrickColor = BrickColor.new("Really black")
  1672. ballmesh.Scale = Vector3.new(0.1,0.1,0.1)
  1673. ball.Transparency = 0
  1674. GroundWave3()
  1675. wait(0.3)
  1676. ball.BrickColor = BrickColor.new("Really black")
  1677. ballmesh.Scale = Vector3.new(0.1,0.1,0.1)
  1678. ball.Transparency = 0
  1679. GroundWave3()
  1680. wait(0.3)
  1681. ball.BrickColor = BrickColor.new("Really black")
  1682. ballmesh.Scale = Vector3.new(0.1,0.1,0.1)
  1683. ball.Transparency = 0
  1684. GroundWave3()
  1685. wait(0.3)
  1686. ball.BrickColor = BrickColor.new("Institutional white")
  1687. ballmesh.Scale = Vector3.new(0.1,0.1,0.1)
  1688. ball.Transparency = 0
  1689. GroundWave3()
  1690. wait(0.3)
  1691. ball.BrickColor = BrickColor.new("Institutional white")
  1692. ballmesh.Scale = Vector3.new(0.1,0.1,0.1)
  1693. ball.Transparency = 0
  1694. GroundWave3()
  1695. wait(0.3)
  1696. ball.BrickColor = BrickColor.new("Institutional white")
  1697. ballmesh.Scale = Vector3.new(0.1,0.1,0.1)
  1698. ball.Transparency = 0
  1699. GroundWave3()
  1700. wait(0.3)
  1701. ball.BrickColor = BrickColor.new("Institutional white")
  1702. ballmesh.Scale = Vector3.new(0.1,0.1,0.1)
  1703. ball.Transparency = 0
  1704. GroundWave3()
  1705. wait(0.3)
  1706. ball.BrickColor = BrickColor.new("Institutional white")
  1707. ballmesh.Scale = Vector3.new(0.1,0.1,0.1)
  1708. ball.Transparency = 0
  1709. GroundWave3()
  1710. wait(0.3)
  1711. ball.BrickColor = BrickColor.new("Institutional white")
  1712. ballmesh.Scale = Vector3.new(0.1,0.1,0.1)
  1713. ball.Transparency = 0
  1714. GroundWave3()
  1715. wait(0.3)
  1716. ball.BrickColor = BrickColor.new("Institutional white")
  1717. ballmesh.Scale = Vector3.new(0.1,0.1,0.1)
  1718. ball.Transparency = 0
  1719. GroundWave3()
  1720. wait(0.3)
  1721. ball.BrickColor = BrickColor.new("Institutional white")
  1722. ballmesh.Scale = Vector3.new(0.1,0.1,0.1)
  1723. ball.Transparency = 0
  1724. GroundWave3()
  1725. wait(0.3)
  1726. GroundWave3()
  1727. aura1.ZOffset = 0
  1728. aura1.Lifetime = NumberRange.new(3)
  1729. aurapart3 = Instance.new("Part",char)
  1730. aurapart3.Size = Vector3.new(0.1,0.1,0.1)
  1731. aurapart3.Position = Vector3.new(0,0,0)
  1732. aurapart3.Transparency = 1
  1733. aurapart3.CanCollide = false
  1734. auraweld3 = Instance.new("Weld",char)
  1735. auraweld3.Part0 = aurapart3
  1736. auraweld3.Part1 = torso
  1737. auraweld3.C0 = CFrame.new(0,-2.5,0)-----------------------------AURA POS----------------------------------
  1738. aura3 = Instance.new("ParticleEmitter",aurapart3)
  1739. aura3.Transparency = NumberSequence.new(0.0001)
  1740. aura3.Color = ColorSequence.new(Color3.new(0,0,0))
  1741. aura3.Size = NumberSequence.new(7)
  1742. aura3.Speed = NumberRange.new(0)
  1743. aura3.LockedToPart = true
  1744. aura3.Rate = 5
  1745. aura3.Lifetime = NumberRange.new(1)
  1746. aura3.ZOffset = 0
  1747. part2.Transparency = NumberSequence.new(0)
  1748. part3.Transparency = NumberSequence.new(0)
  1749. wait(0.4)
  1750. idle = true
  1751. idle1 = true
  1752. canattack = true
  1753.  
  1754.  
  1755. end
  1756. end
  1757. end
  1758. end)
  1759. --------------------------------------------------------------------------------------------------------------------
  1760. mouse.KeyDown:connect(function(key)
  1761. if key == "n" then
  1762. if ssb == true then
  1763. if canattack == true then
  1764. idle = false
  1765. base = false
  1766.  
  1767. combodamage = 25
  1768. ssbon = true
  1769. ssb = false
  1770. ssj = false
  1771. ssj2 = false
  1772. ssj3 = false
  1773. ssj4 = false
  1774. ssj33 = false
  1775. idle1 = false
  1776. Colors = {"New Yeller", "New Yeller"}
  1777. canattack = false
  1778. wait(0.1)
  1779.  
  1780. for i = 1, 20 do
  1781.  
  1782. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)--head
  1783. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0)), 0.2)--torso
  1784. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.5,0)*CFrame.Angles(math.rad(150),math.rad(0),math.rad(-30)), 0.2)--arm
  1785. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.2,0.5,0)*CFrame.Angles(math.rad(150),math.rad(0),math.rad(30)), 0.2)--arm
  1786. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-10)), 0.4)--leg
  1787. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(10)), 0.4)--leg
  1788. end
  1789. z1 = Instance.new("Sound",char)
  1790. z1.Volume = 10
  1791. z1.Looped = false
  1792. z1.SoundId = "rbxassetid://965826077"
  1793. z1:Play()
  1794. z2 = Instance.new("Sound",char)
  1795. z2.Volume = 10
  1796. z2.Looped = false
  1797. z2.SoundId = "rbxassetid://722133423"
  1798. z2:Play()
  1799. for i,v in pairs(char:children()) do
  1800. if v:IsA("Shirt") then
  1801. v:Destroy()
  1802. end
  1803. end
  1804. for i,v in pairs(char:children()) do
  1805. if v:IsA("Pants") then
  1806. v:Destroy()
  1807. end
  1808. end
  1809. ypcall(function()
  1810. shirt = Instance.new("Shirt", char)
  1811. shirt.Name = "Shirt"
  1812. pants = Instance.new("Pants", char)
  1813. pants.Name = "Pants"
  1814. char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=758072669"
  1815. char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=767820450"
  1816. end)
  1817.  
  1818. Mesh.MeshId = "rbxassetid://560193297"------------------------------SSJ6 HAIR-----------------------------
  1819. Mesh.Scale = Vector3.new(7,6,6)
  1820. Weld1.C0 = CFrame.new(0, -1, 1.5)
  1821. Hair7.BrickColor = BrickColor.new("New Yeller")
  1822. for i = 1, 5 do
  1823. wait()
  1824. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.3,.2)*CFrame.Angles(math.rad(50),math.rad(0),math.rad(0)), 0.4)--head
  1825. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(0)), 0.2)--torso
  1826. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.4,0.5,0)*CFrame.Angles(math.rad(-120),math.rad(0),math.rad(60)), 0.2)--arm
  1827. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.4,0.5,0)*CFrame.Angles(math.rad(-120),math.rad(0),math.rad(-60)), 0.2)--arm
  1828. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(-10)), 0.4)--leg
  1829. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(10)), 0.4)--leg
  1830. end
  1831.  
  1832.  
  1833.  
  1834. zh = Instance.new("Sound",char)
  1835. zh.Volume = 1
  1836. zh.Looped = true
  1837. zh.SoundId = "rbxassetid://316770138"
  1838. zh:Play()
  1839. ball.BrickColor = BrickColor.new("New Yeller")
  1840. ballmesh.Scale = Vector3.new(0.1,0.1,0.1)
  1841. ball.Transparency = 0
  1842. GroundWave5()
  1843. wait(0.3)
  1844.  
  1845. ball.BrickColor = BrickColor.new("New Yeller")
  1846. ballmesh.Scale = Vector3.new(0.1,0.1,0.1)
  1847. ball.Transparency = 0
  1848. GroundWave5()
  1849. wait(0.3)
  1850. ball.BrickColor = BrickColor.new("New Yeller")
  1851. ballmesh.Scale = Vector3.new(0.1,0.1,0.1)
  1852. ball.Transparency = 0
  1853. GroundWave5()
  1854. wait(0.3)
  1855. ball.BrickColor = BrickColor.new("New Yeller")
  1856. ballmesh.Scale = Vector3.new(0.1,0.1,0.1)
  1857. ball.Transparency = 0
  1858. GroundWave5()
  1859. wait(0.3)
  1860. ball.BrickColor = BrickColor.new("New Yeller")
  1861. ballmesh.Scale = Vector3.new(0.1,0.1,0.1)
  1862. ball.Transparency = 0
  1863. GroundWave5()
  1864. wait(0.3)
  1865. ball.BrickColor = BrickColor.new("New Yeller")
  1866. ballmesh.Scale = Vector3.new(0.1,0.1,0.1)
  1867. ball.Transparency = 0
  1868. GroundWave5()
  1869. wait(0.3)
  1870. ball.BrickColor = BrickColor.new("New Yeller")
  1871. ballmesh.Scale = Vector3.new(0.1,0.1,0.1)
  1872. ball.Transparency = 0
  1873. GroundWave5()
  1874. wait(0.3)
  1875. ball.BrickColor = BrickColor.new("New Yeller")
  1876. ballmesh.Scale = Vector3.new(0.1,0.1,0.1)
  1877. ball.Transparency = 0
  1878. GroundWave5()
  1879. wait(0.3)
  1880. ball.BrickColor = BrickColor.new("New Yeller")
  1881. ballmesh.Scale = Vector3.new(0.1,0.1,0.1)
  1882. ball.Transparency = 0
  1883. GroundWave5()
  1884. wait(0.3)
  1885. ball.BrickColor = BrickColor.new("New Yeller")
  1886. ballmesh.Scale = Vector3.new(0.1,0.1,0.1)
  1887. ball.Transparency = 0
  1888. GroundWave5()
  1889. wait(0.3)
  1890. ball.BrickColor = BrickColor.new("New Yeller")
  1891. ballmesh.Scale = Vector3.new(0.1,0.1,0.1)
  1892. ball.Transparency = 0
  1893. GroundWave5()
  1894. wait(0.3)
  1895. ball.BrickColor = BrickColor.new("New Yeller")
  1896. ballmesh.Scale = Vector3.new(0.1,0.1,0.1)
  1897. ball.Transparency = 0
  1898. GroundWave5()
  1899. wait(0.3)
  1900. ball.BrickColor = BrickColor.new("New Yeller")
  1901. ballmesh.Scale = Vector3.new(0.1,0.1,0.1)
  1902. ball.Transparency = 0
  1903. GroundWave5()
  1904. wait(0.3)
  1905. GroundWave5()
  1906. aura1.ZOffset = 0
  1907. aura1.Lifetime = NumberRange.new(3)
  1908. aurapart3 = Instance.new("Part",char)
  1909. aurapart3.Size = Vector3.new(0.1,0.1,0.1)
  1910. aurapart3.Position = Vector3.new(0,0,0)
  1911. aurapart3.Transparency = 1
  1912. aurapart3.CanCollide = false
  1913. auraweld3 = Instance.new("Weld",char)
  1914. auraweld3.Part0 = aurapart3
  1915. auraweld3.Part1 = torso
  1916. auraweld3.C0 = CFrame.new(0,-2.5,0)-----------------------------AURA POS----------------------------------
  1917. aura3 = Instance.new("ParticleEmitter",aurapart3)
  1918. aura3.Transparency = NumberSequence.new(0.0001)
  1919. aura3.Color = ColorSequence.new(Color3.new(225,225,225))
  1920. aura3.Size = NumberSequence.new(7)
  1921. aura3.Speed = NumberRange.new(0)
  1922. aura3.LockedToPart = true
  1923. aura3.Rate = 5
  1924. aura3.Lifetime = NumberRange.new(1)
  1925. aura3.ZOffset = 0
  1926. part2.Transparency = NumberSequence.new(0)
  1927. part3.Transparency = NumberSequence.new(0)
  1928. wait(0.4)
  1929. idle = true
  1930. idle1 = true
  1931. canattack = true
  1932.  
  1933.  
  1934. end
  1935. end
  1936. end
  1937. end)
  1938. --------------------------------------------------------------------------------------------------------------------
  1939. mouse.KeyDown:connect(function(key)
  1940. if key == "l" then
  1941. if ssb == true then
  1942. if canattack == true then
  1943. idle = false
  1944. base = false
  1945.  
  1946. combodamage = 25
  1947. ssbon = true
  1948. ssb = false
  1949. ssj = false
  1950. ssj2 = false
  1951. ssj3 = false
  1952. ssj4 = false
  1953. ssj33 = false
  1954. idle1 = false
  1955. Colors = {"Really red", "Really red"}
  1956. canattack = false
  1957. wait(0.1)
  1958.  
  1959. for i = 1, 20 do
  1960.  
  1961. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)--head
  1962. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0)), 0.2)--torso
  1963. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.5,0)*CFrame.Angles(math.rad(150),math.rad(0),math.rad(-30)), 0.2)--arm
  1964. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.2,0.5,0)*CFrame.Angles(math.rad(150),math.rad(0),math.rad(30)), 0.2)--arm
  1965. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-10)), 0.4)--leg
  1966. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(10)), 0.4)--leg
  1967. end
  1968. z1 = Instance.new("Sound",char)
  1969. z1.Volume = 10
  1970. z1.Looped = false
  1971. z1.SoundId = "rbxassetid://965826077"
  1972. z1:Play()
  1973. z2 = Instance.new("Sound",char)
  1974. z2.Volume = 10
  1975. z2.Looped = false
  1976. z2.SoundId = "rbxassetid://722133423"
  1977. z2:Play()
  1978. for i,v in pairs(char:children()) do
  1979. if v:IsA("Shirt") then
  1980. v:Destroy()
  1981. end
  1982. end
  1983. for i,v in pairs(char:children()) do
  1984. if v:IsA("Pants") then
  1985. v:Destroy()
  1986. end
  1987. end
  1988. ypcall(function()
  1989. shirt = Instance.new("Shirt", char)
  1990. shirt.Name = "Shirt"
  1991. pants = Instance.new("Pants", char)
  1992. pants.Name = "Pants"
  1993. char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=789424049"
  1994. char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=767820450"
  1995. end)
  1996.  
  1997. Mesh.MeshId = "rbxassetid://560193297"------------------------------SSJ7 HAIR-----------------------------
  1998. Mesh.Scale = Vector3.new(7,6,6)
  1999. Weld1.C0 = CFrame.new(0, -1, 1.5)
  2000. Hair7.BrickColor = BrickColor.new("Really red")
  2001. for i = 1, 5 do
  2002. wait()
  2003. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.3,.2)*CFrame.Angles(math.rad(50),math.rad(0),math.rad(0)), 0.4)--head
  2004. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(0)), 0.2)--torso
  2005. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.4,0.5,0)*CFrame.Angles(math.rad(-120),math.rad(0),math.rad(60)), 0.2)--arm
  2006. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.4,0.5,0)*CFrame.Angles(math.rad(-120),math.rad(0),math.rad(-60)), 0.2)--arm
  2007. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(-10)), 0.4)--leg
  2008. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(10)), 0.4)--leg
  2009. end
  2010.  
  2011.  
  2012.  
  2013. zh = Instance.new("Sound",char)
  2014. zh.Volume = 1
  2015. zh.Looped = true
  2016. zh.SoundId = "rbxassetid://157060424"
  2017. zh:Play()
  2018. ball.BrickColor = BrickColor.new("Really red")
  2019. ballmesh.Scale = Vector3.new(0.1,0.1,0.1)
  2020. ball.Transparency = 0
  2021. GroundWave5()
  2022. wait(0.3)
  2023.  
  2024. ball.BrickColor = BrickColor.new("Really red")
  2025. ballmesh.Scale = Vector3.new(0.1,0.1,0.1)
  2026. ball.Transparency = 0
  2027. GroundWave5()
  2028. wait(0.3)
  2029. ball.BrickColor = BrickColor.new("Really red")
  2030. ballmesh.Scale = Vector3.new(0.1,0.1,0.1)
  2031. ball.Transparency = 0
  2032. GroundWave5()
  2033. wait(0.3)
  2034. ball.BrickColor = BrickColor.new("Really red")
  2035. ballmesh.Scale = Vector3.new(0.1,0.1,0.1)
  2036. ball.Transparency = 0
  2037. GroundWave5()
  2038. wait(0.3)
  2039. ball.BrickColor = BrickColor.new("Really red")
  2040. ballmesh.Scale = Vector3.new(0.1,0.1,0.1)
  2041. ball.Transparency = 0
  2042. GroundWave5()
  2043. wait(0.3)
  2044. ball.BrickColor = BrickColor.new("Really red")
  2045. ballmesh.Scale = Vector3.new(0.1,0.1,0.1)
  2046. ball.Transparency = 0
  2047. GroundWave5()
  2048. wait(0.3)
  2049. ball.BrickColor = BrickColor.new("Really red")
  2050. ballmesh.Scale = Vector3.new(0.1,0.1,0.1)
  2051. ball.Transparency = 0
  2052. GroundWave5()
  2053. wait(0.3)
  2054. GroundWave5()
  2055. aura1.ZOffset = 0
  2056. aura1.Lifetime = NumberRange.new(3)
  2057. aurapart3 = Instance.new("Part",char)
  2058. aurapart3.Size = Vector3.new(0.1,0.1,0.1)
  2059. aurapart3.Position = Vector3.new(0,0,0)
  2060. aurapart3.Transparency = 1
  2061. aurapart3.CanCollide = false
  2062. auraweld3 = Instance.new("Weld",char)
  2063. auraweld3.Part0 = aurapart3
  2064. auraweld3.Part1 = torso
  2065. auraweld3.C0 = CFrame.new(0,-2.5,0)-----------------------------AURA POS----------------------------------
  2066. aura3 = Instance.new("ParticleEmitter",aurapart3)
  2067. aura3.Transparency = NumberSequence.new(0.0001)
  2068. aura3.Color = ColorSequence.new(Color3.new(1,0,0))
  2069. aura3.Size = NumberSequence.new(7)
  2070. aura3.Speed = NumberRange.new(0)
  2071. aura3.LockedToPart = true
  2072. aura3.Rate = 5
  2073. aura3.Lifetime = NumberRange.new(1)
  2074. aura3.ZOffset = 0
  2075. part2.Transparency = NumberSequence.new(0)
  2076. part3.Transparency = NumberSequence.new(0)
  2077. wait(0.4)
  2078. idle = true
  2079. idle1 = true
  2080. canattack = true
  2081.  
  2082.  
  2083. end
  2084. end
  2085. end
  2086. end)
  2087. --------------------------------------------------------------------------------------------------------------------
  2088.  
  2089. mouse.KeyDown:connect(function(Key)
  2090. if Key == "r" then
  2091. if canattack == true then
  2092.  
  2093.  
  2094. kamehamehaon = true
  2095.  
  2096. idle = false
  2097.  
  2098. idle1 = false
  2099. canattack = false
  2100. hum.WalkSpeed = 16
  2101. z2 = Instance.new("Sound",char)
  2102. z2.Volume = 3
  2103. z2.Looped = false
  2104. z2.SoundId = "rbxassetid://722133423"------------------------------Charge Sound----------------------------------
  2105. z2:Play()
  2106.  
  2107.  
  2108. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(85),math.rad(0)), 1)--head
  2109. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-85), math.rad(0)), 1)--torso
  2110. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.4,0)*CFrame.Angles(math.rad(30),math.rad(-40),math.rad(-10)), 1)--rarm
  2111. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1,0.2,-0.2)*CFrame.Angles(math.rad(30),math.rad(40),math.rad(40)), 1)--larm
  2112. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 1)--lleg
  2113. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 1)--rleg
  2114.  
  2115. partaura.Size = NumberSequence.new(0.1)
  2116.  
  2117. partaura.Transparency = NumberSequence.new(0)
  2118. partaura1.Transparency = NumberSequence.new(0)
  2119. kamehameha = true
  2120. wait(5)
  2121. if kamehamehaon == true then
  2122. kamehamehaon = false
  2123. hited = true
  2124. wait(0.1)
  2125. point = true
  2126. kamehamehaon = false
  2127. kamehameha = false
  2128.  
  2129.  
  2130.  
  2131. partaura.Transparency = NumberSequence.new(1)
  2132. partaura1.Transparency = NumberSequence.new(1)
  2133. z2:Stop()
  2134. z4 = Instance.new("Sound",char)
  2135. z4.Volume = 5
  2136. z4.Looped = false
  2137. z4.SoundId = "rbxassetid://908474188"
  2138. z4:Play()
  2139.  
  2140. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 1)--head
  2141. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-5), math.rad(0), math.rad(0)), 1)--torso
  2142. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1,0.5,0)*CFrame.Angles(math.rad(95),math.rad(-10),math.rad(-20)), 1)--rarm
  2143. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1,0.5,-0.2)*CFrame.Angles(math.rad(75),math.rad(170),math.rad(-20)), 1)--larm
  2144. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(5), math.rad(0), math.rad(-10)), 1)--lleg
  2145. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(5), math.rad(0), math.rad(10)), 1)--rleg
  2146.  
  2147.  
  2148.  
  2149.  
  2150.  
  2151. laser = true
  2152. s1.Volume=1
  2153. s1:play()
  2154. wait(5.4)
  2155. point = false
  2156. laser = false
  2157. beam1.Size = Vector3.new(1,1,1)
  2158. beam1.Parent=nil
  2159. inner1.Parent=nil
  2160. expl1.Parent=nil
  2161.  
  2162. hited1 = false
  2163. exa1.Parent=nil
  2164. s1:stop()
  2165.  
  2166. idle = true
  2167. canattack = true
  2168. idle1 = true
  2169. hum.WalkSpeed = 16
  2170.  
  2171. end
  2172. end
  2173. end
  2174. end)
  2175. mouse.KeyUp:connect(function(Key)
  2176. if Key == "r" then
  2177. if kamehamehaon == true then
  2178. hited = true
  2179. wait(0.1)
  2180. point = true
  2181. kamehamehaon = false
  2182. kamehameha = false
  2183.  
  2184.  
  2185.  
  2186. partaura.Transparency = NumberSequence.new(1)
  2187. partaura1.Transparency = NumberSequence.new(1)
  2188. z2:Stop()
  2189. z4 = Instance.new("Sound",char)
  2190. z4.Volume = 5
  2191. z4.Looped = false
  2192. z4.SoundId = "rbxassetid://908474188"
  2193. z4:Play()
  2194.  
  2195. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 1)--head
  2196. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-5), math.rad(0), math.rad(0)), 1)--torso
  2197. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1,0.5,0)*CFrame.Angles(math.rad(95),math.rad(-10),math.rad(-20)), 1)--rarm
  2198. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1,0.5,-0.2)*CFrame.Angles(math.rad(75),math.rad(170),math.rad(-20)), 1)--larm
  2199. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(5), math.rad(0), math.rad(-10)), 1)--lleg
  2200. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(5), math.rad(0), math.rad(10)), 1)--rleg
  2201.  
  2202.  
  2203.  
  2204.  
  2205.  
  2206. laser = true
  2207. s1.Volume=1
  2208. s1:play()
  2209. wait(5.4)
  2210. point = false
  2211. laser = false
  2212. beam1.Size = Vector3.new(1,1,1)
  2213. beam1.Parent=nil
  2214. inner1.Parent=nil
  2215. expl1.Parent=nil
  2216.  
  2217. hited1 = false
  2218. exa1.Parent=nil
  2219. s1:stop()
  2220.  
  2221. idle = true
  2222. canattack = true
  2223. idle1 = true
  2224. hum.WalkSpeed = 16
  2225. end
  2226. end
  2227. end)
  2228. ---------------------------------------BASE FORM-------------------------------------------------------------------
  2229. -------------------------------------------------------------------------------------------------------------------
  2230. mouse.KeyDown:connect(function(key)
  2231. if key == "x" then
  2232. if ssj33 == true then
  2233. aura.Transparency = NumberSequence.new(1)
  2234.  
  2235. char.Hair1:Destroy()
  2236. zh:Destroy()
  2237. Mesh.Scale = Vector3.new(.055,.055,.055)
  2238. Hair7.BrickColor = BrickColor.new("Really Black")
  2239. Mesh.MeshId = "http://www.roblox.com/asset/?id=550178782"-----------------Hair------------------------
  2240. Weld1.C0 = CFrame.new(0.05, 0.3, .8)*CFrame.Angles(0,9.5,0)
  2241.  
  2242.  
  2243. Weld1.C0 = CFrame.new(0.05, 0.3, .8)*CFrame.Angles(0,9.5,0)
  2244. end
  2245. aura.Transparency = NumberSequence.new(1)
  2246. aura1.Transparency = NumberSequence.new(1)
  2247. base = true
  2248. part2.Transparency = NumberSequence.new(1)
  2249. part3.Transparency = NumberSequence.new(1)
  2250. ball.BrickColor = BrickColor.new("White")
  2251. ballmesh.Scale = Vector3.new(0.1,0.1,0.1)
  2252. ball.Transparency = 0
  2253.  
  2254. zh:Destroy()
  2255. walksound = "rbxassetid://0"
  2256. ssbkaio = false
  2257. ssbon = false
  2258. wait()
  2259. zh = Instance.new("Sound",char)
  2260. zh.Volume = 10
  2261. zh.Looped = false
  2262. zh.SoundId = "rbxassetid://700499285"
  2263. zh:Play()
  2264. aura3.Transparency = NumberSequence.new(1)
  2265. Colors = {"White", "White"}
  2266. can = 5
  2267. GroundWave1()
  2268. wait(0.5)
  2269. Mesh.Scale = Vector3.new(.055,.055,.055)
  2270. Hair7.BrickColor = BrickColor.new("Really black")
  2271. Mesh.MeshId = "http://www.roblox.com/asset/?id=550178782"
  2272. Weld1.C0 = CFrame.new(0.05, 0.3, .8)*CFrame.Angles(0,9.5,0)
  2273. for i,v in pairs(char:children()) do
  2274. if v:IsA("Shirt") then
  2275. v:Destroy()
  2276. end
  2277. end
  2278. for i,v in pairs(char:children()) do
  2279. if v:IsA("Pants") then
  2280. v:Destroy()
  2281. end
  2282. end
  2283. game.Lighting.TimeOfDay = "12:00:00"
  2284. ypcall(function()
  2285. shirt = Instance.new("Shirt", char)
  2286. shirt.Name = "Shirt"
  2287. pants = Instance.new("Pants", char)
  2288. pants.Name = "Pants"
  2289. char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=753910392"
  2290. char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=767820450"
  2291. end)
  2292.  
  2293. ssj = true
  2294. combodamage = 10
  2295. ssb = true
  2296.  
  2297. ssj2 = false
  2298. ssj3 = false
  2299. ssj4 = false
  2300. ssj33 = false
  2301.  
  2302. ssbkaio = false
  2303. if ssbkaiox10 == true then
  2304. rarm1:Destroy()
  2305. larm1:Destroy()
  2306. torso1:Destroy()
  2307. lleg1:Destroy()
  2308. rleg1:Destroy()
  2309. rhed1:Destroy()
  2310. ssbkaiox10 = false
  2311. end
  2312. end
  2313. end)
  2314. ball = Instance.new("Part",char)
  2315. ball.Size = Vector3.new(1,1,1)
  2316.  
  2317. ball.Position = Vector3.new(999,999,999)
  2318. ball.BrickColor = BrickColor.new("White")
  2319. ball.CanCollide = false
  2320. ballmesh = Instance.new("SpecialMesh",ball)
  2321. ballmesh.MeshType = "Sphere"
  2322. ballmesh.Scale = Vector3.new(0.1,0.1,0.1)
  2323. ballweld = Instance.new("Weld",ball)
  2324. ballweld.Part0 = torso
  2325. ballweld.Part1 = ball
  2326. partt = Instance.new("Part",char)
  2327. partt.Position = Vector3.new(999,999,999)
  2328. partt.Transparency = 1
  2329. partt.CanCollide = false
  2330. partt.Size = Vector3.new(0.1,0.1,0.1)
  2331. partweld = Instance.new("Weld",partt)
  2332. partweld.Part0 = torso
  2333. partweld.Part1 = partt
  2334. partweld.C0 = CFrame.new(0.3,-.5,-1.5)
  2335. partaura = Instance.new("ParticleEmitter",partt)
  2336. partaura.Size = NumberSequence.new(2)
  2337. partaura.LockedToPart = true
  2338.  
  2339. partaura.Transparency = NumberSequence.new(1)
  2340. partaura.Texture = "rbxassetid://547574922"
  2341. partaura.Speed = NumberRange.new(0)
  2342. partaura.Rate = 2
  2343. partaura.ZOffset = 0
  2344. partaura.Color = ColorSequence.new(Color3.new(0,1,0))
  2345. partaura1 = Instance.new("ParticleEmitter",partt)
  2346. partaura1.Size = NumberSequence.new(1)
  2347. partaura1.LockedToPart = true
  2348.  
  2349. partaura1.Transparency = NumberSequence.new(1)
  2350. partaura1.Texture = "http://www.roblox.com/asset/?id=0"
  2351. partaura1.Speed = NumberRange.new(0)
  2352. partaura1.Rate = 3
  2353. partaura1.ZOffset = -1
  2354. partaura1.Color = ColorSequence.new(Color3.new(1,0,0))
  2355. partaura1.RotSpeed = NumberRange.new(-10,10)
  2356. partaura1.SpreadAngle = Vector2.new(360,360)
  2357. partaura1.Rotation = NumberRange.new(0,360)
  2358. aj = 0
  2359. spirit = Instance.new("Part",char)
  2360. spirit.CanCollide = false
  2361. spirit.Size = Vector3.new(1,1,1)
  2362. spirit.Transparency = 1
  2363. spirit.Position = Vector3.new(999,999,999)
  2364. spirit.BrickColor = BrickColor.new("Lime green")
  2365. spirit.Material = "Neon"
  2366. --------------------------------------------------------------------------------------------------------------------
  2367. --------------------------------------------------------------------------------------------------------------------
  2368. spirit1 = Instance.new("Part",char)
  2369. spirit1.CanCollide = false
  2370. spirit1.Size = Vector3.new(1,1,1)
  2371. spirit1.Transparency = 1
  2372. spirit1.Position = Vector3.new(999,999,999)
  2373. spirit1.BrickColor = BrickColor.new("Lime green")
  2374. spirit1.Material = "Neon"
  2375. spirit1mesh = Instance.new("SpecialMesh",spirit1)
  2376. spirit1mesh.MeshType = "Sphere"
  2377. spirit1mesh.Scale = Vector3.new(1,1,1)
  2378. partweld7 = Instance.new("Weld",spirit1)
  2379. partweld7.Part0 = torso
  2380. partweld7.Part1 = spirit1
  2381. partweld7.C0 = CFrame.new(0,40,0)
  2382. aj = 1
  2383. spirit12 = Instance.new("Part",char)
  2384. spirit12.Name = "XD"
  2385. spirit12.CanCollide = false
  2386. spirit12.Size = Vector3.new(50,50,50)
  2387. spirit12.Transparency = 1
  2388. spirit12.Position = spirit1.Position
  2389. spirit12.BrickColor = BrickColor.new("Lime green")
  2390. spirit12.Material = "Neon"
  2391.  
  2392. ------------------------------------------------------------------------Spawn Aura-------------------
  2393. function touch122(hit)
  2394. if not hit.Parent:findFirstChild("Humanoid") then return end
  2395. if hit.Parent:findFirstChild("Humanoid") ~= nil then
  2396. if hit.Parent:findFirstChild("Humanoid").Health > 100 then
  2397. hit.Parent:findFirstChild("Humanoid").MaxHealth = 100
  2398. hit.Parent:findFirstChild("Humanoid").Health = 100
  2399. end
  2400. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 0
  2401.  
  2402.  
  2403. end
  2404. end
  2405. spirit12.Touched:connect(touch122)
  2406. --------------------------------------------------------------------------------------------------------------------
  2407. --------------------------------------------------------------------------------------------------------------------
  2408. mouse.KeyDown:connect(function(key)
  2409. if key == "t" then
  2410. if base == true then
  2411. if canattack == true then
  2412. if clickon == true then
  2413. jk = true
  2414. clickon=false
  2415. end
  2416. idle = false
  2417.  
  2418.  
  2419. idle1 = false
  2420. canattack = false
  2421. wait(0.1)
  2422. hum.WalkSpeed = 0
  2423.  
  2424. for i = 1, 20 do
  2425. wait()
  2426. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.3)--head
  2427. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 10, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)--torso
  2428. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(-180),math.rad(0),math.rad(20)), 0.3)--rarm
  2429. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.3)--larm
  2430. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-20)), 0.3)--lleg
  2431. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(20)), 0.3)--rleg
  2432. end
  2433. z142 = Instance.new("Sound",char)
  2434. z142.Volume = 10
  2435. z142.Looped = false
  2436. z142.SoundId = "rbxassetid://722133423"
  2437. z142:Play()
  2438. spirit1.Transparency = 0
  2439.  
  2440. go = false
  2441.  
  2442.  
  2443. wait(1)
  2444.  
  2445. for i = 1, 20 do
  2446. wait()
  2447. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.1)--head
  2448. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 10, 0) * CFrame.Angles(math.rad(-30), math.rad(0), math.rad(0)), 0.1)--torso
  2449. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(100),math.rad(0),math.rad(20)), 0.1)--rarm
  2450. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.1)--larm
  2451. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(60), math.rad(0), math.rad(-20)), 0.1)--lleg
  2452. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(60), math.rad(0), math.rad(20)), 0.1)--rleg
  2453. end
  2454.  
  2455. go = true
  2456.  
  2457. z142.Volume = z142.Volume - 0.5
  2458.  
  2459.  
  2460.  
  2461. for i = 1,10 do
  2462. wait()
  2463. partweld7.C0 = partweld7.C0 - Vector3.new(0,0.7,2)
  2464. end
  2465. z142.Volume = z142.Volume - 0.5
  2466. spirit12 = Instance.new("Part",char)
  2467. spirit12.Name = "XD"
  2468. spirit12.CanCollide = false
  2469. spirit12.Size = Vector3.new(60,60,60)
  2470. spirit12.Transparency = 1
  2471. spirit12.Position = spirit1.Position
  2472. spirit12.BrickColor = BrickColor.new("Lime green")
  2473. spirit12.Material = "Neon"
  2474.  
  2475. function touch122(hit)
  2476. if not hit.Parent:findFirstChild("Humanoid") then return end
  2477. if hit.Parent:findFirstChild("Humanoid") ~= nil then
  2478. if hit.Parent:findFirstChild("Humanoid").Health > 100 then
  2479. hit.Parent:findFirstChild("Humanoid").MaxHealth = 100
  2480. hit.Parent:findFirstChild("Humanoid").Health = 100
  2481. end
  2482. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 25
  2483.  
  2484.  
  2485. end
  2486. end
  2487. for i = 1,10 do
  2488. wait()
  2489. partweld7.C0 = partweld7.C0 - Vector3.new(0,0.7,2)
  2490. end
  2491. z142.Volume = z142.Volume - 0.5
  2492. spirit12 = Instance.new("Part",char)
  2493. spirit12.Name = "XD"
  2494. spirit12.CanCollide = false
  2495. spirit12.Size = Vector3.new(60,60,60)
  2496. spirit12.Transparency = 1
  2497. spirit12.Position = spirit1.Position
  2498. spirit12.BrickColor = BrickColor.new("Lime green")
  2499. spirit12.Material = "Neon"
  2500.  
  2501. function touch122(hit)
  2502. if not hit.Parent:findFirstChild("Humanoid") then return end
  2503. if hit.Parent:findFirstChild("Humanoid") ~= nil then
  2504.  
  2505. if hit.Parent:findFirstChild("Humanoid").Health > 100 then
  2506. hit.Parent:findFirstChild("Humanoid").MaxHealth = 100
  2507. hit.Parent:findFirstChild("Humanoid").Health = 100
  2508. end
  2509. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 25
  2510.  
  2511. end
  2512. end
  2513. for i = 1,10 do
  2514. wait()
  2515. partweld7.C0 = partweld7.C0 - Vector3.new(0,0.7,2)
  2516. end
  2517. z142.Volume = z142.Volume - 0.5
  2518. spirit12 = Instance.new("Part",char)
  2519. spirit12.Name = "XD"
  2520. spirit12.CanCollide = false
  2521. spirit12.Size = Vector3.new(60,60,60)
  2522. spirit12.Transparency = 1
  2523. spirit12.Position = spirit1.Position
  2524. spirit12.BrickColor = BrickColor.new("Lime green")
  2525. spirit12.Material = "Neon"
  2526.  
  2527. function touch122(hit)
  2528. if not hit.Parent:findFirstChild("Humanoid") then return end
  2529. if hit.Parent:findFirstChild("Humanoid") ~= nil then
  2530. if hit.Parent:findFirstChild("Humanoid").Health > 100 then
  2531. hit.Parent:findFirstChild("Humanoid").MaxHealth = 100
  2532. hit.Parent:findFirstChild("Humanoid").Health = 100
  2533. end
  2534. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 25
  2535.  
  2536.  
  2537. end
  2538. end
  2539. for i = 1,10 do
  2540. wait()
  2541. partweld7.C0 = partweld7.C0 - Vector3.new(0,0.7,2)
  2542. end
  2543. z142.Volume = z142.Volume - 0.5
  2544. z14 = Instance.new("Sound",char)
  2545. z14.Volume = 10
  2546. z14.Looped = false
  2547. z14.SoundId = "rbxassetid://638861091"
  2548. z14:Play()
  2549. Colors = {"Lime green", "Lime green"}
  2550. GroundWave2()
  2551. spirit12 = Instance.new("Part",char)
  2552. spirit12.Name = "XD"
  2553. spirit12.CanCollide = false
  2554. spirit12.Size = Vector3.new(60,60,60)
  2555. spirit12.Transparency = 1
  2556. spirit12.Position = spirit1.Position
  2557. spirit12.BrickColor = BrickColor.new("Lime green")
  2558. spirit12.Material = "Neon"
  2559.  
  2560. function touch122(hit)
  2561. if not hit.Parent:findFirstChild("Humanoid") then return end
  2562. if hit.Parent:findFirstChild("Humanoid") ~= nil then
  2563. if hit.Parent:findFirstChild("Humanoid").Health > 100 then
  2564. hit.Parent:findFirstChild("Humanoid").MaxHealth = 100
  2565. hit.Parent:findFirstChild("Humanoid").Health = 100
  2566. end
  2567. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 25
  2568.  
  2569.  
  2570. end
  2571. end
  2572. z142.Volume = z142.Volume - 0.5
  2573. spirit12 = Instance.new("Part",char)
  2574. spirit12.Name = "XD"
  2575. spirit12.CanCollide = false
  2576. spirit12.Size = Vector3.new(50,50,50)
  2577. spirit12.Transparency = 1
  2578. spirit12.Position = spirit1.Position
  2579. spirit12.BrickColor = BrickColor.new("Lime green")
  2580. spirit12.Material = "Neon"
  2581.  
  2582. function touch122(hit)
  2583. if not hit.Parent:findFirstChild("Humanoid") then return end
  2584. if hit.Parent:findFirstChild("Humanoid") ~= nil then
  2585. if hit.Parent:findFirstChild("Humanoid").Health > 100 then
  2586. hit.Parent:findFirstChild("Humanoid").MaxHealth = 100
  2587. hit.Parent:findFirstChild("Humanoid").Health = 100
  2588. end
  2589. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 25
  2590.  
  2591.  
  2592. end
  2593. end
  2594. spirit12.Touched:connect(touch122)
  2595. for i = 1,5 do
  2596. wait()
  2597. spirit1mesh.Scale = spirit1mesh.Scale + Vector3.new(5,5,5)
  2598.  
  2599. end
  2600. z142.Volume = z142.Volume - 0.5
  2601. Colors = {"Lime green", "Lime green"}
  2602. GroundWave2()
  2603. spirit12 = Instance.new("Part",char)
  2604. spirit12.Name = "XD"
  2605. spirit12.CanCollide = false
  2606. spirit12.Size = Vector3.new(50,50,50)
  2607. spirit12.Transparency = 1
  2608. spirit12.Position = spirit1.Position
  2609. spirit12.BrickColor = BrickColor.new("Lime green")
  2610. spirit12.Material = "Neon"
  2611.  
  2612. function touch122(hit)
  2613. if not hit.Parent:findFirstChild("Humanoid") then return end
  2614. if hit.Parent:findFirstChild("Humanoid") ~= nil then
  2615. if hit.Parent:findFirstChild("Humanoid").Health > 100 then
  2616. hit.Parent:findFirstChild("Humanoid").MaxHealth = 100
  2617. hit.Parent:findFirstChild("Humanoid").Health = 100
  2618. end
  2619. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 25
  2620.  
  2621.  
  2622. end
  2623. end
  2624. z142.Volume = z142.Volume - 0.5
  2625. z142.Volume = z142.Volume - 0.5
  2626. spirit12.Touched:connect(touch122)
  2627. for i = 1,5 do
  2628. wait()
  2629. spirit1mesh.Scale = spirit1mesh.Scale - Vector3.new(5,5,5)
  2630. end
  2631. z142.Volume = z142.Volume - 0.5
  2632. spirit12 = Instance.new("Part",char)
  2633. spirit12.Name = "XD"
  2634. spirit12.CanCollide = false
  2635. spirit12.Size = Vector3.new(50,50,50)
  2636. spirit12.Transparency = 1
  2637. spirit12.Position = spirit1.Position
  2638. spirit12.BrickColor = BrickColor.new("Lime green")
  2639. spirit12.Material = "Neon"
  2640.  
  2641. function touch122(hit)
  2642. if not hit.Parent:findFirstChild("Humanoid") then return end
  2643. if hit.Parent:findFirstChild("Humanoid") ~= nil then
  2644. if hit.Parent:findFirstChild("Humanoid").Health > 100 then
  2645. hit.Parent:findFirstChild("Humanoid").MaxHealth = 100
  2646. hit.Parent:findFirstChild("Humanoid").Health = 100
  2647. end
  2648. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 25
  2649.  
  2650.  
  2651. end
  2652. end
  2653. z142.Volume = z142.Volume - 0.5
  2654. spirit12.Touched:connect(touch122)
  2655. for i = 1,5 do
  2656. wait()
  2657. spirit1mesh.Scale = spirit1mesh.Scale + Vector3.new(5,5,5)
  2658.  
  2659. end
  2660. z142.Volume = z142.Volume - 0.5
  2661. Colors = {"Lime green", "Lime green"}
  2662. GroundWave2()
  2663. spirit12 = Instance.new("Part",char)
  2664. spirit12.Name = "XD"
  2665. spirit12.CanCollide = false
  2666. spirit12.Size = Vector3.new(50,50,50)
  2667. spirit12.Transparency = 1
  2668. spirit12.Position = spirit1.Position
  2669. spirit12.BrickColor = BrickColor.new("Lime green")
  2670. spirit12.Material = "Neon"
  2671.  
  2672. function touch122(hit)
  2673. if not hit.Parent:findFirstChild("Humanoid") then return end
  2674. if hit.Parent:findFirstChild("Humanoid") ~= nil then
  2675. if hit.Parent:findFirstChild("Humanoid").Health > 100 then
  2676. hit.Parent:findFirstChild("Humanoid").MaxHealth = 100
  2677. hit.Parent:findFirstChild("Humanoid").Health = 100
  2678. end
  2679. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 25
  2680.  
  2681.  
  2682. end
  2683. end
  2684. z142.Volume = z142.Volume - 0.5
  2685. spirit12.Touched:connect(touch122)
  2686. for i = 1,5 do
  2687. wait()
  2688. spirit1mesh.Scale = spirit1mesh.Scale - Vector3.new(5,5,5)
  2689. end
  2690. z142.Volume = z142.Volume - 0.5
  2691. Colors = {"Lime green", "Lime green"}
  2692. GroundWave2()
  2693. spirit12 = Instance.new("Part",char)
  2694. spirit12.Name = "XD"
  2695. spirit12.CanCollide = false
  2696. spirit12.Size = Vector3.new(50,50,50)
  2697. spirit12.Transparency = 1
  2698. spirit12.Position = spirit1.Position
  2699. spirit12.BrickColor = BrickColor.new("Lime green")
  2700. spirit12.Material = "Neon"
  2701.  
  2702. function touch122(hit)
  2703. if not hit.Parent:findFirstChild("Humanoid") then return end
  2704. if hit.Parent:findFirstChild("Humanoid") ~= nil then
  2705. if hit.Parent:findFirstChild("Humanoid").Health > 100 then
  2706. hit.Parent:findFirstChild("Humanoid").MaxHealth = 100
  2707. hit.Parent:findFirstChild("Humanoid").Health = 100
  2708. end
  2709. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 25
  2710.  
  2711.  
  2712. end
  2713. end
  2714. z142.Volume = z142.Volume - 0.5
  2715. spirit12.Touched:connect(touch122)
  2716. for i = 1,5 do
  2717. wait()
  2718. spirit1mesh.Scale = spirit1mesh.Scale + Vector3.new(5,5,5)
  2719.  
  2720. end
  2721. z142.Volume = z142.Volume - 0.5
  2722. z142.Volume = z142.Volume - 0.5
  2723. Colors = {"Lime green", "Lime green"}
  2724. GroundWave2()
  2725. spirit12 = Instance.new("Part",char)
  2726. spirit12.Name = "XD"
  2727. spirit12.CanCollide = false
  2728. spirit12.Size = Vector3.new(50,50,50)
  2729. spirit12.Transparency = 1
  2730. spirit12.Position = spirit1.Position
  2731. spirit12.BrickColor = BrickColor.new("Lime green")
  2732. spirit12.Material = "Neon"
  2733.  
  2734. z142.Volume = z142.Volume - 0.5
  2735. function touch122(hit)
  2736. if not hit.Parent:findFirstChild("Humanoid") then return end
  2737. if hit.Parent:findFirstChild("Humanoid") ~= nil then
  2738. if hit.Parent:findFirstChild("Humanoid").Health > 100 then
  2739. hit.Parent:findFirstChild("Humanoid").MaxHealth = 100
  2740. hit.Parent:findFirstChild("Humanoid").Health = 100
  2741. end
  2742. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 25
  2743.  
  2744.  
  2745. end
  2746. end
  2747. spirit12.Touched:connect(touch122)
  2748. for i = 1,5 do
  2749. wait()
  2750. spirit1mesh.Scale = spirit1mesh.Scale - Vector3.new(5,5,5)
  2751. end
  2752. z142.Volume = z142.Volume - 0.5
  2753. Colors = {"Lime green", "Lime green"}
  2754. GroundWave2()
  2755. spirit12 = Instance.new("Part",char)
  2756. spirit12.Name = "XD"
  2757. spirit12.CanCollide = false
  2758. spirit12.Size = Vector3.new(200,200,200)
  2759. spirit12.Transparency = 1
  2760. spirit12.Position = spirit1.Position
  2761. spirit12.BrickColor = BrickColor.new("Lime green")
  2762. spirit12.Material = "Neon"
  2763.  
  2764. function touch122(hit)
  2765. if not hit.Parent:findFirstChild("Humanoid") then return end
  2766. if hit.Parent:findFirstChild("Humanoid") ~= nil then
  2767. if hit.Parent:findFirstChild("Humanoid").Health > 100 then
  2768. hit.Parent:findFirstChild("Humanoid").MaxHealth = 100
  2769. hit.Parent:findFirstChild("Humanoid").Health = 100
  2770. end
  2771. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 30
  2772.  
  2773.  
  2774. end
  2775. end
  2776. spirit12.Touched:connect(touch122)
  2777. Colors = {"Lime green", "Lime green"}
  2778. GroundWave2()
  2779.  
  2780. spirit12.Touched:connect(touch122)
  2781. for i = 1,50 do
  2782. wait()
  2783. spirit1mesh.Scale = spirit1mesh.Scale + Vector3.new(5,5,5)
  2784.  
  2785.  
  2786. end
  2787. z142.Volume = z142.Volume - 0.5
  2788. z142:Destroy()
  2789.  
  2790.  
  2791. partweld7.C0 = CFrame.new(0,40,0)
  2792. spirit1.Transparency = 1
  2793. aj = 1
  2794.  
  2795. wait(0.5)
  2796. idle = true
  2797. canattack = true
  2798. idle1 = true
  2799. wait(0.5)
  2800. if jk == true then
  2801. jk = false
  2802. clickon = true
  2803. end
  2804. hum.WalkSpeed = 16
  2805.  
  2806. end
  2807. end
  2808. end
  2809. end)
  2810. mouse.KeyDown:connect(function(key)
  2811. if key == "k" then---------------------------------------------------------KAIOKEN------------------------------
  2812. if ssj2 == true or ssj3 == true or ssj4 == true or ssj33 == true then
  2813. if canattack == true then
  2814.  
  2815. idle = false
  2816.  
  2817. idle1 = false
  2818. canattack = false
  2819. combodamage = 12
  2820. z7 = Instance.new("Sound",char)
  2821. z7.Volume = 10
  2822. z7.Looped = false
  2823. z7.SoundId = "rbxassetid://571184250"
  2824. z7:Play()
  2825. wait(1)
  2826. for i = 1, 20 do
  2827. wait()
  2828. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)--head
  2829. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0)), 0.2)--torso
  2830. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.5,0)*CFrame.Angles(math.rad(150),math.rad(0),math.rad(-30)), 0.2)--arm
  2831. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.2,0.5,0)*CFrame.Angles(math.rad(150),math.rad(0),math.rad(30)), 0.2)--arm
  2832. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-10)), 0.4)--leg
  2833. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(10)), 0.4)--leg
  2834. end
  2835. wait(0.6)
  2836. for i = 1, 5 do
  2837. wait()
  2838. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)--head
  2839. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-5), math.rad(0), math.rad(0)), 0.2)--torso
  2840. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.4,0.5,0)*CFrame.Angles(math.rad(20),math.rad(0),math.rad(10)), 0.2)--arm
  2841. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.4,0.5,0)*CFrame.Angles(math.rad(20),math.rad(0),math.rad(-10)), 0.2)--arm
  2842. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(-10)), 0.4)--leg
  2843. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(10)), 0.4)--leg
  2844. end
  2845. Colors = {"Royal purple", "Royal Purple"}
  2846. GroundWave1()
  2847. aura.Color = ColorSequence.new(Color3.new(0,0,0))
  2848. ball.BrickColor = BrickColor.new("Royal purple")
  2849. ballmesh.Scale = Vector3.new(0.1,0.1,0.1)
  2850. ball.Transparency = 0
  2851. ssbon = false
  2852. zh:Destroy()
  2853. wait()
  2854.  
  2855. aura.Color = ColorSequence.new(Color3.new(0,0,0))
  2856. ssj = false
  2857. ssj2 = false
  2858. ssj3 = false
  2859. aura1.Color = ColorSequence.new(Color3.new(0,0,0))
  2860. Hair7.BrickColor = BrickColor.new("Royal purple")
  2861. if ssj33 == true then
  2862. Hair71.BrickColor = BrickColor.new("Royal purple")
  2863.  
  2864. end
  2865.  
  2866. wait(2)
  2867. idle = true
  2868. canattack = true
  2869. idle1 = true
  2870. end
  2871. end
  2872. end
  2873. end)
  2874. mouse.KeyDown:connect(function(key)
  2875. if key == "k" then
  2876. if ssbon == true then
  2877. if canattack == true then
  2878. idle = false
  2879. ssbkaio = true
  2880. idle1 = false
  2881. can = 4
  2882. canattack = false
  2883. combodamage = 30
  2884.  
  2885. for i = 1, 20 do
  2886. wait()
  2887. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.10)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(0)), 0.4)--head
  2888. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)--torso
  2889. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.2,-.70)*CFrame.Angles(math.rad(150),math.rad(0),math.rad(10)), 0.2)--rarm
  2890. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.2,-.70)*CFrame.Angles(math.rad(150),math.rad(0),math.rad(-10)), 0.2)--larm
  2891. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -0.6, -.40) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(-20)), 0.4)--lleg
  2892. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -0.6, -.40) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(10)), 0.4)--rleg
  2893. end
  2894.  
  2895.  
  2896.  
  2897.  
  2898. wait(0.6)
  2899. z7 = Instance.new("Sound",char)
  2900. z7.Volume = 10
  2901. z7.Looped = false
  2902. z7.SoundId = "rbxassetid://571184250"
  2903. z7:Play()
  2904. wait(2)
  2905. for i = 1, 10 do
  2906. wait()
  2907. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.10)*CFrame.Angles(math.rad(20),math.rad(0),math.rad(0)), 0.4)--head
  2908. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(0)), 0.2)--torso
  2909. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(20),math.rad(0),math.rad(30)), 0.2)--rarm
  2910. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(20),math.rad(0),math.rad(-30)), 0.2)--larm
  2911. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(-20)), 0.4)--lleg
  2912. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(10)), 0.4)--rleg
  2913. end
  2914. Colors = {"Royal purple", "Royal purple"}
  2915. GroundWave1()
  2916. ball.BrickColor = BrickColor.new("Royal purple")
  2917. ballmesh.Scale = Vector3.new(0.1,0.1,0.1)
  2918. ball.Transparency = 0
  2919. ssbon = false
  2920. zh:Destroy()
  2921.  
  2922. wait()
  2923. zh = Instance.new("Sound",char)
  2924. zh.Volume = 4
  2925. zh.Looped = true
  2926. zh.SoundId = "rbxassetid://836467214"
  2927. zh:Play()
  2928. aura3.Transparency = NumberSequence.new(0.9)
  2929. aura3.Size = NumberSequence.new(0)
  2930. wait(2)
  2931. idle = true
  2932.  
  2933. canattack = true
  2934. idle1 = true
  2935. end
  2936. end
  2937. end
  2938. end)
  2939.  
  2940. mouse.KeyDown:connect(function(key)
  2941. if key == "k" then
  2942. if ssbkaio == true then
  2943. if canattack == true then
  2944. idle = false
  2945. combodamage = 40
  2946. ssbkaiox10 = true
  2947. ssbkaio = false
  2948. idle1 = false
  2949. can = 3
  2950. canattack = false
  2951. walksound = "rbxassetid://0"
  2952.  
  2953. for i = 1, 20 do
  2954. wait()
  2955. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.10)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(0)), 0.4)--head
  2956. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)--torso
  2957. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.2,-.70)*CFrame.Angles(math.rad(150),math.rad(0),math.rad(10)), 0.2)--rarm
  2958. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.2,-.70)*CFrame.Angles(math.rad(150),math.rad(0),math.rad(-10)), 0.2)--larm
  2959. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -0.6, -.40) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(-20)), 0.4)--lleg
  2960. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -0.6, -.40) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(10)), 0.4)--rleg
  2961. end
  2962. Colors = {"Royal purple", "Royal purple"}
  2963. GroundWave1()
  2964. wait(0.1)
  2965. Colors = {"Royal purple", "Royal purple"}
  2966. GroundWave1()
  2967. wait(0.1)
  2968. Colors = {"Royal purple", "Royal purple"}
  2969. GroundWave1()
  2970. wait(0.1)
  2971. Colors = {"Royal purple", "Royal purple"}
  2972. GroundWave1()
  2973. wait(0.1)
  2974. Colors = {"Royal purple", "Royal purple"}
  2975. GroundWave1()
  2976. wait(0.1)
  2977. Colors = {"Royal purple", "Royal purple"}
  2978. GroundWave1()
  2979. wait(0.1)
  2980.  
  2981. Colors = {"Royal purple", "Royal purple"}
  2982. GroundWave1()
  2983. wait(0.1)
  2984. Colors = {"Royal purple", "Royal purple"}
  2985. GroundWave1()
  2986. wait(0.1)
  2987. Colors = {"Royal purple", "Royal purple"}
  2988. GroundWave1()
  2989. wait(0.1)
  2990. Colors = {"Royal purple", "Royal purple"}
  2991. GroundWave1()
  2992.  
  2993. Colors = {"Royal purple", "Royal purple"}
  2994. GroundWave1()
  2995. wait(0.1)
  2996. Colors = {"Royal purple", "Royal purple"}
  2997. GroundWave1()
  2998. wait(0.1)
  2999. Colors = {"Royal purple", "Royal purple"}
  3000. GroundWave1()
  3001. wait(0.1)
  3002. Colors = {"Royal purple", "Royal purple"}
  3003. GroundWave1()
  3004. wait(0.1)
  3005. Colors = {"Royal purple", "Royal purple"}
  3006. GroundWave1()
  3007. wait(0.1)
  3008.  
  3009.  
  3010. Colors = {"Royal purple", "Royal purple"}
  3011. GroundWave1()
  3012. Colors = {"Royal purple", "Royal purple"}
  3013. GroundWave1()
  3014.  
  3015. for i = 1, 10 do
  3016. wait()
  3017. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.10)*CFrame.Angles(math.rad(20),math.rad(0),math.rad(0)), 0.4)--head
  3018. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(0)), 0.2)--torso
  3019. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(-80),math.rad(0),math.rad(40)), 0.2)--rarm
  3020. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(-80),math.rad(0),math.rad(-40)), 0.2)--larm
  3021. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(-20)), 0.4)--lleg
  3022. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(10)), 0.4)--rleg
  3023. end
  3024.  
  3025. zh1 = Instance.new("Sound",char)
  3026. zh1.Volume = 4
  3027. zh1.Looped = false
  3028. zh1.SoundId = "rbxassetid://0"
  3029. zh1:Play()
  3030. aura3.Transparency = NumberSequence.new(0.9)
  3031. aura3.Size = NumberSequence.new(0)
  3032.  
  3033.  
  3034.  
  3035.  
  3036. Hair7.BrickColor = BrickColor.new("Really black")
  3037. larm1 = Instance.new("Part",char)
  3038. Colors = {"Really red", "Royal Purple"}
  3039. GroundWave1()
  3040. wait(0.1)
  3041. Colors = {"Royal purple", "Royal purple"}
  3042. GroundWave1()
  3043. wait(0.1)
  3044. Colors = {"Royal purple", "Royal purple"}
  3045. GroundWave1()
  3046. wait(0.1)
  3047. Colors = {"Royal purple", "Royal purple"}
  3048. GroundWave1()
  3049. wait(0.1)
  3050. Colors = {"Royal purple", "Royal purple"}
  3051. GroundWave1()
  3052. wait(0.1)
  3053. ball.BrickColor = BrickColor.new("Royal Purple")
  3054. ballmesh.Scale = Vector3.new(0.1,0.1,0.1)
  3055. ball.Transparency = 0
  3056. ssbon = false
  3057. Colors = {"Royal purple", "Royal purple"}
  3058. GroundWave1()
  3059. wait(0.1)
  3060. Colors = {"Royal purple", "Royal purple"}
  3061. GroundWave1()
  3062. wait(0.1)
  3063. Colors = {"Royal purple", "Royal purple"}
  3064. GroundWave1()
  3065. wait(0.1)
  3066. Colors = {"Royal purple", "Royal purple"}
  3067. GroundWave1()
  3068. wait(0.1)
  3069. Colors = {"Royal purple", "Royal purple"}
  3070. GroundWave1()
  3071. wait(0.1)
  3072. for i,v in pairs(char:children()) do
  3073. if v:IsA("Shirt") then
  3074. v:Destroy()
  3075. end
  3076. end
  3077. for i,v in pairs(char:children()) do
  3078. if v:IsA("Pants") then
  3079. v:Destroy()
  3080. end
  3081. end
  3082. ypcall(function()
  3083. shirt = Instance.new("Shirt", char)
  3084. shirt.Name = "Shirt"
  3085. pants = Instance.new("Pants", char)
  3086. pants.Name = "Pants"
  3087. char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=48513230"
  3088. char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=767820450"
  3089. end)
  3090.  
  3091. wait()
  3092.  
  3093.  
  3094. wait(2)
  3095. idle = true
  3096. canattack = true
  3097. idle1 = true
  3098. end
  3099. end
  3100. end
  3101. end)
  3102. local player = game.Players.LocalPlayer
  3103. local pchar = player.Character
  3104. local mouse = player:GetMouse()
  3105. local cam = workspace.CurrentCamera
  3106.  
  3107. local rad = math.rad
  3108.  
  3109. local keysDown = {}
  3110. local flySpeed = 0
  3111. local MAX_FLY_SPEED = 150
  3112.  
  3113. local canFly = false
  3114. local flyToggled = false
  3115.  
  3116. local forward, side = 0, 0
  3117. local lastForward, lastSide = 0, 0
  3118.  
  3119. local floatBP = Instance.new("BodyPosition")
  3120. floatBP.maxForce = Vector3.new(0, math.huge, 0)
  3121. local flyBV = Instance.new("BodyVelocity")
  3122. flyBV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  3123. local turnBG = Instance.new("BodyGyro")
  3124. turnBG.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  3125.  
  3126. mouse.KeyDown:connect(function(key)
  3127. keysDown[key] = true
  3128.  
  3129. if key == "f" then
  3130.  
  3131.  
  3132. idle = false
  3133.  
  3134. idle1 = false
  3135. canattack = false
  3136.  
  3137. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(-10),math.rad(0),math.rad(0)), 1)--head
  3138. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 1)--torso
  3139. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(20)), 1)--rarm
  3140. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 1)--larm
  3141. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 1)--lleg
  3142. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 1)--rleg
  3143. fly = true
  3144. flyToggled = not flyToggled
  3145.  
  3146. if not flyToggled then
  3147. fly = false
  3148. stanceToggle = "Normal"
  3149. floatBP.Parent = nil
  3150. flyBV.Parent = nil
  3151. turnBG.Parent = nil
  3152. root.Velocity = Vector3.new()
  3153. hum.PlatformStand = false
  3154. wait(0.5)
  3155. idle = true
  3156.  
  3157. idle1 = true
  3158. canattack = true
  3159. end
  3160. end
  3161.  
  3162. end)
  3163. mouse.KeyUp:connect(function(key)
  3164. keysDown[key] = nil
  3165. wait(0.1)
  3166. if fly == true and moving == false then
  3167.  
  3168. for i = 1, 15 do
  3169. wait()
  3170. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(-10),math.rad(0),math.rad(0)), 0.4)--head
  3171. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.2)--torso
  3172. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(20)), 0.2)--rarm
  3173. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.2)--larm
  3174. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.4)--lleg
  3175. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.4)--rleg
  3176. end
  3177. end
  3178. end)
  3179.  
  3180. local function updateFly()
  3181.  
  3182. if not flyToggled then return end
  3183.  
  3184. lastForward = forward
  3185. lastSide = side
  3186.  
  3187. forward = 0
  3188. side = 0
  3189.  
  3190. if keysDown.w then
  3191. moving = true
  3192. forward = forward + 1.2
  3193.  
  3194. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(60),math.rad(0),math.rad(0)), 0.05)--head
  3195. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-80), math.rad(0), math.rad(0)), 0.05)--torso
  3196. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(20)), 0.05)--rarm
  3197. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.05)--larm
  3198. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.05)--lleg
  3199. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.05)--rleg
  3200. else
  3201. moving = false
  3202. end
  3203. if keysDown.s then
  3204.  
  3205. forward = forward - 0.5
  3206.  
  3207. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(0)), 0.01)--head
  3208. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(0)), 0.1)--torso
  3209. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(-10),math.rad(0),math.rad(20)), 0.1)--rarm
  3210. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(-10),math.rad(0),math.rad(-20)), 0.1)--larm
  3211. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(-10)), 0.1)--lleg
  3212. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(10)), 0.1)--rleg
  3213.  
  3214. end
  3215. if keysDown.a then
  3216.  
  3217. side = side - 0.5
  3218. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(60),math.rad(0),math.rad(0)), 0.05)--head
  3219. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-80), math.rad(-50), math.rad(20)), 0.05)--torso
  3220. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(20)), 0.05)--rarm
  3221. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.05)--larm
  3222. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.05)--lleg
  3223. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.05)--rleg
  3224. else
  3225.  
  3226. end
  3227. if keysDown.d then
  3228.  
  3229. side = side + 0.5
  3230. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(60),math.rad(0),math.rad(0)), 0.05)--head
  3231. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-80), math.rad(40), math.rad(-20)), 0.05)--torso
  3232. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(20)), 0.05)--rarm
  3233. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.05)--larm
  3234. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.05)--lleg
  3235. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.05)--rleg
  3236.  
  3237.  
  3238. end
  3239.  
  3240. canFly = (forward ~= 0 or side ~= 0)
  3241.  
  3242. if canFly then
  3243.  
  3244. stanceToggle = "Floating"
  3245. turnBG.Parent = root
  3246. floatBP.Parent = nil
  3247. flyBV.Parent = root
  3248.  
  3249. flySpeed = flySpeed + 1 + (flySpeed / MAX_FLY_SPEED)
  3250. if flySpeed > MAX_FLY_SPEED then flySpeed = MAX_FLY_SPEED end
  3251. else
  3252. floatBP.position = root.Position
  3253. floatBP.Parent = root
  3254.  
  3255. flySpeed = flySpeed - 1
  3256. if flySpeed < 0 then flySpeed = 0 end
  3257. end
  3258.  
  3259. local camCF = cam.CoordinateFrame
  3260. local in_forward = canFly and forward or lastForward
  3261. local in_side = canFly and side or lastSide
  3262.  
  3263. flyBV.velocity = ((camCF.lookVector * in_forward) + (camCF * CFrame.new(in_side,
  3264. in_forward * 0.2, 0).p) - camCF.p) * flySpeed
  3265.  
  3266. turnBG.cframe = camCF * CFrame.Angles(-rad(forward * (flySpeed / MAX_FLY_SPEED)), 0,
  3267. 0)
  3268. end
  3269.  
  3270. game:service'RunService'.RenderStepped:connect(function()
  3271. if flyToggled then
  3272. hum.PlatformStand = true
  3273. end
  3274. updateFly()
  3275. end)
  3276.  
  3277. local hit1 = true
  3278. local hit2 = false
  3279. local hit3 = false
  3280. local hit4 = false
  3281. zw = Instance.new("Sound",char)
  3282. zw.Volume = 1
  3283. zw.Looped = false
  3284. zw.SoundId = "rbxassetid://896243541"
  3285.  
  3286. function leftkick()
  3287. for i = 1, 5 do
  3288. wait()
  3289. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(-60),math.rad(0)), 0.8)--head
  3290. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(2), math.rad(60), math.rad(0)), 0.8)--torso
  3291. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(30)), 0.8)--rarm
  3292. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-10)), 0.8)--larm
  3293. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.8)--lleg
  3294. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(100), math.rad(0), math.rad(40)), 0.8)--rleg
  3295. end
  3296. zw:Play()
  3297. end
  3298. function rightkick()
  3299. for i = 1, 5 do
  3300. wait()
  3301. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(60),math.rad(0)), 0.8)--head
  3302. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(5), math.rad(-60), math.rad(0)), 0.8)--torso
  3303. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(10)), 0.8)--rarm
  3304. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-30)), 0.8)--larm
  3305. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(100), math.rad(0), math.rad(-40)), 0.8)--lleg
  3306. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.8)--rleg
  3307. end
  3308.  
  3309. end
  3310. function leftpunch()
  3311. for i = 1, can do
  3312. wait()
  3313. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(-50),math.rad(0)), 0.8)--head
  3314. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0),math.rad(50),math.rad(0)), 0.8)--torso
  3315. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(20)), 0.8)--rarm
  3316. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(-10),math.rad(0),math.rad(-10)), 0.8)--larm
  3317. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(-10)), 0.8)--lleg
  3318. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(5)), 0.8)--rleg
  3319. end
  3320. zw:Play()
  3321. end
  3322. function rightpunch()
  3323. for i = 1, can do
  3324. wait()
  3325. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(70),math.rad(0)), 0.8)--head
  3326. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0),math.rad(-80),math.rad(0)), 0.8)--torso
  3327. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(10)), 0.8)--rarm
  3328. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-20)), 0.8)--larm
  3329. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(-10)), 0.8)--lleg
  3330. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(5)), 0.8)--rleg
  3331. end
  3332. zw:Play()
  3333. end
  3334. ---------------------------------------------------------------------------------------------------------------------------------------------------
  3335. function kickup()
  3336. for i = 1, 20 do
  3337. wait()
  3338. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)--head
  3339. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -0.9, 0) * CFrame.Angles(math.rad(30),math.rad(0),math.rad(0)), 0.2)--torso
  3340. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(-60),math.rad(0),math.rad(0)), 0.2)--rarm
  3341. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(-60),math.rad(0),math.rad(0)), 0.2)--larm
  3342. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(90),math.rad(0),math.rad(-10)), 0.4)--lleg
  3343. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(10)), 0.4)--rleg
  3344. end
  3345. zw:Play()
  3346.  
  3347. end
  3348. function knockdown()
  3349. for i = 1, 10 do
  3350. wait()
  3351. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)--head
  3352. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 35, 0) * CFrame.Angles(math.rad(20),math.rad(0),math.rad(0)), 0.4)--torso
  3353. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,.7,-0.4)*CFrame.Angles(math.rad(130),math.rad(0),math.rad(-40)), 0.4)--rarm
  3354. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.2,.7,-0.4)*CFrame.Angles(math.rad(130),math.rad(0),math.rad(40)), 0.4)--larm
  3355. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-20),math.rad(0),math.rad(-10)), 0.4)--lleg
  3356. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-20),math.rad(0),math.rad(10)), 0.4)--rleg
  3357.  
  3358. end
  3359. zw1 = Instance.new("Sound",char)
  3360. zw1.Volume = 1
  3361. zw1.Looped = false
  3362. zw1.SoundId = "rbxassetid://896242278"
  3363. zw1:Play()
  3364. for i = 1, 20 do
  3365. wait()
  3366. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)--head
  3367. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 35, 0) * CFrame.Angles(math.rad(-40),math.rad(0),math.rad(0)), 0.2)--torso
  3368. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,.5,-0.4)*CFrame.Angles(math.rad(40),math.rad(0),math.rad(-40)), 0.2)--rarm
  3369. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.2,.4,-0.4)*CFrame.Angles(math.rad(40),math.rad(0),math.rad(40)), 0.2)--larm
  3370. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(60),math.rad(0),math.rad(-10)), 0.2)--lleg
  3371. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(60),math.rad(0),math.rad(10)), 0.2)--rleg
  3372. end
  3373.  
  3374.  
  3375. end
  3376. mouse.KeyDown:connect(function(key)
  3377. if key == "e" and hit1 == true and canattack == true then
  3378. canattack = false
  3379. nohit = 0
  3380.  
  3381. hit1 = false
  3382. hit2 = true
  3383. hit3 = false
  3384. hit4 = false
  3385. hand1 = Instance.new("Part",rarm)
  3386. hand1.Size = Vector3.new(1.5,1.5,1.5)
  3387. hand1.CanCollide = false
  3388. hand1.Transparency = 1
  3389. hand1.Position = Vector3.new(999,999,999)
  3390. hand1weld = Instance.new("Weld",hand1)
  3391. hand1weld.Part0 = rarm
  3392. hand1weld.Part1 = hand1
  3393. hand1weld.C0 = CFrame.new(0,-1.2,0)
  3394. ----------------------------------------------------------------
  3395.  
  3396. function touch1(hit)
  3397. if not hit.Parent:findFirstChild("Humanoid") then return end
  3398. if hit.Parent:findFirstChild("Humanoid") ~= nil then
  3399. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - combodamage
  3400. zwt = Instance.new("Sound",char)
  3401. zwt.Volume = 1
  3402. zwt.Looped = false
  3403. zwt.SoundId = "rbxassetid://137579113"
  3404. zwt:Play()
  3405. end
  3406. end
  3407. hand1.Touched:connect(touch1)
  3408. rightpunch()
  3409.  
  3410. hand1:Destroy()
  3411. canattack = true
  3412. end
  3413. end)
  3414. mouse.KeyDown:connect(function(key)
  3415. if key == "e" and hit2 == true and canattack == true then
  3416. canattack = false
  3417. nohit = 0
  3418.  
  3419. hit1 = false
  3420. hit2 = false
  3421. hit3 = true
  3422. hit4 = false
  3423. hand2 = Instance.new("Part",rarm)
  3424. hand2.Size = Vector3.new(1.5,1.5,1.5)
  3425. hand1.CanCollide = false
  3426. hand2.Transparency = 1
  3427. hand2.Position = Vector3.new(999,999,999)
  3428. hand2weld = Instance.new("Weld",hand2)
  3429. hand2weld.Part0 = larm
  3430. hand2weld.Part1 = hand2
  3431. hand2weld.C0 = CFrame.new(0,-1.2,0)
  3432. ----------------------------------------------------------------
  3433.  
  3434. function touch1(hit)
  3435. if not hit.Parent:findFirstChild("Humanoid") then return end
  3436. if hit.Parent:findFirstChild("Humanoid") ~= nil then
  3437. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - combodamage
  3438. zwr = Instance.new("Sound",char)
  3439. zwr.Volume = 1
  3440. zwr.Looped = false
  3441. zwr.SoundId = "rbxassetid://137579113"
  3442. zwr:Play()
  3443. end
  3444. end
  3445. hand2.Touched:connect(touch1)
  3446. leftpunch()
  3447.  
  3448. canattack = true
  3449. hand2:Destroy()
  3450.  
  3451. end
  3452. end)
  3453. mouse.KeyDown:connect(function(key)
  3454. if key == "e" and hit3 == true and canattack == true then
  3455. canattack = false
  3456. nohit = 0
  3457.  
  3458. hit1 = false
  3459. hit2 = false
  3460. hit3 = false
  3461. hit4 = true
  3462. hand3 = Instance.new("Part",lleg)
  3463. hand3.Size = Vector3.new(1.5,1.5,1.5)
  3464. hand3.CanCollide = false
  3465. hand3.Transparency = 1
  3466. hand3.Position = Vector3.new(999,999,999)
  3467. hand3weld = Instance.new("Weld",hand3)
  3468. hand3weld.Part0 = lleg
  3469. hand3weld.Part1 = hand3
  3470. hand3weld.C0 = CFrame.new(0,-1.2,0)
  3471. ----------------------------------------------------------------
  3472.  
  3473. function touch1(hit)
  3474. if not hit.Parent:findFirstChild("Humanoid") then return end
  3475. if hit.Parent:findFirstChild("Humanoid") ~= nil then
  3476. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - combodamage
  3477. zwc = Instance.new("Sound",char)
  3478. zwc.Volume = 1
  3479. zwc.Looped = false
  3480. zwc.SoundId = "rbxassetid://137579113"
  3481. zwc:Play()
  3482. end
  3483. end
  3484. hand3.Touched:connect(touch1)
  3485. rightkick()
  3486.  
  3487. canattack = true
  3488. hand3:Destroy()
  3489.  
  3490. end
  3491. end)
  3492. mouse.KeyDown:connect(function(key)
  3493. if key == "e" and hit4 == true and canattack == true then
  3494. canattack = false
  3495. nohit = 0
  3496. wait()hit4 = false
  3497. hit3 = false
  3498. hit2 = false
  3499. hit1 = true
  3500. hand4 = Instance.new("Part",rleg)
  3501. hand4.Size = Vector3.new(1.5,1.5,1.5)
  3502. hand4.CanCollide = false
  3503. hand4.Transparency = 1
  3504. hand4.Position = Vector3.new(999,999,999)
  3505. hand4weld = Instance.new("Weld",hand4)
  3506. hand4weld.Part0 = rleg
  3507. hand4weld.Part1 = hand4
  3508. hand4weld.C0 = CFrame.new(0,-1.2,0)
  3509. ----------------------------------------------------------------
  3510.  
  3511. function touch1(hit)
  3512. if not hit.Parent:findFirstChild("Humanoid") then return end
  3513. if hit.Parent:findFirstChild("Humanoid") ~= nil then
  3514. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - combodamage
  3515. zwe = Instance.new("Sound",char)
  3516. zwe.Volume = 1
  3517. zwe.Looped = false
  3518. zwe.SoundId = "rbxassetid://137579113"
  3519. zwe:Play()
  3520. end
  3521. end
  3522. hand4.Touched:connect(touch1)
  3523. leftkick()
  3524.  
  3525. canattack = true
  3526. hand4:Destroy()
  3527.  
  3528. end
  3529. end)
  3530. local player = game.Players.LocalPlayer
  3531. repeat wait() until player:GetMouse() and player.Character
  3532. local mouse = player:GetMouse()
  3533. local character = player.Character
  3534.  
  3535.  
  3536. local clickon = false
  3537. p = game.Players.LocalPlayer
  3538. char = p.Character
  3539. mouse = p:GetMouse()
  3540. torso = char.Torso
  3541. mouse.Button1Down:connect(function()
  3542. t = mouse.Target.Parent:FindFirstChild("Torso")
  3543. hu = mouse.Target.Parent:FindFirstChild("Humanoid")
  3544. if mouse.Target == nil then
  3545. clickon = false
  3546. end
  3547. if mouse.Target.Parent:FindFirstChild("Humanoid") ~= nil then
  3548. clickon = true
  3549. poon = true
  3550. zwc1s2 = Instance.new("Sound",mouse.Target)
  3551. zwc1s2.Volume = 5
  3552. zwc1s2.Looped = false
  3553. zwc1s2.SoundId = "rbxassetid://915341277"
  3554. zwc1s2:Play()
  3555.  
  3556.  
  3557.  
  3558. else
  3559. clickon = false
  3560.  
  3561. end
  3562.  
  3563. end)
  3564.  
  3565. you = game.Players.LocalPlayer.Character.Torso
  3566.  
  3567.  
  3568.  
  3569. mouse.KeyDown:connect(function(key)
  3570. if key == "z" then
  3571. if canattack == true then
  3572.  
  3573. canattack = false
  3574. idle = false
  3575. hum.WalkSpeed = 0
  3576. nohit = 0
  3577. idle1 = false
  3578. for i = 1, 10 do
  3579. wait()
  3580. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)--head
  3581. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--torso
  3582. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(10)), 0.4)--arm
  3583. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-0.8,0.7,-0.7)*CFrame.Angles(math.rad(-10),math.rad(0),math.rad(140)), 0.4)--arm
  3584. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(-10)), 0.4)--leg
  3585. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(10)), 0.4)--leg
  3586. end
  3587. zwc1 = Instance.new("Sound",torso)
  3588. zwc1.Volume = 1
  3589. zwc1.Looped = false
  3590. zwc1.SoundId = "rbxassetid://744770874"
  3591. zwc1:Play()
  3592. if clickon == true then
  3593. torso.CFrame = t.CFrame - Vector3.new(0,0,2)
  3594. else
  3595. torso.CFrame = torso.CFrame + torso.CFrame.lookVector * 20
  3596. end
  3597. canattack = true
  3598. idle = true
  3599. hum.WalkSpeed = 10
  3600. idle1 = true
  3601. end
  3602.  
  3603.  
  3604. end
  3605. end)
  3606.  
  3607. mouse.KeyDown:connect(function(key)
  3608. if key == "h" then
  3609. if canattack == true then
  3610. idle = false
  3611. idle1 = false
  3612. canattack = false
  3613. grab = false
  3614. grab5()
  3615. grabhit = Instance.new("Part",char)
  3616. grabhit.Size = Vector3.new(2,2,2)
  3617. grabhit.Position = Vector3.new(999,999,999)
  3618. grabhit.Transparency = 1
  3619. grabweld = Instance.new("Weld",grabhit)
  3620. grabweld.Part0 = torso
  3621. grabweld.Part1 = grabhit
  3622. grabweld.C0 = CFrame.new(0,0,-2)
  3623. ---------------------------------------------------------------
  3624. hand1 = Instance.new("Part",rarm)
  3625. hand1.Size = Vector3.new(1,1,1)
  3626. hand1.CanCollide = false
  3627. hand1.Transparency = 1
  3628. hand1.Position = Vector3.new(999,999,999)
  3629. hand1weld = Instance.new("Weld",hand1)
  3630. hand1weld.Part0 = rarm
  3631. hand1weld.Part1 = hand1
  3632. hand1weld.C0 = CFrame.new(0,-1.2,0)
  3633. ----------------------------------------------------------------
  3634. hand2 = Instance.new("Part",rarm)
  3635. hand2.Size = Vector3.new(1,1,1)
  3636. hand1.CanCollide = false
  3637. hand2.Transparency = 1
  3638. hand2.Position = Vector3.new(999,999,999)
  3639. hand2weld = Instance.new("Weld",hand2)
  3640. hand2weld.Part0 = larm
  3641. hand2weld.Part1 = hand2
  3642. hand2weld.C0 = CFrame.new(0,-1.2,0)
  3643. function touch1(hit)
  3644. if not hit.Parent:findFirstChild("Humanoid") then return end
  3645. if hit.Parent:findFirstChild("Humanoid") ~= nil then
  3646. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - combodamage
  3647.  
  3648. end
  3649. end
  3650. hand1.Touched:connect(touch1)
  3651. function touch2(hit)
  3652. if not hit.Parent:findFirstChild("Humanoid") then return end
  3653. if hit.Parent:findFirstChild("Humanoid") ~= nil then
  3654. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - combodamage
  3655.  
  3656. end
  3657. end
  3658. hand2.Touched:connect(touch2)
  3659. function touch(hit)
  3660. if not hit.Parent:findFirstChild("Humanoid") then return end
  3661. if hit.Parent:findFirstChild("Humanoid") ~= nil then
  3662. grabhit.TouchInterest:Destroy()
  3663. grab = true
  3664. hu = hit.Parent:findFirstChild("Humanoid")
  3665. to = hit.Parent:findFirstChild("Torso")
  3666. he = hit.Parent:findFirstChild("Head")
  3667. hu.WalkSpeed = 0
  3668. if hu.Health > 100 then
  3669. hu.MaxHealth = 100
  3670. hu.Health = 100
  3671. end
  3672. towe = Instance.new("Weld",to)
  3673. towe.Part0 = torso
  3674. towe.Part1 = to
  3675. towe.C0 = CFrame.new(0,0,-1.5)
  3676.  
  3677.  
  3678. wait(0.5)
  3679. end
  3680. if grab == true then
  3681. if clickon == true then
  3682. jk = true
  3683. clickon = false
  3684. end
  3685. towe.Part0 = nil
  3686. partv = Instance.new("Part",to)
  3687. partv.Transparency = 1
  3688.  
  3689. partv.CanCollide = false
  3690. partv.Anchored = true
  3691. towe1 = Instance.new("Weld",to)
  3692. towe1.Part0 = to
  3693. towe1.Part1 = partv
  3694. towe1.C0 = CFrame.new(0,0,0)
  3695.  
  3696.  
  3697.  
  3698. partv:Destroy()
  3699. towe.Part0 = torso
  3700.  
  3701.  
  3702. ----------------------------------------------------
  3703. grabon = true
  3704. towe:Destroy()
  3705.  
  3706. kickup()
  3707. wait(0.1)
  3708. for i = 1, 10 do
  3709. wait()
  3710. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(40),math.rad(0),math.rad(0)), 0.1)--head
  3711. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--torso
  3712. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-10)), 0.4)--arm
  3713. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(10)), 0.2)--arm
  3714. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1,0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-5)), 0.2)--leg
  3715. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(5)), 0.2)--leg
  3716. end
  3717. grabon = false
  3718. to.Anchored = true
  3719.  
  3720.  
  3721. grabon1 = true
  3722. zwc12 = Instance.new("Sound",torso)
  3723. zwc12.Volume = 1
  3724. zwc12.Looped = false
  3725. zwc12.SoundId = "rbxassetid://436748675"
  3726. zwc12:Play()
  3727. knockdown()
  3728. hu.Health = hu.Health - 30
  3729. to.Anchored = false
  3730. grabon1 = false
  3731.  
  3732.  
  3733. local HandCF4 = CFrame.new(to.Position - Vector3.new(0,0,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  3734. Colors = {"White"}
  3735. local wave = Instance.new("Part", torso)
  3736. wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  3737. wave.Anchored = true
  3738. wave.CanCollide = false
  3739. wave.Locked = true
  3740. wave.Size = Vector3.new(1, 1, 1)
  3741. wave.TopSurface = "Smooth"
  3742. wave.BottomSurface = "Smooth"
  3743. wave.Transparency = 0.35
  3744. wave.CFrame = HandCF4
  3745. wm = Instance.new("SpecialMesh", wave)
  3746. wm.MeshId = "rbxassetid://3270017"
  3747. coroutine.wrap(function()
  3748. for i = 1, 30, 1 do
  3749. wm.Scale = Vector3.new(3 + i*3.2, 3 + i*3.2, 3)
  3750. wave.Size = wm.Scale
  3751. wave.CFrame = HandCF4
  3752. wave.Transparency = i/30
  3753. wait()
  3754. end
  3755. wait()
  3756. wave:Destroy()
  3757. end)()
  3758. wait(0.3)
  3759. local HandCF4 = CFrame.new(to.Position - Vector3.new(0,0,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  3760. Colors = {"White"}
  3761. zwd = Instance.new("Sound",char)
  3762. zwd.Volume = 5
  3763. zwd.Looped = false
  3764. zwd.SoundId = "rbxassetid://863810402"
  3765. zwd:Play()
  3766. local wave = Instance.new("Part", torso)
  3767. wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  3768. wave.Anchored = true
  3769. wave.CanCollide = false
  3770. wave.Locked = true
  3771. wave.Size = Vector3.new(1, 1, 1)
  3772. wave.TopSurface = "Smooth"
  3773. wave.BottomSurface = "Smooth"
  3774. wave.Transparency = 0.35
  3775. wave.CFrame = HandCF4
  3776. wm = Instance.new("SpecialMesh", wave)
  3777. wm.MeshId = "rbxassetid://3270017"
  3778. coroutine.wrap(function()
  3779. for i = 1, 30, 1 do
  3780. wm.Scale = Vector3.new(3 + i*3.2, 3 + i*3.2, 3)
  3781. wave.Size = wm.Scale
  3782. wave.CFrame = HandCF4
  3783. wave.Transparency = i/30
  3784. wait()
  3785. end
  3786.  
  3787. wait()
  3788. wave:Destroy()
  3789.  
  3790. end)()
  3791.  
  3792. wait(0.6)
  3793. zwd:Destroy()
  3794. wait(0.4)
  3795. hed.Anchored = false
  3796.  
  3797.  
  3798. canattack = true
  3799. idle = true
  3800. hand1:Destroy()
  3801. hand2:Destroy()
  3802.  
  3803. goo = 0
  3804. idle1 = true
  3805. grab = false
  3806. wait(1)
  3807. if jk == true then
  3808. jk = false
  3809. clickon = true
  3810. end
  3811.  
  3812. end
  3813.  
  3814.  
  3815. end
  3816.  
  3817.  
  3818. grabhit.Touched:connect(touch)
  3819. wait(0.1)
  3820. grabhit:Destroy()
  3821.  
  3822.  
  3823.  
  3824.  
  3825. if grab == false then
  3826. hand1:Destroy()
  3827. hand2:Destroy()
  3828.  
  3829. canattack = true
  3830. idle = true
  3831.  
  3832. idle1 = true
  3833.  
  3834. end
  3835. end
  3836. end
  3837. end)
  3838. --------------------------------------------------------------------------------------------------------------------
  3839. mouse.KeyDown:connect(function(Key)
  3840. if Key == "g" then
  3841. if canattack == true then
  3842.  
  3843.  
  3844. kamehamehaon = true
  3845. beam1.Size = Vector3.new(6,6,1)
  3846.  
  3847. partaura.Size = NumberSequence.new(0.8)
  3848. idle = false
  3849.  
  3850. idle1 = false
  3851. canattack = false
  3852. hum.WalkSpeed = 16
  3853. z2 = Instance.new("Sound",char)
  3854. z2.Volume = 3
  3855. z2.Looped = false
  3856. z2.SoundId = "rbxassetid://722133423"
  3857. z2:Play()
  3858.  
  3859.  
  3860. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(85),math.rad(0)), 1)--head
  3861. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-85), math.rad(0)), 1)--torso
  3862. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.4,0)*CFrame.Angles(math.rad(30),math.rad(-40),math.rad(-10)), 1)--rarm
  3863. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1,0.2,-0.2)*CFrame.Angles(math.rad(30),math.rad(40),math.rad(40)), 1)--larm
  3864. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 1)--lleg
  3865. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 1)--rleg
  3866.  
  3867.  
  3868.  
  3869. partaura.Transparency = NumberSequence.new(0)
  3870. partaura1.Transparency = NumberSequence.new(0)
  3871. kamehameha = true
  3872. wait(6)
  3873. zwc1 = Instance.new("Sound",char)
  3874. zwc1.Volume = 1
  3875. zwc1.Looped = false
  3876. zwc1.SoundId = "rbxassetid://744770874"
  3877. zwc1:Play()
  3878. torso.CFrame = t.CFrame - Vector3.new(0,0,-10)
  3879. hum.HipHeight = 10
  3880. wait(0.5)
  3881. if kamehamehaon == true then
  3882. kamehamehaon = false
  3883. hited = true
  3884. wait(0.1)
  3885. point = true
  3886. kamehamehaon = false
  3887. kamehameha = false
  3888.  
  3889.  
  3890.  
  3891. partaura.Transparency = NumberSequence.new(1)
  3892. partaura1.Transparency = NumberSequence.new(1)
  3893. z2:Stop()
  3894. z4 = Instance.new("Sound",char)
  3895. z4.Volume = 5
  3896. z4.Looped = false
  3897. z4.SoundId = "rbxassetid://908474188"
  3898. z4:Play()
  3899.  
  3900. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 1)--head
  3901. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-5), math.rad(0), math.rad(0)), 1)--torso
  3902. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1,0.5,0)*CFrame.Angles(math.rad(95),math.rad(-10),math.rad(-20)), 1)--rarm
  3903. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1,0.5,-0.2)*CFrame.Angles(math.rad(75),math.rad(170),math.rad(-20)), 1)--larm
  3904. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(5), math.rad(0), math.rad(-10)), 1)--lleg
  3905. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(5), math.rad(0), math.rad(10)), 1)--rleg
  3906.  
  3907.  
  3908.  
  3909.  
  3910.  
  3911. laser = true
  3912. s1.Volume=1
  3913. s1:play()
  3914. wait(5.4)
  3915. point = false
  3916.  
  3917. laser = false
  3918. beam1.Size = Vector3.new(1,1,1)
  3919. beam1.Parent=nil
  3920. inner1.Parent=nil
  3921. expl1.Parent=nil
  3922.  
  3923. hited1 = false
  3924. exa1.Parent=nil
  3925. s1:stop()
  3926.  
  3927. idle = true
  3928. canattack = true
  3929. idle1 = true
  3930. hum.WalkSpeed = 16
  3931. hum.HipHeight = 0
  3932. end
  3933. end
  3934. end
  3935. end)
  3936.  
  3937. function spin()
  3938. for i = 1, 50 do
  3939. wait()
  3940.  
  3941. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.1)--head
  3942. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--torso
  3943. torso.CFrame = torso.CFrame * CFrame.Angles(0,.8,0)
  3944. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.5,-.5)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-40)), 0.1)--arm
  3945. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.2,0.5,-.5)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(40)), 0.1)--arm
  3946. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.1)--leg
  3947. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.1)--leg
  3948. end
  3949. end
  3950. function grab5()
  3951. for i = 1, 10 do
  3952. wait()
  3953.  
  3954. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.1)--head
  3955. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--torso
  3956. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(10)), 0.1)--arm
  3957. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(-10)), 0.1)--arm
  3958. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.1)--leg
  3959. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.1)--leg
  3960. end
  3961. for i = 1, 10 do
  3962. wait()
  3963.  
  3964. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.2)--head
  3965. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(0)), 0.2)--torso
  3966. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.5,-.5)*CFrame.Angles(math.rad(100),math.rad(0),math.rad(-40)), 0.2)--arm
  3967. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.2,0.5,-.5)*CFrame.Angles(math.rad(100),math.rad(0),math.rad(40)), 0.2)--arm
  3968. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(-10)), 0.2)--leg
  3969. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-50), math.rad(0), math.rad(10)), 0.2)--leg
  3970. end
  3971. end
  3972. mouse.KeyDown:connect(function(key)
  3973. if key == "y" then
  3974. if canattack == true then
  3975. idle = false
  3976. idle1 = false
  3977. canattack = false
  3978. grab5()
  3979.  
  3980. grabhit = Instance.new("Part",char)
  3981. grabhit.Size = Vector3.new(2,2,2)
  3982. grabhit.Position = Vector3.new(999,999,999)
  3983. grabhit.Transparency = 1
  3984. grabweld = Instance.new("Weld",grabhit)
  3985. grabweld.Part0 = torso
  3986. grabweld.Part1 = grabhit
  3987. grabweld.C0 = CFrame.new(0,0,-2)
  3988. ---------------------------------------------------------------
  3989. hand1 = Instance.new("Part",rarm)
  3990. hand1.Size = Vector3.new(1,1,1)
  3991. hand1.CanCollide = false
  3992. hand1.Transparency = 1
  3993. hand1.Position = Vector3.new(999,999,999)
  3994. hand1weld = Instance.new("Weld",hand1)
  3995. hand1weld.Part0 = rarm
  3996. hand1weld.Part1 = hand1
  3997. hand1weld.C0 = CFrame.new(0,-1.2,0)
  3998. ----------------------------------------------------------------
  3999. hand2 = Instance.new("Part",rarm)
  4000. hand2.Size = Vector3.new(1,1,1)
  4001. hand1.CanCollide = false
  4002. hand2.Transparency = 1
  4003. hand2.Position = Vector3.new(999,999,999)
  4004. hand2weld = Instance.new("Weld",hand2)
  4005. hand2weld.Part0 = larm
  4006. hand2weld.Part1 = hand2
  4007. hand2weld.C0 = CFrame.new(0,-1.2,0)
  4008. function touch1(hit)
  4009. if not hit.Parent:findFirstChild("Humanoid") then return end
  4010. if hit.Parent:findFirstChild("Humanoid") ~= nil then
  4011. hu1 = hit.Parent:findFirstChild("Humanoid")
  4012. grab1 = true
  4013. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 0.5
  4014. if hu1.Health > 100 then
  4015. hu1.MaxHealth = 100
  4016. hu1.Health = 100
  4017. end
  4018. end
  4019. end
  4020. hand1.Touched:connect(touch1)
  4021. function touch2(hit)
  4022. if not hit.Parent:findFirstChild("Humanoid") then return end
  4023. if hit.Parent:findFirstChild("Humanoid") ~= nil then
  4024. hu1 = hit.Parent:findFirstChild("Humanoid")
  4025. grab1 = true
  4026. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 0.5
  4027. if hu1.Health > 100 then
  4028. hu1.MaxHealth = 100
  4029. hu1.Health = 100
  4030. end
  4031. end
  4032. end
  4033. hand2.Touched:connect(touch2)
  4034. function touch(hit)
  4035. if not hit.Parent:findFirstChild("Humanoid") then return end
  4036. if hit.Parent:findFirstChild("Humanoid") ~= nil then
  4037. grab1 = true
  4038. if clickon == true then
  4039. jk = true
  4040. clickon = false
  4041. end
  4042. grabhit.TouchInterest:Destroy()
  4043.  
  4044. hu1 = hit.Parent:findFirstChild("Humanoid")
  4045. to1 = hit.Parent:findFirstChild("Torso")
  4046. he1 = hit.Parent:findFirstChild("Head")
  4047. hu1.WalkSpeed = 0
  4048. if hu1.Health > 100 then
  4049. hu1.MaxHealth = 100
  4050. hu1.Health = 100
  4051. end
  4052.  
  4053.  
  4054.  
  4055.  
  4056. end
  4057.  
  4058. if grab1 == true then
  4059. throw = 5
  4060. to1.CFrame = to1.CFrame + Vector3.new(0,60,0)
  4061. kickup()
  4062. hum.HipHeight = 10
  4063. wait()
  4064. grabon1 = true
  4065.  
  4066. hed.Anchored = true
  4067. wait(0.3)
  4068.  
  4069. hed.Anchored = false
  4070. spin()
  4071. ds = Instance.new("Sound",torso)
  4072. ds.Volume = 4
  4073. ds.Looped = false
  4074. ds.SoundId = "rbxassetid://860448713"
  4075. ds:Play()
  4076.  
  4077. grabon1 = false
  4078. grabon2 = true
  4079. wait(0.5)
  4080. grabon2 = false
  4081. hand1:Destroy()
  4082.  
  4083. hand2:Destroy()
  4084.  
  4085. hum.HipHeight = 0
  4086. wait(0.5)
  4087. canattack = true
  4088. idle = true
  4089. grabhit:Destroy()
  4090. idle1 = true
  4091. grab1 = false
  4092.  
  4093. if jk == true then
  4094. jk = false
  4095. clickon = true
  4096. end
  4097. end
  4098.  
  4099.  
  4100. end
  4101.  
  4102.  
  4103. end
  4104.  
  4105.  
  4106.  
  4107.  
  4108.  
  4109. grabhit.Touched:connect(touch)
  4110.  
  4111.  
  4112.  
  4113.  
  4114. wait(0.2)
  4115.  
  4116. if grab1 == false then
  4117. hand1:Destroy()
  4118. hand2:Destroy()
  4119. grabhit:Destroy()
  4120.  
  4121. canattack = true
  4122. idle = true
  4123.  
  4124. idle1 = true
  4125.  
  4126.  
  4127.  
  4128. end
  4129. end
  4130. end)
  4131.  
  4132. function pushaway()
  4133. for i = 1, 10 do
  4134. wait()
  4135. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(50),math.rad(0)), 0.4)--head
  4136. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), math.rad(-1)), 0.4)--torso
  4137. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(10)), 0.4)--arm
  4138. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.4)--arm
  4139. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.4)--leg
  4140. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--leg
  4141. end
  4142. for i = 1, 10 do
  4143. wait()
  4144. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(-80),math.rad(0)), 0.4)--head
  4145. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(80), math.rad(1)), 0.4)--torso
  4146. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(40)), 0.4)--arm
  4147. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-10)), 0.4)--arm
  4148. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.4)--leg
  4149. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--leg
  4150. end
  4151. end
  4152.  
  4153. function dragoncharge()
  4154. for i = 1, 10 do
  4155. wait()
  4156. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)--head
  4157. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--torso
  4158. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(0.8,0.2,-1)*CFrame.Angles(math.rad(170),math.rad(0),math.rad(-10)), 0.4)--arm
  4159. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1,0.5,-.4)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(60)), 0.4)--arm
  4160. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.4)--leg
  4161. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--leg
  4162. end
  4163. end
  4164. function dragonfist()
  4165. for i = 1, 10 do
  4166. wait()
  4167. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(50),math.rad(0)), 0.4)--head
  4168. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), math.rad(-1)), 0.4)--torso
  4169. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(10)), 0.4)--arm
  4170. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.4)--arm
  4171. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.4)--leg
  4172. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--leg
  4173. end
  4174. for i = 1, 10 do
  4175. wait()
  4176. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(-80),math.rad(0)), 0.4)--head
  4177. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(80), math.rad(1)), 0.4)--torso
  4178. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(80)), 0.4)--arm
  4179. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(-20)), 0.4)--arm
  4180. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(-30)), 0.4)--leg
  4181. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-5)), 0.4)--leg
  4182. end
  4183. end
  4184. mouse.KeyDown:connect(function(key)
  4185. if key == "u" then
  4186. if canattack == true then
  4187. if ssj33 == true then
  4188. idle = false
  4189. idle1 = false
  4190. canattack = false
  4191. grab5()
  4192.  
  4193. grabhit = Instance.new("Part",char)
  4194. grabhit.Size = Vector3.new(2,2,2)
  4195. grabhit.Position = Vector3.new(999,999,999)
  4196. grabhit.Transparency = 1
  4197. grabweld = Instance.new("Weld",grabhit)
  4198. grabweld.Part0 = torso
  4199. grabweld.Part1 = grabhit
  4200. grabweld.C0 = CFrame.new(0,0,-2)
  4201. ---------------------------------------------------------------
  4202. hand1 = Instance.new("Part",rarm)
  4203. hand1.Size = Vector3.new(0.1,0.1,0.1)
  4204. hand1.CanCollide = false
  4205. hand1.Transparency = 1
  4206. hand1.Position = Vector3.new(999,999,999)
  4207. hand2mesh = Instance.new("SpecialMesh",hand1)
  4208. hand2mesh.MeshType = "FileMesh"
  4209.  
  4210. hand2mesh.Scale = Vector3.new(1,1,1)
  4211. hand2aura = Instance.new("ParticleEmitter",hand1)
  4212. hand2aura.Size = NumberSequence.new(1)
  4213. hand2aura.Texture = "rbxassetid://715401010"
  4214. hand2aura.Speed = NumberRange.new(0)
  4215. hand2aura.LockedToPart = true
  4216. hand2aura.Transparency = NumberSequence.new(1)
  4217. hand2aura.RotSpeed = NumberRange.new(999)
  4218. hand1weld = Instance.new("Weld",hand1)
  4219. hand1weld.Part0 = rarm
  4220. hand1weld.Part1 = hand1
  4221. hand1weld.C0 = CFrame.new(0,-1.8,0)
  4222. ----------------------------------------------------------------
  4223. hand2 = Instance.new("Part",rarm)
  4224. hand2.Size = Vector3.new(1,1,1)
  4225. hand1.CanCollide = false
  4226. hand2.Transparency = 1
  4227. hand2.Position = Vector3.new(999,999,999)
  4228.  
  4229. hand2weld = Instance.new("Weld",hand2)
  4230. hand2weld.Part0 = larm
  4231. hand2weld.Part1 = hand2
  4232. hand2weld.C0 = CFrame.new(0,-1.2,0)
  4233. function touch1(hit)
  4234. if not hit.Parent:findFirstChild("Humanoid") then return end
  4235. if hit.Parent:findFirstChild("Humanoid") ~= nil then
  4236. hu1 = hit.Parent:findFirstChild("Humanoid")
  4237. grab2 = true
  4238.  
  4239. if clickon == true then
  4240. jk = true
  4241. clickon = false
  4242. end
  4243. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 0.5
  4244. if hu1.Health > 100 then
  4245. hu1.MaxHealth = 100
  4246. hu1.Health = 100
  4247. end
  4248. end
  4249. end
  4250. hand1.Touched:connect(touch1)
  4251. function touch2(hit)
  4252. if not hit.Parent:findFirstChild("Humanoid") then return end
  4253. if hit.Parent:findFirstChild("Humanoid") ~= nil then
  4254. hu1 = hit.Parent:findFirstChild("Humanoid")
  4255. grab2 = true
  4256. if clickon == true then
  4257. jk = true
  4258. clickon = false
  4259. end
  4260. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 0.5
  4261. if hu1.Health > 100 then
  4262. hu1.MaxHealth = 100
  4263. hu1.Health = 100
  4264. end
  4265. end
  4266. end
  4267. hand2.Touched:connect(touch2)
  4268. function touch(hit)
  4269. if not hit.Parent:findFirstChild("Humanoid") then return end
  4270. if hit.Parent:findFirstChild("Humanoid") ~= nil then
  4271. grab8 = true
  4272. if clickon == true then
  4273. jk = true
  4274. clickon = false
  4275. end
  4276. grabhit.TouchInterest:Destroy()
  4277.  
  4278. hu12 = hit.Parent:findFirstChild("Humanoid")
  4279. to12 = hit.Parent:findFirstChild("Torso")
  4280. he12 = hit.Parent:findFirstChild("Head")
  4281. hu1.WalkSpeed = 0
  4282. if hu12.Health > 100 then
  4283. hu12.MaxHealth = 100
  4284. hu12.Health = 100
  4285. end
  4286.  
  4287.  
  4288.  
  4289.  
  4290. end
  4291.  
  4292. if grab2 == true then
  4293. z4f = Instance.new("Sound",torso)
  4294. z4f.Volume = 5
  4295. z4f.Looped = false
  4296. z4f.SoundId = "rbxassetid://815202315"
  4297. z4f:Play()
  4298.  
  4299. pushaway()
  4300. grabon3 = true
  4301. wait(1)
  4302. grabon3 = false
  4303. he12.Anchored = true
  4304.  
  4305. dragoncharge()
  4306. hand2aura.Transparency = NumberSequence.new(0)
  4307. wait(1.5)
  4308. dragonfist()
  4309. z4f:Destroy()
  4310. z4x = Instance.new("Sound",torso)
  4311. z4x.Volume = 5
  4312. z4x.Looped = false
  4313. z4x.SoundId = "rbxassetid://908474188"
  4314. z4x:Play()
  4315. hand1.Transparency = 0
  4316. hand2mesh.MeshId = "rbxassetid://58430372"
  4317. hand1.BrickColor = BrickColor.new("New Yeller")
  4318. hand2mesh.Scale = Vector3.new(5,5,5)
  4319. hand1weld.C0 = CFrame.new(0,-3,-1) * CFrame.Angles(math.rad(-90),math.rad(0),math.rad(0))
  4320. grabon4 = true
  4321. wait(0.5)
  4322.  
  4323. hu12.Health = 0
  4324. grabon4 = false
  4325. wait(0.5)
  4326. he12.Anchored = false
  4327. z4x:Destroy()
  4328. throw1 = 5
  4329. throw2 = 5
  4330.  
  4331.  
  4332.  
  4333.  
  4334.  
  4335.  
  4336.  
  4337. ------------------------------------------------------------
  4338. hand1:Destroy()
  4339. hand2:Destroy()
  4340.  
  4341. canattack = true
  4342. idle = true
  4343. grabhit:Destroy()
  4344. idle1 = true
  4345.  
  4346. if jk == true then
  4347. jk = false
  4348. clickon = true
  4349. end
  4350.  
  4351. grab8 = false
  4352. end
  4353.  
  4354.  
  4355. end
  4356.  
  4357.  
  4358.  
  4359.  
  4360.  
  4361.  
  4362.  
  4363.  
  4364. grabhit.Touched:connect(touch)
  4365.  
  4366.  
  4367.  
  4368.  
  4369. wait(0.2)
  4370.  
  4371. if grab8 == false then
  4372. hand1:Destroy()
  4373. hand2:Destroy()
  4374. grabhit:Destroy()
  4375.  
  4376. canattack = true
  4377. idle = true
  4378.  
  4379. idle1 = true
  4380.  
  4381.  
  4382.  
  4383. end
  4384. end
  4385. end
  4386. end
  4387. end)
  4388. game:GetService("RunService").RenderStepped:connect(function()
  4389. if grabon3 == true then
  4390. throw1 = throw1 + 1
  4391. to12.CFrame = torso.CFrame + hed.CFrame.lookVector * throw1
  4392.  
  4393. end
  4394. if grabon4 == true then
  4395. throw2 = throw2 + 0.2
  4396. torso.CFrame = hed.CFrame - Vector3.new(0,2,0) + hed.CFrame.lookVector * throw2
  4397. end
  4398. if grabon1 == true then
  4399.  
  4400. to1.CFrame = torso.CFrame * CFrame.Angles(math.rad(90),math.rad(0),math.rad(180)) + torso.CFrame.lookVector * 5
  4401.  
  4402. end
  4403. if grabon2 == true then
  4404. throw = throw + 6
  4405. to1.CFrame = torso.CFrame * CFrame.Angles(math.rad(90),math.rad(0),math.rad(180)) + torso.CFrame.lookVector * throw
  4406. end
  4407. if grabon == true then
  4408. goo = goo + 0.5
  4409. to.CFrame = torso.CFrame + torso.CFrame.lookVector * 2 + Vector3.new(0,goo,0)
  4410. end
  4411. if hum.Jump == true then
  4412. if canattack == true then
  4413. if clickon == true then
  4414. jk = true
  4415. clickon=false
  4416. end
  4417. zwc12 = Instance.new("Sound",torso)
  4418. zwc12.Volume = 1
  4419. zwc12.Looped = false
  4420. zwc12.SoundId = "rbxassetid://436748675"
  4421. zwc12:Play()
  4422. canattack = false
  4423. idle = false
  4424. idle1 = false
  4425. nohit = 0
  4426.  
  4427. for i = 1, 20 do
  4428. wait()
  4429. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(5),math.rad(0),math.rad(0)), 0.1)--head
  4430. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--torso
  4431. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(30)), 0.4)--arm
  4432. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-30)), 0.2)--arm
  4433. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -0.7, -.8) * CFrame.Angles(math.rad(-15), math.rad(0), math.rad(-5)), 0.2)--leg
  4434. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-5), math.rad(0), math.rad(5)), 0.2)--leg
  4435. end
  4436. wait(0.5)
  4437. canattack = true
  4438. idle = true
  4439. idle1 = true
  4440. if jk == true then
  4441. jk = false
  4442. clickon = true
  4443. end
  4444. end
  4445. end
  4446. if kamehameha == true then
  4447. aj1 = aj1 + 0.005
  4448. partaura.Size = NumberSequence.new(aj1)
  4449. beam1.Size=beam1.Size + Vector3.new(0.01,0.01,0)
  4450. beamdamage = beamdamage + 0.001
  4451.  
  4452. else
  4453. aj1 = 0.1
  4454.  
  4455. end
  4456. if hited1 == true then
  4457. wait(0.3)
  4458. welld.C0 = CFrame.new(beam1.Position.x,beam1.Position.y,ts.Position.z-beamknockback)
  4459. human.Health = human.Health - beamdamage
  4460.  
  4461.  
  4462. human.PlatformStand = true
  4463. human.Sit = true
  4464.  
  4465. if hited1 == false and on == true then
  4466. on = false
  4467. wait(0.5)
  4468. human.PlatformStand = false
  4469. human.Sit = false
  4470. beamknockback = 0
  4471. beamdamage = 0.001
  4472. human.Jump = true
  4473.  
  4474. end
  4475. end
  4476. if clickon == true then
  4477. if point == false then
  4478. you.CFrame = CFrame.new(you.CFrame.p,t.CFrame.p)
  4479. if hu.Health < 1 then
  4480. clickon = false
  4481. end
  4482. end
  4483.  
  4484. end
  4485. ballmesh.Scale = ballmesh.Scale + Vector3.new(5,5,5)
  4486. ball.Transparency = ball.Transparency + 0.05
  4487. if go == false then
  4488. aj = aj + 0.13
  4489. spirit1mesh.Scale = Vector3.new(aj,aj,aj)
  4490.  
  4491. end
  4492. if auracan1 == true then
  4493. auracan1 = false
  4494. aura1.Texture = "rbxassetid://281983000"
  4495. wait(0.1)
  4496. aura1.Texture = "rbxassetid://281982895"
  4497. wait(0.1)
  4498. aura1.Texture = "rbxassetid://281983092"
  4499. wait(0.1)
  4500. aura1.Texture = "rbxassetid://281996097"
  4501. wait(0.1)
  4502. aura1.Texture = "rbxassetid://281983189"
  4503. wait(0.1)
  4504. aura1.Texture = "rbxassetid://281983242"
  4505. wait(0.1)
  4506. aura1.Texture = "rbxassetid://281983280"
  4507. wait(0.1)
  4508. aura1.Texture = "rbxassetid://281983337"
  4509. wait(0.1)
  4510.  
  4511. auracan1 = true
  4512. end
  4513. if auracan == true then
  4514. auracan = false
  4515. aura.Texture = "rbxassetid://901509906"
  4516. wait(0.07)
  4517. aura.Texture = "rbxassetid://901510046"
  4518. wait(0.07)
  4519. aura.Texture = "rbxassetid://901510125"
  4520. wait(0.07)
  4521.  
  4522. auracan = true
  4523. end
  4524. if auracan3 == true then
  4525. auracan3 = false
  4526. aura3.Texture = "rbxassetid://901509906"
  4527. wait(0.07)
  4528. aura3.Texture = "rbxassetid://901510046"
  4529. wait(0.07)
  4530. aura3.Texture = "rbxassetid://901510125"
  4531. wait(0.07)
  4532. auracan3 = true
  4533. end
  4534. if hum.MoveDirection.x > 0 and nohit > 10 or hum.MoveDirection.x < 0 and nohit > 10 then
  4535.  
  4536. if walk == true then
  4537.  
  4538. if canattack == true then
  4539. walk = false
  4540. walkon = true
  4541.  
  4542. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)--head
  4543. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-3), math.rad(0), math.rad(0)), 0.5)--torso
  4544. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(5)), 0.5)--rarm
  4545. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(-10),math.rad(0),math.rad(-5)),0.5)--larm
  4546. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -0.6, -.5) * CFrame.Angles(math.rad(-15), math.rad(0), math.rad(-5)),.5)--lleg
  4547. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-5), math.rad(0), math.rad(5)),.5)--rleg
  4548. wait(0.1)
  4549. if hum.MoveDirection.x > 0 and nohit > 10 or hum.MoveDirection.x < 0 and nohit > 10 then
  4550. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)--head
  4551. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-3), math.rad(0), math.rad(0)), 0.5)--torso
  4552. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(5)), 0.5)--rarm
  4553. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(-10),math.rad(0),math.rad(-5)),0.5)--larm
  4554. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -0.6, -.5) * CFrame.Angles(math.rad(-15), math.rad(0), math.rad(-5)),.5)--lleg
  4555. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-5), math.rad(0), math.rad(5)),.5)--rleg
  4556. wait(0.1)
  4557. end
  4558. if hum.MoveDirection.x > 0 and nohit > 10 or hum.MoveDirection.x < 0 and nohit > 10 then
  4559. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), .5)--head
  4560. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-3), math.rad(0), math.rad(0)), .5)--torso
  4561. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(20),math.rad(0),math.rad(5)), .5)--rarm
  4562. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(-5)),1)--larm
  4563. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, -.2) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(-5)),.5)--lleg
  4564. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-8), math.rad(0), math.rad(5)),.5)--rleg
  4565.  
  4566. z41 = Instance.new("Sound",char)
  4567. z41.Volume = 10
  4568. z41.Looped = false
  4569. z41.SoundId = walksound
  4570. z41:Play()
  4571. wait(.1)
  4572. end
  4573. if hum.MoveDirection.x > 0 and nohit > 10 or hum.MoveDirection.x < 0 and nohit > 10 then
  4574. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), .5)--head
  4575. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-3), math.rad(0), math.rad(0)), .5)--torso
  4576. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(20),math.rad(0),math.rad(5)), .5)--rarm
  4577. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(-5)),1)--larm
  4578. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, -.2) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(-5)),.5)--lleg
  4579. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-8), math.rad(0), math.rad(5)),.5)--rleg
  4580.  
  4581.  
  4582. wait(.1)
  4583. end
  4584. if hum.MoveDirection.x > 0 and nohit > 10 or hum.MoveDirection.x < 0 and nohit > 10 then
  4585.  
  4586. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), .5)--head
  4587. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-3), math.rad(0), math.rad(0)), .5)--torso
  4588. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(5)), .5)--rarm
  4589. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-5)),.5)--larm
  4590. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, -.2) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-5)),.5)--lleg
  4591. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(5)),.5)--rleg
  4592. wait(0.1)
  4593.  
  4594. end
  4595. if hum.MoveDirection.x > 0 and nohit > 10 or hum.MoveDirection.x < 0 and nohit > 10 then
  4596.  
  4597. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), .5)--head
  4598. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-3), math.rad(0), math.rad(0)), .5)--torso
  4599. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(5)), .5)--rarm
  4600. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-5)),.5)--larm
  4601. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, -.2) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-5)),.5)--lleg
  4602. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(5)),.5)--rleg
  4603. wait(0.1)
  4604.  
  4605. end
  4606. if hum.MoveDirection.x > 0 and nohit > 10 or hum.MoveDirection.x < 0 and nohit > 10 then
  4607.  
  4608. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), .5)--head
  4609. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-3), math.rad(0), math.rad(0)), .5)--torso
  4610. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(-10),math.rad(0),math.rad(5)), .5)--rarm
  4611. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(-5)),.5)--larm
  4612. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(5), math.rad(0), math.rad(-5)),.5)--lleg
  4613. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -0.6, -.5) * CFrame.Angles(math.rad(-15), math.rad(0), math.rad(5)),.5)--rleg
  4614. wait(0.1)
  4615. end
  4616. if hum.MoveDirection.x > 0 and nohit > 10 or hum.MoveDirection.x < 0 and nohit > 10 then
  4617.  
  4618. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), .5)--head
  4619. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-3), math.rad(0), math.rad(0)), .5)--torso
  4620. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(-10),math.rad(0),math.rad(5)), .5)--rarm
  4621. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(-5)),.5)--larm
  4622. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(5), math.rad(0), math.rad(-5)),.5)--lleg
  4623. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -0.6, -.5) * CFrame.Angles(math.rad(-15), math.rad(0), math.rad(5)),.5)--rleg
  4624. wait(0.1)
  4625. end
  4626. if hum.MoveDirection.x > 0 and nohit > 10 or hum.MoveDirection.x < 0 and nohit > 10 then
  4627. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), .5)--head
  4628. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-3), math.rad(0), math.rad(0)), .5)--torso
  4629. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(5)), .5)--rarm
  4630. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(20),math.rad(0),math.rad(-5)),.5)--larm
  4631. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, -.2) * CFrame.Angles(math.rad(-8), math.rad(0), math.rad(-5)),.5)--lleg
  4632. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, -.2) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(5)),.5)--rleg
  4633. wait(0.1)
  4634. z41 = Instance.new("Sound",char)
  4635. z41.Volume = 10
  4636. z41.Looped = false
  4637. z41.SoundId = walksound
  4638. z41:Play()
  4639. end
  4640. if hum.MoveDirection.x > 0 and nohit > 10 or hum.MoveDirection.x < 0 and nohit > 10 then
  4641. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), .5)--head
  4642. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-3), math.rad(0), math.rad(0)), .5)--torso
  4643. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(5)), .5)--rarm
  4644. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(20),math.rad(0),math.rad(-5)),.5)--larm
  4645. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, -.2) * CFrame.Angles(math.rad(-8), math.rad(0), math.rad(-5)),.5)--lleg
  4646. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, -.2) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(5)),.5)--rleg
  4647. wait(0.1)
  4648.  
  4649. end
  4650. if hum.MoveDirection.x > 0 and nohit > 10 or hum.MoveDirection.x < 0 and nohit > 10 then
  4651. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), .5)--head
  4652. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-3), math.rad(0), math.rad(0)), .5)--torso
  4653. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(5)), .5)--rarm
  4654. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-5)),.5)--larm
  4655. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, -.2) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-5)),.5)--lleg
  4656. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(5)),.5)--rleg
  4657.  
  4658. wait(0.1)
  4659. end
  4660. if hum.MoveDirection.x > 0 and nohit > 10 or hum.MoveDirection.x < 0 and nohit > 10 then
  4661. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), .5)--head
  4662. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-3), math.rad(0), math.rad(0)), .5)--torso
  4663. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(5)), .5)--rarm
  4664. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-5)),.5)--larm
  4665. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, -.2) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-5)),.5)--lleg
  4666. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(5)),.5)--rleg
  4667.  
  4668. wait(0.1)
  4669. end
  4670.  
  4671. walk = true
  4672. end
  4673. end
  4674. end
  4675. if hum.MoveDirection.x == 0 then
  4676. if idle1 == true then
  4677. walkon = false
  4678. idle1 = false
  4679. idle = false
  4680.  
  4681.  
  4682. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(-50),math.rad(0)), 0.4)--head
  4683. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), math.rad(0)), 0.2)--torso
  4684. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.3,-0.5)*CFrame.Angles(math.rad(160),math.rad(210),math.rad(0)), 0.2)--rarm
  4685. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(5),math.rad(0),math.rad(-20)), 0.2)--larm
  4686. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, .2) * CFrame.Angles(math.rad(-5), math.rad(0), math.rad(-20)), 0.4)--lleg
  4687. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, -.2) * CFrame.Angles(math.rad(5), math.rad(0), math.rad(20)), 0.4)--rleg
  4688. wait(0.1)
  4689.  
  4690. if canattack == true then
  4691. idle = true
  4692. idle1 = true
  4693. end
  4694. end
  4695.  
  4696. end
  4697. nohit = nohit + 0.2
  4698. if nohit > 10 and canattack == true and walkon == false then
  4699. idle = true
  4700. idle1 = true
  4701. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(-50),math.rad(0)), 0.4)--head
  4702. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), math.rad(0)), 0.2)--torso
  4703. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.3,-0.5)*CFrame.Angles(math.rad(160),math.rad(210),math.rad(0)), 0.2)--rarm
  4704. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(5),math.rad(0),math.rad(-20)), 0.2)--larm
  4705. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, .2) * CFrame.Angles(math.rad(-5), math.rad(0), math.rad(-20)), 0.4)--lleg
  4706. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, -.2) * CFrame.Angles(math.rad(5), math.rad(0), math.rad(20)), 0.4)--rleg
  4707.  
  4708. end
  4709. if darius == true then
  4710. darius = false
  4711. wait(0.1)
  4712. part2.Texture = "http://www.roblox.com/asset/?id=0"
  4713. wait(0.1)
  4714. part2.Texture = "http://www.roblox.com/asset/?id=0"
  4715. wait(0.1)
  4716. part2.Texture = "http://www.roblox.com/asset/?id=0"
  4717. darius = true
  4718. end
  4719. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement