Advertisement
creepypastalord23

Untitled

Jan 29th, 2018
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 304.43 KB | None | 0 0
  1. wait(0.1)
  2. canspirit = false
  3. goup = 1
  4. spiritballenergy = false
  5. local spirit1 = false
  6. local spirit2 = false
  7. local sizeup = 38
  8. local ringgo = 18
  9. local potara = false
  10. local potara1 = false
  11. local potara2 = false
  12. local potara3 = false
  13. local potara4 = false
  14. local hipheight = false
  15. local idle7 = true
  16. local idle6 = true
  17. local idle5 = false
  18. local noidle = false
  19. local noidle1 = false
  20. local fuse = false
  21. local bigkamehameha1 = false
  22. local bigkamehameha2 = false
  23. local idle2 = false
  24. local idle3 = false
  25. local com1 = 10
  26. local com2 = -5
  27. local fuse1 = false
  28. local fuse2 = false
  29. local fuse3 = false
  30. local fuse4 = false
  31. local fuse5 = false
  32. local fuse6 = false
  33. local fuse7 = false
  34. local fuse8 = false
  35. local ssj4 = false
  36. local headcolor = 0
  37. local walk11 = true
  38. local great = false
  39. local size = 0
  40. local size2 = 0
  41. local kicharging = false
  42. local ki = 100
  43. local ScreenGui = Instance.new("ScreenGui")
  44. local Gui = Instance.new("Frame")
  45. local Frame = Instance.new("Frame")
  46. local Frame_2 = Instance.new("Frame")
  47. local Frame_3 = Instance.new("Frame")
  48.  
  49. -- Properties
  50.  
  51. ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
  52.  
  53. Gui.Name = "Gui"
  54. Gui.Parent = ScreenGui
  55. Gui.BackgroundColor3 = Color3.new(1, 1, 1)
  56.  
  57. Frame.Parent = Gui
  58. Frame.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  59. Frame.BorderSizePixel = 0
  60. Frame.Position = UDim2.new(0, 40, 0, 20)
  61. Frame.Size = UDim2.new(0, 250, 0, 30)
  62. Frame_3.Parent = Gui
  63. Frame_3.BackgroundColor3 = Color3.new(0, 0, 1)
  64. Frame_3.BorderSizePixel = 0
  65. Frame_3.Position = UDim2.new(0, 50, 0, 30)
  66. Frame_3.Size = UDim2.new(0, 230, 0, 10)
  67.  
  68. local rock3 = false
  69. local rock2 = false
  70. local rock = false
  71. local auranum3 = 0
  72. local auranum4 = 0
  73.  
  74. local turn = 1
  75. local Player = game.Players.LocalPlayer
  76. local Character = game.Players.LocalPlayer.Character
  77. local Create = LoadLibrary("RbxUtility").Create
  78. CFuncs = {
  79.  
  80.  
  81.  
  82.  
  83. ["Weld"] = {
  84. Create = function(Parent, Part0, Part1, C0, C1)
  85. local Weld = Create("Weld"){
  86. Parent = Parent,
  87. Part0 = Part0,
  88. Part1 = Part1,
  89. C0 = C0,
  90. C1 = C1,
  91. }
  92. return Weld
  93. end;
  94. };
  95.  
  96. ["Sound"] = {
  97. Create = function(id, par, vol, pit)
  98. coroutine.resume(coroutine.create(function()
  99. local S = Create("Sound"){
  100. Volume = vol,
  101. Pitch = pit or 1,
  102. SoundId = id,
  103. Parent = par or workspace,
  104. }
  105. wait()
  106. S:play()
  107. game:GetService("Debris"):AddItem(S, 6)
  108. end))
  109. end;
  110. };
  111.  
  112. ["ParticleEmitter"] = {
  113. Create = function(Parent, Color1, Color2, LightEmission, Size, Texture, Transparency, ZOffset, Accel, Drag, LockedToPart, VelocityInheritance, EmissionDirection, Enabled, LifeTime, Rate, Rotation, RotSpeed, Speed, VelocitySpread)
  114. local fp = Create("ParticleEmitter"){
  115. Parent = Parent,
  116. Color = ColorSequence.new(Color1, Color2),
  117. LightEmission = LightEmission,
  118. Size = Size,
  119. Texture = Texture,
  120. Transparency = Transparency,
  121. ZOffset = ZOffset,
  122. Acceleration = Accel,
  123. Drag = Drag,
  124. LockedToPart = LockedToPart,
  125. VelocityInheritance = VelocityInheritance,
  126. EmissionDirection = EmissionDirection,
  127. Enabled = Enabled,
  128. Lifetime = LifeTime,
  129. Rate = Rate,
  130. Rotation = Rotation,
  131. RotSpeed = RotSpeed,
  132. Speed = Speed,
  133. VelocitySpread = VelocitySpread,
  134. }
  135. return fp
  136. end;
  137. };
  138.  
  139. CreateTemplate = {
  140.  
  141. };
  142. }
  143.  
  144.  
  145.  
  146. New = function(Object, Parent, Name, Data)
  147. local Object = Instance.new(Object)
  148. for Index, Value in pairs(Data or {}) do
  149. Object[Index] = Value
  150. end
  151. Object.Parent = Parent
  152. Object.Name = Name
  153. return Object
  154. end
  155.  
  156.  
  157. CV="Really black"
  158. ArtificialHB = Create("BindableEvent", script){
  159. Parent = script,
  160. Name = "Heartbeat",
  161. }
  162.  
  163. function swait(num)
  164. if num == 0 or num == nil then
  165. ArtificialHB.Event:wait()
  166. else
  167. for i = 0, num do
  168. ArtificialHB.Event:wait()
  169. end
  170. end
  171. end
  172.  
  173. function chatfunc(text)
  174. local chat = coroutine.wrap(function()
  175. if Character:FindFirstChild("TalkingBillBoard")~= nil then
  176. Character:FindFirstChild("TalkingBillBoard"):destroy()
  177. end
  178. local naeeym2 = Instance.new("BillboardGui",Character)
  179. naeeym2.Size = UDim2.new(0,100,0,40)
  180. naeeym2.StudsOffset = Vector3.new(0,3,0)
  181. naeeym2.Adornee = Character.Head
  182. naeeym2.Name = "TalkingBillBoard"
  183. local tecks2 = Instance.new("TextLabel",naeeym2)
  184. tecks2.BackgroundTransparency = 1
  185. tecks2.BorderSizePixel = 0
  186. tecks2.Text = ""
  187. tecks2.Font = "Fantasy"
  188. tecks2.TextSize = 30
  189. tecks2.TextStrokeTransparency = 0
  190. tecks2.TextColor3 = Color3.new(0,0,0)
  191. tecks2.TextStrokeColor3 = Color3.new(0,0,255)
  192. tecks2.Size = UDim2.new(1,0,0.5,0)
  193. local tecks3 = Instance.new("TextLabel",naeeym2)
  194. tecks3.BackgroundTransparency = 1
  195. tecks3.BorderSizePixel = 0
  196. tecks3.Text = ""
  197. tecks3.Font = "Fantasy"
  198. tecks3.TextSize = 30
  199. tecks3.TextStrokeTransparency = 0
  200. tecks3.TextColor3 = Color3.new(0,0,0)
  201. tecks3.TextStrokeColor3 = Color3.new(255,255,255)
  202. tecks3.Size = UDim2.new(1,0,0.5,0)
  203. for i = 1,string.len(text),1 do
  204.  
  205. tecks2.Text = string.sub(text,1,i)
  206. tecks3.Text = string.sub(text,1,i)
  207. wait(0.01)
  208. end
  209. wait(2)
  210. for i = 1, 50 do
  211.  
  212. tecks2.Position = tecks2.Position - UDim2.new(math.random(-.4,.4),math.random(-5,5),.05,math.random(-5,5))
  213. tecks2.Rotation = tecks2.Rotation - .8
  214. tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  215. tecks2.TextTransparency = tecks2.TextTransparency + .04
  216. tecks3.Position = tecks2.Position - UDim2.new(math.random(-.4,.4),math.random(-5,5),.05,math.random(-5,5))
  217. tecks3.Rotation = tecks2.Rotation + .8
  218. tecks3.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  219. tecks3.TextTransparency = tecks2.TextTransparency + .04
  220. end
  221. naeeym2:Destroy()
  222. end)
  223. chat()
  224.  
  225. end
  226. function onChatted(msg)
  227. chatfunc(msg)
  228.  
  229. end
  230. Player.Chatted:connect(onChatted)
  231.  
  232. abss = Instance.new("BillboardGui",Character)
  233. abss.Size = UDim2.new(10,0,10,0)
  234. abss.Enabled = false
  235. abss.Name = "ROCKYMOUNT"
  236. imgl = Instance.new("ImageLabel",abss)
  237. imgl.Position = UDim2.new(0,0,0,0)
  238. imgl.Size = UDim2.new(1,0,1,0)
  239. imgl.Image = "rbxassetid://711463989"
  240. imgl.BackgroundTransparency = 1
  241. imgl.ImageColor3 = Color3.new(0,255,255)
  242. img2 = Instance.new("ImageLabel",abss)
  243. img2.Position = UDim2.new(0,0,0,0)
  244. img2.Size = UDim2.new(1,0,1,0)
  245. img2.Image = "rbxassetid://711463989"
  246. img2.BackgroundTransparency = 1
  247. img2.ImageColor3 = Color3.new(0,255,255)
  248.  
  249.  
  250. local kamehameha5 = false
  251. local ssjg = false
  252. local ssjbkaio = false
  253. local GroundShake = false
  254. local GroundShake2 = false
  255. local transform5 = false
  256. local auranum = 0
  257. local auranum1 = 0
  258. local auranum2 = 0
  259. local ssjbkaiox10 = false
  260. local auracan3 = true
  261. local auraon = true
  262. local ssjb = false
  263. local kiblastdone = true
  264. local kigo = 2.3
  265. local num1 = 16
  266. local go11 = 2.3
  267. local grab = false
  268. local up = 0
  269. local number = 1
  270. local punch1 = false
  271. local punch2 = false
  272. local punch3 = false
  273. local punch4 = false
  274. local punched1 = true
  275. local punched2 = false
  276. local punched3 = false
  277. local punched4 = false
  278. local kiblast1 = false
  279. local kiblast2 = false
  280. local kiblast3 = false
  281. local kiblast4 = false
  282. local kick1 = false
  283. local kick2 = false
  284. local kick3 = false
  285. local kick4 = false
  286. local uppercut1 = false
  287. local uppercut2 = false
  288. local knockdown1 = false
  289. local knockdown2 = false
  290. local foward = false
  291. local nill = true
  292. local canfly1 = false
  293. local canfly = true
  294. local flying1 = true
  295. local aim = false
  296. local cam=workspace.Camera
  297. local ssj1 = false
  298. local ssj2 = false
  299. local ssj3 = false
  300. local onaura = true
  301. local transform1 = false
  302. local transform2 = false
  303. local transform3 = false
  304. local transform3 = false
  305. local canjump = true
  306. local num = 0
  307. local jumped = false
  308. local beamgo = 6
  309. local beamgo1 = 1
  310. local startk = false
  311. local beam1 = false
  312. local beam2 = false
  313. local p = game.Players.LocalPlayer
  314. local char = p.Character
  315. local rad = math.rad
  316. local hum = char.Humanoid
  317. local kamehameha1 = false
  318. local kamehameha2 = false
  319. local kamehameha3 = false
  320. local kamehameha4 = false
  321. local idle = true
  322. local walk = true
  323. local walk1 = true
  324. local runAnimKeyframeHandler = nil
  325. local mouse = p:GetMouse()
  326. local v3 = Vector3.new
  327. local ns = NumberSequence.new
  328. local nr = NumberRange.new
  329. local new = Instance.new
  330. local cf = CFrame.new
  331. local cfa = CFrame.Angles
  332. local bc = BrickColor.new
  333. local canattack = true
  334. local Character = char
  335. local Humanoid = Character:WaitForChild("Humanoid")
  336. local pose = "Standing"
  337.  
  338. local currentAnim = ""
  339. local currentAnimInstance = nil
  340. local currentAnimTrack = nil
  341. local currentAnimKeyframeHandler = nil
  342. local currentAnimSpeed = 1.0
  343.  
  344. local runAnimTrack = nil
  345. nose = Instance.new("Decal",char.Head)
  346. nose.Texture = "rbxassetid://765424161"
  347. mouth = Instance.new("Decal",char.Head)
  348. mouth.Texture = "rbxassetid://932140764"
  349. --open
  350.  
  351. --rbxassetid://765424161
  352. char.Head.face.Texture= "rbxassetid://765423946"
  353. --ssj
  354. --rbxassetid://765493484
  355. --ssj3
  356. --rbxassetid://897514186
  357. --ssjb
  358. --rbxassetid://959519291
  359. local animTable = {}
  360. local animNames = {
  361. idle = {
  362. { id = "http://www.roblox.com/asset/?id=0", weight = 1 },
  363. { id = "http://www.roblox.com/asset/?id=0", weight = 1 },
  364. { id = "http://www.roblox.com/asset/?id=0", weight = 9 }
  365. },
  366. walk = {
  367. { id = "http://www.roblox.com/asset/?id=507777826", weight = 10 }
  368. },
  369. run = {
  370. { id = "http://www.roblox.com/asset/?id=507767714", weight = 10 }
  371. },
  372. swim = {
  373. { id = "http://www.roblox.com/asset/?id=507784897", weight = 10 }
  374. },
  375. swimidle = {
  376. { id = "http://www.roblox.com/asset/?id=507785072", weight = 10 }
  377. },
  378. jump = {
  379. { id = "http://www.roblox.com/asset/?id=507765000", weight = 10 }
  380. },
  381. fall = {
  382. { id = "http://www.roblox.com/asset/?id=507767968", weight = 10 }
  383. },
  384. climb = {
  385. { id = "http://www.roblox.com/asset/?id=507765644", weight = 10 }
  386. },
  387. sit = {
  388. { id = "http://www.roblox.com/asset/?id=507768133", weight = 10 }
  389. },
  390. toolnone = {
  391. { id = "http://www.roblox.com/asset/?id=507768375", weight = 10 }
  392. },
  393. toolslash = {
  394. { id = "http://www.roblox.com/asset/?id=522635514", weight = 10 }
  395. },
  396. toollunge = {
  397. { id = "http://www.roblox.com/asset/?id=522638767", weight = 10 }
  398. },
  399. wave = {
  400. { id = "http://www.roblox.com/asset/?id=507770239", weight = 10 }
  401. },
  402. point = {
  403. { id = "http://www.roblox.com/asset/?id=507770453", weight = 10 }
  404. },
  405. dance = {
  406. { id = "http://www.roblox.com/asset/?id=507771019", weight = 10 },
  407. { id = "http://www.roblox.com/asset/?id=507771955", weight = 10 },
  408. { id = "http://www.roblox.com/asset/?id=507772104", weight = 10 }
  409. },
  410. dance2 = {
  411. { id = "http://www.roblox.com/asset/?id=507776043", weight = 10 },
  412. { id = "http://www.roblox.com/asset/?id=507776720", weight = 10 },
  413. { id = "http://www.roblox.com/asset/?id=507776879", weight = 10 }
  414. },
  415. dance3 = {
  416. { id = "http://www.roblox.com/asset/?id=507777268", weight = 10 },
  417. { id = "http://www.roblox.com/asset/?id=507777451", weight = 10 },
  418. { id = "http://www.roblox.com/asset/?id=507777623", weight = 10 }
  419. },
  420. laugh = {
  421. { id = "http://www.roblox.com/asset/?id=507770818", weight = 10 }
  422. },
  423. cheer = {
  424. { id = "http://www.roblox.com/asset/?id=507770677", weight = 10 }
  425. },
  426. }
  427.  
  428. -- Existance in this list signifies that it is an emote, the value indicates if it is a looping emote
  429. local emoteNames = { wave = false, point = false, dance = true, dance2 = true, dance3 = true, laugh = false, cheer = false}
  430.  
  431. ---------------------------------------------------
  432. local LeftUpperArm = char.LeftUpperArm
  433. local LeftShoulder = char.LeftUpperArm.LeftShoulder
  434. local LeftLowerArm = char.LeftLowerArm
  435. local LeftElbow = char.LeftLowerArm.LeftElbow
  436. --------------------------------------------------------
  437. local LeftUpperLeg = char.LeftUpperLeg
  438. local LeftHip = char.LeftUpperLeg.LeftHip
  439. local LeftLowerLeg = char.LeftLowerLeg
  440. local LeftKnee = char.LeftLowerLeg.LeftKnee
  441. ----------------------------------------------------------
  442. local RightUpperArm = char.RightUpperArm
  443. local RightShoulder = char.RightUpperArm.RightShoulder
  444. local RightLowerArm = char.RightLowerArm
  445. local RightElbow = char.RightLowerArm.RightElbow
  446. ----------------------------------------------------------
  447. local RightUpperLeg = char.RightUpperLeg
  448. local RightHip = char.RightUpperLeg.RightHip
  449. local RightLowerLeg = char.RightLowerLeg
  450. local RightKnee = char.RightLowerLeg.RightKnee
  451. ----------------------------------------------------------
  452. local UpperTorso = char.UpperTorso
  453. local LowerTorso = char.LowerTorso
  454. local Root = char.LowerTorso.Root
  455. local RootPart = char.HumanoidRootPart
  456. local LeftHand = char.LeftHand
  457. local RightHand = char.RightHand
  458. local LeftFoot = char.LeftFoot
  459. local RightFoot = char.RightFoot
  460. --------------------------------------------
  461. local Head = char.Head
  462. local Neck = char.Head.Neck
  463. local oldAnim = currentAnim
  464.  
  465. --Sounds
  466. --Folder
  467. soundfolder = Instance.new("Model",char)
  468. soundfolder.Name = "Sound Folder"
  469. --Sounds
  470. kamecharge = Instance.new("Sound",soundfolder)
  471. kamecharge.Volume = 10
  472. kamecharge.Name = "kamecharge"
  473. kamecharge.Looped = false
  474. kamecharge.SoundId = "rbxassetid://908489666"
  475. kamefire = Instance.new("Sound",soundfolder)
  476. kamefire.Volume = 10
  477. kamefire.Name = "kamefire"
  478. kamefire.Looped = false
  479. kamefire.TimePosition = 0.5
  480. kamefire.SoundId = "rbxassetid://977360812"
  481. kamehit = Instance.new("Sound",soundfolder)
  482. kamehit.Volume = 30
  483. kamehit.Name = "kamehit"
  484. kamehit.Looped = false
  485. kamehit.SoundId = "rbxassetid://908484148"
  486. ssjaura = Instance.new("Sound",soundfolder)
  487. ssjaura.Volume = 5
  488. ssjaura.Name = "ssjaura"
  489. ssjaura.Looped = true
  490. ssjaura.SoundId = "rbxassetid://891397456"
  491. ssjauraburst = Instance.new("Sound",soundfolder)
  492. ssjauraburst.Volume = math.huge
  493. ssjauraburst.Name = "ssjauraburst"
  494. ssjauraburst.Looped =false
  495. ssjauraburst.SoundId = "rbxassetid://437393965"
  496. ssjmusic = Instance.new("Sound",soundfolder)
  497. ssjmusic.Volume = 0
  498. ssjmusic.Name = "ssjmusic"
  499. ssjmusic.Looped = true
  500. ssjmusic.SoundId = "rbxassetid://390946253"
  501. ssj2music = Instance.new("Sound",soundfolder)
  502. ssj2music.Volume = 0
  503. ssj2music.Name = "ssj2music"
  504. ssj2music.Looped = true
  505. ssj2music.SoundId = "rbxassetid://144377132"
  506. ssj2aura = Instance.new("Sound",soundfolder)
  507. ssj2aura.Volume = 5
  508. ssj2aura.Name = "ssj2aura"
  509. ssj2aura.Looped = true
  510. ssj2aura.SoundId = "rbxassetid://850205092"
  511. ssj3music = Instance.new("Sound",soundfolder)
  512. ssj3music.Volume = 0
  513. ssj3music.Name = "ssj3music"
  514. ssj3music.Looped = true
  515. ssj3music.SoundId = "rbxassetid://156056027"
  516. KiCharge = Instance.new("Sound",soundfolder)
  517. KiCharge.Volume = 10000
  518. KiCharge.Name = "KiCharge"
  519. KiCharge.Looped = true
  520. KiCharge.TimePosition = 0.7
  521. KiCharge.SoundId = "rbxassetid://700499952"
  522.  
  523. KiCharge2 = Instance.new("Sound",soundfolder)
  524. KiCharge2.Volume = 10000
  525. KiCharge2.Name = "KiCharge2"
  526. KiCharge2.Looped = false
  527. KiCharge2.TimePosition = 7.3
  528.  
  529. KiCharge2.SoundId = "rbxassetid://700499952"
  530. Lightning = Instance.new("Sound",soundfolder)
  531. Lightning.Volume = 10000
  532. Lightning.TimePosition = 1
  533. Lightning.Name = "Lightning"
  534. Lightning.Looped = false
  535. Lightning.SoundId = "http://www.roblox.com/asset/?id=12222030"
  536. AuraOff = Instance.new("Sound",soundfolder)
  537. AuraOff.Volume = 10000
  538. AuraOff.Name = "AuraOff"
  539. AuraOff.Looped = false
  540. AuraOff.SoundId = "http://www.roblox.com/asset/?id=922710675"
  541. PowerDown = Instance.new("Sound",soundfolder)
  542. PowerDown.Volume = 10000
  543. PowerDown.Name = "PowerDown"
  544. PowerDown.Looped = false
  545. PowerDown.SoundId = "http://www.roblox.com/asset/?id=598621913"
  546. punchsound1 = Instance.new("Sound",soundfolder)
  547. punchsound1.Volume = 10
  548. punchsound1.Name = "punchsound1"
  549. punchsound1.Looped = false
  550. punchsound1.SoundId = "rbxassetid://137579113"
  551. punchsound2 = Instance.new("Sound",soundfolder)
  552. punchsound2.Volume = 10
  553. punchsound2.Name = "punchsound2"
  554. punchsound2.Looped = false
  555. punchsound2.SoundId = "rbxassetid://441202925"
  556. kiblastsound = Instance.new("Sound",soundfolder)
  557. kiblastsound.Volume = 10000
  558. kiblastsound.Name = "kiblastsound"
  559. kiblastsound.Looped = false
  560. kiblastsound.SoundId = "http://www.roblox.com/asset/?id=586187912"
  561. screaming = Instance.new("Sound",soundfolder)
  562. screaming.Volume = 10
  563. screaming.Name = "screaming"
  564. screaming.Looped = false
  565. screaming.SoundId = "rbxassetid://527276541"
  566. screaming1 = Instance.new("Sound",soundfolder)
  567. screaming1.Volume = 10
  568. screaming1.Name = "screaming1"
  569. screaming1.Looped = false
  570. screaming1.SoundId = "rbxassetid://975468335"
  571. FastPunch = Instance.new("Sound",soundfolder)
  572. FastPunch.Volume = 10000
  573. FastPunch.Name = "FastPunch"
  574. FastPunch.Looped = false
  575. FastPunch.SoundId = "http://www.roblox.com/asset/?id=253255373"
  576. GiantStep = Instance.new("Sound",soundfolder)
  577. GiantStep.Volume = 10000
  578. GiantStep.Name = "GiantStep"
  579. GiantStep.Looped = false
  580. GiantStep.SoundId = "http://www.roblox.com/asset/?id=863810402"
  581. StrongPunch = Instance.new("Sound",soundfolder)
  582. StrongPunch.Volume = 10000
  583. StrongPunch.Name = "StrongPunch"
  584. StrongPunch.Looped = false
  585. StrongPunch.SoundId = "http://www.roblox.com/asset/?id=735524546"
  586. KamehamehaVoice = Instance.new("Sound",soundfolder)
  587. KamehamehaVoice.Volume = 10000
  588. KamehamehaVoice.Name = "KamehamehaVoice"
  589. KamehamehaVoice.Looped = false
  590. KamehamehaVoice.SoundId = "http://www.roblox.com/asset/?id=130777838"
  591. KamehamehaVoice6 = Instance.new("Sound",soundfolder)
  592. KamehamehaVoice6.Volume = 10000
  593. KamehamehaVoice6.Name = "KamehamehaVoice6"
  594. KamehamehaVoice6.Looped = false
  595. KamehamehaVoice6.SoundId = "http://www.roblox.com/asset/?id=670166779"
  596. KamehamehaVoice3 = Instance.new("Sound",soundfolder)
  597. KamehamehaVoice3.Volume = 10000
  598. KamehamehaVoice3.Name = "KamehamehaVoice3"
  599. KamehamehaVoice3.Looped = false
  600. KamehamehaVoice3.SoundId = "http://www.roblox.com/asset/?id=1001695447"
  601. KamehamehaVoice2 = Instance.new("Sound",soundfolder)
  602. KamehamehaVoice2.Volume = 10000
  603. KamehamehaVoice2.Name = "KamehamehaVoice2"
  604. KamehamehaVoice2.Looped = false
  605. KamehamehaVoice2.SoundId = "http://www.roblox.com/asset/?id=1000078112"
  606. KamehamehaVoice1 = Instance.new("Sound",soundfolder)
  607. KamehamehaVoice1.Volume = 10000
  608. KamehamehaVoice1.Name = "KamehamehaVoice1"
  609. KamehamehaVoice1.Looped = false
  610. KamehamehaVoice1.SoundId = "http://www.roblox.com/asset/?id=1000028467"
  611. KamehamehaVoice4 = Instance.new("Sound",soundfolder)
  612. KamehamehaVoice4.Volume = 10000
  613. KamehamehaVoice4.Name = "KamehamehaVoice4"
  614. KamehamehaVoice4.Looped = false
  615. KamehamehaVoice4.SoundId = "http://www.roblox.com/asset/?id=1006793453"
  616. ssjbaura = Instance.new("Sound",soundfolder)
  617. ssjbaura.Volume = 0
  618. ssjbaura.Name = "ssjbaura"
  619. ssjbaura.Looped = true
  620. ssjbaura.SoundId = "rbxassetid://443386048"
  621. ssjbauraburst = Instance.new("Sound",soundfolder)
  622. ssjbauraburst.Volume = 1
  623. ssjbauraburst.Name = "ssjbauraburst"
  624. ssjbauraburst.Looped = false
  625. ssjbauraburst.SoundId = "rbxassetid://874183151"
  626. ssjbmusic = Instance.new("Sound",soundfolder)
  627. ssjbmusic.Volume = 0
  628. ssjbmusic.Name = "ssjbmusic"
  629. ssjbmusic.Looped = true
  630. ssjbmusic.SoundId = "rbxassetid://180572775"
  631. ssjbkaioken = Instance.new("Sound",soundfolder)
  632. ssjbkaioken.Volume = 0.001
  633. ssjbkaioken.Name = "ssjbkaioken"
  634. ssjbkaioken.Looped = false
  635. ssjbkaioken.SoundId = "http://www.roblox.com/asset/?id=1173681504"
  636. ssjbkaioken1 = Instance.new("Sound",soundfolder)
  637. ssjbkaioken1.Volume = 100
  638. ssjbkaioken1.Name = "ssjbkaioken1"
  639. ssjbkaioken1.Looped = false
  640. ssjbkaioken1.SoundId = "http://www.roblox.com/asset/?id=1173681504"
  641. ssjbkaura = Instance.new("Sound",soundfolder)
  642. ssjbkaura.Volume = 10000
  643. ssjbkaura.Name = "ssjbkaura"
  644. ssjbkaura.Looped = true
  645. ssjbkaura.SoundId = "rbxassetid://1100971847"
  646. ssjgaura = Instance.new("Sound",soundfolder)
  647. ssjgaura.Volume = 5
  648. ssjgaura.Name = "ssjgaura"
  649. ssjgaura.Looped = true
  650. ssjgaura.SoundId = "rbxassetid://590580266"
  651. ApeGrowl = Instance.new("Sound",soundfolder)
  652. ApeGrowl.Volume = 10
  653. ApeGrowl.Name = "ApeGrowl"
  654. ApeGrowl.Looped = false
  655. ApeGrowl.SoundId = "rbxassetid://849892755"
  656. ssjgmusic = Instance.new("Sound",soundfolder)
  657. ssjgmusic.Volume = 0
  658. ssjgmusic.Name = "ssjgmusic"
  659. ssjgmusic.Looped = true
  660. ssjgmusic.SoundId = "rbxassetid://785398417"
  661. Ape1 = Instance.new("Sound",soundfolder)
  662. Ape1.Volume = 10
  663. Ape1.Name = "Ape1"
  664. Ape1.Looped = false
  665. Ape1.SoundId = "rbxassetid://851581494"
  666.  
  667. Ape2 = Instance.new("Sound",soundfolder)
  668. Ape2.Volume = 10
  669. Ape2.Name = "Ape2"
  670. Ape2.Looped = false
  671. Ape2.SoundId = "rbxassetid://851581851"
  672. Ape3 = Instance.new("Sound",soundfolder)
  673. Ape3.Volume = 10
  674. Ape3.Name = "Ape3"
  675. Ape3.Looped = false
  676. Ape3.SoundId = "rbxassetid://851582274"
  677. ----------------------------------------------
  678. function Lightning1(pos,pos2,radius,numParts,model)
  679. radius = radius or 0.2
  680. numParts = numParts or 10
  681. model = model or workspace
  682. local lv = CFrame.new(pos,pos2).lookVector
  683. local dist = (pos-pos2).magnitude
  684. local dbp = dist/numParts
  685. local last = pos
  686. for i = 1,numParts do
  687. local p = Instance.new("Part",model)
  688. p.FormFactor = "Symmetric"
  689. p.Size = Vector3.new(14,14,1)
  690. p.Material = "Neon"
  691. p.CanCollide = false
  692. p.Anchored = true
  693. p.BrickColor = BrickColor.new("Cyan")
  694. local x = math.random(-100,100)/100*dbp/2
  695. local y = math.random(-100,100)/100*dbp/2
  696. local p2 = CFrame.new(pos+lv*(i*dbp),pos2+lv)*CFrame.new(x,y,0)
  697. local dist2 = (p2.p-last).magnitude
  698. local mid = (p2.p+last)/2
  699. local m = Instance.new("BlockMesh",p)
  700. m.Scale = Vector3.new(radius,radius,dist2)
  701. p.CFrame = CFrame.new(mid,p2.p)
  702. last = p2.p
  703. game:GetService("Debris"):AddItem(p,math.random(40,100)/1000)
  704. end
  705. end
  706. --GoundWaves
  707. GroundWave1 = function()
  708.  
  709. local HandCF = RootPart.CFrame * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)) + RootPart.CFrame.lookVector * 5
  710. Colors = {"White", "White"}
  711. local wave = Instance.new("Part", char)
  712. wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  713. wave.Anchored = true
  714. wave.Name = "Wave"..number
  715. wave.CanCollide = false
  716. wave.Locked = true
  717. wave.Size = Vector3.new(1, 1, 1)
  718. wave.TopSurface = "Smooth"
  719. wave.BottomSurface = "Smooth"
  720. wave.Transparency = 0.35
  721. wave.CFrame = HandCF
  722. wm = Instance.new("SpecialMesh", wave)
  723. wm.Name = "wave"..number
  724. wm.MeshId = "rbxassetid://3270017"
  725. coroutine.wrap(function()
  726. for i = 1, 30, 1 do
  727. wm.Scale = Vector3.new(5 + i*5.2, 3 + i*5.2, 5)
  728. wave.Size = wm.Scale
  729. wave.CFrame = HandCF
  730. wave.Transparency = i/30
  731. wait()
  732. end
  733. wait()
  734. wave:Destroy()
  735.  
  736. end)()
  737. end
  738. GroundWave1d = function()
  739.  
  740. local HandCF = RootPart.CFrame * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)) + RootPart.CFrame.lookVector * 6
  741. Colors = {"Cyan", "Cyan"}
  742. local wave = Instance.new("Part", char)
  743. wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  744. wave.Anchored = true
  745. wave.Name = "Wave"..number
  746. wave.CanCollide = false
  747. wave.Locked = true
  748. wave.Size = Vector3.new(0.5,0.5,0.5)
  749. wave.TopSurface = "Smooth"
  750. wave.BottomSurface = "Smooth"
  751. wave.Transparency = 0.35
  752. wave.CFrame = HandCF
  753. wm = Instance.new("SpecialMesh", wave)
  754. wm.Name = "wave"..number
  755. wm.MeshId = "rbxassetid://3270017"
  756. coroutine.wrap(function()
  757. for i = 1, 30, 1 do
  758. wm.Scale = Vector3.new(0.5 + i*.7, 1 + i*.7, 0.5)
  759. wave.Size = wm.Scale
  760. wave.CFrame = HandCF
  761. wave.Transparency = i/30
  762. wait()
  763. end
  764. wait()
  765. wave:Destroy()
  766.  
  767. end)()
  768. end
  769. GroundWave111 = function()
  770.  
  771. local HandCF = RootPart.CFrame * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)) + RootPart.CFrame.lookVector * 5
  772. Colors = {"White", "White"}
  773. local wavef = Instance.new("Part", char)
  774. wavef.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  775. wavef.Anchored = true
  776. wavef.Name = "Wave"..number
  777. wavef.CanCollide = false
  778. wavef.Locked = true
  779. wavef.Size = Vector3.new(1, 1, 1)
  780. wavef.TopSurface = "Smooth"
  781. wavef.BottomSurface = "Smooth"
  782. wavef.Transparency = 0.35
  783. wavef.CFrame = HandCF
  784. wmf = Instance.new("SpecialMesh", wavef)
  785. wmf.Name = "wave"..number
  786. wmf.MeshId = "rbxassetid://3270017"
  787. coroutine.wrap(function()
  788. for i = 1, 30, 1 do
  789. wmf.Scale = Vector3.new(5 + i*5.2, 3 + i*5.2, 5)
  790. wavef.Size = wmf.Scale
  791. wavef.CFrame = HandCF
  792. wavef.Transparency = i/30
  793. wait()
  794. end
  795. wait()
  796. wavef:Destroy()
  797.  
  798. end)()
  799. end
  800. GroundWave11 = function()
  801. local HandCF = RootPart.CFrame * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  802. Colors = {"White", "White"}
  803. local wave = Instance.new("Part", char)
  804. wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  805. wave.Anchored = true
  806. wave.Name = "Wave"
  807. wave.CanCollide = false
  808. wave.Locked = true
  809. wave.Size = Vector3.new(1, 1, 1)
  810. wave.TopSurface = "Smooth"
  811. wave.BottomSurface = "Smooth"
  812. wave.Transparency = 0.35
  813. wave.CFrame = HandCF
  814. wm = Instance.new("SpecialMesh", wave)
  815. wm.MeshId = "rbxassetid://3270017"
  816. coroutine.wrap(function()
  817. for i = 1, 30, 1 do
  818. wm.Scale = Vector3.new(5 + i*5.2, 3 + i*5.2, 5)
  819. wave.Size = wm.Scale
  820. wave.CFrame = HandCF
  821. wave.Transparency = i/30
  822. wait()
  823. end
  824. wait()
  825. wave:Destroy()
  826. end)()
  827. end
  828.  
  829. GroundWave2 = function()
  830. local HandCF = char["Beam"..num].CFrame * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  831. Colors = {"White", "White"}
  832. local wave3 = Instance.new("Part", char)
  833. wave3.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  834. wave3.Anchored = true
  835. wave3.Name = "Wave"
  836. wave3.CanCollide = false
  837. wave3.Locked = true
  838. wave3.Size = Vector3.new(1, 1, 1)
  839. wave3.TopSurface = "Smooth"
  840. wave3.BottomSurface = "Smooth"
  841. wave3.Transparency = 0.35
  842. wave3.CFrame = HandCF
  843. wm1 = Instance.new("SpecialMesh", wave3)
  844. wm1.MeshId = "rbxassetid://3270017"
  845. coroutine.wrap(function()
  846. for i = 1, 30, 1 do
  847. wm1.Scale = Vector3.new(5 + i*5.2, 3 + i*5.2, 5)
  848. wave3.Size = wm1.Scale
  849. wave3.CFrame = HandCF
  850. wave3.Transparency = i/30
  851. wait()
  852. end
  853. wait()
  854. wave3:Destroy()
  855. end)()
  856. end
  857. GroundWave3 = function()
  858. local HandCF = char["Beam"..num].CFrame * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  859. Colors = {"White", "White"}
  860. local wave2 = Instance.new("Part", char)
  861. wave2.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  862. wave2.Anchored = true
  863. wave2.Name = "Wave"
  864. wave2.CanCollide = false
  865. wave2.Locked = true
  866. wave2.Size = Vector3.new(1, 1, 1)
  867. wave2.TopSurface = "Smooth"
  868. wave2.BottomSurface = "Smooth"
  869. wave2.Transparency = 0.35
  870. wave2.CFrame = HandCF
  871. wm2 = Instance.new("SpecialMesh", wave2)
  872. wm2.MeshId = "rbxassetid://3270017"
  873. coroutine.wrap(function()
  874. for i = 1, 30, 1 do
  875. wm2.Scale = Vector3.new(5 + i*5.2, 3 + i*5.2, 5)
  876. wave2.Size = wm2.Scale
  877. wave2.CFrame = HandCF
  878. wave2.Transparency = i/30
  879. wait()
  880. end
  881. wait()
  882. wave2:Destroy()
  883. end)()
  884. end
  885. GroundWave4 = function()
  886. local HandCF = char["Beam"..num].CFrame * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0))
  887. Colors = {"White", "White"}
  888. local wave1 = Instance.new("Part", char)
  889. wave1.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  890. wave1.Anchored = true
  891. wave1.Name = "Wave"
  892. wave1.CanCollide = false
  893. wave1.Locked = true
  894. wave1.Size = Vector3.new(1, 1, 1)
  895. wave1.TopSurface = "Smooth"
  896. wave1.BottomSurface = "Smooth"
  897. wave1.Transparency = 0.35
  898. wave1.CFrame = HandCF
  899. wm3 = Instance.new("SpecialMesh", wave1)
  900. wm3.MeshId = "rbxassetid://3270017"
  901. coroutine.wrap(function()
  902. for i = 1, 30, 1 do
  903. wm3.Scale = Vector3.new(5 + i*5.2, 3 + i*5.2, 5)
  904. wave1.Size = wm3.Scale
  905. wave1.CFrame = HandCF
  906. wave1.Transparency = i/30
  907. wait()
  908. end
  909. wait()
  910. wave1:Destroy()
  911. end)()
  912. end
  913. --------------------------------------------------------------------------
  914. --transform
  915. GroundWave5 = function()
  916. local HandCF = RootPart.CFrame * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0))
  917. if ssjg == false then
  918. if ssjb == false then
  919. if ssj1 == true or ssj2 == true or ssj3 == true then
  920. Colors = {"New Yeller", "New Yeller"}
  921. elseif ssj1 == false and ssj2 == false and ssj3 == false and ssjb == false and ssjg == false then
  922. Colors = {"White", "White"}
  923. end
  924. else
  925. Colors = {"Cyan", "Cyan"}
  926. end
  927. else
  928. Colors = {"Really red", "Deep orange"}
  929. end
  930.  
  931. local wave11 = Instance.new("Part", char)
  932. wave11.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  933. wave11.Anchored = true
  934. wave11.Name = "Wave"
  935. wave11.CanCollide = false
  936. wave11.Locked = true
  937. wave11.Size = Vector3.new(1, 1, 1)
  938. wave11.TopSurface = "Smooth"
  939. wave11.BottomSurface = "Smooth"
  940. wave11.Transparency = 0.35
  941. wave11.CFrame = HandCF
  942. wm31 = Instance.new("SpecialMesh", wave11)
  943. wm31.MeshId = "rbxassetid://3270017"
  944. coroutine.wrap(function()
  945. for i = 1, 30, 1 do
  946. wm31.Scale = Vector3.new(5 + i*5.2, 3 + i*5.2, 5)
  947. wave11.Size = wm31.Scale
  948. wave11.CFrame = HandCF
  949. wave11.Transparency = i/30
  950. wait()
  951. end
  952. wait()
  953. wave11:Destroy()
  954. end)()
  955. end
  956. GroundWave6 = function()
  957. local HandCF = RootPart.CFrame * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  958. if ssjg == false then
  959. if ssjb == false then
  960. if ssj1 == true or ssj2 == true or ssj3 == true then
  961. Colors = {"New Yeller", "New Yeller"}
  962. elseif ssj1 == false and ssj2 == false and ssj3 == false and ssjb == false and ssjg == false then
  963. Colors = {"White", "White"}
  964. end
  965. else
  966. Colors = {"Cyan", "Cyan"}
  967. end
  968. else
  969. Colors = {"Really red", "Deep orange"}
  970. end
  971. local wave111 = Instance.new("Part", char)
  972. wave111.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  973. wave111.Anchored = true
  974. wave111.Name = "Wave"
  975. wave111.CanCollide = false
  976. wave111.Locked = true
  977. wave111.Size = Vector3.new(1, 1, 1)
  978. wave111.TopSurface = "Smooth"
  979. wave111.BottomSurface = "Smooth"
  980. wave111.Transparency = 0.35
  981. wave111.CFrame = HandCF
  982. wm311 = Instance.new("SpecialMesh", wave111)
  983. wm311.MeshId = "rbxassetid://3270017"
  984. coroutine.wrap(function()
  985. for i = 1, 30, 1 do
  986. wm311.Scale = Vector3.new(5 + i*5.2, 3 + i*5.2, 5)
  987. wave111.Size = wm311.Scale
  988. wave111.CFrame = HandCF
  989. wave111.Transparency = i/30
  990. wait()
  991. end
  992. wait()
  993. wave111:Destroy()
  994. end)()
  995. end
  996. GroundWave7 = function()
  997. local HandCF = RootPart.CFrame * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90))
  998. if ssjg == false then
  999. if ssjb == false then
  1000. if ssj1 == true or ssj2 == true or ssj3 == true then
  1001. Colors = {"New Yeller", "New Yeller"}
  1002. elseif ssj1 == false and ssj2 == false and ssj3 == false and ssjb == false and ssjg == false then
  1003. Colors = {"White", "White"}
  1004. end
  1005. else
  1006. Colors = {"Cyan", "Cyan"}
  1007. end
  1008. else
  1009. Colors = {"Really red", "Deep orange"}
  1010. end
  1011. local wave1111 = Instance.new("Part", char)
  1012. wave1111.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  1013. wave1111.Anchored = true
  1014. wave1111.Name = "Wave"
  1015. wave1111.CanCollide = false
  1016. wave1111.Locked = true
  1017. wave1111.Size = Vector3.new(1, 1, 1)
  1018. wave1111.TopSurface = "Smooth"
  1019. wave1111.BottomSurface = "Smooth"
  1020. wave1111.Transparency = 0.35
  1021. wave1111.CFrame = HandCF
  1022. wm3111 = Instance.new("SpecialMesh", wave1111)
  1023. wm3111.MeshId = "rbxassetid://3270017"
  1024. coroutine.wrap(function()
  1025. for i = 1, 30, 1 do
  1026. wm3111.Scale = Vector3.new(5 + i*5.2, 3 + i*5.2, 5)
  1027. wave1111.Size = wm3111.Scale
  1028. wave1111.CFrame = HandCF
  1029. wave1111.Transparency = i/30
  1030. wait()
  1031. end
  1032. wait()
  1033. wave1111:Destroy()
  1034. end)()
  1035. end
  1036. GroundWave8 = function()
  1037. local HandCF = RootPart.CFrame * CFrame.Angles(math.rad(40), math.rad(90), math.rad(0))
  1038. if ssjg == false then
  1039. if ssjb == false then
  1040. if ssj1 == true or ssj2 == true or ssj3 == true then
  1041. Colors = {"New Yeller", "New Yeller"}
  1042. elseif ssj1 == false and ssj2 == false and ssj3 == false and ssjb == false and ssjg == false then
  1043. Colors = {"White", "White"}
  1044. end
  1045. else
  1046. Colors = {"Cyan", "Cyan"}
  1047. end
  1048. else
  1049. Colors = {"Really red", "Deep orange"}
  1050. end
  1051. local wave11111 = Instance.new("Part", char)
  1052. wave11111.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  1053. wave11111.Anchored = true
  1054. wave11111.Name = "Wave"
  1055. wave11111.CanCollide = false
  1056. wave11111.Locked = true
  1057. wave11111.Size = Vector3.new(1, 1, 1)
  1058. wave11111.TopSurface = "Smooth"
  1059. wave11111.BottomSurface = "Smooth"
  1060. wave11111.Transparency = 0.35
  1061. wave11111.CFrame = HandCF
  1062. wm31111 = Instance.new("SpecialMesh", wave11111)
  1063. wm31111.MeshId = "rbxassetid://3270017"
  1064. coroutine.wrap(function()
  1065. for i = 1, 30, 1 do
  1066. wm31111.Scale = Vector3.new(5 + i*5.2, 3 + i*5.2, 5)
  1067. wave11111.Size = wm31111.Scale
  1068. wave11111.CFrame = HandCF
  1069. wave11111.Transparency = i/30
  1070. wait()
  1071. end
  1072. wait()
  1073. wave11111:Destroy()
  1074. end)()
  1075. end
  1076. GroundWave9 = function()
  1077. local HandCF = RootPart.CFrame * CFrame.Angles(math.rad(0), math.rad(90), math.rad(40))
  1078. if ssjg == false then
  1079. if ssjb == false then
  1080. if ssj1 == true or ssj2 == true or ssj3 == true then
  1081. Colors = {"New Yeller", "New Yeller"}
  1082. elseif ssj1 == false and ssj2 == false and ssj3 == false and ssjb == false and ssjg == false then
  1083. Colors = {"White", "White"}
  1084. end
  1085. else
  1086. Colors = {"Cyan", "Cyan"}
  1087. end
  1088. else
  1089. Colors = {"Really red", "Deep orange"}
  1090. end
  1091. local wave111111 = Instance.new("Part", char)
  1092. wave111111.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  1093. wave111111.Anchored = true
  1094. wave111111.Name = "Wave"
  1095. wave111111.CanCollide = false
  1096. wave111111.Locked = true
  1097. wave111111.Size = Vector3.new(1, 1, 1)
  1098. wave111111.TopSurface = "Smooth"
  1099. wave111111.BottomSurface = "Smooth"
  1100. wave111111.Transparency = 0.35
  1101. wave111111.CFrame = HandCF
  1102. wm311111 = Instance.new("SpecialMesh", wave111111)
  1103. wm311111.MeshId = "rbxassetid://3270017"
  1104. coroutine.wrap(function()
  1105. for i = 1, 30, 1 do
  1106. wm311111.Scale = Vector3.new(5 + i*5.2, 3 + i*5.2, 5)
  1107. wave111111.Size = wm311111.Scale
  1108. wave111111.CFrame = HandCF
  1109. wave111111.Transparency = i/30
  1110. wait()
  1111. end
  1112. wait()
  1113. wave111111:Destroy()
  1114. end)()
  1115. end
  1116. GroundWave10 = function()
  1117. local HandCF = RootPart.CFrame * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1118. if ssjg == false then
  1119. if ssjb == false then
  1120. if ssj1 == true or ssj2 == true or ssj3 == true then
  1121. Colors = {"New Yeller", "New Yeller"}
  1122. elseif ssj1 == false and ssj2 == false and ssj3 == false and ssjb == false and ssjg == false then
  1123. Colors = {"White", "White"}
  1124. end
  1125. else
  1126. Colors = {"Cyan", "Cyan"}
  1127. end
  1128. else
  1129. Colors = {"Really red", "Deep orange"}
  1130. end
  1131. local wave1111111 = Instance.new("Part", char)
  1132. wave1111111.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  1133. wave1111111.Anchored = true
  1134. wave1111111.Name = "Wave"
  1135. wave1111111.CanCollide = false
  1136. wave1111111.Locked = true
  1137. wave1111111.Size = Vector3.new(1, 1, 1)
  1138. wave1111111.TopSurface = "Smooth"
  1139. wave1111111.BottomSurface = "Smooth"
  1140. wave1111111.Transparency = 0.35
  1141. wave1111111.CFrame = HandCF
  1142. wm3111111 = Instance.new("SpecialMesh", wave1111111)
  1143. wm3111111.MeshId = "rbxassetid://3270017"
  1144. coroutine.wrap(function()
  1145. for i = 1, 30, 1 do
  1146. wm3111111.Scale = Vector3.new(5 + i*5.2, 3 + i*5.2, 5)
  1147. wave1111111.Size = wm3111111.Scale
  1148. wave1111111.CFrame = HandCF
  1149. wave1111111.Transparency = i/30
  1150. wait()
  1151. end
  1152. wait()
  1153. wave1111111:Destroy()
  1154. end)()
  1155. end
  1156. ae = new("Part",char)
  1157. ae.Name = "NewPart"
  1158. ae.Size = v3(0.1,0.1,0.1)
  1159. ae.Shape = "Ball"
  1160. ae.Position = v3(999,999,999)
  1161. ae.BrickColor = bc("bright Blue")
  1162. ae.Material = "Neon"
  1163. ae.Transparency = 1
  1164. aaae =new("Weld",ae)
  1165. aaae.Part0 = RootPart
  1166. aaae.Part1 = ae
  1167. aaae.C0 = cf(0,7,0) * cfa(rad(0),rad(0),rad(0))
  1168. ae1 = new("Part",char)
  1169. ae1.Name = "NewPart"
  1170. ae1.Size = v3(0.1,0.1,0.1)
  1171. ae1.Shape = "Ball"
  1172. ae1.Position = v3(999,999,999)
  1173. ae1.BrickColor = bc("bright Blue")
  1174. ae1.Material = "Neon"
  1175. ae1.Transparency = 1
  1176. aaae1 =new("Weld",ae1)
  1177. aaae1.Part0 = RootPart
  1178. aaae1.Part1 = ae1
  1179. aaae1.C0 = cf(0,15,0) * cfa(rad(0),rad(0),rad(0))
  1180.  
  1181.  
  1182. aw = new("Part",char)
  1183. aw.Name = "NewPart"
  1184. aw.Size = v3(0.1,0.1,0.1)
  1185. aw.Shape = "Ball"
  1186. aw.Position = v3(999,999,999)
  1187. aw.BrickColor = BrickColor.new("bright Blue")
  1188. aw.Material = "Neon"
  1189. aw.Transparency = 1
  1190. aaw = new("SpecialMesh",aw)
  1191. aaw.Scale = v3(1,1,1)
  1192. aaaw =new("Weld",aw)
  1193. aaaw.Part0 = LowerTorso
  1194. aaaw.Part1 = aw
  1195. aaaw.C0 = cf(0,1.6,-1.6) * cfa(rad(0),rad(0),rad(0))
  1196. aaaaw = new("ParticleEmitter",aw)
  1197. aaaaw.Size = ns(5)
  1198. aaaaw.Rate = 5
  1199. aaaaw.Color = ColorSequence.new(Color3.fromRGB(149,190,255))
  1200. aaaaw.Texture = "rbxassetid://924710961"
  1201. aaaaw.ZOffset = -1
  1202. aaaaw.Lifetime = nr(5)
  1203. aaaaw.RotSpeed = nr(50)
  1204. aaaaw.Transparency = ns(1)
  1205. aaaaw.LockedToPart = true
  1206. aaaaw.Speed = nr(0)
  1207. a = new("Part",char)
  1208. a.Name = "NewPart"
  1209. a.Size = v3(0.1,0.1,0.1)
  1210. a.Shape = "Ball"
  1211. a.Position = v3(999,999,999)
  1212. a.BrickColor = BrickColor.new("bright Blue")
  1213. a.Material = "Neon"
  1214. a.Transparency = 1
  1215. aa = new("SpecialMesh",a)
  1216. aa.Scale = v3(1,1,1)
  1217. aaa =new("Weld",a)
  1218. aaa.Part0 = LowerTorso
  1219. aaa.Part1 = a
  1220. aaa.C0 = cf(0,1.6,-1.6) * cfa(rad(0),rad(0),rad(0))
  1221. aaaa = new("ParticleEmitter",a)
  1222. aaaa.Size = ns(1)
  1223. aaaa.Rate = 5
  1224. aaaa.Texture = "rbxassetid://246381828"
  1225. aaaa.ZOffset = 1
  1226. aaaa.Lifetime = nr(5)
  1227. aaaa.Transparency = ns(1)
  1228. aaaa.LockedToPart = true
  1229. aaaa.Speed = nr(0)
  1230. lighting2 = Instance.new("ParticleEmitter", a)
  1231. lighting2.Size = NumberSequence.new(2.5)
  1232. lighting2.LightEmission = 1
  1233. lighting2.Color = ColorSequence.new(Color3.fromRGB(255,255,0))
  1234. lighting2.Texture = "rbxassetid://257173628"
  1235. lighting2.ZOffset = 2
  1236. lighting2.Transparency = ns(1)
  1237. lighting2.Lifetime = NumberRange.new(0.1)
  1238. lighting2.Rate = 60
  1239. lighting2.Rotation = NumberRange.new(-500,500)
  1240. lighting2.Speed = NumberRange.new(8)
  1241. lighting2.SpreadAngle = Vector2.new(500,500)
  1242. --DOntTouch
  1243.  
  1244. hum.JumpPower = 100
  1245. hum.BodyDepthScale.Value = 1
  1246. hum.BodyHeightScale.Value = 1
  1247. hum.BodyWidthScale.Value = 1
  1248. hum.HeadScale.Value = 1
  1249. for i,v in pairs(char:GetChildren()) do
  1250. if v.ClassName == "Accessory" then
  1251. v:Destroy()
  1252. end
  1253. end
  1254.  
  1255. Instance.new("ForceField",char).Visible = false
  1256. char.Animate:Destroy()
  1257. ------------------------
  1258. for i = 1,20 do
  1259. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1) --LeftUpperArm
  1260. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--RightUpperArm
  1261. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--LeftLowerArm
  1262. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--RightLowerArm
  1263. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--LeftUpperLeg
  1264. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--RightUpperLeg
  1265. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--LeftLowerLeg
  1266. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--RightUpperLeg
  1267. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--Torso
  1268. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--Head
  1269. end
  1270.  
  1271. function RenderStepped2()
  1272.  
  1273. if startk == true then
  1274. if ssj4 == true and fuse == false then
  1275. aaaa.Color = ColorSequence.new(Color3.new(255,0,0))
  1276. aaaaw.Color = ColorSequence.new(Color3.new(255,0,0))
  1277. else
  1278. aaaa.Color = ColorSequence.new(Color3.new(255,255,255))
  1279. aaaaw.Color = ColorSequence.new(Color3.fromRGB(149,190,255))
  1280. end
  1281. turn = turn - 0.01
  1282. aaaa.Transparency = ns(turn)
  1283. aaaaw.Transparency = ns(turn)
  1284. aaaa.Size = ns(math.random(1,2))
  1285. if ssjg == true or potara == true then
  1286. lighting2.Transparency = ns(0)
  1287. end
  1288. else
  1289. lighting2.Transparency = ns(1)
  1290. aaaa.Transparency = ns(1)
  1291. aaaaw.Transparency = ns(1)
  1292. turn = 1
  1293. end
  1294.  
  1295. if rock2 == true then
  1296. wait(0.1)
  1297.  
  1298. for i,v in pairs(char:GetChildren()) do
  1299. if v:IsA("Part") then
  1300. if v.Name == "NewPart2" then
  1301. v.GO.Velocity = v3(0,-5,0)
  1302. end
  1303. end
  1304.  
  1305. end
  1306. rock2 = false
  1307. end
  1308. if rock3 == true then
  1309. wait(0.1)
  1310. for i,v in pairs(char:GetChildren()) do
  1311. if v:IsA("Part") then
  1312. if v.Name == "NewPart2" then
  1313. v.GO.Velocity = v3(math.random(-80,80),math.random(0,20),math.random(-80,80))
  1314. end
  1315. end
  1316. end
  1317. rock3 = false
  1318. end
  1319. if transform4 == true then
  1320.  
  1321. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(0),rad(0),rad(-15)),.1) --LeftUpperArm
  1322. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(0),rad(0),rad(15)),.1)--RightUpperArm
  1323. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(40),rad(0),rad(0)),.1)--LeftLowerArm
  1324. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(40),rad(0),rad(0)),.1)--RightLowerArm
  1325. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(-10),rad(0),rad(0)),.1)--LeftUpperLeg
  1326. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(-10),rad(0),rad(0)),.1)--RightUpperLeg
  1327. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftLowerLeg
  1328. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightUpperLeg
  1329. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(10),rad(0),rad(0)),.1)--Torso
  1330. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(40),rad(0),rad(0)),.1)--Head
  1331. end
  1332.  
  1333.  
  1334.  
  1335. if aim == true then
  1336. RootPart.CFrame = CFrame.new(RootPart.Position,Vector3.new(mouse.Hit.p.X, mouse.Hit.p.Y, mouse.Hit.p.Z))
  1337. end
  1338.  
  1339. hum.MaxHealth = math.huge
  1340. hum.Health = math.huge
  1341.  
  1342. if flying1 == true and canfly == true and nill == true then
  1343. idle = false
  1344. walk = false
  1345. canjump = false
  1346. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1) --LeftUpperArm
  1347. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(0),rad(0),rad(20)),0.1)--RightUpperArm
  1348. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--LeftLowerArm
  1349. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--RightLowerArm
  1350. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(60),rad(0),rad(0)),0.1)--LeftUpperLeg
  1351. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--RightUpperLeg
  1352. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(-30),rad(0),rad(0)),0.1)--LeftLowerLeg
  1353. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--RightUpperLeg
  1354. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--Torso
  1355. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--Head
  1356.  
  1357. end
  1358. if flying1 == true and canfly == true and foward == true then
  1359.  
  1360. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(-20),rad(0),rad(-10)),0.05) --LeftUpperArm
  1361. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(-20),rad(0),rad(10)),0.05)--RightUpperArm
  1362. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.05)--LeftLowerArm
  1363. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.05)--RightLowerArm
  1364. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.05)--LeftUpperLeg
  1365. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.05)--RightUpperLeg
  1366. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.05)--LeftLowerLeg
  1367. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.05)--RightUpperLeg
  1368. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),0.05)--Torso
  1369. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(40),rad(0),rad(0)),0.01)--Head
  1370.  
  1371. end
  1372.  
  1373. if uppercut1 == true then
  1374.  
  1375. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(-20),rad(0),rad(-10)),.1) --LeftUpperArm
  1376. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightUpperArm
  1377. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(50),rad(0),rad(0)),.1)--LeftLowerArm
  1378. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightLowerArm
  1379. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(30),rad(0),rad(0)),.1)--LeftUpperLeg
  1380. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightUpperLeg
  1381. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(-30),rad(0),rad(0)),.1)--LeftLowerLeg
  1382. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(-40),rad(0),rad(0)),.1)--RightUpperLeg
  1383. Root.C0 = Root.C0:lerp(CFrame.new(0,-0.1,0)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Torso
  1384. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Head
  1385.  
  1386. end
  1387. if uppercut2 == true then
  1388.  
  1389. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(120),rad(0),rad(-10)),.1) --LeftUpperArm
  1390. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightUpperArm
  1391. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(60),rad(0),rad(0)),.1)--LeftLowerArm
  1392. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightLowerArm
  1393. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(20),rad(0),rad(0)),.1)--LeftUpperLeg
  1394. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightUpperLeg
  1395. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(-20),rad(0),rad(0)),.1)--LeftLowerLeg
  1396. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(-30),rad(0),rad(0)),.1)--RightUpperLeg
  1397. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(-50),rad(0)),.1)--Torso
  1398. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(0),rad(50),rad(0)),.1)--Head
  1399.  
  1400. end
  1401.  
  1402. if punch1 == true then
  1403.  
  1404. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(-30),rad(0),rad(-40)),.5) --LeftUpperArm
  1405. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(0),rad(0),rad(10)),.5)--RightUpperArm
  1406. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(70),rad(0),rad(0)),.5)--LeftLowerArm
  1407. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.5)--RightLowerArm
  1408. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--LeftUpperLeg
  1409. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--RightUpperLeg
  1410. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--LeftLowerLeg
  1411. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--RightUpperLeg
  1412. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(30),rad(0)),.2)--Torso
  1413. Neck.C0 = Neck.C0:lerp(CFrame.new(Neck.C0.p)*CFrame.Angles(rad(0),rad(-20),rad(0)),.2)--Head
  1414.  
  1415. end
  1416. if punch2 == true then
  1417.  
  1418. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(90),rad(0),rad(20)),.5) --LeftUpperArm
  1419. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(-10),rad(0),rad(10)),.5)--RightUpperArm
  1420. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(-10),rad(0),rad(0)),.5)--LeftLowerArm
  1421. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(60),rad(0),rad(0)),.5)--RightLowerArm
  1422. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--LeftUpperLeg
  1423. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--RightUpperLeg
  1424. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--LeftLowerLeg
  1425. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--RightUpperLeg
  1426. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),.2)--Torso
  1427. Neck.C0 = Neck.C0:lerp(CFrame.new(Neck.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.2)--Head
  1428.  
  1429. end
  1430. if punch3 == true then
  1431. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(0),rad(0),rad(-10)),.5) --LeftUpperArm
  1432. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(-30),rad(0),rad(40)),.5)--RightUpperArm
  1433. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.5)--LeftLowerArm
  1434. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(70),rad(0),rad(0)),.5)--RightLowerArm
  1435. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--LeftUpperLeg
  1436. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--RightUpperLeg
  1437. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--LeftLowerLeg
  1438. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--RightUpperLeg
  1439. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(-30),rad(0)),.2)--Torso
  1440. Neck.C0 = Neck.C0:lerp(CFrame.new(Neck.C0.p)*CFrame.Angles(rad(0),rad(20),rad(0)),.3)--Head
  1441.  
  1442. end
  1443. if punch4 == true then
  1444.  
  1445. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(-10),rad(0),rad(-10)),.5) --LeftUpperArm
  1446. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(90),rad(0),rad(-20)),.5)--RightUpperArm
  1447. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(60),rad(0),rad(0)),.5)--LeftLowerArm
  1448. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(-10),rad(0),rad(0)),.5)--RightLowerArm
  1449. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--LeftUpperLeg
  1450. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--RightUpperLeg
  1451. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--LeftLowerLeg
  1452. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--RightUpperLeg
  1453. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),.2)--Torso
  1454. Neck.C0 = Neck.C0:lerp(CFrame.new(Neck.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--Head
  1455.  
  1456. end
  1457.  
  1458. if kick3 == true then
  1459.  
  1460. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(0),rad(0),rad(-10)),.3) --LeftUpperArm
  1461. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(0),rad(0),rad(10)),.3)--RightUpperArm
  1462. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--LeftLowerArm
  1463. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--RightLowerArm
  1464. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(-20),rad(0),rad(-10)),.5)--LeftUpperLeg
  1465. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.5)--RightUpperLeg
  1466. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(-40),rad(0),rad(0)),.5)--LeftLowerLeg
  1467. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.5)--RightUpperLeg
  1468. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(30),rad(0)),.3)--Torso
  1469. Neck.C0 = Neck.C0:lerp(CFrame.new(Neck.C0.p)*CFrame.Angles(rad(0),rad(-30),rad(0)),.3)--Head
  1470.  
  1471. end
  1472. if kick4 == true then
  1473.  
  1474. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(-10),rad(0),rad(-10)),.3) --LeftUpperArm
  1475. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(-10),rad(0),rad(10)),.3)--RightUpperArm
  1476. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(10),rad(0),rad(0)),.3)--LeftLowerArm
  1477. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(10),rad(0),rad(0)),.3)--RightLowerArm
  1478. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(100),rad(0),rad(0)),.5)--LeftUpperLeg
  1479. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.5)--RightUpperLeg
  1480. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(20),rad(0),rad(0)),.5)--LeftLowerLeg
  1481. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.5)--RightUpperLeg
  1482. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(-30),rad(0)),.3)--Torso
  1483. Neck.C0 = Neck.C0:lerp(CFrame.new(Neck.C0.p)*CFrame.Angles(rad(0),rad(30),rad(0)),.3)--Head
  1484.  
  1485. end
  1486. if kick1 == true then
  1487.  
  1488. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(0),rad(0),rad(-10)),.3) --LeftUpperArm
  1489. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(0),rad(0),rad(10)),.3)--RightUpperArm
  1490. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--LeftLowerArm
  1491. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.3)--RightLowerArm
  1492. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.5)--LeftUpperLeg
  1493. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(-20),rad(0),rad(10)),.5)--RightUpperLeg
  1494. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.5)--LeftLowerLeg
  1495. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(-40),rad(0),rad(0)),.5)--RightUpperLeg
  1496. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(-30),rad(0)),.3)--Torso
  1497. Neck.C0 = Neck.C0:lerp(CFrame.new(Neck.C0.p)*CFrame.Angles(rad(0),rad(30),rad(0)),.3)--Head
  1498.  
  1499. end
  1500. if kick2 == true then
  1501.  
  1502. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(-10),rad(0),rad(-10)),.3) --LeftUpperArm
  1503. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(-10),rad(0),rad(10)),.3)--RightUpperArm
  1504. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(10),rad(0),rad(0)),.3)--LeftLowerArm
  1505. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(10),rad(0),rad(0)),.3)--RightLowerArm
  1506. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.5)--LeftUpperLeg
  1507. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(100),rad(0),rad(0)),.5)--RightUpperLeg
  1508. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.5)--LeftLowerLeg
  1509. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(20),rad(0),rad(0)),.5)--RightUpperLeg
  1510. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(30),rad(0)),.3)--Torso
  1511. Neck.C0 = Neck.C0:lerp(CFrame.new(Neck.C0.p)*CFrame.Angles(rad(0),rad(-30),rad(0)),.3)--Head
  1512.  
  1513. end
  1514. if knockdown1 == true then
  1515.  
  1516. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(-1.0,1,.05)*CFrame.Angles(rad(150),rad(-90),rad(0)),.1) --LeftUpperArm
  1517. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(1.0,1,.05)*CFrame.Angles(rad(150),rad(90),rad(0)),.1)--RightUpperArm
  1518. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(55),rad(0),rad(0)),.1)--LeftLowerArm
  1519. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(55),rad(0),rad(0)),.1)--RightLowerArm
  1520. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(40),rad(0),rad(0)),.1)--LeftUpperLeg
  1521. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(-40),rad(0),rad(0)),.1)--RightUpperLeg
  1522. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(-40),rad(0),rad(0)),.1)--LeftLowerLeg
  1523. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightUpperLeg
  1524. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(10),rad(0),rad(0)),.1)--Torso
  1525. Neck.C0 = Neck.C0:lerp(CFrame.new(Neck.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Head
  1526.  
  1527. end
  1528. if knockdown2 == true then
  1529.  
  1530. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(-1.0,0.5,.05)*CFrame.Angles(rad(100),rad(-90),rad(50)),.1) --LeftUpperArm
  1531. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(1.0,0.5,.05)*CFrame.Angles(rad(20),rad(100),rad(30)),.1)--RightUpperArm
  1532. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(25),rad(0),rad(0)),.1)--LeftLowerArm
  1533. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(35),rad(0),rad(0)),.1)--RightLowerArm
  1534. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(-20),rad(0),rad(0)),.1)--LeftUpperLeg
  1535. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(-20),rad(0),rad(0)),.1)--RightUpperLeg
  1536. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(-20),rad(0),rad(0)),.1)--LeftLowerLeg
  1537. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(-20),rad(0),rad(0)),.1)--RightUpperLeg
  1538. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(-20),rad(10),rad(0)),.1)--Torso
  1539. Neck.C0 = Neck.C0:lerp(CFrame.new(Neck.C0.p)*CFrame.Angles(rad(-10),rad(0),rad(0)),.1)--Head
  1540.  
  1541. end
  1542. if kiblast3 == true then
  1543.  
  1544. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(0),rad(0),rad(-80)),.4) --LeftUpperArm
  1545. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(0),rad(0),rad(0)),.4)--RightUpperArm
  1546. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(70),rad(0),rad(0)),.4)--LeftLowerArm
  1547. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.4)--RightLowerArm
  1548. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.4)--LeftUpperLeg
  1549. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.4)--RightUpperLeg
  1550. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.4)--LeftLowerLeg
  1551. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.4)--RightUpperLeg
  1552. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),.4)--Torso
  1553. Neck.C0 = Neck.C0:lerp(CFrame.new(Neck.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.4)--Head
  1554.  
  1555. end
  1556. if kiblast4 == true then
  1557. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(0),rad(-90),rad(-80)),.4) --LeftUpperArm
  1558. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(0),rad(0),rad(0)),.4)--RightUpperArm
  1559. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.4)--LeftLowerArm
  1560. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.4)--RightLowerArm
  1561. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.4)--LeftUpperLeg
  1562. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.4)--RightUpperLeg
  1563. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.4)--LeftLowerLeg
  1564. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.4)--RightUpperLeg
  1565. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),.4)--Torso
  1566. Neck.C0 = Neck.C0:lerp(CFrame.new(Neck.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.4)--Head
  1567.  
  1568. end
  1569. if kiblast1 == true then
  1570.  
  1571. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.4) --LeftUpperArm
  1572. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(0),rad(0),rad(80)),.4)--RightUpperArm
  1573. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.4)--LeftLowerArm
  1574. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(70),rad(0),rad(0)),.4)--RightLowerArm
  1575. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.4)--LeftUpperLeg
  1576. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.4)--RightUpperLeg
  1577. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.4)--LeftLowerLeg
  1578. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.4)--RightUpperLeg
  1579. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),.4)--Torso
  1580. Neck.C0 = Neck.C0:lerp(CFrame.new(Neck.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.4)--Head
  1581.  
  1582. end
  1583. if kiblast2 == true then
  1584.  
  1585. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.4) --LeftUpperArm
  1586. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(0),rad(90),rad(80)),.4)--RightUpperArm
  1587. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.4)--LeftLowerArm
  1588. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.4)--RightLowerArm
  1589. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.4)--LeftUpperLeg
  1590. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.4)--RightUpperLeg
  1591. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.4)--LeftLowerLeg
  1592. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.4)--RightUpperLeg
  1593. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),.4)--Torso
  1594. Neck.C0 = Neck.C0:lerp(CFrame.new(Neck.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.4)--Head
  1595.  
  1596. end
  1597. Frame_3.Size = UDim2.new(0, ki*2.29, 0, 10)
  1598. if kicharging == true and ki < 100 then
  1599. ki = ki + 0.5
  1600. end
  1601. if hum.MoveDirection.x > 0 and walk == true and walk1 == true and walk11 == true and great == true or hum.MoveDirection.x < 0 and walk == true and walk1 == true and walk11 == true and great == true then
  1602. walk11 = false
  1603.  
  1604. GiantStep:Play()
  1605. GroundShake = false
  1606. wait(0.3)
  1607. GiantStep:Stop()
  1608. GroundShake = false
  1609. walk11 = true
  1610. end
  1611. end
  1612. function RenderStepped()
  1613.  
  1614. if hum.MoveDirection.x == 0 and idle == true and fuse == false and potara == false then
  1615. ------here
  1616. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(0),rad(0),rad(-10)),0.1) --LeftUpperArm
  1617. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(0),rad(0),rad(10)),0.1)--RightUpperArm
  1618. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(20),rad(0),rad(0)),0.1)--LeftLowerArm
  1619. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(20),rad(0),rad(0)),0.1)--RightLowerArm
  1620. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(0),rad(50),rad(0)),0.1)--LeftUpperLeg
  1621. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--RightUpperLeg
  1622. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--LeftLowerLeg
  1623. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--RightUpperLeg
  1624. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(-50),rad(0)),0.1)--Torso
  1625. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(0),rad(30),rad(0)),0.1)--Head
  1626. end
  1627.  
  1628. if hum.MoveDirection.x > 0 and walk == true and walk1 == true and fuse == false and potara == false or hum.MoveDirection.x < 0 and walk == true and walk1 == true and fuse == false and potara == false then
  1629. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1) --LeftUpperArm
  1630. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--RightUpperArm
  1631. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--LeftLowerArm
  1632. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--RightLowerArm
  1633. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--LeftUpperLeg
  1634. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--RightUpperLeg
  1635. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--LeftLowerLeg
  1636. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--RightUpperLeg
  1637. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--Torso
  1638. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--Head
  1639. end
  1640.  
  1641. if hum.Jump == true and canjump == true then
  1642. idle = false
  1643. walk = false
  1644.  
  1645.  
  1646. -- return to idle if finishing an emote
  1647. if (emoteNames[oldAnim] ~= nil and emoteNames[oldAnim] == false) then
  1648. oldAnim = "idle"
  1649. end
  1650.  
  1651. currentAnim = ""
  1652. currentAnimInstance = nil
  1653. if (currentAnimKeyframeHandler ~= nil) then
  1654. currentAnimKeyframeHandler:disconnect()
  1655. end
  1656.  
  1657. if (currentAnimTrack ~= nil) then
  1658. currentAnimTrack:Stop()
  1659. currentAnimTrack:Destroy()
  1660. currentAnimTrack = nil
  1661. end
  1662.  
  1663. -- clean up walk if there is one
  1664. if (runAnimKeyframeHandler ~= nil) then
  1665. runAnimKeyframeHandler:disconnect()
  1666. end
  1667.  
  1668. if (runAnimTrack ~= nil) then
  1669. runAnimTrack:Stop()
  1670. runAnimTrack:Destroy()
  1671. runAnimTrack = nil
  1672. end
  1673.  
  1674.  
  1675. jumped = true
  1676.  
  1677. for i=1,30 do
  1678. wait()
  1679. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(0),rad(0),rad(-80)),0.05) --LeftUpperArm
  1680. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(0),rad(0),rad(80)),0.05)--RightUpperArm
  1681. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--LeftLowerArm
  1682. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--RightLowerArm
  1683. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(30),rad(0),rad(0)),0.1)--LeftUpperLeg
  1684. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(-10),rad(0),rad(0)),0.1)--RightUpperLeg
  1685. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(-20),rad(0),rad(0)),0.1)--LeftLowerLeg
  1686. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(-10),rad(0),rad(0)),0.1)--RightUpperLeg
  1687. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--Torso
  1688. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(-5),rad(0),rad(0)),0.1)--Head
  1689. end
  1690. jumped = false
  1691. idle = true
  1692. walk = true
  1693. end
  1694. if kamehameha1 == true then
  1695. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(60),rad(-60),rad(0)),.03) --LeftUpperArm
  1696. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(70),rad(80),rad(0)),.03)--RightUpperArm
  1697. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(50),rad(0),rad(0)),.1)--LeftLowerArm
  1698. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(40),rad(0),rad(0)),.1)--RightLowerArm
  1699. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(30),rad(50),rad(0)),.1)--LeftUpperLeg
  1700. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(35),rad(0),rad(0)),.1)--RightUpperLeg
  1701. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(-10),rad(0),rad(0)),.1)--LeftLowerLeg
  1702. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(-20),rad(0),rad(0)),.1)--RightLowerLeg
  1703. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(-40),rad(-70),rad(-20)),.03)--Torso
  1704. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(20),rad(70),rad(-10)),.03)--Head
  1705.  
  1706. end
  1707. if kamehameha6 == true then
  1708. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(60),rad(-60),rad(0)),.1) --LeftUpperArm
  1709. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(70),rad(80),rad(0)),.1)--RightUpperArm
  1710. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(50),rad(0),rad(0)),.1)--LeftLowerArm
  1711. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(40),rad(0),rad(0)),.1)--RightLowerArm
  1712. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(30),rad(50),rad(0)),.1)--LeftUpperLeg
  1713. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(35),rad(0),rad(0)),.1)--RightUpperLeg
  1714. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(-10),rad(0),rad(0)),.1)--LeftLowerLeg
  1715. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(-20),rad(0),rad(0)),.1)--RightLowerLeg
  1716. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(-40),rad(-70),rad(-20)),.1)--Torso
  1717. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(20),rad(70),rad(-10)),.1)--Head
  1718.  
  1719. end
  1720. if kamehameha5 == true then
  1721. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(60),rad(-60),rad(0)),.1) --LeftUpperArm
  1722. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0.p)*CFrame.Angles(rad(70),rad(80),rad(0)),.1)--RightUpperArm
  1723. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(50),rad(0),rad(0)),.1)--LeftLowerArm
  1724. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(40),rad(0),rad(0)),.1)--RightLowerArm
  1725. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(30),rad(50),rad(0)),.1)--LeftUpperLeg
  1726. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(35),rad(0),rad(0)),.1)--RightUpperLeg
  1727. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(-10),rad(0),rad(0)),.1)--LeftLowerLeg
  1728. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(-20),rad(0),rad(0)),.1)--RightLowerLeg
  1729. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(-40),rad(-70),rad(-20)),.1)--Torso
  1730. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(20),rad(70),rad(-10)),.1)--Head
  1731.  
  1732. end
  1733. if kamehameha2 == true then
  1734. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(80),rad(0),rad(40)),.1) --LeftUpperArm
  1735. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0.p)*CFrame.Angles(rad(30),rad(0),rad(-40)),.1)--RightUpperArm
  1736. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftLowerArm
  1737. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(30),rad(30),rad(20)),.1)--RightLowerArm
  1738. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(20),rad(0),rad(0)),.1)--LeftUpperLeg
  1739. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(60),rad(0),rad(0)),.1)--RightUpperLeg
  1740. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(-10),rad(0),rad(0)),.1)--LeftLowerLeg
  1741. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(-50),rad(0),rad(0)),.1)--RightLowerLeg
  1742. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(10),rad(0),rad(0)),.1)--Torso
  1743. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(-10),rad(0),rad(0)),.1)--Head
  1744. end
  1745.  
  1746. if beam2 == true then
  1747.  
  1748. a1.CFrame = RootPart.CFrame * CFrame.Angles(0,rad(90),0) + v3(0,1,0) + RootPart.CFrame.lookVector * beamgo
  1749. a2.CFrame = RootPart.CFrame * CFrame.Angles(0,rad(90),0)+ v3(0,1,0) + RootPart.CFrame.lookVector * 8
  1750. a3.CFrame = RootPart.CFrame * CFrame.Angles(0,rad(90),0)+ v3(0,1,0) + RootPart.CFrame.lookVector * beamgo * 2
  1751. end
  1752.  
  1753.  
  1754.  
  1755. if transform1 == true then
  1756.  
  1757. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(150),rad(-110),rad(0)),.1) --LeftUpperArm
  1758. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0.p)*CFrame.Angles(rad(150),rad(110),rad(0)),.1)--RightUpperArm
  1759. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(20),rad(0),rad(0)),.1)--LeftLowerArm
  1760. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(20),rad(0),rad(0)),.1)--RightLowerArm
  1761. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(-10)),.1)--LeftUpperLeg
  1762. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(10)),.1)--RightUpperLeg
  1763. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(-10),rad(0),rad(0)),.1)--LeftLowerLeg
  1764. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(-10),rad(0),rad(0)),.1)--RightUpperLeg
  1765. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(10),rad(0),rad(0)),.1)--Torso
  1766. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Head
  1767.  
  1768.  
  1769. end
  1770. if rock == true then
  1771. wait(math.random(0.1,0.5))
  1772. ay = new("Part",char)
  1773. ay.Name = "NewPart2"
  1774. ay.Size = v3(0.3,0.3,0.3)
  1775. ay.CanCollide = false
  1776. for i,v in pairs(workspace:GetChildren()) do
  1777. if v:IsA("Part") then
  1778. if v.Size.x > 150 then
  1779.  
  1780.  
  1781. ay.BrickColor = v.BrickColor
  1782. ay.Material = v.Material
  1783. ay.Transparency = v.Transparency
  1784. end
  1785. end
  1786. end
  1787. ay.Position = v3(999,999,999)
  1788. ay.CFrame = CFrame.new(RootPart.Position.x+math.random(-15,15),RootPart.Position.y-2,RootPart.Position.z+math.random(-15,15))
  1789. ys = Instance.new("BodyVelocity",ay)
  1790. ys.Name = "GO"
  1791. ys.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  1792.  
  1793. ys.Velocity = v3(0,6,0)
  1794. game.Debris:AddItem(ay,math.random(3,4))
  1795. end
  1796.  
  1797. if transform2 == true then
  1798.  
  1799. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(0),rad(0),rad(-20)),.1) --LeftUpperArm
  1800. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(0),rad(0),rad(20)),.1)--RightUpperArm
  1801. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(70),rad(0),rad(0)),.1)--LeftLowerArm
  1802. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(70),rad(0),rad(0)),.1)--RightLowerArm
  1803. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(-10)),.1)--LeftUpperLeg
  1804. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(10)),.1)--RightUpperLeg
  1805. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftLowerLeg
  1806. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightUpperLeg
  1807. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Torso
  1808. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--Head
  1809.  
  1810.  
  1811. end
  1812. if onaura == true then
  1813. if ssjg == false then
  1814. if ssjb == false then
  1815. onaura =false
  1816.  
  1817. wait(0.1)
  1818. newaura.Image = "rbxassetid://926705964"
  1819. wait(0.1)
  1820. newaura.Image = "rbxassetid://926709486"
  1821. wait(0.1)
  1822. newaura.Image = "rbxassetid://926711720"
  1823. wait(0.1)
  1824. newaura.Image = "rbxassetid://926712235"
  1825.  
  1826. onaura =true
  1827. else
  1828. onaura =false
  1829.  
  1830. wait(0.1)
  1831. newaura.Image = "http://www.roblox.com/asset/?id=0"
  1832. wait(0.1)
  1833. newaura.Image = "http://www.roblox.com/asset/?id=0"
  1834. wait(0.1)
  1835. newaura.Image = "http://www.roblox.com/asset/?id=0"
  1836. wait(0.1)
  1837. newaura.Image = "http://www.roblox.com/asset/?id=0"--890403512
  1838. onaura =true
  1839. end
  1840. end
  1841. end
  1842.  
  1843. if onaura == true then
  1844. if ssjg == true then
  1845. onaura =false
  1846. wait(0.1)
  1847. newaura.Image = "rbxassetid://639676034"
  1848. wait(0.1)
  1849. newaura.Image = "rbxassetid://639676268"
  1850. wait(0.1)
  1851. newaura.Image = "rbxassetid://639676527"
  1852. wait(0.1)
  1853. newaura.Image = "rbxassetid://639676855"
  1854. onaura =true
  1855. end
  1856. end
  1857. if auracan3 == true then
  1858. auracan3 = false
  1859. newaura2.Image = "rbxassetid://276853031"
  1860. wait(0.07)
  1861. newaura2.Image = "rbxassetid://276853123"
  1862. wait(0.07)
  1863. newaura2.Image = "rbxassetid://276853057"
  1864. wait(0.07)
  1865. newaura2.Image = "rbxassetid://276853088"
  1866. wait(0.07)
  1867. auracan3 = true
  1868. end
  1869.  
  1870. auranum = math.random(35,65)
  1871. auranum1 = math.random(-25,0)
  1872. auranum2 = math.random(10,25)
  1873. auranum3 = math.random(65,75)
  1874. auranum4 = math.random(-25,-15)
  1875.  
  1876. if transform3 == true then
  1877. if ssjb == false then
  1878. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(auranum),rad(0),rad(auranum1)),.1) --LeftUpperArm
  1879. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(auranum),rad(0),rad(auranum2)),.1)--RightUpperArm
  1880. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(60),rad(0),rad(0)),.1)--LeftLowerArm
  1881. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(60),rad(0),rad(0)),.1)--RightLowerArm
  1882. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(auranum3),rad(0),rad(-20)),.1)--LeftUpperLeg
  1883. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(auranum3),rad(0),rad(20)),.1)--RightUpperLeg
  1884. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(-50),rad(0),rad(0)),.1)--LeftLowerLeg
  1885. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(-50),rad(0),rad(0)),.1)--RightUpperLeg
  1886. Root.C0 = Root.C0:lerp(CFrame.new(0,-0.2,0)*CFrame.Angles(rad(auranum4),rad(0),rad(0)),.1)--Torso
  1887. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(-10),rad(0),rad(0)),.1)--Head
  1888. else
  1889. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(auranum),rad(0),rad(auranum1)),.1) --LeftUpperArm
  1890. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(auranum),rad(0),rad(auranum2)),.1)--RightUpperArm
  1891. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(60),rad(0),rad(0)),.1)--LeftLowerArm
  1892. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(60),rad(0),rad(0)),.1)--RightLowerArm
  1893. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(auranum3),rad(0),rad(-20)),.1)--LeftUpperLeg
  1894. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(auranum3),rad(0),rad(20)),.1)--RightUpperLeg
  1895. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(-50),rad(0),rad(0)),.1)--LeftLowerLeg
  1896. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(-50),rad(0),rad(0)),.1)--RightUpperLeg
  1897. Root.C0 = Root.C0:lerp(CFrame.new(0,-0.2,0)*CFrame.Angles(rad(auranum4),rad(0),rad(0)),.1)--Torso
  1898. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(-10),rad(0),rad(0)),.1)--Head
  1899. end
  1900. end
  1901. if transform5 == true then
  1902.  
  1903. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(10),rad(0),rad(-10)),.1) --LeftUpperArm
  1904. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(10),rad(0),rad(10)),.1)--RightUpperArm
  1905. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftLowerArm
  1906. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightLowerArm
  1907. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(10),rad(0),rad(0)),.1)--LeftUpperLeg
  1908. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(10),rad(0),rad(0)),.1)--RightUpperLeg
  1909. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(-10),rad(0),rad(0)),.1)--LeftLowerLeg
  1910. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(-10),rad(0),rad(0)),.1)--RightUpperLeg
  1911. Root.C0 = Root.C0:lerp(CFrame.new(0,-0.2,0)*CFrame.Angles(rad(-10),rad(0),rad(0)),.1)--Torso
  1912. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(-10),rad(0),rad(0)),.1)--Head
  1913.  
  1914. end
  1915. if GroundShake == true then
  1916. for i,v in pairs(workspace:GetChildren()) do
  1917. if v:IsA("Part") then
  1918. if v.Size.x > 150 then
  1919. v.CFrame = CFrame.new(v.Position) * CFrame.Angles(rad(math.random(-1,1)),rad(math.random(-1,1)),rad(math.random(-1,1)))
  1920. end
  1921. end
  1922. end
  1923.  
  1924.  
  1925.  
  1926.  
  1927. end
  1928. if GroundShake2 == true then
  1929.  
  1930. for i,v in pairs(workspace:GetChildren()) do
  1931. if v:IsA("Part") then
  1932. if v.Size.x > 150 then
  1933. v.CFrame = CFrame.new(v.Position) * CFrame.Angles(rad(math.random(-2,2)),rad(math.random(-2,2)),rad(math.random(-2,2)))
  1934. end
  1935. end
  1936. end
  1937.  
  1938. end
  1939. end
  1940. game:GetService("RunService").RenderStepped:connect(RenderStepped)
  1941. game:GetService("RunService").RenderStepped:connect(RenderStepped2)
  1942.  
  1943. local player = game.Players.LocalPlayer
  1944.  
  1945.  
  1946.  
  1947.  
  1948.  
  1949.  
  1950.  
  1951.  
  1952.  
  1953.  
  1954.  
  1955.  
  1956.  
  1957. Hair7 = Instance.new("Part")
  1958. Hair7.Parent = char
  1959. Hair7.Name = "Hair"
  1960. Hair7.CanCollide = false
  1961. Hair7.Locked = true
  1962. Hair7.TopSurface = "Smooth"
  1963. Hair7.BottomSurface = "Smooth"
  1964. Hair7.formFactor = "Symmetric"
  1965. Hair7.Material = "Neon"
  1966. Hair7.BrickColor = BrickColor.new("Really black")
  1967. Hair7.CFrame = LowerTorso.CFrame
  1968. Hair7.Size = Vector3.new(1, 1, 1)
  1969. Hair7.Transparency = 0
  1970.  
  1971.  
  1972.  
  1973. Weld = Instance.new("Weld")
  1974. Weld.Parent = Head
  1975. Weld.Part0 = Head
  1976. Weld.Part1 = Hair7
  1977.  
  1978. Weld.C0 = CFrame.new(-0.3, 1.2, -0.32)
  1979.  
  1980. Mesh = Instance.new("SpecialMesh")
  1981. Mesh.Offset = Vector3.new(0.2, -0.2, 0.2)
  1982. Mesh.Parent = Hair7
  1983.  
  1984. Mesh.Scale = Vector3.new(6.8,6.8,6.8)
  1985. Mesh.MeshType = "FileMesh"
  1986.  
  1987. Mesh.MeshId = "http://www.roblox.com/asset/?id=501884712"
  1988.  
  1989. char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=1189101246"
  1990. char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=1203223046"
  1991.  
  1992. function kamehameha()
  1993. beamgo = 6
  1994. beamgo1 = 1
  1995. enabled = true
  1996. sizeup = -25
  1997.  
  1998. kamefire.Volume = 5
  1999.  
  2000. wait(0.2)
  2001. RootPart.Anchored = true
  2002. kamecharge:Stop()
  2003.  
  2004.  
  2005. a1 = new("Part",char)
  2006. a1.Name = "Beam"
  2007. a1.Anchored = true
  2008. a1.Size = v3(6,6,6)
  2009. a1.CanCollide = false
  2010. a1.Locked = true
  2011. a1.Position = v3(999,999,999)
  2012. a1.BrickColor = bc("Purple")
  2013. a1.Material = "Neon"
  2014. a1.Transparency = 0
  2015. aa1 = new("SpecialMesh",a1)
  2016. if fuse == false then
  2017. aa1.MeshType = "Cylinder"
  2018. if potara == false then
  2019. aa1.MeshType = "Cylinder"
  2020. else
  2021. aa1.MeshType = "Sphere"
  2022. end
  2023. else
  2024. aa1.MeshType = "Sphere"
  2025. end
  2026.  
  2027. aa1.Scale = v3(1,1,1)
  2028.  
  2029. a2 = new("Part",char)
  2030. a2.Name = "Beam"
  2031. a2.Anchored = true
  2032. a2.Locked = true
  2033.  
  2034. a2.Size = v3(0.1,0.1,0.1)
  2035. a2.CanCollide = false
  2036. a2.Position = v3(999,999,999)
  2037. a2.BrickColor = bc("Purple")
  2038. a2.Material = "Neon"
  2039. if fuse == false then
  2040. if potara == false then
  2041. a2.Transparency = 0
  2042. else
  2043. a2.Transparency = 1
  2044. end
  2045. else
  2046.  
  2047. a2.Transparency = 1
  2048. end
  2049. aa2 = new("SpecialMesh",a2)
  2050. aa2.MeshType = "Sphere"
  2051. aa2.Scale = v3(300,150,150)
  2052. a3 = new("Part",char)
  2053. a3.Name = "Beam"
  2054. a3.Locked = true
  2055. a3.Anchored = true
  2056. a3.Size = v3(0.1,0.1,0.1)
  2057. a3.CanCollide = false
  2058. a3.Position = v3(999,999,999)
  2059. a3.BrickColor = bc("Cyan")
  2060. a3.Material = "Neon"
  2061. if fuse == false then
  2062. if potara == false then
  2063. a3.Transparency = 0
  2064. else
  2065. a3.Transparency = 1
  2066. end
  2067. else
  2068.  
  2069. a3.Transparency = 1
  2070. end
  2071. aa3 = new("SpecialMesh",a3)
  2072. aa3.MeshType = "Sphere"
  2073. aa3.Scale = v3(200,100,100)
  2074. if ssj4 == true and fuse == false then
  2075. a1.BrickColor = bc("Really red")
  2076. a2.BrickColor = bc("Really red")
  2077. a3.BrickColor = bc("Really red")
  2078. end
  2079. kamecharge:Stop()
  2080. kamefire:Play()
  2081.  
  2082. GroundWave1()
  2083. startk = false
  2084. ringfolder = Instance.new("Model",char)
  2085.  
  2086.  
  2087. --Damages
  2088. -----------------------------------------------------------------------------------------
  2089. a1.Touched:connect(function(hit)
  2090.  
  2091. if hit.Parent:findFirstChild("NewPart") == nil and hit.Size.x < 500 and hit.Parent:findFirstChild("Wave") == nil then
  2092.  
  2093.  
  2094.  
  2095. if hit.Parent:IsA("Model") then
  2096. hit.Parent:BreakJoints()
  2097. end
  2098. hit:Destroy()
  2099. if enabled == true then
  2100. enabled = false
  2101. num = num + 1
  2102. kamehit:Play()
  2103. a21 = new("Part",char)
  2104. a21.Name = "Beam"..num
  2105. a21.Locked = true
  2106. a21.Size = v3(1,1,1)
  2107. a21.CanCollide = false
  2108. a21.Position = v3(999,999,999)
  2109. a21.BrickColor = bc("Cyan")
  2110. a21.Material = "Neon"
  2111. a21.Transparency = 0
  2112. aa21 = new("SpecialMesh",a21)
  2113. a21.Anchored = true
  2114. a21.Position = hit.Position
  2115. aa21.MeshType = "Sphere"
  2116. aa21.Scale = v3(1,1,1)
  2117. GroundWave2()
  2118. GroundWave3()
  2119. GroundWave4()
  2120. for i = 1,50 do
  2121. wait()
  2122. char["Beam"..num].Mesh.Scale = char["Beam"..num].Mesh.Scale + v3(5,5,5)
  2123. char["Beam"..num].Transparency = char["Beam"..num].Transparency + 0.02
  2124. end
  2125. enabled = true
  2126. char["Beam"..num]:Destroy()
  2127. end
  2128.  
  2129. end
  2130.  
  2131. end)
  2132.  
  2133.  
  2134.  
  2135.  
  2136.  
  2137. beam2 = true
  2138. beam1 = true
  2139.  
  2140. if potara == true then
  2141. for i = 1,20 do
  2142. wait(0.1)
  2143. sizeup = sizeup-0.7
  2144. ringgo = ringgo + 15
  2145. av = new("Part",ringfolder)
  2146. av.Name = "NewRing"
  2147. av.Anchored = true
  2148. av.Size = v3(0.6,1,1)
  2149. av.BrickColor = bc("New Yeller")
  2150. av.Material = "Neon"
  2151. av.Transparency = 0
  2152. aav = new("SpecialMesh",av)
  2153. aav.MeshType = "FileMesh"
  2154. aav.Scale = v3(sizeup,30,sizeup)
  2155. aav.MeshId = "rbxassetid://991124063"
  2156. av.CFrame = RootPart.CFrame * CFrame.Angles(rad(90),rad(0),0)+ v3(0,1,0) + RootPart.CFrame.lookVector * ringgo * math.random(1.1,1.3)
  2157.  
  2158. end
  2159. end
  2160. if potara == false then
  2161. wait(3)
  2162. else
  2163. wait(0.5)
  2164. end
  2165.  
  2166. beam1 = false
  2167.  
  2168. repeat
  2169. wait()
  2170.  
  2171. if fuse == false then
  2172. if potara == false then
  2173. a1.Size = a1.Size - v3(0,0.2,0.2)
  2174. else
  2175. for i,v in pairs(char.Model:GetChildren()) do
  2176. if v:IsA("Part") then
  2177. if v.Name == "NewRing" then
  2178. v.Mesh.Scale = v.Mesh.Scale + v3(2,2,2)
  2179. v.Transparency = v.Transparency + 0.1
  2180. end
  2181. end
  2182. end
  2183. a1.Size = a1.Size - v3(0,2,2)
  2184. end
  2185. else
  2186. a1.Size = a1.Size - v3(0,2,2)
  2187. end
  2188. aa2.Scale = aa2.Scale - v3(3,3,3)
  2189. aa3.Scale = aa3.Scale - v3(3,3,3)
  2190. until
  2191. a1.Size.y < 0.1
  2192.  
  2193.  
  2194. a1:Destroy()
  2195. ringfolder:Destroy()
  2196. a2:Destroy()
  2197. a3:Destroy()
  2198. for i = 1,10 do
  2199. wait()
  2200.  
  2201. kamefire.Volume = kamefire.Volume - 0.5
  2202. end
  2203. kamefire:Stop()
  2204. RootPart.Anchored = false
  2205.  
  2206. end
  2207.  
  2208.  
  2209. lighting = Instance.new("ParticleEmitter", RootPart)
  2210. lighting.Size = NumberSequence.new(2.5)
  2211. lighting.LightEmission = 1
  2212. lighting.Color = ColorSequence.new(Color3.fromRGB(170,170,255))
  2213. lighting.Texture = "rbxassetid://257173628"
  2214. lighting.ZOffset = 2
  2215. lighting.Transparency = ns(1)
  2216. lighting.Lifetime = NumberRange.new(0.1)
  2217. lighting.Rate = 60
  2218. lighting.Rotation = NumberRange.new(-500,500)
  2219. lighting.Speed = NumberRange.new(8)
  2220. lighting.SpreadAngle = Vector2.new(500,500)
  2221. lighting1 = Instance.new("ParticleEmitter", RootPart)
  2222. lighting1.Size = NumberSequence.new(2.5)
  2223. lighting1.LightEmission = 1
  2224. lighting1.Transparency = ns(1)
  2225. lighting1.Color = ColorSequence.new(Color3.fromRGB(170,170,255))
  2226. lighting1.Texture = "rbxassetid://257173628"
  2227. lighting1.ZOffset = 2
  2228. lighting1.Lifetime = NumberRange.new(0.1)
  2229. lighting1.Rate = 60
  2230. lighting1.Rotation = NumberRange.new(-500,500)
  2231. lighting1.Speed = NumberRange.new(8)
  2232. lighting1.SpreadAngle = Vector2.new(500,500)
  2233. mouse.KeyDown:connect(function(key)
  2234. if fuse == true then
  2235. if key == "q" and canattack == true and ki > 99 then
  2236.  
  2237. if canfly == true then
  2238. canfly = false
  2239. canfly1 = true
  2240. end
  2241. ki = ki - 100
  2242. canattack = false
  2243. idle7 = false
  2244. walk = false
  2245. canjump = false
  2246. hum.WalkSpeed = 0
  2247. aim = true
  2248. RootPart.Anchored = true
  2249. bigkamehameha1 = true
  2250.  
  2251. wait(1)
  2252. KamehamehaVoice4:Play()
  2253. bigkamehameha1 = false
  2254. bigkamehameha2 = true
  2255. ar = new("Part",char)
  2256. ar.Name = "NewPart"
  2257. ar.Position = v3(999,999,999)
  2258. ar.Size = v3(1,1,1)
  2259. ar.BrickColor = bc("Purple")
  2260. ar.Material = "Neon"
  2261. ar.Transparency = 1
  2262. aar = new("SpecialMesh",ar)
  2263. aar.MeshType = "Sphere"
  2264. aar.Scale = v3(3,3,4)
  2265.  
  2266. aaar =new("Weld",ar)
  2267. aaar.Part0 = LowerTorso
  2268. aaar.Part1 = ar
  2269. aaar.C0 = cf(0,1,-6) * cfa(rad(0),rad(0),rad(0))
  2270. for i = 1,9 do
  2271. wait(0.5)
  2272. GroundWave1d()
  2273. ar.Transparency = ar.Transparency - 0.1
  2274. end
  2275. aim = false
  2276. kamehameha()
  2277.  
  2278. if canfly1 == true then
  2279. canfly = true
  2280. canfly1 = false
  2281. end
  2282. idle7 = true
  2283. hum.WalkSpeed = 16
  2284. canattack = true
  2285. ar:Destroy()
  2286. bigkamehameha2 = false
  2287. mouth.Texture = "rbxassetid://932140764"
  2288. RootPart.Anchored = false
  2289. end
  2290.  
  2291.  
  2292. end
  2293. if potara == true then
  2294. if key == "q" and canattack == true and ki > 99 then
  2295. kamefire.TimePosition = 0.5
  2296. if canfly == true then
  2297. canfly = false
  2298. canfly1 = true
  2299. end
  2300. ki = ki - 100
  2301. ringgo = 18
  2302. sizeup = 35
  2303. canattack = false
  2304. idle7 = false
  2305. walk = false
  2306. canjump = false
  2307. hum.WalkSpeed = 0
  2308. aim = true
  2309. RootPart.Anchored = true
  2310. KamehamehaVoice6:Play()
  2311. final1 = true
  2312.  
  2313. wait(0.5)
  2314. startk = true
  2315. final1 = false
  2316. final2 = true
  2317. wait(1)
  2318. final2 = false
  2319. kamehameha1 = true
  2320. wait(2.3)
  2321. kamehameha1 = false
  2322. kamehameha2 = true
  2323. KamehamehaVoice6:Stop()
  2324.  
  2325. aim = false
  2326. kamehameha()
  2327.  
  2328. if canfly1 == true then
  2329. canfly = true
  2330. canfly1 = false
  2331. end
  2332. idle7 = true
  2333. hum.WalkSpeed = 16
  2334. canattack = true
  2335.  
  2336. kamehameha2 = false
  2337. mouth.Texture = "rbxassetid://932140764"
  2338. RootPart.Anchored = false
  2339. end
  2340.  
  2341.  
  2342. end
  2343. if ssjg == false and ssj3 == false and ssjbkaiox10 == false and fuse == false then
  2344. if key == "q" and canattack == true and ki > 39 then
  2345.  
  2346. if canfly == true then
  2347. canfly = false
  2348. canfly1 = true
  2349. end
  2350. ki = ki - 40
  2351. canattack = false
  2352. idle = false
  2353. walk = false
  2354. canjump = false
  2355. hum.WalkSpeed = 0
  2356. aim = true
  2357. RootPart.Anchored = true
  2358. kamehameha6 = true
  2359.  
  2360. KamehamehaVoice:Play()
  2361. startk = true
  2362.  
  2363. mouth.Texture = "rbxassetid://828773176"
  2364.  
  2365.  
  2366. wait(0.5)
  2367. mouth.Texture = "rbxassetid://932140764"
  2368.  
  2369. wait(0.5)
  2370. mouth.Texture = "rbxassetid://828773176"
  2371. wait(0.5)
  2372. mouth.Texture = "rbxassetid://932140764"
  2373.  
  2374. wait(1.7)
  2375.  
  2376.  
  2377. wait(0.4)
  2378. mouth.Texture = "rbxassetid://828773176"
  2379. aim = false
  2380.  
  2381. kamehameha6 = false
  2382. kamehameha2 = true
  2383. kamehameha()
  2384. wait(0.8)
  2385. KamehamehaVoice.TimePosition = 0
  2386. kamehameha2 = false
  2387. if canfly1 == true then
  2388. idle = true
  2389. walk = true
  2390. canjump = true
  2391. end
  2392. if canfly1 == true then
  2393. canfly = true
  2394. canfly1 = false
  2395. end
  2396. hum.WalkSpeed = 16
  2397. canattack = true
  2398. mouth.Texture = "rbxassetid://932140764"
  2399. RootPart.Anchored = false
  2400. end
  2401.  
  2402.  
  2403. end
  2404. if ssj3 == true then
  2405. if key == "q" and canattack == true and ki > 79 then
  2406. if canfly == true then
  2407. canfly = false
  2408. canfly1 = true
  2409. end
  2410. ki = ki - 80
  2411. ssj3music:Stop()
  2412. Lightning.Volume = 0.1
  2413. canattack = false
  2414. idle = false
  2415. walk = false
  2416. canjump = false
  2417. hum.WalkSpeed = 0
  2418. aim = true
  2419. RootPart.Anchored = true
  2420. kamehameha1 = true
  2421. wait(0.5)
  2422. KamehamehaVoice2:Play()
  2423.  
  2424.  
  2425. mouth.Texture = "rbxassetid://828773176"
  2426.  
  2427.  
  2428. wait(0.5)
  2429. mouth.Texture = "rbxassetid://932140764"
  2430.  
  2431. wait(0.5)
  2432. mouth.Texture = "rbxassetid://828773176"
  2433. wait(0.5)
  2434. mouth.Texture = "rbxassetid://932140764"
  2435. wait(2)
  2436. startk = true
  2437. kamecharge:Play()
  2438. mouth.Texture = "rbxassetid://828773176"
  2439.  
  2440.  
  2441. wait(5)
  2442. mouth.Texture = "rbxassetid://932140764"
  2443.  
  2444. wait(0.5)
  2445. mouth.Texture = "rbxassetid://828773176"
  2446. wait(0.5)
  2447. mouth.Texture = "rbxassetid://932140764"
  2448. KamehamehaVoice:Pause()
  2449. wait(2)
  2450. KamehamehaVoice.TimePosition = 3.5
  2451. KamehamehaVoice:Play()
  2452.  
  2453. wait(0.4)
  2454. mouth.Texture = "rbxassetid://828773176"
  2455. aim = false
  2456.  
  2457. kamehameha1 = false
  2458. kamehameha2 = true
  2459. kamehameha()
  2460. wait(0.8)
  2461. KamehamehaVoice.TimePosition = 0
  2462. kamehameha2 = false
  2463. if canfly1 == true then
  2464. idle = true
  2465. walk = true
  2466. canjump = true
  2467. end
  2468. if canfly1 == true then
  2469. canfly = true
  2470. canfly1 = false
  2471. end
  2472. hum.WalkSpeed = 16
  2473. canattack = true
  2474. ssj3music:Play()
  2475. mouth.Texture = "rbxassetid://932140764"
  2476. RootPart.Anchored = false
  2477. end
  2478.  
  2479.  
  2480. end
  2481. if ssjbkaiox10 == true then
  2482. if key == "q" and canattack == true and ki > 99 then
  2483. if canfly == true then
  2484. canfly = false
  2485. canfly1 = true
  2486. end
  2487. ki = ki- 100
  2488.  
  2489. canattack = false
  2490. idle = false
  2491. walk = false
  2492. canjump = false
  2493. hum.WalkSpeed = 0
  2494. aim = true
  2495. RootPart.Anchored = true
  2496. kamehameha6 = true
  2497. wait(0.5)
  2498. KamehamehaVoice3:Play()
  2499.  
  2500.  
  2501. mouth.Texture = "rbxassetid://828773176"
  2502.  
  2503.  
  2504. wait(0.5)
  2505. mouth.Texture = "rbxassetid://932140764"
  2506.  
  2507. wait(0.5)
  2508. mouth.Texture = "rbxassetid://828773176"
  2509. wait(0.5)
  2510. mouth.Texture = "rbxassetid://932140764"
  2511. wait(0.1)
  2512. startk = true
  2513. kamecharge:Play()
  2514. mouth.Texture = "rbxassetid://828773176"
  2515.  
  2516.  
  2517. wait(3.5)
  2518. mouth.Texture = "rbxassetid://932140764"
  2519.  
  2520. wait(0.5)
  2521. mouth.Texture = "rbxassetid://828773176"
  2522. wait(0.5)
  2523. mouth.Texture = "rbxassetid://932140764"
  2524. KamehamehaVoice:Pause()
  2525. wait(2)
  2526. KamehamehaVoice.TimePosition = 3.5
  2527. KamehamehaVoice:Play()
  2528.  
  2529. wait(0.4)
  2530. mouth.Texture = "rbxassetid://828773176"
  2531. aim = false
  2532.  
  2533. kamehameha6 = false
  2534. kamehameha2 = true
  2535. GroundShake = false
  2536. kamehameha()
  2537. GroundShake = false
  2538. wait(0.8)
  2539. KamehamehaVoice.TimePosition = 0
  2540. kamehameha2 = false
  2541. if canfly1 == true then
  2542. idle = true
  2543. walk = true
  2544. canjump = true
  2545. end
  2546. if canfly1 == true then
  2547. canfly = true
  2548. canfly1 = false
  2549. end
  2550. hum.WalkSpeed = 16
  2551. canattack = true
  2552. ssj3music:Play()
  2553. mouth.Texture = "rbxassetid://932140764"
  2554. RootPart.Anchored = false
  2555. end
  2556.  
  2557.  
  2558. end
  2559. if ssjg == true then
  2560. if key == "q" and canattack == true and ki > 99 then
  2561. if canfly == true then
  2562. canfly = false
  2563. canfly1 = true
  2564. end
  2565. ki = ki - 100
  2566. ssjgmusic:Stop()
  2567. canattack = false
  2568. idle = false
  2569. walk = false
  2570. canjump = false
  2571. hum.WalkSpeed = 0
  2572. aim = true
  2573. RootPart.Anchored = true
  2574. kamehameha1 = true
  2575. wait(0.5)
  2576. KamehamehaVoice1:Play()
  2577.  
  2578.  
  2579. mouth.Texture = "rbxassetid://828773176"
  2580.  
  2581.  
  2582. wait(0.1)
  2583. mouth.Texture = "rbxassetid://932140764"
  2584.  
  2585. wait(0.5)
  2586. mouth.Texture = "rbxassetid://828773176"
  2587. wait(0.7)
  2588. mouth.Texture = "rbxassetid://932140764"
  2589. wait(0.3)
  2590. startk = true
  2591.  
  2592. mouth.Texture = "rbxassetid://828773176"
  2593.  
  2594.  
  2595. wait(18.5)
  2596. mouth.Texture = "rbxassetid://932140764"
  2597.  
  2598. wait(0.5)
  2599. mouth.Texture = "rbxassetid://828773176"
  2600. wait(0.5)
  2601. mouth.Texture = "rbxassetid://932140764"
  2602.  
  2603.  
  2604. wait(0.4)
  2605. mouth.Texture = "rbxassetid://828773176"
  2606. aim = false
  2607.  
  2608. kamehameha1 = false
  2609. kamehameha2 = true
  2610. GroundShake = false
  2611. kamehameha()
  2612. GroundShake = false
  2613. wait(0.8)
  2614. KamehamehaVoice.TimePosition = 0
  2615. kamehameha2 = false
  2616. if canfly1 == true then
  2617. idle = true
  2618. walk = true
  2619. canjump = true
  2620. end
  2621. if canfly1 == true then
  2622. canfly = true
  2623. canfly1 = false
  2624. end
  2625. hum.WalkSpeed = 16
  2626. canattack = true
  2627. mouth.Texture = "rbxassetid://932140764"
  2628. RootPart.Anchored = false
  2629. end
  2630.  
  2631. end
  2632.  
  2633. end)
  2634. -----------------------------------------------------------------------------------------------------------------------------------
  2635.  
  2636. ad = new("Part",char)
  2637. ad.Name = "NewPart"
  2638. ad.Size = v3(10,0.1,10)
  2639. ad.CanCollide = false
  2640. ad.Anchored = true
  2641. ad.Position = RootPart.Position - v3(0,3,0)
  2642. ad.BrickColor = bc("bright Blue")
  2643. ad.Material = "Neon"
  2644. ad.Transparency = 1
  2645. aad = new("Decal",ad)
  2646. aad.Texture = "rbxassetid://110711859"
  2647. aad.Face = "Top"
  2648. aad.Transparency = 1
  2649.  
  2650. mouse.KeyDown:connect(function(key)
  2651. if key == "t" then
  2652. if ssj1 == false then
  2653. if canattack == true then
  2654. canattack = false
  2655. if canfly == true then
  2656. canfly = false
  2657. canfly1 = true
  2658. end
  2659. RootPart.Anchored = true
  2660.  
  2661. idle = false
  2662. walk = false
  2663. canjump = false
  2664. ssj1 = true
  2665. ssj2 = false
  2666. ssj3 = false
  2667. ssjmusic:Play()
  2668.  
  2669. ------------------------------------------------
  2670. transform1 = true
  2671.  
  2672. wait(0.2)
  2673.  
  2674. if potara == false then
  2675. Hair7.Color = Color3.fromRGB(255,255,0)
  2676. Mesh.MeshId = "rbxassetid://430344159"
  2677. Mesh.Scale = v3(6.3,6.3,6.3)
  2678. char.Head.face.Texture= "http://www.roblox.com/asset/?id=976088530"
  2679. Weld.C0 = CFrame.new(-.25,1.2,.34)
  2680. else
  2681. char.Head.face.Texture= "http://www.roblox.com/asset/?id=976088530"
  2682. Hair7.Color = Color3.fromRGB(255,255,0)
  2683. Mesh.MeshId = "rbxassetid://560152258"
  2684. Mesh.Scale = Vector3.new(6.9,6.9,6.9)
  2685. Weld.C0 = CFrame.new(-.211, 0.9, 0.262)*cfa(0,math.rad(0),0)
  2686. end
  2687.  
  2688.  
  2689.  
  2690. a21e = new("Part",char)
  2691. a21e.Name = "Beam"..num
  2692. a21e.Locked = true
  2693. a21e.Size = v3(1,1,1)
  2694. a21e.CanCollide = false
  2695. a21e.Position = v3(999,999,999)
  2696. a21e.BrickColor = bc("New Yeller")
  2697. a21e.Material = "Neon"
  2698. a21e.Transparency = 0
  2699. aa21e = new("SpecialMesh",a21e)
  2700. a21e.Anchored = true
  2701. a21e.Position = RootPart.Position
  2702. aa21e.MeshType = "Sphere"
  2703. aa21e.Scale = v3(1,1,1)
  2704.  
  2705. transform1 = false
  2706. transform2 = true
  2707. ssjauraburst:Play()
  2708. GroundWave5()
  2709. GroundWave6()
  2710. GroundWave7()
  2711. GroundWave8()
  2712. GroundWave9()
  2713. GroundWave10()
  2714. ad.Position = RootPart.Position - v3(0,3,0)
  2715. aad.Transparency = 0
  2716.  
  2717.  
  2718.  
  2719. newaura.ImageTransparency = 0
  2720. ssjaura:Play()
  2721. for i = 1,25 do
  2722. wait()
  2723. aa21e.Scale = aa21e.Scale + v3(5,5,5)
  2724. a21e.Transparency = a21e.Transparency + 0.04
  2725. end
  2726. wait(0.1)
  2727.  
  2728. transform2 = false
  2729.  
  2730.  
  2731.  
  2732.  
  2733. -------------------------------------------------
  2734. canattack = true
  2735. RootPart.Anchored = false
  2736. if canfly1 == true then
  2737.  
  2738. idle = true
  2739. walk = true
  2740. canjump = true
  2741. end
  2742. if canfly1 == true then
  2743. canfly = true
  2744. end
  2745. for i = 1,20 do
  2746. wait()
  2747. aad.Transparency = aad.Transparency + 0.05
  2748. end
  2749. end
  2750. else
  2751. if fuse == false or potara == false then
  2752. if ssj1 == true then
  2753. if canattack == true then
  2754. canattack = false
  2755. if canfly == true then
  2756. canfly = false
  2757. canfly1 = true
  2758. end
  2759. RootPart.Anchored = true
  2760. idle = false
  2761. ssj2 = true
  2762. walk = false
  2763. canjump = false
  2764. ssj1 = true
  2765. ssjmusic:Stop()
  2766. ssj2music:Play()
  2767. g1q = Instance.new("Part",char)
  2768. g1q.Name = "Smoke"
  2769. g1q.CanCollide = false
  2770. g1q.Position = RootPart.Position - v3(-8,3,0)
  2771. g1q.Size = v3(0.1,0.1,0.1)
  2772. g1q.Anchored = true
  2773. g1a = Instance.new("Part",char)
  2774. g1a.Name = "Smoke"
  2775. g1a.CanCollide = false
  2776. g1a.Position = RootPart.Position + v3(8,80,0)
  2777. g1a.Size = v3(0.1,0.1,0.1)
  2778. g1a.Anchored = true
  2779. g1q1 = Instance.new("Part",char)
  2780. g1q1.Name = "Smoke"
  2781. g1q1.CanCollide = false
  2782. g1q1.Position = RootPart.Position - v3(-5,3,7)
  2783. g1q1.Size = v3(0.1,0.1,0.1)
  2784. g1q1.Anchored = true
  2785. g1a1 = Instance.new("Part",char)
  2786. g1a1.Name = "Smoke"
  2787. g1a1.CanCollide = false
  2788. g1a1.Position = RootPart.Position + v3(5,80,-7)
  2789. g1a1.Size = v3(0.1,0.1,0.1)
  2790. g1a1.Anchored = true
  2791. g1q2 = Instance.new("Part",char)
  2792. g1q2.Name = "Smoke"
  2793. g1q2.CanCollide = false
  2794. g1q2.Position = RootPart.Position - v3(12,3,-6)
  2795. g1q2.Size = v3(0.1,0.1,0.1)
  2796. g1q2.Anchored = true
  2797. g1a2 = Instance.new("Part",char)
  2798. g1a2.Name = "Smoke"
  2799. g1a2.CanCollide = false
  2800. g1a2.Position = RootPart.Position + v3(-12,80,6)
  2801. g1a2.Size = v3(0.1,0.1,0.1)
  2802. g1a2.Anchored = true
  2803. ------------------------------------------------
  2804. transform3 = true
  2805. screaming1:Play()
  2806. mouth.Texture = "rbxassetid://828773176"
  2807. wait(1)
  2808. lighting1.Transparency = ns(0)
  2809. ssj2aura:Play()
  2810. transform3 = false
  2811. transform1 = true
  2812. wait(0.8)
  2813. GroundShake = false
  2814.  
  2815. char.Head.face.Texture= "rbxassetid://765493484"
  2816. Mesh.MeshId = "rbxassetid://560718478"
  2817. Mesh.Scale = v3(6.3,6.3,6.3)
  2818. Weld.C0 = CFrame.new(-.25,1.2,.34)
  2819. Hair7.Color = Color3.fromRGB(255,255,0)
  2820.  
  2821. a21e = new("Part",char)
  2822. a21e.Name = "Beam"..num
  2823. a21e.Locked = true
  2824. a21e.Size = v3(1,1,1)
  2825. a21e.CanCollide = false
  2826. a21e.Position = v3(999,999,999)
  2827. a21e.BrickColor = bc("New Yeller")
  2828. a21e.Material = "Neon"
  2829. a21e.Transparency = 0
  2830. aa21e = new("SpecialMesh",a21e)
  2831. a21e.Anchored = true
  2832. a21e.Position = RootPart.Position
  2833. aa21e.MeshType = "Sphere"
  2834. aa21e.Scale = v3(1,1,1)
  2835.  
  2836. transform1 = false
  2837. transform4 = true
  2838. ssjauraburst:Play()
  2839. GroundWave5()
  2840. GroundWave6()
  2841. GroundWave7()
  2842. GroundWave8()
  2843. GroundWave9()
  2844. GroundWave10()
  2845. ad.Position = RootPart.Position - v3(0,3,0)
  2846. aad.Transparency = 0
  2847.  
  2848.  
  2849.  
  2850. newaura.ImageTransparency = 0
  2851.  
  2852. for i = 1,25 do
  2853. wait()
  2854. aa21e.Scale = aa21e.Scale + v3(5,5,5)
  2855. a21e.Transparency = a21e.Transparency + 0.04
  2856. end
  2857.  
  2858.  
  2859. wait()
  2860. GroundShake = false
  2861. for i,v in pairs(workspace:GetChildren()) do
  2862. if v:IsA("Part") then
  2863. if v.Size.x > 150 then
  2864. v.CFrame = CFrame.new(v.Position) * CFrame.Angles(rad(0),rad(0),rad(0))
  2865. end
  2866. end
  2867. end
  2868.  
  2869.  
  2870. wait(0.9)
  2871. transform4 = false
  2872. mouth.Texture = "rbxassetid://932140764"
  2873.  
  2874.  
  2875.  
  2876. -------------------------------------------------
  2877. canattack = true
  2878. RootPart.Anchored = false
  2879. if canfly1 == true then
  2880. idle = true
  2881. walk = true
  2882. canjump = true
  2883. end
  2884. if canfly1 == true then
  2885. canfly = true
  2886. canfly1 = false
  2887. end
  2888. RootPart.Anchored = false
  2889. ssj1 = false
  2890. for i = 1,20 do
  2891. wait()
  2892. aad.Transparency = aad.Transparency + 0.05
  2893. end
  2894. end
  2895. end
  2896. end
  2897. end
  2898. end
  2899. end)
  2900.  
  2901.  
  2902.  
  2903.  
  2904.  
  2905.  
  2906.  
  2907.  
  2908.  
  2909.  
  2910.  
  2911.  
  2912.  
  2913.  
  2914.  
  2915. mouse.KeyDown:connect(function(key)
  2916.  
  2917. if key == "t" then
  2918. if fuse == false or potara == false then
  2919. if ssj2 == true then
  2920. if canattack == true then
  2921. canattack = false
  2922. if canfly == true then
  2923. canfly = false
  2924. canfly1 = true
  2925. end
  2926. idle = false
  2927. ssj2 = false
  2928. ssj1 = false
  2929. ssj3 = true
  2930. ssjb = false
  2931. ssjg = false
  2932. ssjbkaio = false
  2933. ssjbkaiox10 = false
  2934.  
  2935. RootPart.Anchored = true
  2936. walk = false
  2937. canjump = false
  2938. ssj1 = true
  2939. ssj2music:Stop()
  2940. ssj3music:Play()
  2941. g1q = Instance.new("Part",char)
  2942. g1q.Name = "Smoke"
  2943. g1q.CanCollide = false
  2944. g1q.Position = RootPart.Position - v3(-8,3,0)
  2945. g1q.Size = v3(0.1,0.1,0.1)
  2946. g1q.Anchored = true
  2947. g1a = Instance.new("Part",char)
  2948. g1a.Name = "Smoke"
  2949. g1a.CanCollide = false
  2950. g1a.Position = RootPart.Position + v3(8,80,0)
  2951. g1a.Size = v3(0.1,0.1,0.1)
  2952. g1a.Anchored = true
  2953. g1q1 = Instance.new("Part",char)
  2954. g1q1.Name = "Smoke"
  2955. g1q1.CanCollide = false
  2956. g1q1.Position = RootPart.Position - v3(-5,3,7)
  2957. g1q1.Size = v3(0.1,0.1,0.1)
  2958. g1q1.Anchored = true
  2959. g1a1 = Instance.new("Part",char)
  2960. g1a1.Name = "Smoke"
  2961. g1a1.CanCollide = false
  2962. g1a1.Position = RootPart.Position + v3(5,80,-7)
  2963. g1a1.Size = v3(0.1,0.1,0.1)
  2964. g1a1.Anchored = true
  2965. g1q2 = Instance.new("Part",char)
  2966. g1q2.Name = "Smoke"
  2967. g1q2.CanCollide = false
  2968. g1q2.Position = RootPart.Position - v3(12,3,-6)
  2969. g1q2.Size = v3(0.1,0.1,0.1)
  2970. g1q2.Anchored = true
  2971. g1a2 = Instance.new("Part",char)
  2972. g1a2.Name = "Smoke"
  2973. g1a2.CanCollide = false
  2974. g1a2.Position = RootPart.Position + v3(-12,80,6)
  2975. g1a2.Size = v3(0.1,0.1,0.1)
  2976. g1a2.Anchored = true
  2977. ------------------------------------------------
  2978.  
  2979.  
  2980. transform1 = true
  2981.  
  2982. wait(0.6)
  2983.  
  2984.  
  2985.  
  2986. KiCharge:Play()
  2987. transform1 = false
  2988. transform3 = true
  2989.  
  2990.  
  2991. GroundShake = false
  2992. coroutine.wrap(function()
  2993.  
  2994.  
  2995. repeat wait()
  2996. newaurabase.Size = UDim2.new(math.random(20,28),0,math.random(20,28),0)
  2997. until GroundShake == false
  2998.  
  2999. KiCharge:Stop()
  3000.  
  3001. end)()
  3002. rock = true
  3003.  
  3004. mouth.Texture = "rbxassetid://828773176"
  3005. screaming:Play()
  3006. coroutine.wrap(function()
  3007. for i = 1,5 do
  3008. wait(math.random(1,2))
  3009. game.Lighting.Ambient = Color3.new(999,999,999)
  3010.  
  3011. wait(0.0001)
  3012. game.Lighting.Ambient = Color3.new(0,0,0)
  3013. wait(0.0001)
  3014. game.Lighting.Ambient = Color3.new(999,999,999)
  3015. wait(0.0001)
  3016. Lightning:Play()
  3017. block = Instance.new("Part",char)
  3018. block.Anchored = true
  3019. block.Transparency = 1
  3020. block.Position = RootPart.Position + v3(math.random(-10,10),-1,math.random(-10,10))
  3021. block.CanCollide = false
  3022. block2 = Instance.new("Part",char)
  3023. block2.Anchored = true
  3024. block2.Position = block.Position + v3(0,200,0)
  3025. block2.CanCollide = false
  3026. block2.Transparency = 1
  3027.  
  3028.  
  3029.  
  3030.  
  3031. Lightning1(block.Position,block2.Position,0.2,10,workspace)
  3032. game.Lighting.Ambient = Color3.new(0,0,0)
  3033. end
  3034. end)()
  3035.  
  3036. wait(8)
  3037. GroundShake2 = false
  3038. char.Head.face.Texture= "rbxassetid://897514186"
  3039.  
  3040. lighting.Transparency = ns(0)
  3041. KiCharge:Stop()
  3042.  
  3043.  
  3044. Weld.C0 = CFrame.new(0.3, -1, 1.45) * CFrame.Angles(0,rad(180),0)
  3045. Mesh.MeshId = "http://www.roblox.com/asset/?id=431511681"
  3046. Mesh.Scale = Vector3.new(0.0055,0.005,0.0055)
  3047.  
  3048. a21e = new("Part",char)
  3049. a21e.Name = "Beam"..num
  3050. a21e.Locked = true
  3051. a21e.Size = v3(1,1,1)
  3052. a21e.CanCollide = false
  3053. a21e.Position = v3(999,999,999)
  3054. a21e.BrickColor = bc("New Yeller")
  3055. a21e.Material = "Neon"
  3056. a21e.Transparency = 0
  3057. aa21e = new("SpecialMesh",a21e)
  3058. a21e.Anchored = true
  3059. a21e.Position = RootPart.Position
  3060. aa21e.MeshType = "Sphere"
  3061. aa21e.Scale = v3(1,1,1)
  3062.  
  3063.  
  3064. ssjauraburst:Play()
  3065. GroundWave5()
  3066. GroundWave6()
  3067. GroundWave7()
  3068. GroundWave8()
  3069. GroundWave9()
  3070. GroundWave10()
  3071. ad.Position = RootPart.Position - v3(0,3,0)
  3072. aad.Transparency = 0
  3073. rock = false
  3074. rock3 = true
  3075.  
  3076. newaura.ImageTransparency = 0
  3077. ssjaura:Play()
  3078. for i = 1,50 do
  3079. wait()
  3080. aa21e.Scale = aa21e.Scale + v3(5,5,5)
  3081. a21e.Transparency = a21e.Transparency + 0.02
  3082. end
  3083. GroundShake = false
  3084. wait(0.1)
  3085.  
  3086.  
  3087.  
  3088.  
  3089. GroundShake2 = false
  3090. for i,v in pairs(workspace:GetChildren()) do
  3091. if v:IsA("Part") then
  3092. if v.Size.x > 150 then
  3093. v.CFrame = CFrame.new(v.Position) * CFrame.Angles(rad(0),rad(0),rad(0))
  3094. end
  3095. end
  3096. end
  3097.  
  3098. wait(0.9)
  3099. transform3 = false
  3100. mouth.Texture = "rbxassetid://932140764"
  3101.  
  3102.  
  3103.  
  3104. -------------------------------------------------
  3105. canattack = true
  3106. rock3 = false
  3107. RootPart.Anchored = false
  3108. if canfly1 == true then
  3109. idle = true
  3110. walk = true
  3111. canjump = true
  3112. end
  3113. if canfly1 == true then
  3114. canfly = true
  3115. canfly1 = false
  3116. end
  3117. for i = 1,20 do
  3118. wait()
  3119. aad.Transparency = aad.Transparency + 0.05
  3120. end
  3121. end
  3122. end
  3123. end
  3124. end
  3125. end)
  3126.  
  3127. mouse.KeyDown:connect(function(key)
  3128. if key == "x" then
  3129. Hair7:Destroy()
  3130. wait(.4)
  3131. Hair7 = Instance.new("Part")
  3132. Hair7.Parent = char
  3133. Hair7.Name = "Hair"
  3134. Hair7.CanCollide = false
  3135. Hair7.Locked = true
  3136. Hair7.TopSurface = "Smooth"
  3137. Hair7.BottomSurface = "Smooth"
  3138. Hair7.formFactor = "Symmetric"
  3139. Hair7.Material = "Neon"
  3140. Hair7.BrickColor = BrickColor.new("Really black")
  3141. Hair7.CFrame = LowerTorso.CFrame
  3142. Hair7.Size = Vector3.new(1, 1, 1)
  3143. Hair7.Transparency = 0
  3144.  
  3145.  
  3146.  
  3147. Weld = Instance.new("Weld")
  3148. Weld.Parent = Head
  3149. Weld.Part0 = Head
  3150. Weld.Part1 = Hair7
  3151.  
  3152. Weld.C0 = CFrame.new(-0.3, 1.2, -0.32)
  3153.  
  3154. Mesh = Instance.new("SpecialMesh")
  3155. Mesh.Offset = Vector3.new(0.2, -0.2, 0.2)
  3156. Mesh.Parent = Hair7
  3157.  
  3158. Mesh.Scale = Vector3.new(6.8,6.8,6.8)
  3159. Mesh.MeshType = "FileMesh"
  3160.  
  3161. Mesh.MeshId = "http://www.roblox.com/asset/?id=501884712"
  3162.  
  3163. char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=1189101246"
  3164. char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=1203223046"
  3165.  
  3166.  
  3167. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  3168. if v.ClassName == "Part" or v.ClassName == "MeshPart" then
  3169. for _,i in pairs(v:GetChildren()) do
  3170. if i.ClassName == "ParticleEmitter" then
  3171. i.Enabled = false
  3172. wait(.05)
  3173. i:Remove()
  3174. end;end;end;end
  3175. if canattack == true then
  3176. if ssj1 == true and fuse == false or ssj2 == true and fuse == false and potara == false or ssj3 == true and fuse == false and potara == false or ssjb == true and fuse == false and potara == false or ssjg == true and fuse == false and potara == false or ssj4 == true and fuse == false and potara == false then
  3177. char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=1189101246"
  3178. char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=1203223046"
  3179. if ssj4 == true then
  3180. ape5.Transparency = 1
  3181. end
  3182. ssj4 = false
  3183. fuse = false
  3184. idle7 = false
  3185. idle = true
  3186. mouth.Transparency = 0
  3187. nose.Transparency = 0
  3188. Hair7.BrickColor = BrickColor.new("Really black")
  3189. Mesh.Scale = Vector3.new(7.1,7.1,7.1)
  3190. Mesh.MeshId = "http://www.roblox.com/asset/?id=501884712"
  3191. Weld.C0 = CFrame.new(-0.3, 1.2, -0.32)
  3192. newaurabase.Size = UDim2.new(20,0,20,0)
  3193. newaura.Position = UDim2.new(-0.5,0,-0.2,0)
  3194. newaurabase.AlwaysOnTop = false
  3195. newaura.ImageColor3 = Color3.fromRGB(255, 227, 10)
  3196. newaurabase.ExtentsOffset = Vector3.new(0,0,3)
  3197. char.Head.face.Texture= "rbxassetid://765423946"
  3198.  
  3199. Hair7.Transparency = 0
  3200.  
  3201. lighting.Transparency = ns(1)
  3202. lighting1.Transparency = ns(1)
  3203. newaura.ImageTransparency = 1
  3204. ssj1 = false
  3205. ssj2 = false
  3206. ssjg = false
  3207. p1.Transparency = 1
  3208. p2.Transparency = 1
  3209. p3.Transparency = 1
  3210. p4.Transparency = 1
  3211. p5.Transparency = 1
  3212. p6.Transparency = 1
  3213. p7.Transparency = 1
  3214. p8.Transparency = 1
  3215. p9.Transparency = 1
  3216. p10.Transparency = 1
  3217. p11.Transparency = 1
  3218. p12.Transparency = 1
  3219. p13.Transparency = 1
  3220. p14.Transparency = 1
  3221. p15.Transparency = 1
  3222. newaura2.ImageTransparency = 1
  3223. ssjb = false
  3224. ssjbkaio = false
  3225. ssjbkaiox10 = false
  3226. a21e.Locked = true
  3227. a21e.Size = v3(1,1,1)
  3228. a21e.CanCollide = false
  3229. a21e.Position = v3(999,999,999)
  3230. a21e.BrickColor = bc("White")
  3231. a21e.Material = "Neon"
  3232. a21e.Transparency = 0
  3233. aa21e = new("SpecialMesh",a21e)
  3234. a21e.Anchored = true
  3235. a21e.Position = RootPart.Position
  3236. aa21e.MeshType = "Sphere"
  3237. aa21e.Scale = v3(1,1,1)
  3238. ssjaura:Stop()
  3239. ssj2aura:Stop()
  3240.  
  3241. ssj3 = false
  3242. ssjaura:Stop()
  3243. ssjbaura:Stop()
  3244. ssjbkaura:Stop()
  3245. ssjgmusic:Stop()
  3246. ssjgaura:Stop()
  3247. ssjbmusic:Stop()
  3248. ssj2aura:Stop()
  3249. ssjmusic:Stop()
  3250. ssj2music:Stop()
  3251. ssj3music:Stop()
  3252. PowerDown:Play()
  3253. for i = 1,50 do
  3254. wait()
  3255. aa21e.Scale = aa21e.Scale + v3(5,5,5)
  3256. a21e.Transparency = a21e.Transparency + 0.02
  3257. end
  3258. end
  3259. if fuse == true and ssj4 == true then
  3260. fuse = false
  3261. idle7 = false
  3262. idle5 = false
  3263. noidle = true
  3264. ssjb = false
  3265. ssj1= false
  3266. walk = true
  3267. canjump = true
  3268. linkpart = Instance.new("Part",char)
  3269. linkpart.Position = v3(999,999,999)
  3270. linkpart.Transparency = 1
  3271. linkpart.CanCollide = false
  3272. linkpart.Anchored = true
  3273. linkpart.CFrame = RootPart.CFrame * cfa(0,rad(90),0) + RootPart.CFrame.lookVector
  3274. RootPart1.Anchored = true
  3275. RootPart.Anchored = true
  3276. RootPart1 = clone1.HumanoidRootPart
  3277. com1 = 1
  3278. Hair7.Color = Color3.fromRGB(0,0,0)
  3279. Mesh.MeshId = "http://www.roblox.com/asset/?id=504772831"
  3280. Mesh.Scale = Vector3.new(0.23,0.23,0.23)
  3281. Weld.C0 = CFrame.new(0.25, 0.4, 0.5)*CFrame.Angles(0,math.rad(180),0)
  3282. char.Head.face.Texture= "http://www.roblox.com/asset/?id=869609457"
  3283. char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=258281249"
  3284. char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=258281716"
  3285. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1) --LeftUpperArm
  3286. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--RightUpperArm
  3287. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--LeftLowerArm
  3288. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--RightLowerArm
  3289. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--LeftUpperLeg
  3290. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--RightUpperLeg
  3291. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--LeftLowerLeg
  3292. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--RightUpperLeg
  3293. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--Torso
  3294. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--Head
  3295. LeftShoulder1.C0 = LeftShoulder1.C0:lerp(CFrame.new(LeftShoulder1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1) --LeftUpperArm
  3296. RightShoulder1.C0 = RightShoulder1.C0:lerp(CFrame.new(RightShoulder1.C0 .p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--RightUpperArm
  3297. LeftElbow1.C0 = LeftElbow1.C0:lerp(CFrame.new(LeftElbow1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--LeftLowerArm
  3298. RightElbow1.C0 = RightElbow1.C0:lerp(CFrame.new(RightElbow1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--RightLowerArm
  3299. LeftHip1.C0 = LeftHip1.C0:lerp(CFrame.new(LeftHip1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--LeftUpperLeg
  3300. RightHip1.C0 = RightHip1.C0:lerp(CFrame.new(RightHip1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--RightUpperLeg
  3301. LeftKnee1.C0 = LeftKnee1.C0:lerp(CFrame.new( LeftKnee1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--LeftLowerLeg
  3302. RightKnee1.C0 = RightKnee1.C0:lerp(CFrame.new(RightKnee1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--RightUpperLeg
  3303. Root1.C0 = Root1.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--Torso
  3304. Neck1.C0 = Neck1.C0:lerp(CFrame.new( Neck1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--Head
  3305. for i = 1,50 do
  3306. wait()
  3307. com1 = com1 + 0.1
  3308. RootPart1.CFrame = linkpart.CFrame * cfa(0,rad(-90),0) + linkpart.CFrame.lookVector * com1
  3309. RootPart.CFrame = linkpart.CFrame * cfa(0,rad(-90),0) - linkpart.CFrame.lookVector * com1
  3310. end
  3311. noidle = false
  3312. idle = true
  3313. RootPart1.CFrame = CFrame.new(999,999,999)
  3314. RootPart1.Anchored = true
  3315. RootPart.Anchored = false
  3316. hum.HipHeight = 1.35
  3317. end
  3318. if fuse == true and ssj4 == false or potara == true then
  3319. fuse = false
  3320. idle7 = false
  3321. ssjb = false
  3322. ssj2 = false
  3323. ssj3 = false
  3324. ssj4 = false
  3325. ssjaura:Stop()
  3326. newaurabase.Size = UDim2.new(20,0,20,0)
  3327. newaura.Position = UDim2.new(-0.5,0,-0.2,0)
  3328. newaurabase.AlwaysOnTop = false
  3329. newaura.ImageColor3 = Color3.fromRGB(255, 255, 225)
  3330. newaurabase.ExtentsOffset = Vector3.new(0,0,3)
  3331. ssjg = false
  3332. idle5 = false
  3333. noidle = true
  3334. walk = true
  3335. ssj1 = false
  3336. newaura.ImageTransparency = 1
  3337. char.Head.face.Texture= "rbxassetid://765423946"
  3338. Hair7.BrickColor = bc("Really black")
  3339. ssjaura:Stop()
  3340. canjump = true
  3341. if potara == true then
  3342.  
  3343. ee1d:Destroy()
  3344. ee2d:Destroy()
  3345. ee3d:Destroy()
  3346. ee4d:Destroy()
  3347. eec:Destroy()
  3348. ee1c:Destroy()
  3349. ee2c:Destroy()
  3350. ee3c:Destroy()
  3351. ee4c:Destroy()
  3352. end
  3353. linkpart = Instance.new("Part",char)
  3354. linkpart.Position = v3(999,999,999)
  3355. linkpart.Transparency = 1
  3356. linkpart.CanCollide = false
  3357. linkpart.Anchored = true
  3358. linkpart.CFrame = RootPart.CFrame * cfa(0,rad(90),0) + RootPart.CFrame.lookVector
  3359. RootPart1.Anchored = true
  3360. RootPart.Anchored = true
  3361. RootPart1 = clone1.HumanoidRootPart
  3362. com1 = 1
  3363. char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=363968007"
  3364. char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=363966829"
  3365. Weld.C0 = CFrame.new(-0.3, 1.2, -0.32)
  3366. Mesh.Scale = Vector3.new(6.8,6.8,6.8)
  3367. Mesh.MeshId = "http://www.roblox.com/asset/?id=501884712"
  3368. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1) --LeftUpperArm
  3369. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--RightUpperArm
  3370. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--LeftLowerArm
  3371. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--RightLowerArm
  3372. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--LeftUpperLeg
  3373. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--RightUpperLeg
  3374. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--LeftLowerLeg
  3375. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--RightUpperLeg
  3376. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--Torso
  3377. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--Head
  3378. LeftShoulder1.C0 = LeftShoulder1.C0:lerp(CFrame.new(LeftShoulder1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1) --LeftUpperArm
  3379. RightShoulder1.C0 = RightShoulder1.C0:lerp(CFrame.new(RightShoulder1.C0 .p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--RightUpperArm
  3380. LeftElbow1.C0 = LeftElbow1.C0:lerp(CFrame.new(LeftElbow1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--LeftLowerArm
  3381. RightElbow1.C0 = RightElbow1.C0:lerp(CFrame.new(RightElbow1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--RightLowerArm
  3382. LeftHip1.C0 = LeftHip1.C0:lerp(CFrame.new(LeftHip1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--LeftUpperLeg
  3383. RightHip1.C0 = RightHip1.C0:lerp(CFrame.new(RightHip1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--RightUpperLeg
  3384. LeftKnee1.C0 = LeftKnee1.C0:lerp(CFrame.new( LeftKnee1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--LeftLowerLeg
  3385. RightKnee1.C0 = RightKnee1.C0:lerp(CFrame.new(RightKnee1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--RightUpperLeg
  3386. Root1.C0 = Root1.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--Torso
  3387. Neck1.C0 = Neck1.C0:lerp(CFrame.new( Neck1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--Head
  3388. a21e.Locked = true
  3389. a21e.Size = v3(1,1,1)
  3390. a21e.CanCollide = false
  3391. a21e.Position = v3(999,999,999)
  3392. a21e.BrickColor = bc("White")
  3393. a21e.Material = "Neon"
  3394. a21e.Transparency = 0
  3395. aa21e = new("SpecialMesh",a21e)
  3396. a21e.Anchored = true
  3397. a21e.Position = RootPart.Position
  3398. aa21e.MeshType = "Sphere"
  3399. aa21e.Scale = v3(1,1,1)
  3400. ssjbaura:Stop()
  3401. PowerDown:Play()
  3402. coroutine.wrap(function()
  3403. for i = 1,50 do
  3404. wait()
  3405. aa21e.Scale = aa21e.Scale + v3(5,5,5)
  3406. a21e.Transparency = a21e.Transparency + 0.02
  3407. end
  3408. end)()
  3409. for i = 1,50 do
  3410. wait()
  3411. com1 = com1 + 0.1
  3412. RootPart1.CFrame = linkpart.CFrame * cfa(0,rad(-90),0) + linkpart.CFrame.lookVector * com1
  3413. RootPart.CFrame = linkpart.CFrame * cfa(0,rad(-90),0) - linkpart.CFrame.lookVector * com1
  3414. end
  3415. noidle = false
  3416. idle = true
  3417. if potara == true then
  3418. ee:Destroy()
  3419. ee1:Destroy()
  3420. ee2:Destroy()
  3421. ee3:Destroy()
  3422. ee4:Destroy()
  3423. eed:Destroy()
  3424. end
  3425. potara = false
  3426. RootPart1.CFrame = CFrame.new(999,999,999)
  3427. RootPart1.Anchored = true
  3428. RootPart.Anchored = false
  3429. hum.HipHeight = 1.35
  3430. end
  3431. end
  3432. end
  3433. end)
  3434. mouse.KeyDown:connect(function(key)
  3435. if key == "c" then
  3436. if canattack == true then
  3437. if ssj1 == true or ssj2 == true or ssj3 == true then
  3438. lighting.Transparency = ns(1)
  3439. lighting1.Transparency = ns(1)
  3440. newaura.ImageTransparency = 1
  3441. a21e.Name = "Beam"..num
  3442. a21e.Locked = true
  3443. a21e.Size = v3(1,1,1)
  3444. a21e.CanCollide = false
  3445. a21e.Position = v3(999,999,999)
  3446. a21e.BrickColor = bc("New Yeller")
  3447. a21e.Material = "Neon"
  3448. a21e.Transparency = 0
  3449. aa21e = new("SpecialMesh",a21e)
  3450. a21e.Anchored = true
  3451. a21e.Position = RootPart.Position
  3452. aa21e.MeshType = "Sphere"
  3453. aa21e.Scale = v3(1,1,1)
  3454. ssjaura:Stop()
  3455. ssj2aura:Stop()
  3456. AuraOff:Play()
  3457. for i = 1,50 do
  3458. wait()
  3459. aa21e.Scale = aa21e.Scale + v3(5,5,5)
  3460. a21e.Transparency = a21e.Transparency + 0.02
  3461. end
  3462. end
  3463. if ssjb == true then
  3464. ssjbaura:Stop()
  3465.  
  3466. newaura.ImageTransparency = 1
  3467. a21e.Name = "Beam"..num
  3468. a21e.Locked = true
  3469. a21e.Size = v3(1,1,1)
  3470. a21e.CanCollide = false
  3471. a21e.Position = v3(999,999,999)
  3472. a21e.BrickColor = bc("Toothpaste")
  3473. a21e.Material = "Neon"
  3474. a21e.Transparency = 0
  3475. aa21e = new("SpecialMesh",a21e)
  3476. a21e.Anchored = true
  3477. a21e.Position = RootPart.Position
  3478. aa21e.MeshType = "Sphere"
  3479. aa21e.Scale = v3(1,1,1)
  3480. AuraOff:Play()
  3481. for i = 1,50 do
  3482. wait()
  3483. aa21e.Scale = aa21e.Scale + v3(5,5,5)
  3484. a21e.Transparency = a21e.Transparency + 0.02
  3485. end
  3486. end
  3487. if ssj4 == true then
  3488. ssjaura:Stop()
  3489.  
  3490. newaura.ImageTransparency = 1
  3491. a21e.Name = "Beam"..num
  3492. a21e.Locked = true
  3493. a21e.Size = v3(1,1,1)
  3494. a21e.CanCollide = false
  3495. a21e.Position = v3(999,999,999)
  3496. a21e.BrickColor = bc("New Yeller")
  3497. a21e.Material = "Neon"
  3498. a21e.Transparency = 0
  3499. aa21e = new("SpecialMesh",a21e)
  3500. a21e.Anchored = true
  3501. a21e.Position = RootPart.Position
  3502. aa21e.MeshType = "Sphere"
  3503. aa21e.Scale = v3(1,1,1)
  3504. AuraOff:Play()
  3505. for i = 1,50 do
  3506. wait()
  3507. aa21e.Scale = aa21e.Scale + v3(5,5,5)
  3508. a21e.Transparency = a21e.Transparency + 0.02
  3509. end
  3510. end
  3511. if ssjg == true then
  3512. ssjgaura:Stop()
  3513.  
  3514. newaura.ImageTransparency = 1
  3515. a21e.Name = "Beam"..num
  3516. a21e.Locked = true
  3517. a21e.Size = v3(1,1,1)
  3518. a21e.CanCollide = false
  3519. a21e.Position = v3(999,999,999)
  3520. a21e.BrickColor = bc("Really red")
  3521. a21e.Material = "Neon"
  3522. a21e.Transparency = 0
  3523. aa21e = new("SpecialMesh",a21e)
  3524. a21e.Anchored = true
  3525. a21e.Position = RootPart.Position
  3526. aa21e.MeshType = "Sphere"
  3527. aa21e.Scale = v3(1,1,1)
  3528. AuraOff:Play()
  3529. for i = 1,50 do
  3530. wait()
  3531. aa21e.Scale = aa21e.Scale + v3(5,5,5)
  3532. a21e.Transparency = a21e.Transparency + 0.02
  3533. end
  3534. end
  3535. end
  3536. end
  3537. end)
  3538.  
  3539.  
  3540.  
  3541.  
  3542. mouse.KeyDown:connect(function(key)
  3543. if key == "h" then
  3544. if canattack == true and flying1 == false and punched1 == true then
  3545.  
  3546. idle = false
  3547. walk = false
  3548. canjump = false
  3549. canattack = false
  3550. punch1 = true
  3551. punched1 = false
  3552. punched2 = true
  3553. af1 = new("Part",char)
  3554. af1.Name = "NewPart"
  3555. af1.Size = v3(1,1,1)
  3556. af1.Position = v3(999,999,999)
  3557. af1.Material = "Neon"
  3558. af1.Transparency = 1
  3559.  
  3560. aaaf1 =new("Weld",af1)
  3561. aaaf1.Part0 = RootPart
  3562. aaaf1.Part1 = af1
  3563. aaaf1.C0 = cf(0,0,-2) * cfa(rad(0),rad(0),rad(0))
  3564. wait(0.1)
  3565. punch1 = false
  3566. punch2 = true
  3567. wait(0.2)
  3568.  
  3569. af1.Touched:connect(function(hit)
  3570. if hit.Parent:FindFirstChild("Head") then
  3571. grab = true
  3572. go11 = 2.3
  3573. af1:Destroy()
  3574. punchsound1:Play()
  3575. hit1 = true
  3576. hit.Parent:findFirstChild("Head").Anchored = true
  3577. for i,v in pairs(hit.Parent:GetChildren()) do
  3578.  
  3579.  
  3580. if v:IsA("Humanoid") then
  3581. v.Health = v.Health - 10
  3582. if v.Health > 100 then
  3583. v.Health = 100
  3584. v.MaxHealth = 100
  3585. end
  3586. end
  3587. end
  3588. hit.Parent:findFirstChild("Head").CFrame = RootPart.CFrame + RootPart.CFrame.lookVector * 2.3
  3589. punch2 = false
  3590.  
  3591.  
  3592. idle = false
  3593. walk = false
  3594. canjump = false
  3595. canattack = false
  3596. punch3 = true
  3597. punched1 = false
  3598. punched2 = false
  3599. punched3 = true
  3600. af1 = new("Part",char)
  3601. af1.Name = "NewPart"
  3602. af1.Size = v3(1,1,1)
  3603. af1.Position = v3(999,999,999)
  3604. af1.Material = "Neon"
  3605. af1.Transparency = 1
  3606.  
  3607. aaaf1 =new("Weld",af1)
  3608. aaaf1.Part0 = LeftHand
  3609. aaaf1.Part1 = af1
  3610. aaaf1.C0 = cf(0,0,0) * cfa(rad(0),rad(0),rad(0))
  3611.  
  3612. wait(0.1)
  3613. punch3 = false
  3614. punch4 = true
  3615. for i,v in pairs(hit.Parent:GetChildren()) do
  3616.  
  3617.  
  3618. if v:IsA("Humanoid") then
  3619. v.Health = v.Health - 10
  3620. if v.Health > 100 then
  3621. v.Health = 100
  3622. v.MaxHealth = 100
  3623. end
  3624. end
  3625. end
  3626. punchsound1:Play()
  3627. wait(0.2)
  3628. if hit1 == false then
  3629. af1:Destroy()
  3630. hit1 = false
  3631. end
  3632. punch4 = false
  3633.  
  3634.  
  3635. idle = false
  3636. walk = false
  3637. canjump = false
  3638. canattack = false
  3639. uppercut1 = true
  3640. punched1 = false
  3641. punched2 = false
  3642. punched3 = false
  3643. punched4 = true
  3644. wait(0.3)
  3645. uppercut1 = false
  3646. uppercut2 = true
  3647. af1 = new("Part",char)
  3648. af1.Name = "NewPart"
  3649. af1.Size = v3(1,1,1)
  3650. af1.Position = v3(999,999,999)
  3651. af1.Material = "Neon"
  3652. af1.Transparency = 1
  3653.  
  3654. aaaf1 =new("Weld",af1)
  3655. aaaf1.Part0 = LeftHand
  3656. aaaf1.Part1 = af1
  3657. aaaf1.C0 = cf(0,0,0) * cfa(rad(0),rad(0),rad(0))
  3658. for i,v in pairs(hit.Parent:GetChildren()) do
  3659.  
  3660.  
  3661. if v:IsA("Humanoid") then
  3662. v.Health = v.Health - 10
  3663. if v.Health > 100 then
  3664. v.Health = 100
  3665. v.MaxHealth = 100
  3666. end
  3667. end
  3668. end
  3669. punchsound1:Play()
  3670. for i = 1,10 do
  3671. wait()
  3672. up = up + 1
  3673. hit.Parent:findFirstChild("Head").CFrame = CFrame.new(hit.Parent:findFirstChild("Head").CFrame.x,hit.Parent:findFirstChild("Head").CFrame.y + up,hit.Parent:findFirstChild("Head").CFrame.z)
  3674. end
  3675. hit.Parent:findFirstChild("Head").Anchored = true
  3676.  
  3677.  
  3678.  
  3679.  
  3680. wait(0.3)
  3681. uppercut2 = false
  3682.  
  3683. RootPart.CFrame = hit.Parent:findFirstChild("Head").CFrame - hit.Parent:findFirstChild("Head").CFrame.lookVector * 2.3
  3684. RootPart.Anchored = true
  3685. idle = false
  3686. walk = false
  3687. canjump = false
  3688. canattack = false
  3689. knockdown1 = true
  3690. punched1 = true
  3691. punched2 = false
  3692. punched3 = false
  3693. punched4 = false
  3694. wait(0.3)
  3695. knockdown1 = false
  3696. knockdown2 = true
  3697. StrongPunch:Play()
  3698. for i,v in pairs(hit.Parent:GetChildren()) do
  3699.  
  3700.  
  3701. if v:IsA("Humanoid") then
  3702. v.Health = v.Health - 10
  3703. if v.Health > 100 then
  3704. v.Health = 100
  3705. v.MaxHealth = 100
  3706. end
  3707. end
  3708. end
  3709. GroundWave11()
  3710. punchsound2:Play()
  3711. up = 0
  3712. for i = 1,10 do
  3713. wait()
  3714. up = up + 1
  3715. hit.Parent:findFirstChild("Head").CFrame = CFrame.new(hit.Parent:findFirstChild("Head").CFrame.x,hit.Parent:findFirstChild("Head").CFrame.y - up,hit.Parent:findFirstChild("Head").CFrame.z)
  3716. end
  3717. wait(0.2)
  3718. knockdown2 = false
  3719. hit.Parent:findFirstChild("Head").Anchored = true
  3720. RootPart.CFrame = hit.Parent:findFirstChild("Head").CFrame - hit.Parent:findFirstChild("Head").CFrame.lookVector * 2.3
  3721. FastPunch:Play()
  3722. for i = 1,3 do
  3723. punch1 = true
  3724. wait(0.01)
  3725. punch1 = false
  3726.  
  3727. punch2 = true
  3728. wait(0.01)
  3729. punch2 = false
  3730. GroundWave1()
  3731. for i,v in pairs(hit.Parent:GetChildren()) do
  3732.  
  3733.  
  3734. if v:IsA("Humanoid") then
  3735. v.Health = v.Health - 1
  3736. if v.Health > 100 then
  3737. v.Health = 100
  3738. v.MaxHealth = 100
  3739. end
  3740. end
  3741.  
  3742. end
  3743. punchsound1:Play()
  3744. punch3 = true
  3745. wait(0.01)
  3746. punch3 = false
  3747.  
  3748. punch4 = true
  3749. wait(0.01)
  3750. punch4 = false
  3751.  
  3752.  
  3753. kick1 = true
  3754. wait(0.01)
  3755. kick1 = false
  3756.  
  3757. kick2 = true
  3758. wait(0.01)
  3759. kick2 = false
  3760. GroundWave111()
  3761.  
  3762. punchsound1:Play()
  3763. kick3 = true
  3764. wait(0.01)
  3765. kick3 = false
  3766.  
  3767. kick4 = true
  3768. wait(0.01)
  3769. kick4 = false
  3770.  
  3771. punchsound1:Play()
  3772. end
  3773. punch1 = true
  3774. wait(0.5)
  3775. punch1 = false
  3776. GroundWave1()
  3777. punch2 = true
  3778. wait(0.01)
  3779.  
  3780. punchsound2:Play()
  3781. for i,v in pairs(hit.Parent:GetChildren()) do
  3782.  
  3783.  
  3784. if v:IsA("Humanoid") then
  3785. v.Health = v.Health - 10
  3786. if v.Health > 100 then
  3787. v.Health = 100
  3788. v.MaxHealth = 100
  3789. end
  3790. end
  3791. end
  3792. coroutine.wrap(function()
  3793. for i = 1,40 do
  3794. wait()
  3795. go11 = go11+ 2
  3796.  
  3797. hit.Parent:findFirstChild("Head").CFrame = RootPart.CFrame + RootPart.CFrame.lookVector * go11
  3798.  
  3799. end
  3800.  
  3801. end)()
  3802.  
  3803.  
  3804.  
  3805. RootPart.Anchored = true
  3806. punch2 = false
  3807. kamehameha5 = true
  3808.  
  3809. startk = true
  3810. kamecharge:Play()
  3811. wait(0.5)
  3812.  
  3813.  
  3814. kamehameha5 = false
  3815. kamehameha2 = true
  3816. hit.Parent:findFirstChild("Head").Anchored = false
  3817. kamehameha()
  3818. wait(0.8)
  3819. kamehameha2 = false
  3820. RootPart.Anchored = false
  3821. idle = true
  3822. walk = true
  3823. canjump = true
  3824. canattack = true
  3825.  
  3826. go11 = 2.3
  3827. up = 0
  3828. idle = true
  3829. walk = true
  3830. canjump = true
  3831. canattack = true
  3832.  
  3833.  
  3834.  
  3835. if hit1 == false then
  3836. af1:Destroy()
  3837. hit1 = false
  3838. end
  3839. idle = true
  3840. walk = true
  3841. canjump = true
  3842. canattack = true
  3843.  
  3844.  
  3845. idle = true
  3846.  
  3847. walk = true
  3848. canjump = true
  3849. canattack = true
  3850. end
  3851.  
  3852. end)
  3853. end
  3854. end
  3855. end)
  3856.  
  3857.  
  3858. mouse.KeyDown:connect(function(key)
  3859. if key == "r" then
  3860. if canattack == true and kiblastdone == false then
  3861. idle = false
  3862. walk = false
  3863. kiblastdone = true
  3864. canattack = false
  3865. canjump = false
  3866. kiblast1 = true
  3867. wait(0.2)
  3868. kiblast1 = false
  3869. kiblast2 = true
  3870. kiblastsound:Play()
  3871. ay = new("Part",char)
  3872. ay.Name = "NewPart"
  3873. ay.Size = v3(1,1,1)
  3874. ay.CanCollide = false
  3875. ay.BrickColor = bc("Cyan")
  3876. ay.Material = "Neon"
  3877. ay.Transparency = 0
  3878. aay = new("SpecialMesh",ay)
  3879. aay.MeshType = "Sphere"
  3880. aay.Scale = v3(1,1,1)
  3881. ay.Position = v3(999,999,999)
  3882. ay.CFrame = RootPart.CFrame + RootPart.CFrame.lookVector * 3
  3883. ys = Instance.new("BodyVelocity",ay)
  3884.  
  3885. ys.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  3886.  
  3887. ys.Velocity = RootPart.CFrame.lookVector * 60
  3888. ay.Touched:connect(function(hit)
  3889. if hit then
  3890.  
  3891.  
  3892.  
  3893.  
  3894.  
  3895.  
  3896. kamehit:Play()
  3897. for i = 1,10 do
  3898. wait()
  3899. aay.Scale = aay.Scale + v3(1,1,1)
  3900. ay.Transparency = ay.Transparency + 0.1
  3901. end
  3902. ay:Destroy()
  3903.  
  3904. end
  3905. if hit.Parent:FindFirstChild("Head") ~= nil or hit.Parent.Parent:FindFirstChild("Head") ~= nil then
  3906. for i,v in pairs(hit.Parent:GetChildren()) do
  3907.  
  3908.  
  3909. if v:IsA("Humanoid") then
  3910. v.Health = v.Health - 5
  3911. if v.Health > 100 then
  3912. v.Health = 100
  3913. v.MaxHealth = 100
  3914. end
  3915. end
  3916. end
  3917. end
  3918.  
  3919. end)
  3920.  
  3921. game.Debris:AddItem(ay,3)
  3922. wait(0.2)
  3923. kiblast2= false
  3924. idle = true
  3925. walk = true
  3926. canjump = true
  3927. canattack = true
  3928.  
  3929. end
  3930. end
  3931. end)
  3932.  
  3933. mouse.KeyDown:connect(function(key)
  3934. if key == "r" then
  3935. if canattack == true and kiblastdone == true then
  3936. idle = false
  3937. walk = false
  3938. kiblastdone = false
  3939. canattack = false
  3940. canjump = false
  3941. kiblast3 = true
  3942. wait(0.2)
  3943. kiblast3 = false
  3944. kiblast4 = true
  3945. kiblastsound:Play()
  3946. ay = new("Part",char)
  3947. ay.Name = "NewPart"
  3948. ay.Size = v3(1,1,1)
  3949. ay.CanCollide = false
  3950. ay.BrickColor = bc("Cyan")
  3951. ay.Material = "Neon"
  3952. ay.Transparency = 0
  3953. aay = new("SpecialMesh",ay)
  3954. aay.MeshType = "Sphere"
  3955. aay.Scale = v3(1,1,1)
  3956. ay.Position = v3(999,999,999)
  3957. ay.CFrame = RootPart.CFrame + RootPart.CFrame.lookVector * 3
  3958. ys = Instance.new("BodyVelocity",ay)
  3959.  
  3960. ys.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  3961.  
  3962. ys.Velocity = RootPart.CFrame.lookVector * 60
  3963. ay.Touched:connect(function(hit)
  3964. if hit then
  3965.  
  3966.  
  3967.  
  3968.  
  3969.  
  3970.  
  3971. kamehit:Play()
  3972. for i = 1,10 do
  3973. wait()
  3974. aay.Scale = aay.Scale + v3(1,1,1)
  3975. ay.Transparency = ay.Transparency + 0.1
  3976. end
  3977. ay:Destroy()
  3978.  
  3979. end
  3980. if hit.Parent:FindFirstChild("Head") ~= nil or hit.Parent.Parent:FindFirstChild("Head") ~= nil then
  3981. for i,v in pairs(hit.Parent:GetChildren()) do
  3982.  
  3983.  
  3984. if v:IsA("Humanoid") then
  3985. v.Health = v.Health - 5
  3986. if v.Health > 100 then
  3987. v.Health = 100
  3988. v.MaxHealth = 100
  3989. end
  3990. end
  3991. end
  3992. end
  3993.  
  3994. end)
  3995.  
  3996. game.Debris:AddItem(ay,3)
  3997. wait(0.2)
  3998. kiblast4= false
  3999. idle = true
  4000. walk = true
  4001. canjump = true
  4002. canattack = true
  4003.  
  4004. end
  4005. end
  4006. end)
  4007.  
  4008. mouse.KeyDown:connect(function(key)
  4009. if key == "g" then
  4010. if canattack == true and flying1 == false and punched1 == true then
  4011.  
  4012. idle = false
  4013. walk = false
  4014. canjump = false
  4015. canattack = false
  4016. punch1 = true
  4017. punched1 = false
  4018. punched2 = true
  4019. af1 = new("Part",char)
  4020. af1.Name = "NewPart"
  4021. af1.Size = v3(1,1,1)
  4022. af1.Position = v3(999,999,999)
  4023. af1.Material = "Neon"
  4024. af1.Transparency = 1
  4025.  
  4026. aaaf1 =new("Weld",af1)
  4027. aaaf1.Part0 = RootPart
  4028. aaaf1.Part1 = af1
  4029. aaaf1.C0 = cf(0,0,-2) * cfa(rad(0),rad(0),rad(0))
  4030. wait(0.1)
  4031. punch1 = false
  4032. punch2 = true
  4033. wait(0.2)
  4034.  
  4035. af1.Touched:connect(function(hit)
  4036. if hit.Parent:FindFirstChild("Head") then
  4037. grab = true
  4038. go11 = 2.3
  4039. af1:Destroy()
  4040. punchsound1:Play()
  4041. hit1 = true
  4042. hit.Parent:findFirstChild("Head").Anchored = true
  4043. for i,v in pairs(hit.Parent:GetChildren()) do
  4044.  
  4045.  
  4046. if v:IsA("Humanoid") then
  4047. v.Health = v.Health - 10
  4048. if v.Health > 100 then
  4049. v.Health = 100
  4050. v.MaxHealth = 100
  4051. end
  4052. end
  4053. end
  4054. hit.Parent:findFirstChild("Head").CFrame = RootPart.CFrame + RootPart.CFrame.lookVector * 2.3
  4055. punch2 = false
  4056.  
  4057.  
  4058. idle = false
  4059. walk = false
  4060. canjump = false
  4061. canattack = false
  4062. punch3 = true
  4063. punched1 = false
  4064. punched2 = false
  4065. punched3 = true
  4066. af1 = new("Part",char)
  4067. af1.Name = "NewPart"
  4068. af1.Size = v3(1,1,1)
  4069. af1.Position = v3(999,999,999)
  4070. af1.Material = "Neon"
  4071. af1.Transparency = 1
  4072.  
  4073. aaaf1 =new("Weld",af1)
  4074. aaaf1.Part0 = LeftHand
  4075. aaaf1.Part1 = af1
  4076. aaaf1.C0 = cf(0,0,0) * cfa(rad(0),rad(0),rad(0))
  4077.  
  4078. wait(0.1)
  4079. punch3 = false
  4080. punch4 = true
  4081. for i,v in pairs(hit.Parent:GetChildren()) do
  4082.  
  4083.  
  4084. if v:IsA("Humanoid") then
  4085. v.Health = v.Health - 10
  4086. if v.Health > 100 then
  4087. v.Health = 100
  4088. v.MaxHealth = 100
  4089. end
  4090. end
  4091. end
  4092. punchsound1:Play()
  4093. wait(0.2)
  4094. if hit1 == false then
  4095. af1:Destroy()
  4096. hit1 = false
  4097. end
  4098. punch4 = false
  4099.  
  4100.  
  4101. idle = false
  4102. walk = false
  4103. canjump = false
  4104. canattack = false
  4105. uppercut1 = true
  4106. punched1 = false
  4107. punched2 = false
  4108. punched3 = false
  4109. punched4 = true
  4110. wait(0.3)
  4111. uppercut1 = false
  4112. uppercut2 = true
  4113. af1 = new("Part",char)
  4114. af1.Name = "NewPart"
  4115. af1.Size = v3(1,1,1)
  4116. af1.Position = v3(999,999,999)
  4117. af1.Material = "Neon"
  4118. af1.Transparency = 1
  4119.  
  4120. aaaf1 =new("Weld",af1)
  4121. aaaf1.Part0 = LeftHand
  4122. aaaf1.Part1 = af1
  4123. aaaf1.C0 = cf(0,0,0) * cfa(rad(0),rad(0),rad(0))
  4124. for i,v in pairs(hit.Parent:GetChildren()) do
  4125.  
  4126.  
  4127. if v:IsA("Humanoid") then
  4128. v.Health = v.Health - 10
  4129. if v.Health > 100 then
  4130. v.Health = 100
  4131. v.MaxHealth = 100
  4132. end
  4133. end
  4134. end
  4135. punchsound1:Play()
  4136. for i = 1,10 do
  4137. wait()
  4138. up = up + 1
  4139. hit.Parent:findFirstChild("Head").CFrame = CFrame.new(hit.Parent:findFirstChild("Head").CFrame.x,hit.Parent:findFirstChild("Head").CFrame.y + up,hit.Parent:findFirstChild("Head").CFrame.z)
  4140. end
  4141. hit.Parent:findFirstChild("Head").Anchored = true
  4142.  
  4143.  
  4144.  
  4145.  
  4146. wait(0.3)
  4147. uppercut2 = false
  4148.  
  4149. RootPart.CFrame = hit.Parent:findFirstChild("Head").CFrame - hit.Parent:findFirstChild("Head").CFrame.lookVector * 2.3
  4150. RootPart.Anchored = true
  4151. idle = false
  4152. walk = false
  4153. canjump = false
  4154. canattack = false
  4155. knockdown1 = true
  4156. punched1 = true
  4157. punched2 = false
  4158. punched3 = false
  4159. punched4 = false
  4160. wait(0.3)
  4161. knockdown1 = false
  4162. knockdown2 = true
  4163. StrongPunch:Play()
  4164. for i,v in pairs(hit.Parent:GetChildren()) do
  4165.  
  4166.  
  4167. if v:IsA("Humanoid") then
  4168. v.Health = v.Health - 10
  4169. if v.Health > 100 then
  4170. v.Health = 100
  4171. v.MaxHealth = 100
  4172. end
  4173. end
  4174. end
  4175. GroundWave11()
  4176. punchsound2:Play()
  4177. up = 0
  4178. for i = 1,10 do
  4179. wait()
  4180. up = up + 1
  4181. hit.Parent:findFirstChild("Head").CFrame = CFrame.new(hit.Parent:findFirstChild("Head").CFrame.x,hit.Parent:findFirstChild("Head").CFrame.y - up,hit.Parent:findFirstChild("Head").CFrame.z)
  4182. end
  4183. wait(0.2)
  4184. knockdown2 = false
  4185. hit.Parent:findFirstChild("Head").Anchored = true
  4186.  
  4187. RootPart.CFrame = CFrame.new(RootPart.Position,Vector3.new(hit.Parent:findFirstChild("Head").Position.x, hit.Parent:findFirstChild("Head").Position.y,hit.Parent:findFirstChild("Head").Position.z))
  4188. Instance.new("Smoke",hit.Parent:findFirstChild("Head")).Color = Color3.fromRGB(79,91,79)
  4189. coroutine.wrap(function()
  4190.  
  4191. for i= 1,8 do
  4192.  
  4193. FastPunch:Play()
  4194. wait(0.4)
  4195. end
  4196. end)()
  4197. coroutine.wrap(function()
  4198. wait(0.5)
  4199. ay1 = new("Part",char)
  4200. ay1.Name = "NewPart"
  4201. ay1.Size = v3(1,1,1)
  4202. ay1.CanCollide = false
  4203. ay1.BrickColor = bc("Cyan")
  4204. ay1.Material = "Neon"
  4205. ay1.Transparency = 0
  4206. aay1 = new("SpecialMesh",ay1)
  4207. aay1.MeshType = "Sphere"
  4208. aay1.Scale = v3(3,3,3)
  4209. ay1.Anchored = true
  4210. ay1.Position = hit.Parent:findFirstChild("Head").Position
  4211. for i = 1,5 do
  4212. wait()
  4213. for i = 1,10 do
  4214. wait()
  4215. aay1.Scale = aay1.Scale + v3(2,2,2)
  4216. end
  4217. local HandCF = ay1.CFrame * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  4218. Colors = {"White", "White"}
  4219. local wave11111 = Instance.new("Part", char)
  4220. wave11111.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  4221. wave11111.Anchored = true
  4222. wave11111.Name = "Wave"
  4223. wave11111.CanCollide = false
  4224. wave11111.Locked = true
  4225. wave11111.Size = Vector3.new(1, 1, 1)
  4226. wave11111.TopSurface = "Smooth"
  4227. wave11111.BottomSurface = "Smooth"
  4228. wave11111.Transparency = 0.35
  4229. wave11111.CFrame = HandCF
  4230. wm31111 = Instance.new("SpecialMesh", wave11111)
  4231. wm31111.MeshId = "rbxassetid://3270017"
  4232.  
  4233. coroutine.wrap(function()
  4234. for i = 1, 30, 1 do
  4235. wm31111.Scale = Vector3.new(5 + i*5.2, 3 + i*5.2, 5)
  4236. wave11111.Size = wm31111.Scale
  4237. wave11111.CFrame = HandCF
  4238. wave11111.Transparency = i/30
  4239. wait()
  4240. end
  4241. wait()
  4242. wave11111:Destroy()
  4243. end)()
  4244. for i = 1,10 do
  4245. wait()
  4246. aay1.Scale = aay1.Scale - v3(2,2,2)
  4247. end
  4248. local HandCF = ay1.CFrame * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  4249. Colors = {"White", "White"}
  4250. local wave11111 = Instance.new("Part", char)
  4251. wave11111.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  4252. wave11111.Anchored = true
  4253. wave11111.Name = "Wave"
  4254. wave11111.CanCollide = false
  4255. wave11111.Locked = true
  4256. wave11111.Size = Vector3.new(1, 1, 1)
  4257. wave11111.TopSurface = "Smooth"
  4258. wave11111.BottomSurface = "Smooth"
  4259. wave11111.Transparency = 0.35
  4260. wave11111.CFrame = HandCF
  4261. wm31111 = Instance.new("SpecialMesh", wave11111)
  4262. wm31111.MeshId = "rbxassetid://3270017"
  4263. coroutine.wrap(function()
  4264. for i = 1, 30, 1 do
  4265. wm31111.Scale = Vector3.new(5 + i*5.2, 3 + i*5.2, 5)
  4266. wave11111.Size = wm31111.Scale
  4267. wave11111.CFrame = HandCF
  4268. wave11111.Transparency = i/30
  4269. wait()
  4270. end
  4271. wait()
  4272. wave11111:Destroy()
  4273. end)()
  4274. end
  4275. ay1:Destroy()
  4276. end)()
  4277. coroutine.wrap(function()
  4278. wait(0.5)
  4279. for i= 1,32 do
  4280. wait(0.1)
  4281. kiblastsound:Play()
  4282. kamehit:Play()
  4283.  
  4284. end
  4285. end)()
  4286.  
  4287. for i = 1,20 do
  4288. wait()
  4289. kiblast1 = true
  4290. wait()
  4291. kiblast1 = false
  4292. kiblast2 = true
  4293.  
  4294. ay = new("Part",char)
  4295. ay.Name = "NewPart"
  4296. ay.Size = v3(1,1,1)
  4297. ay.CanCollide = false
  4298. ay.BrickColor = bc("Cyan")
  4299. ay.Material = "Neon"
  4300. ay.Transparency = 0
  4301. aay = new("SpecialMesh",ay)
  4302. aay.MeshType = "Sphere"
  4303. aay.Scale = v3(2,2,2)
  4304. ay.Position = v3(999,999,999)
  4305. ay.CFrame = RootPart.CFrame + RootPart.CFrame.lookVector * 3
  4306. ys = Instance.new("BodyVelocity",ay)
  4307.  
  4308. ys.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  4309.  
  4310. ys.Velocity = RootPart.CFrame.lookVector * 80
  4311. ay.Touched:connect(function(hit)
  4312. if hit ~= ay then
  4313.  
  4314.  
  4315.  
  4316.  
  4317.  
  4318.  
  4319.  
  4320.  
  4321.  
  4322. end
  4323. if hit.Parent:FindFirstChild("Head") ~= nil or hit.Parent.Parent:FindFirstChild("Head") ~= nil then
  4324.  
  4325. for i,v in pairs(hit.Parent:GetChildren()) do
  4326.  
  4327.  
  4328. if v:IsA("Humanoid") then
  4329. v.Health = v.Health - 0.4
  4330. if v.Health > 100 then
  4331. v.Health = 100
  4332. v.MaxHealth = 100
  4333. end
  4334. end
  4335. end
  4336. end
  4337.  
  4338. end)
  4339.  
  4340. game.Debris:AddItem(ay,3)
  4341. wait()
  4342. kiblast2= false
  4343.  
  4344.  
  4345.  
  4346.  
  4347.  
  4348. kiblast3 = true
  4349. wait()
  4350. kiblast3 = false
  4351. kiblast4 = true
  4352.  
  4353. ay = new("Part",char)
  4354. ay.Name = "NewPart"
  4355. ay.Size = v3(1,1,1)
  4356. ay.CanCollide = false
  4357. ay.BrickColor = bc("Cyan")
  4358. ay.Material = "Neon"
  4359. ay.Transparency = 0
  4360. aay = new("SpecialMesh",ay)
  4361. aay.MeshType = "Sphere"
  4362. aay.Scale = v3(2,2,2)
  4363. ay.Position = v3(999,999,999)
  4364. ay.CFrame = RootPart.CFrame + RootPart.CFrame.lookVector * 3
  4365. ys = Instance.new("BodyVelocity",ay)
  4366.  
  4367. ys.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  4368.  
  4369. ys.Velocity = RootPart.CFrame.lookVector * 80
  4370. ay.Touched:connect(function(hit)
  4371. if hit ~= ay then
  4372.  
  4373.  
  4374.  
  4375.  
  4376.  
  4377.  
  4378.  
  4379.  
  4380. end
  4381. if hit.Parent:FindFirstChild("Head") ~= nil and hit.Parent:FindFirstChild("NewPart") == nil then
  4382.  
  4383.  
  4384. for i,v in pairs(hit.Parent:GetChildren()) do
  4385.  
  4386.  
  4387.  
  4388. if v:IsA("Humanoid") then
  4389. v.Health = v.Health - 0.4
  4390. if v.Health > 100 then
  4391. v.Health = 100
  4392. v.MaxHealth = 100
  4393. end
  4394. end
  4395. end
  4396. end
  4397.  
  4398. end)
  4399.  
  4400. game.Debris:AddItem(ay,3)
  4401. wait()
  4402. kiblast4= false
  4403. end
  4404.  
  4405.  
  4406.  
  4407.  
  4408. wait(2)
  4409. idle = true
  4410. walk = true
  4411. canjump = true
  4412. canattack = true
  4413.  
  4414. hit.Parent:findFirstChild("Head").Anchored = false
  4415. idle = true
  4416. go11 = 2.3
  4417. walk = true
  4418. up = 0
  4419. canjump = true
  4420. canattack = true
  4421. RootPart.Anchored = false
  4422. end
  4423.  
  4424. end)
  4425. end
  4426. end
  4427. end)
  4428.  
  4429.  
  4430.  
  4431.  
  4432.  
  4433.  
  4434.  
  4435.  
  4436.  
  4437.  
  4438.  
  4439.  
  4440.  
  4441.  
  4442. mouse.KeyDown:connect(function(key)
  4443. if key == "y" then
  4444. if fuse == false then
  4445. if ssj1 == false and ssj2 == false and ssj3 == false then
  4446. if canattack == true then
  4447. canattack = false
  4448. if canfly == true then
  4449. canfly = false
  4450. canfly1 = true
  4451. end
  4452. newaura.Position = UDim2.new(-0.475,0,-0.25,0)
  4453. RootPart.Anchored = true
  4454. newaurabase.Size = UDim2.new(13,0,25,0)
  4455. newaurabase.AlwaysOnTop = false
  4456. newaura.ImageColor3 = Color3.fromRGB(255, 255, 255)
  4457. newaurabase.ExtentsOffset = Vector3.new(0,0,-2)
  4458. idle = false
  4459. ssjb = true
  4460. ssj1 = false
  4461. ssj2= false
  4462. ssj3 = false
  4463. walk = false
  4464. canjump = false
  4465.  
  4466. ssjbmusic:Play()
  4467. g1q = Instance.new("Part",char)
  4468. g1q.Name = "Smoke"
  4469. g1q.CanCollide = false
  4470. g1q.Position = RootPart.Position - v3(-8,3,0)
  4471. g1q.Size = v3(0.1,0.1,0.1)
  4472. g1q.Anchored = true
  4473. g1a = Instance.new("Part",char)
  4474. g1a.Name = "Smoke"
  4475. g1a.CanCollide = false
  4476. g1a.Position = RootPart.Position + v3(8,80,0)
  4477. g1a.Size = v3(0.1,0.1,0.1)
  4478. g1a.Anchored = true
  4479. g1q1 = Instance.new("Part",char)
  4480. g1q1.Name = "Smoke"
  4481. g1q1.CanCollide = false
  4482. g1q1.Position = RootPart.Position - v3(-5,3,7)
  4483. g1q1.Size = v3(0.1,0.1,0.1)
  4484. g1q1.Anchored = true
  4485. g1a1 = Instance.new("Part",char)
  4486. g1a1.Name = "Smoke"
  4487. g1a1.CanCollide = false
  4488. g1a1.Position = RootPart.Position + v3(5,80,-7)
  4489. g1a1.Size = v3(0.1,0.1,0.1)
  4490. g1a1.Anchored = true
  4491. g1q2 = Instance.new("Part",char)
  4492. g1q2.Name = "Smoke"
  4493. g1q2.CanCollide = false
  4494. g1q2.Position = RootPart.Position - v3(12,3,-6)
  4495. g1q2.Size = v3(0.1,0.1,0.1)
  4496. g1q2.Anchored = true
  4497. g1a2 = Instance.new("Part",char)
  4498. g1a2.Name = "Smoke"
  4499. g1a2.CanCollide = false
  4500. g1a2.Position = RootPart.Position + v3(-12,80,6)
  4501. g1a2.Size = v3(0.1,0.1,0.1)
  4502. g1a2.Anchored = true
  4503. ------------------------------------------------
  4504. transform1 = true
  4505.  
  4506. wait(0.2)
  4507. if potara == false then
  4508. Hair7.Color = Color3.fromRGB(58,190,255)
  4509. Mesh.MeshId = "rbxassetid://430344159"
  4510. Mesh.Scale = v3(6.3,6.3,6.3)
  4511. char.Head.face.Texture= "rbxassetid://959519291"
  4512. Weld.C0 = CFrame.new(-.25,1.2,.34)
  4513. else
  4514. char.Head.face.Texture= "rbxassetid://959519291"
  4515. Hair7.Color = Color3.fromRGB(58,190,255)
  4516. Mesh.MeshId = "rbxassetid://560152258"
  4517. Mesh.Scale = Vector3.new(6.9,6.9,6.9)
  4518. Weld.C0 = CFrame.new(-.211, 0.9, 0.262)*cfa(0,math.rad(0),0)
  4519. end
  4520. a21e = new("Part",char)
  4521. a21e.Name = "Beam"..num
  4522. a21e.Locked = true
  4523. a21e.Size = v3(1,1,1)
  4524. a21e.CanCollide = false
  4525. a21e.Position = v3(999,999,999)
  4526. a21e.BrickColor = bc("Black")
  4527. a21e.Material = "Neon"
  4528. a21e.Transparency = 0
  4529. aa21e = new("SpecialMesh",a21e)
  4530. a21e.Anchored = true
  4531. a21e.Position = RootPart.Position
  4532. aa21e.MeshType = "Sphere"
  4533. aa21e.Scale = v3(1,1,1)
  4534.  
  4535. transform1 = false
  4536. transform2 = true
  4537. ssjbauraburst:Play()
  4538. GroundWave5()
  4539. GroundWave6()
  4540. GroundWave7()
  4541. GroundWave8()
  4542. GroundWave9()
  4543. GroundWave10()
  4544. ad.Position = RootPart.Position - v3(0,3,0)
  4545. aad.Transparency = 0
  4546.  
  4547.  
  4548.  
  4549. newaura.ImageTransparency = 0
  4550. ssjbaura:Play()
  4551. for i = 1,50 do
  4552. wait()
  4553. aa21e.Scale = aa21e.Scale + v3(5,5,5)
  4554. a21e.Transparency = a21e.Transparency + 0.02
  4555. end
  4556. wait(0.1)
  4557. wait(1.4)
  4558. transform2 = false
  4559.  
  4560.  
  4561.  
  4562.  
  4563. -------------------------------------------------
  4564. canattack = true
  4565. RootPart.Anchored = false
  4566. if canfly1 == true then
  4567.  
  4568. idle = true
  4569. walk = true
  4570. canjump = true
  4571. end
  4572. if canfly1 == true then
  4573. canfly = true
  4574. end
  4575. for i = 1,20 do
  4576. wait()
  4577. aad.Transparency = aad.Transparency + 0.05
  4578. end
  4579. end
  4580. end
  4581. end
  4582. end
  4583. end)
  4584.  
  4585. mouse.KeyDown:connect(function(key)
  4586. if key == "n" then
  4587. if potara == false then
  4588. if ssjb == false then
  4589. if canattack == true then
  4590. canattack = false
  4591. if canfly == true then
  4592. canfly = false
  4593. canfly1 = true
  4594. end
  4595.  
  4596.  
  4597. idle = false
  4598. ssjb = true
  4599. ssjbkaio = true
  4600. ssj1 = false
  4601. ssj2= false
  4602. ssj3 = false
  4603. walk = false
  4604. canjump = false
  4605.  
  4606. ssjbmusic:Play()
  4607.  
  4608. ------------------------------------------------
  4609. transform3 = true
  4610.  
  4611. wait(0.2)
  4612. Hair7.Color = Color3.fromRGB(0,0,0)
  4613. Mesh.MeshId = "rbxassetid://1125231485"
  4614. Mesh.Scale = v3(6.3,6.3,6.3)
  4615. char.Head.face.Texture= "rbxassetid://1124061091"
  4616. Weld1 = Instance.new("Weld")
  4617. Weld1.Parent = char.Head
  4618. Weld1.Part0 = char.Head
  4619. Weld1.Part1 = Hair7
  4620. Weld1.C0 = CFrame.new(0, 1.2, -0.17) * CFrame.Angles(math.rad(0),math.rad(180),math.rad(0))
  4621.  
  4622. Mesh = Instance.new("SpecialMesh")
  4623. Mesh.Offset = Vector3.new(0,-0.2,-0.14)
  4624. Mesh.Parent = Hair7
  4625. Mesh.Scale = Vector3.new(7.3,5.8,7.2)
  4626. Mesh.MeshType = "FileMesh"
  4627. Mesh.MeshId = "http://www.roblox.com/asset/?id=1125231485"
  4628.  
  4629. a21e = new("Part",char)
  4630. a21e.Name = "Beam"..num
  4631. a21e.Locked = true
  4632. a21e.Size = v3(1,1,1)
  4633. a21e.CanCollide = false
  4634. a21e.Position = v3(999,999,999)
  4635. a21e.BrickColor = bc("Institutional white")
  4636. a21e.Material = "Neon"
  4637. a21e.Transparency = 1
  4638. aa21e = new("SpecialMesh",a21e)
  4639. a21e.Anchored = true
  4640. a21e.Position = RootPart.Position
  4641. aa21e.MeshType = "Sphere"
  4642. aa21e.Scale = v3(1,1,1)
  4643.  
  4644.  
  4645.  
  4646.  
  4647.  
  4648. smokey = Instance.new("Smoke",RootPart)
  4649. smokey.Color = Color3.new(255,255,255)
  4650. smokey.Opacity = 0
  4651. smokey.Size = 100
  4652. ssjbkaioken.TimePosition = 0.1
  4653. ssjbkaioken:Play()
  4654. wait(0.01)
  4655. coroutine.wrap(function()
  4656. repeat
  4657. wait()
  4658. newaurabase.Size = UDim2.new(math.random(0.001,0.001),0,math.random(0.001,0.001),0)
  4659. until newaura.ImageTransparency == 1
  4660.  
  4661.  
  4662.  
  4663. end)()
  4664. rock = true
  4665. redlight = Instance.new("PointLight",LowerTorso)
  4666. redlight.Color = Color3.new(0,0,0)
  4667. redlight.Brightness = math.huge
  4668. mouth.Texture = "rbxassetid://828773176"
  4669. GroundShake = false
  4670. RootPart.Anchored = true
  4671.  
  4672. wait(0.01)
  4673.  
  4674. wait(0.01)
  4675. rock2 = true
  4676. rock = false
  4677. smokey:Destroy()
  4678. ssjbaura:Stop()
  4679. ssjbmusic:Stop()
  4680. transform3 = false
  4681. transform2 = false
  4682. transform5 = true
  4683. redlight:Destroy()
  4684.  
  4685. mouth.Texture = "rbxassetid://932140764"
  4686. newaura.ImageTransparency = 1
  4687. GroundShake = false
  4688.  
  4689. a21e.Transparency = 0
  4690. for i = 1,50 do
  4691. wait()
  4692. aa21e.Scale = aa21e.Scale + v3(5,5,5)
  4693. a21e.Transparency = a21e.Transparency + 0.02
  4694. end
  4695. aa21e.Scale = v3(1,1,1)
  4696. a21e.Transparency = 1
  4697. wait(0.1)
  4698. chatfunc("")
  4699. mouth.Texture = "rbxassetid://828773176"
  4700. wait(0.2)
  4701. mouth.Texture = "rbxassetid://932140764"
  4702. wait(0.2)
  4703. mouth.Texture = "rbxassetid://828773176"
  4704. wait(0.2)
  4705. mouth.Texture = "rbxassetid://932140764"
  4706. wait(0.2)
  4707. mouth.Texture = "rbxassetid://828773176"
  4708. wait(0.2)
  4709. mouth.Texture = "rbxassetid://932140764"
  4710. wait(0.2)
  4711. GroundShake2 = false
  4712. transform5 = false
  4713. transform3 = false
  4714. transform2 = true
  4715. ssjbauraburst:Play()
  4716. GroundWave5()
  4717. GroundWave6()
  4718. GroundWave7()
  4719. GroundWave8()
  4720. GroundWave9()
  4721. GroundWave10()
  4722. ad.Position = RootPart.Position - v3(0,3,0)
  4723. aad.Transparency = 0
  4724. newaura2.ImageTransparency = 1
  4725. wait(0.01)
  4726.  
  4727. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.UpperTorso)
  4728. particle.Parent = char.UpperTorso
  4729. particle.Transparency = NumberSequence.new(0.89999997615814,0.89999997615814)
  4730. particle.Rotation = NumberRange.new(3660, 3660)
  4731. particle.Size = NumberSequence.new(1.2,.1)
  4732. particle.Color = ColorSequence.new(Color3.new(0, 0.461006, 0.965896),Color3.new(0, 0.461006, 0.965896))
  4733. particle.LightEmission = 4
  4734. particle.Texture = "http://www.roblox.com/asset/?id=242102147"
  4735. particle.ZOffset = 7
  4736. particle.Lifetime = NumberRange.new(0.8, 0.8)
  4737. particle.Rate = 110
  4738. particle.LockedToPart = true
  4739. particle.Speed = NumberRange.new(2, 2)
  4740. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.LowerTorso)
  4741. particle.Parent = char.LowerTorso
  4742. particle.Transparency = NumberSequence.new(0.89999997615814,0.89999997615814)
  4743. particle.Rotation = NumberRange.new(3660, 3660)
  4744. particle.Size = NumberSequence.new(1.2,.1)
  4745. particle.Color = ColorSequence.new(Color3.new(0, 0.461006, 0.965896),Color3.new(0, 0.461006, 0.965896))
  4746. particle.LightEmission = 4
  4747. particle.Texture = "http://www.roblox.com/asset/?id=242102147"
  4748. particle.ZOffset = 7
  4749. particle.Lifetime = NumberRange.new(0.8, 0.8)
  4750. particle.Rate = 110
  4751. particle.LockedToPart = true
  4752. particle.Speed = NumberRange.new(2, 2)
  4753. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.Head)
  4754. particle.Parent = char.Head
  4755. particle.Transparency = NumberSequence.new(0.89999997615814,0.89999997615814)
  4756. particle.Rotation = NumberRange.new(3660, 3660)
  4757. particle.Size = NumberSequence.new(1.2,.1)
  4758. particle.Color = ColorSequence.new(Color3.new(0, 0.461006, 0.965896),Color3.new(0, 0.461006, 0.965896))
  4759. particle.LightEmission = 4
  4760. particle.Texture = "http://www.roblox.com/asset/?id=242102147"
  4761. particle.ZOffset = 7
  4762. particle.Lifetime = NumberRange.new(0.8, 0.8)
  4763. particle.Rate = 110
  4764. particle.LockedToPart = true
  4765. particle.Speed = NumberRange.new(2, 2)
  4766. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.LeftUpperLeg)
  4767. particle.Parent = char.LeftUpperLeg
  4768. particle.Transparency = NumberSequence.new(0.89999997615814,0.89999997615814)
  4769. particle.Rotation = NumberRange.new(3660, 3660)
  4770. particle.Size = NumberSequence.new(1.2,.1)
  4771. particle.Color = ColorSequence.new(Color3.new(0, 0.461006, 0.965896),Color3.new(0, 0.461006, 0.965896))
  4772. particle.LightEmission = 4
  4773. particle.Texture = "http://www.roblox.com/asset/?id=242102147"
  4774. particle.ZOffset = 7
  4775. particle.Lifetime = NumberRange.new(0.8, 0.8)
  4776. particle.Rate = 110
  4777. particle.LockedToPart = true
  4778. particle.Speed = NumberRange.new(2, 2)
  4779. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.LeftLowerLeg)
  4780. particle.Parent = char.LeftLowerLeg
  4781. particle.Transparency = NumberSequence.new(0.89999997615814,0.89999997615814)
  4782. particle.Rotation = NumberRange.new(3660, 3660)
  4783. particle.Size = NumberSequence.new(1.2,.1)
  4784. particle.Color = ColorSequence.new(Color3.new(0, 0.461006, 0.965896),Color3.new(0, 0.461006, 0.965896))
  4785. particle.LightEmission = 4
  4786. particle.Texture = "http://www.roblox.com/asset/?id=242102147"
  4787. particle.ZOffset = 7
  4788. particle.Lifetime = NumberRange.new(0.8, 0.8)
  4789. particle.Rate = 110
  4790. particle.LockedToPart = true
  4791. particle.Speed = NumberRange.new(2, 2)
  4792. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.LeftFoot)
  4793. particle.Parent = char.LeftFoot
  4794. particle.Transparency = NumberSequence.new(0.89999997615814,0.89999997615814)
  4795. particle.Rotation = NumberRange.new(3660, 3660)
  4796. particle.Size = NumberSequence.new(1.2,.1)
  4797. particle.Color = ColorSequence.new(Color3.new(0, 0.461006, 0.965896),Color3.new(0, 0.461006, 0.965896))
  4798. particle.LightEmission = 4
  4799. particle.Texture = "http://www.roblox.com/asset/?id=242102147"
  4800. particle.ZOffset = 7
  4801. particle.Lifetime = NumberRange.new(0.8, 0.8)
  4802. particle.Rate = 110
  4803. particle.LockedToPart = true
  4804. particle.Speed = NumberRange.new(2, 2)
  4805. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.RightUpperLeg)
  4806. particle.Parent = char.RightUpperLeg
  4807. particle.Transparency = NumberSequence.new(0.89999997615814,0.89999997615814)
  4808. particle.Rotation = NumberRange.new(3660, 3660)
  4809. particle.Size = NumberSequence.new(1.2,.1)
  4810. particle.Color = ColorSequence.new(Color3.new(0, 0.461006, 0.965896),Color3.new(0, 0.461006, 0.965896))
  4811. particle.LightEmission = 4
  4812. particle.Texture = "http://www.roblox.com/asset/?id=242102147"
  4813. particle.ZOffset = 7
  4814. particle.Lifetime = NumberRange.new(0.8, 0.8)
  4815. particle.Rate = 110
  4816. particle.LockedToPart = true
  4817. particle.Speed = NumberRange.new(2, 2)
  4818. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.RightLowerLeg)
  4819. particle.Parent = char.RightLowerLeg
  4820. particle.Transparency = NumberSequence.new(0.89999997615814,0.89999997615814)
  4821. particle.Rotation = NumberRange.new(3660, 3660)
  4822. particle.Size = NumberSequence.new(1.2,.1)
  4823. particle.Color = ColorSequence.new(Color3.new(0, 0.461006, 0.965896),Color3.new(0, 0.461006, 0.965896))
  4824. particle.LightEmission = 4
  4825. particle.Texture = "http://www.roblox.com/asset/?id=242102147"
  4826. particle.ZOffset = 7
  4827. particle.Lifetime = NumberRange.new(0.8, 0.8)
  4828. particle.Rate = 110
  4829. particle.LockedToPart = true
  4830. particle.Speed = NumberRange.new(2, 2)
  4831. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.RightFoot)
  4832. particle.Parent = char.RightFoot
  4833. particle.Transparency = NumberSequence.new(0.89999997615814,0.89999997615814)
  4834. particle.Rotation = NumberRange.new(3660, 3660)
  4835. particle.Size = NumberSequence.new(1.2,.1)
  4836. particle.Color = ColorSequence.new(Color3.new(0, 0.461006, 0.965896),Color3.new(0, 0.461006, 0.965896))
  4837. particle.LightEmission = 4
  4838. particle.Texture = "http://www.roblox.com/asset/?id=242102147"
  4839. particle.ZOffset = 7
  4840. particle.Lifetime = NumberRange.new(0.8, 0.8)
  4841. particle.Rate = 110
  4842. particle.LockedToPart = true
  4843. particle.Speed = NumberRange.new(2, 2)
  4844. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.LeftLowerArm)
  4845. particle.Parent = char.LeftLowerArm
  4846. particle.Transparency = NumberSequence.new(0.89999997615814,0.89999997615814)
  4847. particle.Rotation = NumberRange.new(3660, 3660)
  4848. particle.Size = NumberSequence.new(1.2,.1)
  4849. particle.Color = ColorSequence.new(Color3.new(0, 0.461006, 0.965896),Color3.new(0, 0.461006, 0.965896))
  4850. particle.LightEmission = 4
  4851. particle.Texture = "http://www.roblox.com/asset/?id=242102147"
  4852. particle.ZOffset = 7
  4853. particle.Lifetime = NumberRange.new(0.8, 0.8)
  4854. particle.Rate = 110
  4855. particle.LockedToPart = true
  4856. particle.Speed = NumberRange.new(2, 2)
  4857. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.LeftUpperArm)
  4858. particle.Parent = char.LeftUpperArm
  4859. particle.Transparency = NumberSequence.new(0.89999997615814,0.89999997615814)
  4860. particle.Rotation = NumberRange.new(3660, 3660)
  4861. particle.Size = NumberSequence.new(1.2,.1)
  4862. particle.Color = ColorSequence.new(Color3.new(0, 0.461006, 0.965896),Color3.new(0, 0.461006, 0.965896))
  4863. particle.LightEmission = 4
  4864. particle.Texture = "http://www.roblox.com/asset/?id=242102147"
  4865. particle.ZOffset = 7
  4866. particle.Lifetime = NumberRange.new(0.8, 0.8)
  4867. particle.Rate = 110
  4868. particle.LockedToPart = true
  4869. particle.Speed = NumberRange.new(2, 2)
  4870. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.LeftHand)
  4871. particle.Parent = char.LeftHand
  4872. particle.Transparency = NumberSequence.new(0.89999997615814,0.89999997615814)
  4873. particle.Rotation = NumberRange.new(3660, 3660)
  4874. particle.Size = NumberSequence.new(1.2,.1)
  4875. particle.Color = ColorSequence.new(Color3.new(0, 0.461006, 0.965896),Color3.new(0, 0.461006, 0.965896))
  4876. particle.LightEmission = 4
  4877. particle.Texture = "http://www.roblox.com/asset/?id=242102147"
  4878. particle.ZOffset = 7
  4879. particle.Lifetime = NumberRange.new(0.8, 0.8)
  4880. particle.Rate = 110
  4881. particle.LockedToPart = true
  4882. particle.Speed = NumberRange.new(2, 2)
  4883. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.RightLowerArm)
  4884. particle.Parent = char.RightLowerArm
  4885. particle.Transparency = NumberSequence.new(0.89999997615814,0.89999997615814)
  4886. particle.Rotation = NumberRange.new(3660, 3660)
  4887. particle.Size = NumberSequence.new(1.2,.1)
  4888. particle.Color = ColorSequence.new(Color3.new(0, 0.461006, 0.965896),Color3.new(0, 0.461006, 0.965896))
  4889. particle.LightEmission = 4
  4890. particle.Texture = "http://www.roblox.com/asset/?id=242102147"
  4891. particle.ZOffset = 7
  4892. particle.Lifetime = NumberRange.new(0.8, 0.8)
  4893. particle.Rate = 110
  4894. particle.LockedToPart = true
  4895. particle.Speed = NumberRange.new(2, 2)
  4896. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.RightUpperArm)
  4897. particle.Parent = char.RightUpperArm
  4898. particle.Transparency = NumberSequence.new(0.89999997615814,0.89999997615814)
  4899. particle.Rotation = NumberRange.new(3660, 3660)
  4900. particle.Size = NumberSequence.new(1.2,.1)
  4901. particle.Color = ColorSequence.new(Color3.new(0, 0.461006, 0.965896),Color3.new(0, 0.461006, 0.965896))
  4902. particle.LightEmission = 4
  4903. particle.Texture = "http://www.roblox.com/asset/?id=242102147"
  4904. particle.ZOffset = 7
  4905. particle.Lifetime = NumberRange.new(0.8, 0.8)
  4906. particle.Rate = 110
  4907. particle.LockedToPart = true
  4908. particle.Speed = NumberRange.new(2, 2)
  4909. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.RightHand)
  4910. particle.Parent = char.RightHand
  4911. particle.Transparency = NumberSequence.new(0.89999997615814,0.89999997615814)
  4912. particle.Rotation = NumberRange.new(3660, 3660)
  4913. particle.Size = NumberSequence.new(1.2,.1)
  4914. particle.Color = ColorSequence.new(Color3.new(0, 0.461006, 0.965896),Color3.new(0, 0.461006, 0.965896))
  4915. particle.LightEmission = 4
  4916. particle.Texture = "http://www.roblox.com/asset/?id=242102147"
  4917. particle.ZOffset = 7
  4918. particle.Lifetime = NumberRange.new(0.8, 0.8)
  4919. particle.Rate = 110
  4920. particle.LockedToPart = true
  4921. particle.Speed = NumberRange.new(2, 2)
  4922. --Now follows the white ball particle effect
  4923. --
  4924. --
  4925. --
  4926. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.UpperTorso)
  4927. particle.Parent = char.UpperTorso
  4928. particle.Name = "Sparkles"
  4929. particle.Transparency = NumberSequence.new(1,0.34999999403954,0.10000000149012,0.40000000596046,1)
  4930. particle.Size = NumberSequence.new(0.025000000372529,0.025000000372529)
  4931. particle.LightEmission = 1
  4932. particle.Texture = "rbxassetid://1081534242"
  4933. particle.ZOffset = 1
  4934. particle.Acceleration = Vector3.new(0, 2.5, 0)
  4935. particle.Lifetime = NumberRange.new(1, 1)
  4936. particle.Speed = NumberRange.new(0.25, 1)
  4937. particle.VelocitySpread = 180
  4938. particle.LockedToPart = true
  4939. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.LowerTorso)
  4940. particle.Parent = char.LowerTorso
  4941. particle.Name = "Sparkles"
  4942. particle.Transparency = NumberSequence.new(1,0.34999999403954,0.10000000149012,0.40000000596046,1)
  4943. particle.Size = NumberSequence.new(0.025000000372529,0.025000000372529)
  4944. particle.LightEmission = 1
  4945. particle.Texture = "rbxassetid://1081534242"
  4946. particle.ZOffset = 1
  4947. particle.Acceleration = Vector3.new(0, 2.5, 0)
  4948. particle.Lifetime = NumberRange.new(1, 1)
  4949. particle.Speed = NumberRange.new(0.25, 1)
  4950. particle.VelocitySpread = 180
  4951. particle.LockedToPart = true
  4952. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.Head)
  4953. particle.Parent = char.Head
  4954. particle.Name = "Sparkles"
  4955. particle.Transparency = NumberSequence.new(1,0.34999999403954,0.10000000149012,0.40000000596046,1)
  4956. particle.Size = NumberSequence.new(0.025000000372529,0.025000000372529)
  4957. particle.LightEmission = 1
  4958. particle.Texture = "rbxassetid://1081534242"
  4959. particle.ZOffset = 1
  4960. particle.Acceleration = Vector3.new(0, 2.5, 0)
  4961. particle.Lifetime = NumberRange.new(1, 1)
  4962. particle.Speed = NumberRange.new(0.25, 1)
  4963. particle.VelocitySpread = 180
  4964. particle.LockedToPart = true
  4965. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.LeftUpperLeg)
  4966. particle.Parent = char.LeftUpperLeg
  4967. particle.Name = "Sparkles"
  4968. particle.Transparency = NumberSequence.new(1,0.34999999403954,0.10000000149012,0.40000000596046,1)
  4969. particle.Size = NumberSequence.new(0.025000000372529,0.025000000372529)
  4970. particle.LightEmission = 1
  4971. particle.Texture = "rbxassetid://1081534242"
  4972. particle.ZOffset = 1
  4973. particle.Acceleration = Vector3.new(0, 2.5, 0)
  4974. particle.Lifetime = NumberRange.new(1, 1)
  4975. particle.Speed = NumberRange.new(0.25, 1)
  4976. particle.VelocitySpread = 180
  4977. particle.LockedToPart = true
  4978. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.LeftLowerLeg)
  4979. particle.Parent = char.LeftLowerLeg
  4980. particle.Name = "Sparkles"
  4981. particle.Transparency = NumberSequence.new(1,0.34999999403954,0.10000000149012,0.40000000596046,1)
  4982. particle.Size = NumberSequence.new(0.025000000372529,0.025000000372529)
  4983. particle.LightEmission = 1
  4984. particle.Texture = "rbxassetid://1081534242"
  4985. particle.ZOffset = 1
  4986. particle.Acceleration = Vector3.new(0, 2.5, 0)
  4987. particle.Lifetime = NumberRange.new(1, 1)
  4988. particle.Speed = NumberRange.new(0.25, 1)
  4989. particle.VelocitySpread = 180
  4990. particle.LockedToPart = true
  4991. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.LeftFoot)
  4992. particle.Parent = char.LeftFoot
  4993. particle.Name = "Sparkles"
  4994. particle.Transparency = NumberSequence.new(1,0.34999999403954,0.10000000149012,0.40000000596046,1)
  4995. particle.Size = NumberSequence.new(0.025000000372529,0.025000000372529)
  4996. particle.LightEmission = 1
  4997. particle.Texture = "rbxassetid://1081534242"
  4998. particle.ZOffset = 1
  4999. particle.Acceleration = Vector3.new(0, 2.5, 0)
  5000. particle.Lifetime = NumberRange.new(1, 1)
  5001. particle.Speed = NumberRange.new(0.25, 1)
  5002. particle.VelocitySpread = 180
  5003. particle.LockedToPart = true
  5004. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.RightUpperLeg)
  5005. particle.Parent = char.RightUpperLeg
  5006. particle.Name = "Sparkles"
  5007. particle.Transparency = NumberSequence.new(1,0.34999999403954,0.10000000149012,0.40000000596046,1)
  5008. particle.Size = NumberSequence.new(0.025000000372529,0.025000000372529)
  5009. particle.LightEmission = 1
  5010. particle.Texture = "rbxassetid://1081534242"
  5011. particle.ZOffset = 1
  5012. particle.Acceleration = Vector3.new(0, 2.5, 0)
  5013. particle.Lifetime = NumberRange.new(1, 1)
  5014. particle.Speed = NumberRange.new(0.25, 1)
  5015. particle.VelocitySpread = 180
  5016. particle.LockedToPart = true
  5017. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.RightLowerLeg)
  5018. particle.Parent = char.RightLowerLeg
  5019. particle.Name = "Sparkles"
  5020. particle.Transparency = NumberSequence.new(1,0.34999999403954,0.10000000149012,0.40000000596046,1)
  5021. particle.Size = NumberSequence.new(0.025000000372529,0.025000000372529)
  5022. particle.LightEmission = 1
  5023. particle.Texture = "rbxassetid://1081534242"
  5024. particle.ZOffset = 1
  5025. particle.Acceleration = Vector3.new(0, 2.5, 0)
  5026. particle.Lifetime = NumberRange.new(1, 1)
  5027. particle.Speed = NumberRange.new(0.25, 1)
  5028. particle.VelocitySpread = 180
  5029. particle.LockedToPart = true
  5030. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.RightFoot)
  5031. particle.Parent = char.RightFoot
  5032. particle.Name = "Sparkles"
  5033. particle.Transparency = NumberSequence.new(1,0.34999999403954,0.10000000149012,0.40000000596046,1)
  5034. particle.Size = NumberSequence.new(0.025000000372529,0.025000000372529)
  5035. particle.LightEmission = 1
  5036. particle.Texture = "rbxassetid://1081534242"
  5037. particle.ZOffset = 1
  5038. particle.Acceleration = Vector3.new(0, 2.5, 0)
  5039. particle.Lifetime = NumberRange.new(1, 1)
  5040. particle.Speed = NumberRange.new(0.25, 1)
  5041. particle.VelocitySpread = 180
  5042. particle.LockedToPart = true
  5043. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.LeftLowerArm)
  5044. particle.Parent = char.LeftLowerArm
  5045. particle.Name = "Sparkles"
  5046. particle.Transparency = NumberSequence.new(1,0.34999999403954,0.10000000149012,0.40000000596046,1)
  5047. particle.Size = NumberSequence.new(0.025000000372529,0.025000000372529)
  5048. particle.LightEmission = 1
  5049. particle.Texture = "rbxassetid://1081534242"
  5050. particle.ZOffset = 1
  5051. particle.Acceleration = Vector3.new(0, 2.5, 0)
  5052. particle.Lifetime = NumberRange.new(1, 1)
  5053. particle.Speed = NumberRange.new(0.25, 1)
  5054. particle.VelocitySpread = 180
  5055. particle.LockedToPart = true
  5056. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.LeftUpperArm)
  5057. particle.Parent = char.LeftUpperArm
  5058. particle.Name = "Sparkles"
  5059. particle.Transparency = NumberSequence.new(1,0.34999999403954,0.10000000149012,0.40000000596046,1)
  5060. particle.Size = NumberSequence.new(0.025000000372529,0.025000000372529)
  5061. particle.LightEmission = 1
  5062. particle.Texture = "rbxassetid://1081534242"
  5063. particle.ZOffset = 1
  5064. particle.Acceleration = Vector3.new(0, 2.5, 0)
  5065. particle.Lifetime = NumberRange.new(1, 1)
  5066. particle.Speed = NumberRange.new(0.25, 1)
  5067. particle.VelocitySpread = 180
  5068. particle.LockedToPart = true
  5069. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.LeftHand)
  5070. particle.Parent = char.LeftHand
  5071. particle.Name = "Sparkles"
  5072. particle.Transparency = NumberSequence.new(1,0.34999999403954,0.10000000149012,0.40000000596046,1)
  5073. particle.Size = NumberSequence.new(0.025000000372529,0.025000000372529)
  5074. particle.LightEmission = 1
  5075. particle.Texture = "rbxassetid://1081534242"
  5076. particle.ZOffset = 1
  5077. particle.Acceleration = Vector3.new(0, 2.5, 0)
  5078. particle.Lifetime = NumberRange.new(1, 1)
  5079. particle.Speed = NumberRange.new(0.25, 1)
  5080. particle.VelocitySpread = 180
  5081. particle.LockedToPart = true
  5082. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.RightLowerArm)
  5083. particle.Parent = char.RightLowerArm
  5084. particle.Name = "Sparkles"
  5085. particle.Transparency = NumberSequence.new(1,0.34999999403954,0.10000000149012,0.40000000596046,1)
  5086. particle.Size = NumberSequence.new(0.025000000372529,0.025000000372529)
  5087. particle.LightEmission = 1
  5088. particle.Texture = "rbxassetid://1081534242"
  5089. particle.ZOffset = 1
  5090. particle.Acceleration = Vector3.new(0, 2.5, 0)
  5091. particle.Lifetime = NumberRange.new(1, 1)
  5092. particle.Speed = NumberRange.new(0.25, 1)
  5093. particle.VelocitySpread = 180
  5094. particle.LockedToPart = true
  5095. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.RightUpperArm)
  5096. particle.Parent = char.RightUpperArm
  5097. particle.Name = "Sparkles"
  5098. particle.Transparency = NumberSequence.new(1,0.34999999403954,0.10000000149012,0.40000000596046,1)
  5099. particle.Size = NumberSequence.new(0.025000000372529,0.025000000372529)
  5100. particle.LightEmission = 1
  5101. particle.Texture = "rbxassetid://1081534242"
  5102. particle.ZOffset = 1
  5103. particle.Acceleration = Vector3.new(0, 2.5, 0)
  5104. particle.Lifetime = NumberRange.new(1, 1)
  5105. particle.Speed = NumberRange.new(0.25, 1)
  5106. particle.VelocitySpread = 180
  5107. particle.LockedToPart = true
  5108. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.RightHand)
  5109. particle.Parent = char.RightHand
  5110. particle.Name = "Sparkles"
  5111. particle.Transparency = NumberSequence.new(1,0.34999999403954,0.10000000149012,0.40000000596046,1)
  5112. particle.Size = NumberSequence.new(0.025000000372529,0.025000000372529)
  5113. particle.LightEmission = 1
  5114. particle.Texture = "rbxassetid://1081534242"
  5115. particle.ZOffset = 1
  5116. particle.Acceleration = Vector3.new(0, 2.5, 0)
  5117. particle.Lifetime = NumberRange.new(1, 1)
  5118. particle.Speed = NumberRange.new(0.25, 1)
  5119. particle.VelocitySpread = 180
  5120. particle.LockedToPart = true
  5121. --particle texture unfinished aura: 1124262684
  5122.  
  5123.  
  5124. newaura.ImageTransparency = 0.9999999999
  5125. ssjbaura:Stop()
  5126. ssjbkaura:Play()
  5127. a21e.Transparency = 0
  5128. for i = 1,50 do
  5129. wait()
  5130. aa21e.Scale = aa21e.Scale + v3(5,5,5)
  5131. a21e.Transparency = a21e.Transparency + 0.02
  5132. end
  5133. GroundShake2 = false
  5134. for i,v in pairs(workspace:GetChildren()) do
  5135. if v:IsA("Part") then
  5136. if v.Size.x > 150 then
  5137. v.CFrame = CFrame.new(v.Position) * CFrame.Angles(rad(0),rad(0),rad(0))
  5138. end
  5139. end
  5140. end
  5141. wait(0.1)
  5142. wait(0.1)
  5143. chatfunc("")
  5144. rock2 = false
  5145. transform2 = false
  5146.  
  5147. --local part1 = Instance.new("Part",char)
  5148. --part1.Size = Vector3.new(5,5,5)
  5149. --part1.Transparency = 1
  5150. --part1.Material = "SmoothPlastic"
  5151. --part1.Name = "ultra"
  5152. --local weld = Instance.new("Weld",part1)
  5153. --weld.Part1 = UpperTorso
  5154. --weld.Part0 = part1
  5155. --local HumanoidRootPart = char.HumanoidRootPart
  5156. --part1.Touched:connect(function(hit)
  5157. --part1.CanCollide = false
  5158.  
  5159. --if ssjbkaio == true then
  5160. --if hit.Parent:FindFirstChild("HumanoidRootPart") then
  5161. --HumanoidRootPart.CFrame = HumanoidRootPart.CFrame * CFrame.new(math.random(-6,6),0,math.random(-6,6))
  5162.  
  5163. --end
  5164. --end
  5165. --end)
  5166.  
  5167. local plr = game.Players.LocalPlayer
  5168. local char = plr.Character
  5169. local HumanoidRootPart=char.HumanoidRootPart
  5170. local ult = true
  5171. print'Ultra Instinct Activated...'
  5172.  
  5173.  
  5174.  
  5175. local part1 = Instance.new("Part",workspace)
  5176. part1.Size = Vector3.new(4,3,4)
  5177. part1.Transparency = 1
  5178. part1.Material = "SmoothPlastic"
  5179. part1.Name = "ultra"
  5180. part1.CanCollide = false
  5181.  
  5182. if workspace.ultra then
  5183. part1.Touched:connect(function(hit)
  5184. if ult == true then
  5185. if hit.Parent:FindFirstChildOfClass("Humanoid") and hit.Parent.Name ~= plr.Name then
  5186. HumanoidRootPart.CFrame = HumanoidRootPart.CFrame * CFrame.new(math.random(-2,10),.1,math.random(-2,10))
  5187. elseif hit:IsA("Part") and hit.Name ~= "Base" and not hit.Parent:FindFirstChildOfClass("Humanoid") and not hit.Parent.Parent:FindFirstChildOfClass("Humanoid") then
  5188. hit:Destroy()
  5189. end
  5190. end
  5191. end)
  5192. end
  5193.  
  5194. plr:GetMouse().KeyDown:Connect(function(key)
  5195.  
  5196. if key == "[" then
  5197. if ult == true then
  5198. print'off'
  5199. ult = false
  5200. elseif ult == false then
  5201. print'on'
  5202. ult = true
  5203. end
  5204. end
  5205. end)
  5206.  
  5207. --[[for i,v in pairs(char:children()) do
  5208. if v:IsA("ParticleEmitter") then
  5209. v.LockedToPart = true
  5210. end
  5211. end]]
  5212.  
  5213. game:GetService('RunService').RenderStepped:connect(function()
  5214. part1.CFrame = HumanoidRootPart.CFrame * CFrame.new(0,3,0)
  5215. end)
  5216.  
  5217.  
  5218. -------------------------------------------------
  5219. canattack = true
  5220. RootPart.Anchored = false
  5221. if canfly1 == true then
  5222.  
  5223. idle = true
  5224. walk = true
  5225. canjump = true
  5226. end
  5227. if canfly1 == true then
  5228. canfly = true
  5229. end
  5230. for i = 1,20 do
  5231. wait()
  5232. aad.Transparency = aad.Transparency + 0.05
  5233. end
  5234. end
  5235. end
  5236. end
  5237. end
  5238. end)
  5239.  
  5240. mouse.KeyDown:connect(function(key)
  5241. if key == "j" then
  5242. if potara == false then
  5243. if ssjb == false then
  5244. if canattack == true then
  5245. canattack = false
  5246. if canfly == true then
  5247. canfly = false
  5248. canfly1 = true
  5249. end
  5250.  
  5251.  
  5252. idle = false
  5253. ssjb = true
  5254. ssjbkaio = true
  5255. ssj1 = false
  5256. ssj2= false
  5257. ssj3 = false
  5258. walk = false
  5259. canjump = false
  5260.  
  5261. ssjbmusic:Play()
  5262.  
  5263. ------------------------------------------------
  5264. transform3 = true
  5265.  
  5266. wait(0.01)
  5267. Hair7.Color = Color3.fromRGB(0,0,0)
  5268. Mesh.MeshId = "rbxassetid://1125231485" --original:501884712
  5269. Mesh.Scale = v3(6.3,6.3,6.3)
  5270. char.Head.face.Texture= "rbxassetid://1124061091"
  5271. Weld1 = Instance.new("Weld")
  5272. Weld1.Parent = char.Head
  5273. Weld1.Part0 = char.Head
  5274. Weld1.Part1 = Hair7
  5275. Weld1.C0 = CFrame.new(0, 1.2, -0.17) * CFrame.Angles(math.rad(0),math.rad(180),math.rad(0))
  5276.  
  5277. Mesh = Instance.new("SpecialMesh")
  5278. Mesh.Offset = Vector3.new(0,-0.2,-0.14)
  5279. Mesh.Parent = Hair7
  5280. Mesh.Scale = Vector3.new(7.3,5.8,7.2)
  5281. Mesh.MeshType = "FileMesh"
  5282. Mesh.MeshId = "http://www.roblox.com/asset/?id=1125231485"
  5283.  
  5284. a21e = new("Part",char)
  5285. a21e.Name = "Beam"..num
  5286. a21e.Locked = true
  5287. a21e.Size = v3(1,1,1)
  5288. a21e.CanCollide = false
  5289. a21e.Position = v3(999,999,999)
  5290. a21e.BrickColor = bc("Institutional white")
  5291. a21e.Material = "Neon"
  5292. a21e.Transparency = 1
  5293. aa21e = new("SpecialMesh",a21e)
  5294. a21e.Anchored = true
  5295. a21e.Position = RootPart.Position
  5296. aa21e.MeshType = "Sphere"
  5297. aa21e.Scale = v3(1,1,1)
  5298.  
  5299.  
  5300.  
  5301.  
  5302.  
  5303. smokey = Instance.new("Smoke",RootPart)
  5304. smokey.Color = Color3.new(255,255,255)
  5305. smokey.Opacity = 0
  5306. smokey.Size = 100
  5307. ssjbkaioken.TimePosition = 0.1
  5308. ssjbkaioken:Play()
  5309. wait(0.01)
  5310. coroutine.wrap(function()
  5311. repeat
  5312. wait()
  5313. newaurabase.Size = UDim2.new(math.random(0.001,0.001),0,math.random(0.001,0.001),0)
  5314. until newaura.ImageTransparency == 1
  5315.  
  5316.  
  5317.  
  5318. end)()
  5319. rock = true
  5320. redlight = Instance.new("PointLight",LowerTorso)
  5321. redlight.Color = Color3.new(0,0,0)
  5322. redlight.Brightness = math.huge
  5323. mouth.Texture = "rbxassetid://828773176"
  5324. GroundShake = false
  5325. RootPart.Anchored = true
  5326.  
  5327. wait(0.01)
  5328.  
  5329. wait(0.01)
  5330. rock2 = true
  5331. rock = false
  5332. smokey:Destroy()
  5333. ssjbaura:Stop()
  5334. ssjbmusic:Stop()
  5335. transform3 = false
  5336. transform2 = false
  5337. transform5 = true
  5338. redlight:Destroy()
  5339.  
  5340. mouth.Texture = "rbxassetid://932140764"
  5341. newaura.ImageTransparency = 1
  5342. GroundShake = false
  5343.  
  5344. a21e.Transparency = 0
  5345. for i = 1,50 do
  5346. wait()
  5347. aa21e.Scale = aa21e.Scale + v3(5,5,5)
  5348. a21e.Transparency = a21e.Transparency + 0.02
  5349. end
  5350. aa21e.Scale = v3(1,1,1)
  5351. a21e.Transparency = 1
  5352. wait(0.1)
  5353. chatfunc("")
  5354. mouth.Texture = "rbxassetid://828773176"
  5355. wait(0.2)
  5356. mouth.Texture = "rbxassetid://932140764"
  5357. wait(0.2)
  5358. mouth.Texture = "rbxassetid://828773176"
  5359. wait(0.2)
  5360. mouth.Texture = "rbxassetid://932140764"
  5361. wait(0.2)
  5362. mouth.Texture = "rbxassetid://828773176"
  5363. wait(0.2)
  5364. mouth.Texture = "rbxassetid://932140764"
  5365. wait(0.2)
  5366. GroundShake2 = false
  5367. transform5 = false
  5368. transform3 = false
  5369. transform2 = true
  5370. ssjbauraburst:Play()
  5371. GroundWave5()
  5372. GroundWave6()
  5373. GroundWave7()
  5374. GroundWave8()
  5375. GroundWave9()
  5376. GroundWave10()
  5377. ad.Position = RootPart.Position - v3(0,3,0)
  5378. aad.Transparency = 0
  5379. newaura2.ImageTransparency = 1
  5380. wait(0.01)
  5381.  
  5382. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.UpperTorso)
  5383. particle.Parent = char.UpperTorso
  5384. particle.Transparency = NumberSequence.new(0.89999997615814,0.89999997615814)
  5385. particle.Rotation = NumberRange.new(3660, 3660)
  5386. particle.Size = NumberSequence.new(1.2,.1)
  5387. particle.LightEmission = 4
  5388. particle.Texture = "http://www.roblox.com/asset/?id=1188306765"
  5389. particle.ZOffset = 7
  5390. particle.Lifetime = NumberRange.new(0.8, 0.8)
  5391. particle.Rate = 110
  5392. particle.LockedToPart = true
  5393. particle.Speed = NumberRange.new(2, 2)
  5394. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.LowerTorso)
  5395. particle.Transparency = NumberSequence.new(0.89999997615814,0.89999997615814)
  5396. particle.Rotation = NumberRange.new(3660, 3660)
  5397. particle.Size = NumberSequence.new(1.2,.1)
  5398. particle.LightEmission = 4
  5399. particle.Texture = "http://www.roblox.com/asset/?id=1188306765"
  5400. particle.ZOffset = 7
  5401. particle.Lifetime = NumberRange.new(0.8, 0.8)
  5402. particle.Rate = 110
  5403. particle.LockedToPart = true
  5404. particle.Speed = NumberRange.new(2, 2)
  5405. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.Head)
  5406. particle.Parent = char.Head
  5407. particle.Transparency = NumberSequence.new(0.89999997615814,0.89999997615814)
  5408. particle.Rotation = NumberRange.new(3660, 3660)
  5409. particle.Size = NumberSequence.new(1.2,.1)
  5410. particle.LightEmission = 4
  5411. particle.Texture = "http://www.roblox.com/asset/?id=1188306765"
  5412. particle.ZOffset = 7
  5413. particle.Lifetime = NumberRange.new(0.8, 0.8)
  5414. particle.Rate = 110
  5415. particle.LockedToPart = true
  5416. particle.Speed = NumberRange.new(2, 2)
  5417. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.LeftUpperLeg)
  5418. particle.Parent = char.LeftUpperLeg
  5419. particle.Transparency = NumberSequence.new(0.89999997615814,0.89999997615814)
  5420. particle.Rotation = NumberRange.new(3660, 3660)
  5421. particle.Size = NumberSequence.new(1.2,.1)
  5422. particle.LightEmission = 4
  5423. particle.Texture = "http://www.roblox.com/asset/?id=1188306765"
  5424. particle.ZOffset = 7
  5425. particle.Lifetime = NumberRange.new(0.8, 0.8)
  5426. particle.Rate = 110
  5427. particle.LockedToPart = true
  5428. particle.Speed = NumberRange.new(2, 2)
  5429. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.LeftLowerLeg)
  5430. particle.Parent = char.LeftLowerLeg
  5431. particle.Transparency = NumberSequence.new(0.89999997615814,0.89999997615814)
  5432. particle.Rotation = NumberRange.new(3660, 3660)
  5433. particle.Size = NumberSequence.new(1.2,.1)
  5434. particle.LightEmission = 4
  5435. particle.Texture = "http://www.roblox.com/asset/?id=1188306765"
  5436. particle.ZOffset = 7
  5437. particle.Lifetime = NumberRange.new(0.8, 0.8)
  5438. particle.Rate = 110
  5439. particle.LockedToPart = true
  5440. particle.Speed = NumberRange.new(2, 2)
  5441. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.LeftFoot)
  5442. particle.Parent = char.LeftFoot
  5443. particle.Transparency = NumberSequence.new(0.89999997615814,0.89999997615814)
  5444. particle.Rotation = NumberRange.new(3660, 3660)
  5445. particle.Size = NumberSequence.new(1.2,.1)
  5446. particle.LightEmission = 4
  5447. particle.Texture = "http://www.roblox.com/asset/?id=1188306765"
  5448. particle.ZOffset = 7
  5449. particle.Lifetime = NumberRange.new(0.8, 0.8)
  5450. particle.Rate = 110
  5451. particle.LockedToPart = true
  5452. particle.Speed = NumberRange.new(2, 2)
  5453. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.RightUpperLeg)
  5454. particle.Parent = char.RightUpperLeg
  5455. particle.Transparency = NumberSequence.new(0.89999997615814,0.89999997615814)
  5456. particle.Rotation = NumberRange.new(3660, 3660)
  5457. particle.Size = NumberSequence.new(1.2,.1)
  5458. particle.LightEmission = 4
  5459. particle.Texture = "http://www.roblox.com/asset/?id=1188306765"
  5460. particle.ZOffset = 7
  5461. particle.Lifetime = NumberRange.new(0.8, 0.8)
  5462. particle.Rate = 110
  5463. particle.LockedToPart = true
  5464. particle.Speed = NumberRange.new(2, 2)
  5465. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.RightLowerLeg)
  5466. particle.Parent = char.RightLowerLeg
  5467. particle.Transparency = NumberSequence.new(0.89999997615814,0.89999997615814)
  5468. particle.Rotation = NumberRange.new(3660, 3660)
  5469. particle.Size = NumberSequence.new(1.2,.1)
  5470. particle.LightEmission = 4
  5471. particle.Texture = "http://www.roblox.com/asset/?id=1188306765"
  5472. particle.ZOffset = 7
  5473. particle.Lifetime = NumberRange.new(0.8, 0.8)
  5474. particle.Rate = 110
  5475. particle.LockedToPart = true
  5476. particle.Speed = NumberRange.new(2, 2)
  5477. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.RightFoot)
  5478. particle.Parent = char.RightFoot
  5479. particle.Transparency = NumberSequence.new(0.89999997615814,0.89999997615814)
  5480. particle.Rotation = NumberRange.new(3660, 3660)
  5481. particle.Size = NumberSequence.new(1.2,.1)
  5482. particle.LightEmission = 4
  5483. particle.Texture = "http://www.roblox.com/asset/?id=1188306765"
  5484. particle.ZOffset = 7
  5485. particle.Lifetime = NumberRange.new(0.8, 0.8)
  5486. particle.Rate = 110
  5487. particle.LockedToPart = true
  5488. particle.Speed = NumberRange.new(2, 2)
  5489. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.LeftLowerArm)
  5490. particle.Parent = char.LeftLowerArm
  5491. particle.Transparency = NumberSequence.new(0.89999997615814,0.89999997615814)
  5492. particle.Rotation = NumberRange.new(3660, 3660)
  5493. particle.Size = NumberSequence.new(1.2,.1)
  5494. particle.LightEmission = 4
  5495. particle.Texture = "http://www.roblox.com/asset/?id=1188306765"
  5496. particle.ZOffset = 7
  5497. particle.Lifetime = NumberRange.new(0.8, 0.8)
  5498. particle.Rate = 110
  5499. particle.LockedToPart = true
  5500. particle.Speed = NumberRange.new(2, 2)
  5501. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.LeftUpperArm)
  5502. particle.Parent = char.LeftUpperArm
  5503. particle.Transparency = NumberSequence.new(0.89999997615814,0.89999997615814)
  5504. particle.Rotation = NumberRange.new(3660, 3660)
  5505. particle.Size = NumberSequence.new(1.2,.1)
  5506. particle.LightEmission = 4
  5507. particle.Texture = "http://www.roblox.com/asset/?id=1188306765"
  5508. particle.ZOffset = 7
  5509. particle.Lifetime = NumberRange.new(0.8, 0.8)
  5510. particle.Rate = 110
  5511. particle.LockedToPart = true
  5512. particle.Speed = NumberRange.new(2, 2)
  5513. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.LeftHand)
  5514. particle.Parent = char.LeftHand
  5515. particle.Transparency = NumberSequence.new(0.89999997615814,0.89999997615814)
  5516. particle.Rotation = NumberRange.new(3660, 3660)
  5517. particle.Size = NumberSequence.new(1.2,.1)
  5518. particle.LightEmission = 4
  5519. particle.Texture = "http://www.roblox.com/asset/?id=1188306765"
  5520. particle.ZOffset = 7
  5521. particle.Lifetime = NumberRange.new(0.8, 0.8)
  5522. particle.Rate = 110
  5523. particle.LockedToPart = true
  5524. particle.Speed = NumberRange.new(2, 2)
  5525. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.RightLowerArm)
  5526. particle.Parent = char.RightLowerArm
  5527. particle.Transparency = NumberSequence.new(0.89999997615814,0.89999997615814)
  5528. particle.Rotation = NumberRange.new(3660, 3660)
  5529. particle.Size = NumberSequence.new(1.2,.1)
  5530. particle.LightEmission = 4
  5531. particle.Texture = "http://www.roblox.com/asset/?id=1188306765"
  5532. particle.ZOffset = 7
  5533. particle.Lifetime = NumberRange.new(0.8, 0.8)
  5534. particle.Rate = 110
  5535. particle.LockedToPart = true
  5536. particle.Speed = NumberRange.new(2, 2)
  5537. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.RightUpperArm)
  5538. particle.Parent = char.RightUpperArm
  5539. particle.Transparency = NumberSequence.new(0.89999997615814,0.89999997615814)
  5540. particle.Rotation = NumberRange.new(3660, 3660)
  5541. particle.Size = NumberSequence.new(1.2,.1)
  5542. particle.LightEmission = 4
  5543. particle.Texture = "http://www.roblox.com/asset/?id=1188306765"
  5544. particle.ZOffset = 7
  5545. particle.Lifetime = NumberRange.new(0.8, 0.8)
  5546. particle.Rate = 110
  5547. particle.LockedToPart = true
  5548. particle.Speed = NumberRange.new(2, 2)
  5549. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.RightHand)
  5550. particle.Parent = char.RightHand
  5551. particle.Transparency = NumberSequence.new(0.89999997615814,0.89999997615814)
  5552. particle.Rotation = NumberRange.new(3660, 3660)
  5553. particle.Size = NumberSequence.new(1.2,.1)
  5554. particle.LightEmission = 4
  5555. particle.Texture = "http://www.roblox.com/asset/?id=1188306765"
  5556. particle.ZOffset = 7
  5557. particle.Lifetime = NumberRange.new(0.8, 0.8)
  5558. particle.Rate = 110
  5559. particle.LockedToPart = true
  5560. particle.Speed = NumberRange.new(2, 2)
  5561. ---Now follows the second lair of the Ultra Instinct aura.
  5562. --
  5563. --
  5564. --
  5565.  
  5566. --Now follows the white ball particle effect
  5567. --
  5568. --
  5569. --
  5570. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.UpperTorso)
  5571. particle.Parent = char.UpperTorso
  5572. particle.Name = "Sparkles"
  5573. particle.Transparency = NumberSequence.new(1,0.34999999403954,0.10000000149012,0.40000000596046,1)
  5574. particle.Size = NumberSequence.new(0.025000000372529,0.025000000372529)
  5575. particle.LightEmission = 1
  5576. particle.Texture = "rbxassetid://1081534242"
  5577. particle.ZOffset = 1
  5578. particle.Acceleration = Vector3.new(0, 2.5, 0)
  5579. particle.Lifetime = NumberRange.new(1, 1)
  5580. particle.Speed = NumberRange.new(0.25, 1)
  5581. particle.VelocitySpread = 180
  5582. particle.LockedToPart = true
  5583. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.LowerTorso)
  5584. particle.Parent = char.LowerTorso
  5585. particle.Name = "Sparkles"
  5586. particle.Transparency = NumberSequence.new(1,0.34999999403954,0.10000000149012,0.40000000596046,1)
  5587. particle.Size = NumberSequence.new(0.025000000372529,0.025000000372529)
  5588. particle.LightEmission = 1
  5589. particle.Texture = "rbxassetid://1081534242"
  5590. particle.ZOffset = 1
  5591. particle.Acceleration = Vector3.new(0, 2.5, 0)
  5592. particle.Lifetime = NumberRange.new(1, 1)
  5593. particle.Speed = NumberRange.new(0.25, 1)
  5594. particle.VelocitySpread = 180
  5595. particle.LockedToPart = true
  5596. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.Head)
  5597. particle.Parent = char.Head
  5598. particle.Name = "Sparkles"
  5599. particle.Transparency = NumberSequence.new(1,0.34999999403954,0.10000000149012,0.40000000596046,1)
  5600. particle.Size = NumberSequence.new(0.025000000372529,0.025000000372529)
  5601. particle.LightEmission = 1
  5602. particle.Texture = "rbxassetid://1081534242"
  5603. particle.ZOffset = 1
  5604. particle.Acceleration = Vector3.new(0, 2.5, 0)
  5605. particle.Lifetime = NumberRange.new(1, 1)
  5606. particle.Speed = NumberRange.new(0.25, 1)
  5607. particle.VelocitySpread = 180
  5608. particle.LockedToPart = true
  5609. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.LeftUpperLeg)
  5610. particle.Parent = char.LeftUpperLeg
  5611. particle.Name = "Sparkles"
  5612. particle.Transparency = NumberSequence.new(1,0.34999999403954,0.10000000149012,0.40000000596046,1)
  5613. particle.Size = NumberSequence.new(0.025000000372529,0.025000000372529)
  5614. particle.LightEmission = 1
  5615. particle.Texture = "rbxassetid://1081534242"
  5616. particle.ZOffset = 1
  5617. particle.Acceleration = Vector3.new(0, 2.5, 0)
  5618. particle.Lifetime = NumberRange.new(1, 1)
  5619. particle.Speed = NumberRange.new(0.25, 1)
  5620. particle.VelocitySpread = 180
  5621. particle.LockedToPart = true
  5622. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.LeftLowerLeg)
  5623. particle.Parent = char.LeftLowerLeg
  5624. particle.Name = "Sparkles"
  5625. particle.Transparency = NumberSequence.new(1,0.34999999403954,0.10000000149012,0.40000000596046,1)
  5626. particle.Size = NumberSequence.new(0.025000000372529,0.025000000372529)
  5627. particle.LightEmission = 1
  5628. particle.Texture = "rbxassetid://1081534242"
  5629. particle.ZOffset = 1
  5630. particle.Acceleration = Vector3.new(0, 2.5, 0)
  5631. particle.Lifetime = NumberRange.new(1, 1)
  5632. particle.Speed = NumberRange.new(0.25, 1)
  5633. particle.VelocitySpread = 180
  5634. particle.LockedToPart = true
  5635. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.LeftFoot)
  5636. particle.Parent = char.LeftFoot
  5637. particle.Name = "Sparkles"
  5638. particle.Transparency = NumberSequence.new(1,0.34999999403954,0.10000000149012,0.40000000596046,1)
  5639. particle.Size = NumberSequence.new(0.025000000372529,0.025000000372529)
  5640. particle.LightEmission = 1
  5641. particle.Texture = "rbxassetid://1081534242"
  5642. particle.ZOffset = 1
  5643. particle.Acceleration = Vector3.new(0, 2.5, 0)
  5644. particle.Lifetime = NumberRange.new(1, 1)
  5645. particle.Speed = NumberRange.new(0.25, 1)
  5646. particle.VelocitySpread = 180
  5647. particle.LockedToPart = true
  5648. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.RightUpperLeg)
  5649. particle.Parent = char.RightUpperLeg
  5650. particle.Name = "Sparkles"
  5651. particle.Transparency = NumberSequence.new(1,0.34999999403954,0.10000000149012,0.40000000596046,1)
  5652. particle.Size = NumberSequence.new(0.025000000372529,0.025000000372529)
  5653. particle.LightEmission = 1
  5654. particle.Texture = "rbxassetid://1081534242"
  5655. particle.ZOffset = 1
  5656. particle.Acceleration = Vector3.new(0, 2.5, 0)
  5657. particle.Lifetime = NumberRange.new(1, 1)
  5658. particle.Speed = NumberRange.new(0.25, 1)
  5659. particle.VelocitySpread = 180
  5660. particle.LockedToPart = true
  5661. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.RightLowerLeg)
  5662. particle.Parent = char.RightLowerLeg
  5663. particle.Name = "Sparkles"
  5664. particle.Transparency = NumberSequence.new(1,0.34999999403954,0.10000000149012,0.40000000596046,1)
  5665. particle.Size = NumberSequence.new(0.025000000372529,0.025000000372529)
  5666. particle.LightEmission = 1
  5667. particle.Texture = "rbxassetid://1081534242"
  5668. particle.ZOffset = 1
  5669. particle.Acceleration = Vector3.new(0, 2.5, 0)
  5670. particle.Lifetime = NumberRange.new(1, 1)
  5671. particle.Speed = NumberRange.new(0.25, 1)
  5672. particle.VelocitySpread = 180
  5673. particle.LockedToPart = true
  5674. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.RightFoot)
  5675. particle.Parent = char.RightFoot
  5676. particle.Name = "Sparkles"
  5677. particle.Transparency = NumberSequence.new(1,0.34999999403954,0.10000000149012,0.40000000596046,1)
  5678. particle.Size = NumberSequence.new(0.025000000372529,0.025000000372529)
  5679. particle.LightEmission = 1
  5680. particle.Texture = "rbxassetid://1081534242"
  5681. particle.ZOffset = 1
  5682. particle.Acceleration = Vector3.new(0, 2.5, 0)
  5683. particle.Lifetime = NumberRange.new(1, 1)
  5684. particle.Speed = NumberRange.new(0.25, 1)
  5685. particle.VelocitySpread = 180
  5686. particle.LockedToPart = true
  5687. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.LeftLowerArm)
  5688. particle.Parent = char.LeftLowerArm
  5689. particle.Name = "Sparkles"
  5690. particle.Transparency = NumberSequence.new(1,0.34999999403954,0.10000000149012,0.40000000596046,1)
  5691. particle.Size = NumberSequence.new(0.025000000372529,0.025000000372529)
  5692. particle.LightEmission = 1
  5693. particle.Texture = "rbxassetid://1081534242"
  5694. particle.ZOffset = 1
  5695. particle.Acceleration = Vector3.new(0, 2.5, 0)
  5696. particle.Lifetime = NumberRange.new(1, 1)
  5697. particle.Speed = NumberRange.new(0.25, 1)
  5698. particle.VelocitySpread = 180
  5699. particle.LockedToPart = true
  5700. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.LeftUpperArm)
  5701. particle.Parent = char.LeftUpperArm
  5702. particle.Name = "Sparkles"
  5703. particle.Transparency = NumberSequence.new(1,0.34999999403954,0.10000000149012,0.40000000596046,1)
  5704. particle.Size = NumberSequence.new(0.025000000372529,0.025000000372529)
  5705. particle.LightEmission = 1
  5706. particle.Texture = "rbxassetid://1081534242"
  5707. particle.ZOffset = 1
  5708. particle.Acceleration = Vector3.new(0, 2.5, 0)
  5709. particle.Lifetime = NumberRange.new(1, 1)
  5710. particle.Speed = NumberRange.new(0.25, 1)
  5711. particle.VelocitySpread = 180
  5712. particle.LockedToPart = true
  5713. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.LeftHand)
  5714. particle.Parent = char.LeftHand
  5715. particle.Name = "Sparkles"
  5716. particle.Transparency = NumberSequence.new(1,0.34999999403954,0.10000000149012,0.40000000596046,1)
  5717. particle.Size = NumberSequence.new(0.025000000372529,0.025000000372529)
  5718. particle.LightEmission = 1
  5719. particle.Texture = "rbxassetid://1081534242"
  5720. particle.ZOffset = 1
  5721. particle.Acceleration = Vector3.new(0, 2.5, 0)
  5722. particle.Lifetime = NumberRange.new(1, 1)
  5723. particle.Speed = NumberRange.new(0.25, 1)
  5724. particle.VelocitySpread = 180
  5725. particle.LockedToPart = true
  5726. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.RightLowerArm)
  5727. particle.Parent = char.RightLowerArm
  5728. particle.Name = "Sparkles"
  5729. particle.Transparency = NumberSequence.new(1,0.34999999403954,0.10000000149012,0.40000000596046,1)
  5730. particle.Size = NumberSequence.new(0.025000000372529,0.025000000372529)
  5731. particle.LightEmission = 1
  5732. particle.Texture = "rbxassetid://1081534242"
  5733. particle.ZOffset = 1
  5734. particle.Acceleration = Vector3.new(0, 2.5, 0)
  5735. particle.Lifetime = NumberRange.new(1, 1)
  5736. particle.Speed = NumberRange.new(0.25, 1)
  5737. particle.VelocitySpread = 180
  5738. particle.LockedToPart = true
  5739. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.RightUpperArm)
  5740. particle.Parent = char.RightUpperArm
  5741. particle.Name = "Sparkles"
  5742. particle.Transparency = NumberSequence.new(1,0.34999999403954,0.10000000149012,0.40000000596046,1)
  5743. particle.Size = NumberSequence.new(0.025000000372529,0.025000000372529)
  5744. particle.LightEmission = 1
  5745. particle.Texture = "rbxassetid://1081534242"
  5746. particle.ZOffset = 1
  5747. particle.Acceleration = Vector3.new(0, 2.5, 0)
  5748. particle.Lifetime = NumberRange.new(1, 1)
  5749. particle.Speed = NumberRange.new(0.25, 1)
  5750. particle.VelocitySpread = 180
  5751. particle.LockedToPart = true
  5752. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.RightHand)
  5753. particle.Parent = char.RightHand
  5754. particle.Name = "Sparkles"
  5755. particle.Transparency = NumberSequence.new(1,0.34999999403954,0.10000000149012,0.40000000596046,1)
  5756. particle.Size = NumberSequence.new(0.025000000372529,0.025000000372529)
  5757. particle.LightEmission = 1
  5758. particle.Texture = "rbxassetid://1081534242"
  5759. particle.ZOffset = 1
  5760. particle.Acceleration = Vector3.new(0, 2.5, 0)
  5761. particle.Lifetime = NumberRange.new(1, 1)
  5762. particle.Speed = NumberRange.new(0.25, 1)
  5763. particle.VelocitySpread = 180
  5764. particle.LockedToPart = true
  5765. --particle texture unfinished aura: 1124262684
  5766.  
  5767.  
  5768. newaura.ImageTransparency = 0.9999999999
  5769. ssjbaura:Stop()
  5770. ssjbkaura:Play()
  5771. a21e.Transparency = 0
  5772. for i = 1,50 do
  5773. wait()
  5774. aa21e.Scale = aa21e.Scale + v3(5,5,5)
  5775. a21e.Transparency = a21e.Transparency + 0.02
  5776. end
  5777. GroundShake2 = false
  5778. for i,v in pairs(workspace:GetChildren()) do
  5779. if v:IsA("Part") then
  5780. if v.Size.x > 150 then
  5781. v.CFrame = CFrame.new(v.Position) * CFrame.Angles(rad(0),rad(0),rad(0))
  5782. end
  5783. end
  5784. end
  5785. wait(0.1)
  5786. wait(0.1)
  5787. chatfunc("")
  5788. rock2 = false
  5789. transform2 = false
  5790.  
  5791. local part1 = Instance.new("Part",char)
  5792. part1.Size = Vector3.new(5,5,5)
  5793. part1.Transparency = 1
  5794. part1.Material = "SmoothPlastic"
  5795. part1.Name = "ultra"
  5796. local weld = Instance.new("Weld",part1)
  5797. weld.Part1 = UpperTorso
  5798. weld.Part0 = part1
  5799. local HumanoidRootPart = char.HumanoidRootPart
  5800. part1.Touched:connect(function(hit)
  5801. part1.CanCollide = false
  5802.  
  5803. if ssjbkaio == true then
  5804. if hit.Parent:FindFirstChild("HumanoidRootPart") then
  5805. HumanoidRootPart.CFrame = HumanoidRootPart.CFrame * CFrame.new(math.random(-10,10),0,0)
  5806.  
  5807. end
  5808. end
  5809. end)
  5810.  
  5811.  
  5812. -------------------------------------------------
  5813. canattack = true
  5814. RootPart.Anchored = false
  5815. if canfly1 == true then
  5816.  
  5817. idle = true
  5818. walk = true
  5819. canjump = true
  5820. end
  5821. if canfly1 == true then
  5822. canfly = true
  5823. end
  5824. for i = 1,20 do
  5825. wait()
  5826. aad.Transparency = aad.Transparency + 0.05
  5827. end
  5828. end
  5829. end
  5830. end
  5831. end
  5832. end)
  5833.  
  5834. mouse.KeyDown:connect(function(key)
  5835. if key == "k" then
  5836. if potara == false then
  5837. if ssjb == true then
  5838. if canattack == true then
  5839. canattack = false
  5840. if canfly == true then
  5841. canfly = false
  5842. canfly1 = true
  5843. end
  5844.  
  5845.  
  5846. idle = false
  5847. ssjb = true
  5848. ssjbkaio = true
  5849. ssj1 = false
  5850. ssj2= false
  5851. ssj3 = false
  5852. walk = false
  5853. canjump = false
  5854.  
  5855. ssjbmusic:Play()
  5856.  
  5857. ------------------------------------------------
  5858. transform3 = true
  5859.  
  5860. wait(0.2)
  5861. Hair7.Color = Color3.fromRGB(0,0,0)
  5862. Mesh.MeshId = "rbxassetid://1125231485"
  5863. Mesh.Scale = v3(6.3,6.3,6.3)
  5864. char.Head.face.Texture= "rbxassetid://1124061091"
  5865. Weld1 = Instance.new("Weld")
  5866. Weld1.Parent = char.Head
  5867. Weld1.Part0 = char.Head
  5868. Weld1.Part1 = Hair7
  5869. Weld1.C0 = CFrame.new(0, 1.2, -0.17) * CFrame.Angles(math.rad(0),math.rad(180),math.rad(0))
  5870.  
  5871. Mesh = Instance.new("SpecialMesh")
  5872. Mesh.Offset = Vector3.new(0,-0.2,-0.14)
  5873. Mesh.Parent = Hair7
  5874. Mesh.Scale = Vector3.new(7.3,5.8,7.2)
  5875. Mesh.MeshType = "FileMesh"
  5876. Mesh.MeshId = "http://www.roblox.com/asset/?id=1125231485"
  5877.  
  5878.  
  5879. a21e = new("Part",char)
  5880. a21e.Name = "Beam"..num
  5881. a21e.Locked = true
  5882. a21e.Size = v3(1,1,1)
  5883. a21e.CanCollide = false
  5884. a21e.Position = v3(999,999,999)
  5885. a21e.BrickColor = bc("Cyan")
  5886. a21e.Material = "Neon"
  5887. a21e.Transparency = 1
  5888. aa21e = new("SpecialMesh",a21e)
  5889. a21e.Anchored = true
  5890. a21e.Position = RootPart.Position
  5891. aa21e.MeshType = "Sphere"
  5892. aa21e.Scale = v3(1,1,1)
  5893.  
  5894.  
  5895.  
  5896.  
  5897.  
  5898. smokey = Instance.new("Smoke",RootPart)
  5899. smokey.Color = Color3.new(255,255,255)
  5900. smokey.Opacity = 1
  5901. smokey.Size = 100
  5902. ssjbkaioken.TimePosition = 1.5
  5903. ssjbkaioken:Play()
  5904. wait(0.2)
  5905. coroutine.wrap(function()
  5906. repeat
  5907. wait()
  5908. newaurabase.Size = UDim2.new(math.random(0.001,0.001),0,math.random(0.001,0.001),0)
  5909. until newaura.ImageTransparency == 1
  5910.  
  5911.  
  5912.  
  5913. end)()
  5914. rock = true
  5915. redlight = Instance.new("PointLight",LowerTorso)
  5916. redlight.Color = Color3.new(0,0,0)
  5917. redlight.Brightness = math.huge
  5918. mouth.Texture = "rbxassetid://828773176"
  5919. GroundShake = false
  5920. RootPart.Anchored = true
  5921.  
  5922. wait(2)
  5923.  
  5924. wait(3)
  5925. rock2 = true
  5926. rock = false
  5927. smokey:Destroy()
  5928. ssjbaura:Stop()
  5929. ssjbmusic:Stop()
  5930. transform3 = false
  5931. transform2 = false
  5932. transform5 = true
  5933. redlight:Destroy()
  5934.  
  5935. mouth.Texture = "rbxassetid://932140764"
  5936. newaura.ImageTransparency = 1
  5937. GroundShake = false
  5938.  
  5939. a21e.Transparency = 0
  5940. for i = 1,50 do
  5941. wait()
  5942. aa21e.Scale = aa21e.Scale + v3(5,5,5)
  5943. a21e.Transparency = a21e.Transparency + 0.02
  5944. end
  5945. aa21e.Scale = v3(1,1,1)
  5946. a21e.Transparency = 1
  5947. wait(1)
  5948. chatfunc("")
  5949. mouth.Texture = "rbxassetid://828773176"
  5950. wait(0.3)
  5951. mouth.Texture = "rbxassetid://932140764"
  5952. wait(0.3)
  5953. mouth.Texture = "rbxassetid://828773176"
  5954. wait(0.3)
  5955. mouth.Texture = "rbxassetid://932140764"
  5956. wait(0.3)
  5957. mouth.Texture = "rbxassetid://828773176"
  5958. wait(0.3)
  5959. mouth.Texture = "rbxassetid://932140764"
  5960. wait(0.3)
  5961. GroundShake2 = false
  5962. transform5 = false
  5963. transform3 = false
  5964. transform2 = true
  5965. ssjbauraburst:Play()
  5966. GroundWave5()
  5967. GroundWave6()
  5968. GroundWave7()
  5969. GroundWave8()
  5970. GroundWave9()
  5971. GroundWave10()
  5972. ad.Position = RootPart.Position - v3(0,3,0)
  5973. aad.Transparency = 0
  5974. newaura2.ImageTransparency = 1
  5975. wait(0.1)
  5976. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.UpperTorso)
  5977. particle.Parent = char.UpperTorso
  5978. particle.Transparency = NumberSequence.new(0.89999997615814,0.89999997615814)
  5979. particle.Rotation = NumberRange.new(3660, 3660)
  5980. particle.Size = NumberSequence.new(1.2,.1)
  5981. particle.Color = ColorSequence.new(Color3.new(0, 0.461006, 0.965896),Color3.new(0, 0.461006, 0.965896))
  5982. particle.LightEmission = 4
  5983. particle.Texture = "http://www.roblox.com/asset/?id=1188306765"
  5984. particle.ZOffset = 7
  5985. particle.Lifetime = NumberRange.new(0.8, 0.8)
  5986. particle.Rate = 110
  5987. particle.LockedToPart = true
  5988. particle.Speed = NumberRange.new(2, 2)
  5989. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.LowerTorso)
  5990. particle.Parent = char.LowerTorso
  5991. particle.Transparency = NumberSequence.new(0.89999997615814,0.89999997615814)
  5992. particle.Rotation = NumberRange.new(3660, 3660)
  5993. particle.Size = NumberSequence.new(1.2,.1)
  5994. particle.Color = ColorSequence.new(Color3.new(0, 0.461006, 0.965896),Color3.new(0, 0.461006, 0.965896))
  5995. particle.LightEmission = 4
  5996. particle.Texture = "http://www.roblox.com/asset/?id=1188306765"
  5997. particle.ZOffset = 7
  5998. particle.Lifetime = NumberRange.new(0.8, 0.8)
  5999. particle.Rate = 110
  6000. particle.LockedToPart = true
  6001. particle.Speed = NumberRange.new(2, 2)
  6002. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.Head)
  6003. particle.Parent = char.Head
  6004. particle.Transparency = NumberSequence.new(0.89999997615814,0.89999997615814)
  6005. particle.Rotation = NumberRange.new(3660, 3660)
  6006. particle.Size = NumberSequence.new(1.2,.1)
  6007. particle.Color = ColorSequence.new(Color3.new(0, 0.461006, 0.965896),Color3.new(0, 0.461006, 0.965896))
  6008. particle.LightEmission = 4
  6009. particle.Texture = "http://www.roblox.com/asset/?id=1188306765"
  6010. particle.ZOffset = 7
  6011. particle.Lifetime = NumberRange.new(0.8, 0.8)
  6012. particle.Rate = 110
  6013. particle.LockedToPart = true
  6014. particle.Speed = NumberRange.new(2, 2)
  6015. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.LeftUpperLeg)
  6016. particle.Parent = char.LeftUpperLeg
  6017. particle.Transparency = NumberSequence.new(0.89999997615814,0.89999997615814)
  6018. particle.Rotation = NumberRange.new(3660, 3660)
  6019. particle.Size = NumberSequence.new(1.2,.1)
  6020. particle.Color = ColorSequence.new(Color3.new(0, 0.461006, 0.965896),Color3.new(0, 0.461006, 0.965896))
  6021. particle.LightEmission = 4
  6022. particle.Texture = "http://www.roblox.com/asset/?id=1188306765"
  6023. particle.ZOffset = 7
  6024. particle.Lifetime = NumberRange.new(0.8, 0.8)
  6025. particle.Rate = 110
  6026. particle.LockedToPart = true
  6027. particle.Speed = NumberRange.new(2, 2)
  6028. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.LeftLowerLeg)
  6029. particle.Parent = char.LeftLowerLeg
  6030. particle.Transparency = NumberSequence.new(0.89999997615814,0.89999997615814)
  6031. particle.Rotation = NumberRange.new(3660, 3660)
  6032. particle.Size = NumberSequence.new(1.2,.1)
  6033. particle.Color = ColorSequence.new(Color3.new(0, 0.461006, 0.965896),Color3.new(0, 0.461006, 0.965896))
  6034. particle.LightEmission = 4
  6035. particle.Texture = "http://www.roblox.com/asset/?id=1188306765"
  6036. particle.ZOffset = 7
  6037. particle.Lifetime = NumberRange.new(0.8, 0.8)
  6038. particle.Rate = 110
  6039. particle.LockedToPart = true
  6040. particle.Speed = NumberRange.new(2, 2)
  6041. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.LeftFoot)
  6042. particle.Parent = char.LeftFoot
  6043. particle.Transparency = NumberSequence.new(0.89999997615814,0.89999997615814)
  6044. particle.Rotation = NumberRange.new(3660, 3660)
  6045. particle.Size = NumberSequence.new(1.2,.1)
  6046. particle.Color = ColorSequence.new(Color3.new(0, 0.461006, 0.965896),Color3.new(0, 0.461006, 0.965896))
  6047. particle.LightEmission = 4
  6048. particle.Texture = "http://www.roblox.com/asset/?id=1188306765"
  6049. particle.ZOffset = 7
  6050. particle.Lifetime = NumberRange.new(0.8, 0.8)
  6051. particle.Rate = 110
  6052. particle.LockedToPart = true
  6053. particle.Speed = NumberRange.new(2, 2)
  6054. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.RightUpperLeg)
  6055. particle.Parent = char.RightUpperLeg
  6056. particle.Transparency = NumberSequence.new(0.89999997615814,0.89999997615814)
  6057. particle.Rotation = NumberRange.new(3660, 3660)
  6058. particle.Size = NumberSequence.new(1.2,.1)
  6059. particle.Color = ColorSequence.new(Color3.new(0, 0.461006, 0.965896),Color3.new(0, 0.461006, 0.965896))
  6060. particle.LightEmission = 4
  6061. particle.Texture = "http://www.roblox.com/asset/?id=1188306765"
  6062. particle.ZOffset = 7
  6063. particle.Lifetime = NumberRange.new(0.8, 0.8)
  6064. particle.Rate = 110
  6065. particle.LockedToPart = true
  6066. particle.Speed = NumberRange.new(2, 2)
  6067. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.RightLowerLeg)
  6068. particle.Parent = char.RightLowerLeg
  6069. particle.Transparency = NumberSequence.new(0.89999997615814,0.89999997615814)
  6070. particle.Rotation = NumberRange.new(3660, 3660)
  6071. particle.Size = NumberSequence.new(1.2,.1)
  6072. particle.Color = ColorSequence.new(Color3.new(0, 0.461006, 0.965896),Color3.new(0, 0.461006, 0.965896))
  6073. particle.LightEmission = 4
  6074. particle.Texture = "http://www.roblox.com/asset/?id=1188306765"
  6075. particle.ZOffset = 7
  6076. particle.Lifetime = NumberRange.new(0.8, 0.8)
  6077. particle.Rate = 110
  6078. particle.LockedToPart = true
  6079. particle.Speed = NumberRange.new(2, 2)
  6080. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.RightFoot)
  6081. particle.Parent = char.RightFoot
  6082. particle.Transparency = NumberSequence.new(0.89999997615814,0.89999997615814)
  6083. particle.Rotation = NumberRange.new(3660, 3660)
  6084. particle.Size = NumberSequence.new(1.2,.1)
  6085. particle.Color = ColorSequence.new(Color3.new(0, 0.461006, 0.965896),Color3.new(0, 0.461006, 0.965896))
  6086. particle.LightEmission = 4
  6087. particle.Texture = "http://www.roblox.com/asset/?id=1188306765"
  6088. particle.ZOffset = 7
  6089. particle.Lifetime = NumberRange.new(0.8, 0.8)
  6090. particle.Rate = 110
  6091. particle.LockedToPart = true
  6092. particle.Speed = NumberRange.new(2, 2)
  6093. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.LeftLowerArm)
  6094. particle.Parent = char.LeftLowerArm
  6095. particle.Transparency = NumberSequence.new(0.89999997615814,0.89999997615814)
  6096. particle.Rotation = NumberRange.new(3660, 3660)
  6097. particle.Size = NumberSequence.new(1.2,.1)
  6098. particle.Color = ColorSequence.new(Color3.new(0, 0.461006, 0.965896),Color3.new(0, 0.461006, 0.965896))
  6099. particle.LightEmission = 4
  6100. particle.Texture = "http://www.roblox.com/asset/?id=1188306765"
  6101. particle.ZOffset = 7
  6102. particle.Lifetime = NumberRange.new(0.8, 0.8)
  6103. particle.Rate = 110
  6104. particle.LockedToPart = true
  6105. particle.Speed = NumberRange.new(2, 2)
  6106. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.LeftUpperArm)
  6107. particle.Parent = char.LeftUpperArm
  6108. particle.Transparency = NumberSequence.new(0.89999997615814,0.89999997615814)
  6109. particle.Rotation = NumberRange.new(3660, 3660)
  6110. particle.Size = NumberSequence.new(1.2,.1)
  6111. particle.Color = ColorSequence.new(Color3.new(0, 0.461006, 0.965896),Color3.new(0, 0.461006, 0.965896))
  6112. particle.LightEmission = 4
  6113. particle.Texture = "http://www.roblox.com/asset/?id=1188306765"
  6114. particle.ZOffset = 7
  6115. particle.Lifetime = NumberRange.new(0.8, 0.8)
  6116. particle.Rate = 110
  6117. particle.LockedToPart = true
  6118. particle.Speed = NumberRange.new(2, 2)
  6119. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.LeftHand)
  6120. particle.Parent = char.LeftHand
  6121. particle.Transparency = NumberSequence.new(0.89999997615814,0.89999997615814)
  6122. particle.Rotation = NumberRange.new(3660, 3660)
  6123. particle.Size = NumberSequence.new(1.2,.1)
  6124. particle.Color = ColorSequence.new(Color3.new(0, 0.461006, 0.965896),Color3.new(0, 0.461006, 0.965896))
  6125. particle.LightEmission = 4
  6126. particle.Texture = "http://www.roblox.com/asset/?id=1188306765"
  6127. particle.ZOffset = 7
  6128. particle.Lifetime = NumberRange.new(0.8, 0.8)
  6129. particle.Rate = 110
  6130. particle.LockedToPart = true
  6131. particle.Speed = NumberRange.new(2, 2)
  6132. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.RightLowerArm)
  6133. particle.Parent = char.RightLowerArm
  6134. particle.Transparency = NumberSequence.new(0.89999997615814,0.89999997615814)
  6135. particle.Rotation = NumberRange.new(3660, 3660)
  6136. particle.Size = NumberSequence.new(1.2,.1)
  6137. particle.Color = ColorSequence.new(Color3.new(0, 0.461006, 0.965896),Color3.new(0, 0.461006, 0.965896))
  6138. particle.LightEmission = 4
  6139. particle.Texture = "http://www.roblox.com/asset/?id=1188306765"
  6140. particle.ZOffset = 7
  6141. particle.Lifetime = NumberRange.new(0.8, 0.8)
  6142. particle.Rate = 110
  6143. particle.LockedToPart = true
  6144. particle.Speed = NumberRange.new(2, 2)
  6145. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.RightUpperArm)
  6146. particle.Parent = char.RightUpperArm
  6147. particle.Transparency = NumberSequence.new(0.89999997615814,0.89999997615814)
  6148. particle.Rotation = NumberRange.new(3660, 3660)
  6149. particle.Size = NumberSequence.new(1.2,.1)
  6150. particle.Color = ColorSequence.new(Color3.new(0, 0.461006, 0.965896),Color3.new(0, 0.461006, 0.965896))
  6151. particle.LightEmission = 4
  6152. particle.Texture = "http://www.roblox.com/asset/?id=1188306765"
  6153. particle.ZOffset = 7
  6154. particle.Lifetime = NumberRange.new(0.8, 0.8)
  6155. particle.Rate = 110
  6156. particle.LockedToPart = true
  6157. particle.Speed = NumberRange.new(2, 2)
  6158. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.RightHand)
  6159. particle.Parent = char.RightHand
  6160. particle.Transparency = NumberSequence.new(0.89999997615814,0.89999997615814)
  6161. particle.Rotation = NumberRange.new(3660, 3660)
  6162. particle.Size = NumberSequence.new(1.2,.1)
  6163. particle.Color = ColorSequence.new(Color3.new(0, 0.461006, 0.965896),Color3.new(0, 0.461006, 0.965896))
  6164. particle.LightEmission = 4
  6165. particle.Texture = "http://www.roblox.com/asset/?id=1188306765"
  6166. particle.ZOffset = 7
  6167. particle.Lifetime = NumberRange.new(0.8, 0.8)
  6168. particle.Rate = 110
  6169. particle.LockedToPart = true
  6170. particle.Speed = NumberRange.new(2, 2)
  6171. --Now follows the white ball particle effect
  6172. --
  6173. --
  6174. --
  6175. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.UpperTorso)
  6176. particle.Parent = char.UpperTorso
  6177. particle.Name = "Sparkles"
  6178. particle.Transparency = NumberSequence.new(1,0.34999999403954,0.10000000149012,0.40000000596046,1)
  6179. particle.Size = NumberSequence.new(0.025000000372529,0.025000000372529)
  6180. particle.LightEmission = 1
  6181. particle.Texture = "rbxassetid://1081534242"
  6182. particle.ZOffset = 1
  6183. particle.Acceleration = Vector3.new(0, 2.5, 0)
  6184. particle.Lifetime = NumberRange.new(1, 1)
  6185. particle.Speed = NumberRange.new(0.25, 1)
  6186. particle.VelocitySpread = 180
  6187. particle.LockedToPart = true
  6188. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.LowerTorso)
  6189. particle.Parent = char.LowerTorso
  6190. particle.Name = "Sparkles"
  6191. particle.Transparency = NumberSequence.new(1,0.34999999403954,0.10000000149012,0.40000000596046,1)
  6192. particle.Size = NumberSequence.new(0.025000000372529,0.025000000372529)
  6193. particle.LightEmission = 1
  6194. particle.Texture = "rbxassetid://1081534242"
  6195. particle.ZOffset = 1
  6196. particle.Acceleration = Vector3.new(0, 2.5, 0)
  6197. particle.Lifetime = NumberRange.new(1, 1)
  6198. particle.Speed = NumberRange.new(0.25, 1)
  6199. particle.VelocitySpread = 180
  6200. particle.LockedToPart = true
  6201. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.Head)
  6202. particle.Parent = char.Head
  6203. particle.Name = "Sparkles"
  6204. particle.Transparency = NumberSequence.new(1,0.34999999403954,0.10000000149012,0.40000000596046,1)
  6205. particle.Size = NumberSequence.new(0.025000000372529,0.025000000372529)
  6206. particle.LightEmission = 1
  6207. particle.Texture = "rbxassetid://1081534242"
  6208. particle.ZOffset = 1
  6209. particle.Acceleration = Vector3.new(0, 2.5, 0)
  6210. particle.Lifetime = NumberRange.new(1, 1)
  6211. particle.Speed = NumberRange.new(0.25, 1)
  6212. particle.VelocitySpread = 180
  6213. particle.LockedToPart = true
  6214. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.LeftUpperLeg)
  6215. particle.Parent = char.LeftUpperLeg
  6216. particle.Name = "Sparkles"
  6217. particle.Transparency = NumberSequence.new(1,0.34999999403954,0.10000000149012,0.40000000596046,1)
  6218. particle.Size = NumberSequence.new(0.025000000372529,0.025000000372529)
  6219. particle.LightEmission = 1
  6220. particle.Texture = "rbxassetid://1081534242"
  6221. particle.ZOffset = 1
  6222. particle.Acceleration = Vector3.new(0, 2.5, 0)
  6223. particle.Lifetime = NumberRange.new(1, 1)
  6224. particle.Speed = NumberRange.new(0.25, 1)
  6225. particle.VelocitySpread = 180
  6226. particle.LockedToPart = true
  6227. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.LeftLowerLeg)
  6228. particle.Parent = char.LeftLowerLeg
  6229. particle.Name = "Sparkles"
  6230. particle.Transparency = NumberSequence.new(1,0.34999999403954,0.10000000149012,0.40000000596046,1)
  6231. particle.Size = NumberSequence.new(0.025000000372529,0.025000000372529)
  6232. particle.LightEmission = 1
  6233. particle.Texture = "rbxassetid://1081534242"
  6234. particle.ZOffset = 1
  6235. particle.Acceleration = Vector3.new(0, 2.5, 0)
  6236. particle.Lifetime = NumberRange.new(1, 1)
  6237. particle.Speed = NumberRange.new(0.25, 1)
  6238. particle.VelocitySpread = 180
  6239. particle.LockedToPart = true
  6240. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.LeftFoot)
  6241. particle.Parent = char.LeftFoot
  6242. particle.Name = "Sparkles"
  6243. particle.Transparency = NumberSequence.new(1,0.34999999403954,0.10000000149012,0.40000000596046,1)
  6244. particle.Size = NumberSequence.new(0.025000000372529,0.025000000372529)
  6245. particle.LightEmission = 1
  6246. particle.Texture = "rbxassetid://1081534242"
  6247. particle.ZOffset = 1
  6248. particle.Acceleration = Vector3.new(0, 2.5, 0)
  6249. particle.Lifetime = NumberRange.new(1, 1)
  6250. particle.Speed = NumberRange.new(0.25, 1)
  6251. particle.VelocitySpread = 180
  6252. particle.LockedToPart = true
  6253. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.RightUpperLeg)
  6254. particle.Parent = char.RightUpperLeg
  6255. particle.Name = "Sparkles"
  6256. particle.Transparency = NumberSequence.new(1,0.34999999403954,0.10000000149012,0.40000000596046,1)
  6257. particle.Size = NumberSequence.new(0.025000000372529,0.025000000372529)
  6258. particle.LightEmission = 1
  6259. particle.Texture = "rbxassetid://1081534242"
  6260. particle.ZOffset = 1
  6261. particle.Acceleration = Vector3.new(0, 2.5, 0)
  6262. particle.Lifetime = NumberRange.new(1, 1)
  6263. particle.Speed = NumberRange.new(0.25, 1)
  6264. particle.VelocitySpread = 180
  6265. particle.LockedToPart = true
  6266. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.RightLowerLeg)
  6267. particle.Parent = char.RightLowerLeg
  6268. particle.Name = "Sparkles"
  6269. particle.Transparency = NumberSequence.new(1,0.34999999403954,0.10000000149012,0.40000000596046,1)
  6270. particle.Size = NumberSequence.new(0.025000000372529,0.025000000372529)
  6271. particle.LightEmission = 1
  6272. particle.Texture = "rbxassetid://1081534242"
  6273. particle.ZOffset = 1
  6274. particle.Acceleration = Vector3.new(0, 2.5, 0)
  6275. particle.Lifetime = NumberRange.new(1, 1)
  6276. particle.Speed = NumberRange.new(0.25, 1)
  6277. particle.VelocitySpread = 180
  6278. particle.LockedToPart = true
  6279. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.RightFoot)
  6280. particle.Parent = char.RightFoot
  6281. particle.Name = "Sparkles"
  6282. particle.Transparency = NumberSequence.new(1,0.34999999403954,0.10000000149012,0.40000000596046,1)
  6283. particle.Size = NumberSequence.new(0.025000000372529,0.025000000372529)
  6284. particle.LightEmission = 1
  6285. particle.Texture = "rbxassetid://1081534242"
  6286. particle.ZOffset = 1
  6287. particle.Acceleration = Vector3.new(0, 2.5, 0)
  6288. particle.Lifetime = NumberRange.new(1, 1)
  6289. particle.Speed = NumberRange.new(0.25, 1)
  6290. particle.VelocitySpread = 180
  6291. particle.LockedToPart = true
  6292. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.LeftLowerArm)
  6293. particle.Parent = char.LeftLowerArm
  6294. particle.Name = "Sparkles"
  6295. particle.Transparency = NumberSequence.new(1,0.34999999403954,0.10000000149012,0.40000000596046,1)
  6296. particle.Size = NumberSequence.new(0.025000000372529,0.025000000372529)
  6297. particle.LightEmission = 1
  6298. particle.Texture = "rbxassetid://1081534242"
  6299. particle.ZOffset = 1
  6300. particle.Acceleration = Vector3.new(0, 2.5, 0)
  6301. particle.Lifetime = NumberRange.new(1, 1)
  6302. particle.Speed = NumberRange.new(0.25, 1)
  6303. particle.VelocitySpread = 180
  6304. particle.LockedToPart = true
  6305. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.LeftUpperArm)
  6306. particle.Parent = char.LeftUpperArm
  6307. particle.Name = "Sparkles"
  6308. particle.Transparency = NumberSequence.new(1,0.34999999403954,0.10000000149012,0.40000000596046,1)
  6309. particle.Size = NumberSequence.new(0.025000000372529,0.025000000372529)
  6310. particle.LightEmission = 1
  6311. particle.Texture = "rbxassetid://1081534242"
  6312. particle.ZOffset = 1
  6313. particle.Acceleration = Vector3.new(0, 2.5, 0)
  6314. particle.Lifetime = NumberRange.new(1, 1)
  6315. particle.Speed = NumberRange.new(0.25, 1)
  6316. particle.VelocitySpread = 180
  6317. particle.LockedToPart = true
  6318. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.LeftHand)
  6319. particle.Parent = char.LeftHand
  6320. particle.Name = "Sparkles"
  6321. particle.Transparency = NumberSequence.new(1,0.34999999403954,0.10000000149012,0.40000000596046,1)
  6322. particle.Size = NumberSequence.new(0.025000000372529,0.025000000372529)
  6323. particle.LightEmission = 1
  6324. particle.Texture = "rbxassetid://1081534242"
  6325. particle.ZOffset = 1
  6326. particle.Acceleration = Vector3.new(0, 2.5, 0)
  6327. particle.Lifetime = NumberRange.new(1, 1)
  6328. particle.Speed = NumberRange.new(0.25, 1)
  6329. particle.VelocitySpread = 180
  6330. particle.LockedToPart = true
  6331. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.RightLowerArm)
  6332. particle.Parent = char.RightLowerArm
  6333. particle.Name = "Sparkles"
  6334. particle.Transparency = NumberSequence.new(1,0.34999999403954,0.10000000149012,0.40000000596046,1)
  6335. particle.Size = NumberSequence.new(0.025000000372529,0.025000000372529)
  6336. particle.LightEmission = 1
  6337. particle.Texture = "rbxassetid://1081534242"
  6338. particle.ZOffset = 1
  6339. particle.Acceleration = Vector3.new(0, 2.5, 0)
  6340. particle.Lifetime = NumberRange.new(1, 1)
  6341. particle.Speed = NumberRange.new(0.25, 1)
  6342. particle.VelocitySpread = 180
  6343. particle.LockedToPart = true
  6344. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.RightUpperArm)
  6345. particle.Parent = char.RightUpperArm
  6346. particle.Name = "Sparkles"
  6347. particle.Transparency = NumberSequence.new(1,0.34999999403954,0.10000000149012,0.40000000596046,1)
  6348. particle.Size = NumberSequence.new(0.025000000372529,0.025000000372529)
  6349. particle.LightEmission = 1
  6350. particle.Texture = "rbxassetid://1081534242"
  6351. particle.ZOffset = 1
  6352. particle.Acceleration = Vector3.new(0, 2.5, 0)
  6353. particle.Lifetime = NumberRange.new(1, 1)
  6354. particle.Speed = NumberRange.new(0.25, 1)
  6355. particle.VelocitySpread = 180
  6356. particle.LockedToPart = true
  6357. local particle = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.RightHand)
  6358. particle.Parent = char.RightHand
  6359. particle.Name = "Sparkles"
  6360. particle.Transparency = NumberSequence.new(1,0.34999999403954,0.10000000149012,0.40000000596046,1)
  6361. particle.Size = NumberSequence.new(0.025000000372529,0.025000000372529)
  6362. particle.LightEmission = 1
  6363. particle.Texture = "rbxassetid://1081534242"
  6364. particle.ZOffset = 1
  6365. particle.Acceleration = Vector3.new(0, 2.5, 0)
  6366. particle.Lifetime = NumberRange.new(1, 1)
  6367. particle.Speed = NumberRange.new(0.25, 1)
  6368. particle.VelocitySpread = 180
  6369. particle.LockedToPart = true
  6370. --particle texture unfinished aura: 1124262684
  6371.  
  6372.  
  6373. newaura.ImageTransparency = 0.9999999999
  6374. ssjbaura:Stop()
  6375. ssjbkaura:Play()
  6376. a21e.Transparency = 0
  6377. for i = 1,50 do
  6378. wait()
  6379. aa21e.Scale = aa21e.Scale + v3(5,5,5)
  6380. a21e.Transparency = a21e.Transparency + 0.02
  6381. end
  6382. GroundShake2 = false
  6383. for i,v in pairs(workspace:GetChildren()) do
  6384. if v:IsA("Part") then
  6385. if v.Size.x > 150 then
  6386. v.CFrame = CFrame.new(v.Position) * CFrame.Angles(rad(0),rad(0),rad(0))
  6387. end
  6388. end
  6389. end
  6390. wait(0.1)
  6391. wait(1.4)
  6392. chatfunc("")
  6393. rock2 = false
  6394. transform2 = false
  6395.  
  6396. local part1 = Instance.new("Part",char)
  6397. part1.Size = Vector3.new(5,5,5)
  6398. part1.Transparency = 1
  6399. part1.Material = "SmoothPlastic"
  6400. part1.Name = "ultra"
  6401. local weld = Instance.new("Weld",part1)
  6402. weld.Part1 = UpperTorso
  6403. weld.Part0 = part1
  6404. local HumanoidRootPart = char.HumanoidRootPart
  6405. part1.Touched:connect(function(hit)
  6406. part1.CanCollide = false
  6407.  
  6408. if ssjbkaio == true then
  6409. if hit.Parent:FindFirstChild("HumanoidRootPart") then
  6410. HumanoidRootPart.CFrame = HumanoidRootPart.CFrame * CFrame.new(math.random(-10,10),0,0)
  6411.  
  6412. end
  6413. end
  6414. end)
  6415.  
  6416. -------------------------------------------------
  6417. canattack = true
  6418. RootPart.Anchored = false
  6419. if canfly1 == true then
  6420.  
  6421. idle = true
  6422. walk = true
  6423. canjump = true
  6424. end
  6425. if canfly1 == true then
  6426. canfly = true
  6427. end
  6428. for i = 1,20 do
  6429. wait()
  6430. aad.Transparency = aad.Transparency + 0.05
  6431. end
  6432. end
  6433. end
  6434. end
  6435. end
  6436. end)
  6437.  
  6438.  
  6439.  
  6440. mouse.KeyDown:connect(function(key)
  6441. if key == "k" then
  6442. if ssjbkaio == true then
  6443. if canattack == true then
  6444. canattack = false
  6445. if canfly == true then
  6446. canfly = false
  6447. canfly1 = true
  6448. end
  6449.  
  6450. RootPart.Anchored = true
  6451. idle = false
  6452. ssjb = true
  6453. ssjbkaio = false
  6454. ssjbkaiox10 = true
  6455. ssj1 = false
  6456. ssj2= false
  6457. ssj3 = false
  6458. walk = false
  6459. canjump = false
  6460.  
  6461. ssjbmusic:Play()
  6462.  
  6463. ------------------------------------------------
  6464. transform3 = true
  6465.  
  6466. wait(0.2)
  6467.  
  6468.  
  6469. a21e = new("Part",char)
  6470. a21e.Name = "Beam"..num
  6471. a21e.Locked = true
  6472. a21e.Size = v3(1,1,1)
  6473. a21e.CanCollide = false
  6474. a21e.Position = v3(999,999,999)
  6475. a21e.BrickColor = bc("Cyan")
  6476. a21e.Material = "Neon"
  6477. a21e.Transparency = 1
  6478. aa21e = new("SpecialMesh",a21e)
  6479. a21e.Anchored = true
  6480. a21e.Position = RootPart.Position
  6481. aa21e.MeshType = "Sphere"
  6482. aa21e.Scale = v3(1,1,1)
  6483.  
  6484.  
  6485.  
  6486.  
  6487.  
  6488. ssjbkaioken1:Play()
  6489. coroutine.wrap(function()
  6490. repeat
  6491. wait()
  6492. newaurabase2.Size = UDim2.new(math.random(2,9),0,math.random(9,11),0)
  6493. until Hair7.Color == Color3.fromRGB(210, 211, 223)
  6494.  
  6495.  
  6496.  
  6497. end)()
  6498. rock = true
  6499. redlight = Instance.new("PointLight",LowerTorso)
  6500. redlight.Color = Color3.new(0,0,0)
  6501. redlight.Brightness = math.huge
  6502. GroundShake = false
  6503.  
  6504. mouth.Texture = "rbxassetid://828773176"
  6505. wait(9)
  6506. GroundWave5()
  6507. GroundWave6()
  6508. GroundWave7()
  6509. GroundWave8()
  6510. GroundWave9()
  6511. GroundWave10()
  6512. ad = new("Part",char)
  6513. ad.Name = "NewPart"
  6514. ad.Size = v3(30,0.1,30)
  6515. ad.CanCollide = false
  6516. ad.Anchored = true
  6517. ad.Position = RootPart.Position - v3(0,2,0)
  6518. ad.BrickColor = bc("bright Blue")
  6519. ad.Material = "Neon"
  6520. ad.Transparency = 1
  6521. aad = new("Decal",ad)
  6522.  
  6523. aad.Face = "Top"
  6524. aad.Transparency = 1
  6525. aad.Transparency = 0
  6526. aad.Texture = "http://www.roblox.com/asset/?id=108186785"
  6527. wait(8)
  6528.  
  6529. redlight:Destroy()
  6530.  
  6531. chatfunc("AHHHHHHHHHHHHHH")
  6532. mouth.Texture = "rbxassetid://828773176"
  6533. wait(0.3)
  6534. mouth.Texture = "rbxassetid://932140764"
  6535. wait(0.3)
  6536. mouth.Texture = "rbxassetid://828773176"
  6537. wait(0.3)
  6538. mouth.Texture = "rbxassetid://932140764"
  6539. wait(0.2)
  6540. mouth.Texture = "rbxassetid://828773176"
  6541. wait(0.2)
  6542. mouth.Texture = "rbxassetid://932140764"
  6543. wait(0.2)
  6544. mouth.Texture = "rbxassetid://828773176"
  6545. wait(1.4)
  6546. rock3 = true
  6547. rock = false
  6548. GroundShake2 = false
  6549.  
  6550. ssjbauraburst:Play()
  6551. GroundWave5()
  6552. GroundWave6()
  6553. GroundWave7()
  6554. GroundWave8()
  6555. GroundWave9()
  6556. GroundWave10()
  6557.  
  6558. aad.Transparency = 0
  6559. newaura2.ImageTransparency = 1
  6560.  
  6561. p1.Transparency = 0.7
  6562. p2.Transparency = 0.7
  6563. p3.Transparency = 0.7
  6564. p4.Transparency = 0.7
  6565. p5.Transparency = 0.7
  6566. p6.Transparency = 0.7
  6567. p7.Transparency = 0.7
  6568. p8.Transparency = 0.7
  6569. p9.Transparency = 0.7
  6570. p10.Transparency = 0.7
  6571. p11.Transparency = 0.7
  6572. p12.Transparency = 0.7
  6573. p13.Transparency = 0.7
  6574. p14.Transparency = 0.7
  6575. p15.Transparency = 0.7
  6576. newaura.ImageTransparency = 0.99999999
  6577. ssjbaura:Stop()
  6578. ssjbkaura:Play()
  6579. a21e.Transparency = 0
  6580. Hair7.Color = Color3.fromRGB(0, 0, 0)
  6581.  
  6582. Mesh.MeshId = "rbxassetid://1125231485"
  6583. Mesh.Scale = v3(6.3,6.3,6.3)
  6584. char.Head.face.Texture= "http://www.roblox.com/asset/?id=1124061091"
  6585. Weld.C0 = CFrame.new(-.25,1.2,.34)
  6586. Weld1 = Instance.new("Weld")
  6587. Weld1.Parent = char.Head
  6588. Weld1.Part0 = char.Head
  6589. Weld1.Part1 = Hair7
  6590. Weld1.C0 = CFrame.new(0, 1.2, -0.17) * CFrame.Angles(math.rad(0),math.rad(180),math.rad(0))
  6591.  
  6592. Mesh = Instance.new("SpecialMesh")
  6593. Mesh.Offset = Vector3.new(0,-0.2,-0.14)
  6594. Mesh.Parent = Hair7
  6595. Mesh.Scale = Vector3.new(7.3,5.8,7.2)
  6596. Mesh.MeshType = "FileMesh"
  6597. Mesh.MeshId = "http://www.roblox.com/asset/?id=1125231485"
  6598. for i = 1,50 do
  6599. wait()
  6600. aa21e.Scale = aa21e.Scale + v3(5,5,5)
  6601. a21e.Transparency = a21e.Transparency + 0.02
  6602. end
  6603. ssjbkaioken1:Stop()
  6604. mouth.Texture = "rbxassetid://932140764"
  6605. wait()
  6606. GroundShake = false
  6607. wait()
  6608.  
  6609. wait()
  6610. GroundShake2 = false
  6611. for i,v in pairs(workspace:GetChildren()) do
  6612. if v:IsA("Part") then
  6613. if v.Size.x > 150 then
  6614. v.CFrame = CFrame.new(v.Position) * CFrame.Angles(rad(0),rad(0),rad(0))
  6615. end
  6616. end
  6617. end
  6618. wait(2)
  6619.  
  6620.  
  6621.  
  6622.  
  6623. rock3 = false
  6624.  
  6625. local part1 = Instance.new("Part",char)
  6626. part1.Size = Vector3.new(5,5,5)
  6627. part1.Transparency = 1
  6628. part1.Material = "SmoothPlastic"
  6629. part1.Name = "ultra"
  6630. local weld = Instance.new("Weld",part1)
  6631. weld.Part1 = UpperTorso
  6632. weld.Part0 = part1
  6633. local HumanoidRootPart = char.HumanoidRootPart
  6634. part1.Touched:connect(function(hit)
  6635. part1.CanCollide = false
  6636.  
  6637. if ssjbkaio == true then
  6638. if hit.Parent:FindFirstChild("HumanoidRootPart") then
  6639. HumanoidRootPart.CFrame = HumanoidRootPart.CFrame * CFrame.new(math.random(-10,10),0,0)
  6640.  
  6641. end
  6642. end
  6643. end)
  6644. -------------------------------------------------
  6645. transform3 = false
  6646. chatfunc("I feel the power rising")
  6647. canattack = true
  6648. RootPart.Anchored = false
  6649. if canfly1 == true then
  6650.  
  6651. idle = true
  6652. walk = true
  6653. canjump = true
  6654. end
  6655. if canfly1 == true then
  6656. canfly = true
  6657. end
  6658. for i = 1,20 do
  6659. wait()
  6660. aad.Transparency = aad.Transparency + 0.05
  6661. end
  6662. end
  6663. end
  6664. end
  6665. end)
  6666.  
  6667.  
  6668.  
  6669.  
  6670. mouse.KeyDown:connect(function(key)
  6671. if key == "u" then
  6672. if fuse == false or potara == false then
  6673. if ssj1 == false and ssj2 == false and ssj3 == false and ssjb == false then
  6674. if canattack == true then
  6675. canattack = false
  6676. if canfly == true then
  6677. canfly = false
  6678. canfly1 = true
  6679. end
  6680. newaura.Position = UDim2.new(-0.57,0,-0.28,0)
  6681. newaurabase.Size = UDim2.new(10,0,20,0)
  6682. newaurabase.AlwaysOnTop = false
  6683. newaurabase.ExtentsOffset = v3(0,0,-2)
  6684. RootPart.Anchored = true
  6685.  
  6686. idle = false
  6687. ssjb = false
  6688. ssjg = true
  6689. ssj1 = false
  6690. ssj2= false
  6691. ssj3 = false
  6692. walk = false
  6693. canjump = false
  6694.  
  6695. ssjgmusic:Play()
  6696.  
  6697. ------------------------------------------------
  6698. transform1 = true
  6699.  
  6700. wait(0.8)
  6701. Hair7.Color = Color3.fromRGB(255,16,88)
  6702. GroundShake = false
  6703. char.Head.face.Texture= "rbxassetid://900680867"
  6704.  
  6705.  
  6706. a21e = new("Part",char)
  6707. a21e.Name = "Beam"..num
  6708. a21e.Locked = true
  6709. a21e.Size = v3(1,1,1)
  6710. a21e.CanCollide = false
  6711. a21e.Position = v3(999,999,999)
  6712. a21e.BrickColor = bc("Really red")
  6713. a21e.Material = "Neon"
  6714. a21e.Transparency = 0
  6715. aa21e = new("SpecialMesh",a21e)
  6716. a21e.Anchored = true
  6717. a21e.Position = RootPart.Position
  6718. aa21e.MeshType = "Sphere"
  6719. aa21e.Scale = v3(1,1,1)
  6720.  
  6721. transform1 = false
  6722. transform2 = true
  6723. ssjbauraburst:Play()
  6724. GroundWave5()
  6725. GroundWave6()
  6726. GroundWave7()
  6727. GroundWave8()
  6728. GroundWave9()
  6729. GroundWave10()
  6730. ad.Position = RootPart.Position - v3(0,3,0)
  6731. aad.Transparency = 0
  6732.  
  6733.  
  6734.  
  6735. newaura.ImageTransparency = 0.98
  6736. ssjgaura:Play()
  6737. for i = 1,50 do
  6738. wait()
  6739. aa21e.Scale = aa21e.Scale + v3(5,5,5)
  6740. a21e.Transparency = a21e.Transparency + 0.02
  6741. end
  6742. GroundShake = false
  6743. for i,v in pairs(workspace:GetChildren()) do
  6744. if v:IsA("Part") then
  6745. if v.Size.x > 150 then
  6746. v.CFrame = CFrame.new(v.Position) * CFrame.Angles(rad(0),rad(0),rad(0))
  6747. end
  6748. end
  6749. end
  6750. wait(0.1)
  6751. wait(1.4)
  6752. transform2 = false
  6753.  
  6754.  
  6755.  
  6756.  
  6757. -------------------------------------------------
  6758. canattack = true
  6759. RootPart.Anchored = false
  6760. if canfly1 == true then
  6761.  
  6762. idle = true
  6763. walk = true
  6764. canjump = true
  6765. end
  6766. if canfly1 == true then
  6767. canfly = true
  6768. end
  6769. for i = 1,20 do
  6770. wait()
  6771. aad.Transparency = aad.Transparency + 0.05
  6772. end
  6773. end
  6774. end
  6775. end
  6776. end
  6777. end)
  6778.  
  6779. mouse.KeyDown:connect(function(key)
  6780. if key == "l" then
  6781. if fuse == false and potara == false then
  6782. if ssj1 == false and ssj2 == false and ssj3 == false and ssjb == false and ssjg == false then
  6783. if great == false then
  6784. if canattack == true then
  6785. canattack = false
  6786. if canfly == true then
  6787. canfly = false
  6788. canfly1 = true
  6789. end
  6790.  
  6791.  
  6792. transform3 = true
  6793. idle = false
  6794. ssjb = false
  6795. ssjg = true
  6796. ssj1 = false
  6797. ssj2= false
  6798. ssj3 = false
  6799. walk = false
  6800. ssjg = false
  6801. great = true
  6802. canjump = false
  6803.  
  6804.  
  6805. ape = Instance.new("Part",char)
  6806. ape.Transparency = 1
  6807. weldape = Instance.new("Weld",ape)
  6808. weldape.Part0 = Head
  6809. weldape.Part1 = ape
  6810. weldape.C0 = CFrame.new(0,5,-9)*CFrame.Angles(0,math.rad(180),0)
  6811. meshape = Instance.new("SpecialMesh",ape)
  6812. meshape.MeshId = "rbxassetid://553201144"
  6813. meshape.Scale = v3(0.04,0.04,0.04)
  6814.  
  6815. Ape1:Play()
  6816. wait(2)
  6817.  
  6818. Ape2:Play()
  6819.  
  6820. wait(3)
  6821. Ape3:Play()
  6822. wait(10)
  6823. headcolor = Head.BrickColor
  6824. wait(0.1)
  6825. Head.BrickColor = bc("New Yeller")
  6826. Hair7.Transparency = 1
  6827. p1.Transparency = 0
  6828. p2.Transparency = 0
  6829. p3.Transparency = 0
  6830. p4.Transparency = 0
  6831. p5.Transparency = 0
  6832. p6.Transparency = 0
  6833. p7.Transparency = 0
  6834. p8.Transparency =0
  6835. p9.Transparency = 0
  6836. p10.Transparency = 0
  6837. p11.Transparency = 0
  6838. p12.Transparency = 0
  6839. p13.Transparency =0
  6840. p14.Transparency = 0
  6841.  
  6842. p1.BrickColor = bc("New Yeller")
  6843. p2.BrickColor = bc("New Yeller")
  6844. p3.BrickColor = bc("New Yeller")
  6845. p4.BrickColor = bc("New Yeller")
  6846. p5.BrickColor = bc("New Yeller")
  6847. p6.BrickColor = bc("Cool yellow")
  6848. p7.BrickColor = bc("Cool yellow")
  6849. p8.BrickColor = bc("Cool yellow")
  6850. p9.BrickColor = bc("Cool yellow")
  6851. p10.BrickColor = bc("New Yeller")
  6852. p11.BrickColor = bc("New Yeller")
  6853. p12.BrickColor = bc("New Yeller")
  6854. p13.BrickColor = bc("New Yeller")
  6855. p14.BrickColor = bc("New Yeller")
  6856.  
  6857. transform3 = false
  6858. transform4 = true
  6859. for i = 1,10 do
  6860. wait()
  6861. hum.BodyDepthScale.Value = hum.BodyDepthScale.Value + 2
  6862. hum.BodyHeightScale.Value = hum.BodyHeightScale.Value + 2
  6863. hum.BodyWidthScale.Value = hum.BodyWidthScale.Value + 2
  6864. hum.HeadScale.Value = hum.HeadScale.Value + 2
  6865. end
  6866. lboob = Instance.new("Part",char)
  6867. lboobmesh = Instance.new("SpecialMesh",lboob)
  6868. lboobweld = Instance.new("Weld",lboob)
  6869. lboobweld.Part0 = UpperTorso
  6870. lboobweld.Part1 = lboob
  6871. lboobweld.C0 = CFrame.new(0.4,7,-5)
  6872. lboobmesh.MeshType = "Sphere"
  6873. lboobmesh.Scale = Vector3.new(0.2*50,0.4*50,0.2*50)
  6874. rboob = Instance.new("Part",char)
  6875. rboobmesh = Instance.new("SpecialMesh",rboob)
  6876. rboobweld = Instance.new("Weld",rboob)
  6877. rboobweld.Part0 = char.UpperTorso
  6878. rboobweld.Part1 = rboob
  6879. rboobweld.C0 = CFrame.new(-0.4,7,-5)
  6880. rboobmesh.MeshType = "Sphere"
  6881. rboobmesh.Scale = Vector3.new(0.2*50,0.4*50,0.2*50)
  6882. rlboob = Instance.new("Part",char)
  6883. rlboobmesh = Instance.new("SpecialMesh",rlboob)
  6884. rlboobweld = Instance.new("Weld",rlboob)
  6885. rlboobweld.Part0 = char.UpperTorso
  6886. rlboobweld.Part1 = rlboob
  6887. rlboobweld.C0 = CFrame.new(0,-1,-2)
  6888. rlboobmesh.MeshType = "Sphere"
  6889. rlboobmesh.Scale = Vector3.new(0.2*50,1*50,0.2*50)
  6890. lboob.BrickColor = bc("New Yeller")
  6891. rboob.BrickColor = bc("New Yeller")
  6892. rlboob.BrickColor = bc("New Yeller")
  6893. ape.Transparency = 0
  6894. ape.BrickColor = bc("New Yeller")
  6895. p15.BrickColor = bc("Really black")
  6896. p15.Transparency =0
  6897. a21e = new("Part",char)
  6898. a21e.Name = "Beam"..num
  6899. a21e.Locked = true
  6900. a21e.Size = v3(1,1,1)
  6901. a21e.CanCollide = false
  6902. a21e.Position = v3(999,999,999)
  6903. a21e.BrickColor = bc("Really red")
  6904. a21e.Material = "Neon"
  6905. a21e.Transparency = 0
  6906. aa21e = new("SpecialMesh",a21e)
  6907. a21e.Anchored = true
  6908. a21e.Position = RootPart.Position
  6909. aa21e.MeshType = "Sphere"
  6910. aa21e.Scale = v3(50,50,50)
  6911.  
  6912.  
  6913. ApeGrowl:Play()
  6914. GroundWave5()
  6915. GroundWave6()
  6916. GroundWave7()
  6917. GroundWave8()
  6918. GroundWave9()
  6919. GroundWave10()
  6920.  
  6921.  
  6922.  
  6923.  
  6924.  
  6925. for i = 1,50 do
  6926. wait()
  6927. aa21e.Scale = aa21e.Scale + v3(5,5,5)
  6928. a21e.Transparency = a21e.Transparency + 0.02
  6929. end
  6930.  
  6931. for i,v in pairs(workspace:GetChildren()) do
  6932. if v:IsA("Part") then
  6933. if v.Size.x > 150 then
  6934. v.CFrame = CFrame.new(v.Position) * CFrame.Angles(rad(0),rad(0),rad(0))
  6935. end
  6936. end
  6937. end
  6938. wait(0.1)
  6939. wait(1.4)
  6940. transform4 = false
  6941. for i = 1,20 do
  6942. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1) --LeftUpperArm
  6943. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--RightUpperArm
  6944. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--LeftLowerArm
  6945. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--RightLowerArm
  6946. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--LeftUpperLeg
  6947. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--RightUpperLeg
  6948. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--LeftLowerLeg
  6949. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--RightUpperLeg
  6950. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--Torso
  6951. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--Head
  6952. end
  6953.  
  6954.  
  6955.  
  6956. -------------------------------------------------
  6957.  
  6958.  
  6959. if canfly1 == true then
  6960.  
  6961.  
  6962. walk = true
  6963.  
  6964. end
  6965. if canfly1 == true then
  6966. canfly = true
  6967. end
  6968. for i = 1,20 do
  6969. wait()
  6970. aad.Transparency = aad.Transparency + 0.05
  6971. end
  6972. end
  6973. else
  6974. ape:Destroy()
  6975.  
  6976. p15.BrickColor = bc("New Yeller")
  6977. Head.BrickColor = bc("New Yeller")
  6978.  
  6979. transform5 = true
  6980. char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=258281249"
  6981. char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=258281716"
  6982.  
  6983. --504772831
  6984. Head.BrickColor = headcolor
  6985. lboob:Destroy()
  6986. rboob:Destroy()
  6987. rlboob:Destroy()
  6988. a21e = new("Part",char)
  6989. a21e.Name = "Beam"..num
  6990. a21e.Locked = true
  6991. a21e.Size = v3(1,1,1)
  6992. a21e.CanCollide = false
  6993. a21e.Position = v3(999,999,999)
  6994. a21e.BrickColor = bc("New Yeller")
  6995. a21e.Material = "Neon"
  6996. a21e.Transparency = 0
  6997. aa21e = new("SpecialMesh",a21e)
  6998. a21e.Anchored = true
  6999. a21e.Position = RootPart.Position
  7000. aa21e.MeshType = "Sphere"
  7001. aa21e.Scale = v3(200,200,200)
  7002.  
  7003.  
  7004.  
  7005.  
  7006. for i = 1,100 do
  7007. wait()
  7008. hum.BodyDepthScale.Value = hum.BodyDepthScale.Value - .2
  7009. hum.BodyHeightScale.Value = hum.BodyHeightScale.Value - .2
  7010. hum.BodyWidthScale.Value = hum.BodyWidthScale.Value - .2
  7011. hum.HeadScale.Value = hum.HeadScale.Value - .2
  7012. aa21e.Scale = aa21e.Scale + v3(1,1,1)
  7013.  
  7014. end
  7015. wait(0.5)
  7016. mouth.Transparency = 1
  7017. nose.Transparency = 1
  7018. Hair7.Color = Color3.fromRGB(0,0,0)
  7019. Mesh.MeshId = "http://www.roblox.com/asset/?id=504772831"
  7020. Mesh.Scale = Vector3.new(0.23,0.23,0.23)
  7021. Weld.C0 = CFrame.new(0.25, 0.4, 0.5)*CFrame.Angles(0,math.rad(180),0)
  7022. char.Head.face.Texture= "http://www.roblox.com/asset/?id=869609457"
  7023. Hair7.Transparency = 0
  7024.  
  7025. p1.Transparency = 1
  7026. p2.Transparency = 1
  7027. p3.Transparency = 1
  7028. p4.Transparency = 1
  7029. p5.Transparency = 1
  7030. p6.Transparency = 1
  7031. p7.Transparency = 1
  7032. p8.Transparency = 1
  7033. p9.Transparency = 1
  7034. p10.Transparency = 1
  7035. p11.Transparency = 1
  7036. p12.Transparency = 1
  7037. p13.Transparency = 1
  7038. p14.Transparency = 1
  7039. p15.Transparency = 1
  7040. great = false
  7041. ape5 = Instance.new("Part",char)
  7042. ape5.Transparency = 0
  7043. weldape5 = Instance.new("Weld",ape5)
  7044. weldape5.Part0 = LowerTorso
  7045. weldape5.Part1 = ape5
  7046. ape5.BrickColor = bc("Crimson")
  7047. weldape5.C0 = CFrame.new(0.4,1,2)*CFrame.Angles(0,math.rad(90),math.rad(0))
  7048. meshape5 = Instance.new("SpecialMesh",ape5)
  7049. meshape5.MeshId = "rbxassetid://547956749"
  7050. meshape5.Scale = v3(0.025,0.025,0.025)
  7051. ssj4 = true
  7052.  
  7053.  
  7054. wait(0.5)
  7055.  
  7056. a21e:Destroy()
  7057. wait()
  7058.  
  7059. a21e = new("Part",char)
  7060. a21e.Name = "Beam"..num
  7061. a21e.Locked = true
  7062. a21e.Size = v3(1,1,1)
  7063. a21e.CanCollide = false
  7064. a21e.Position = v3(999,999,999)
  7065. a21e.BrickColor = bc("New Yeller")
  7066. a21e.Material = "Neon"
  7067. a21e.Transparency = 0
  7068. aa21e = new("SpecialMesh",a21e)
  7069. a21e.Anchored = true
  7070. a21e.Position = RootPart.Position
  7071. aa21e.MeshType = "Sphere"
  7072. aa21e.Scale = v3(50,50,50)
  7073.  
  7074.  
  7075.  
  7076.  
  7077.  
  7078. aa21e.Scale = v3(10,10,10)
  7079. a21e.Transparency = 0
  7080. newaura.ImageTransparency = 0
  7081. GroundWave5()
  7082. GroundWave6()
  7083. GroundWave7()
  7084. GroundWave8()
  7085. GroundWave9()
  7086. GroundWave10()
  7087. ssjauraburst:Play()
  7088. ssjaura:Play()
  7089. for i = 1,50 do
  7090. wait()
  7091. aa21e.Scale = aa21e.Scale + v3(5,5,5)
  7092. a21e.Transparency = a21e.Transparency + 0.02
  7093. end
  7094.  
  7095. transform5 = false
  7096. idle = true
  7097. canattack = true
  7098. end
  7099. end
  7100. end
  7101. end
  7102. end)
  7103.  
  7104.  
  7105.  
  7106.  
  7107.  
  7108.  
  7109. newaurabase = Instance.new("BillboardGui",LowerTorso)
  7110. newaurabase.Size = UDim2.new(20,0,20,0)
  7111. newaurabase.AlwaysOnTop = false
  7112. newaura = Instance.new("ImageLabel",newaurabase)
  7113. newaura.BackgroundTransparency = 1
  7114. newaurabase.ExtentsOffset = v3(0,0,3)
  7115. newaura.ImageTransparency = 1
  7116. newaura.ImageColor3 = Color3.fromRGB(255, 227, 10)
  7117. newaura.Size = UDim2.new(2,0,1,0)
  7118. newaura.Position = UDim2.new(-0.5,0,-0.2,0)
  7119. newaurabase2 = Instance.new("BillboardGui",LowerTorso)
  7120. newaurabase2.Size = UDim2.new(10,0,15,0)
  7121. newaurabase2.ExtentsOffset = v3(0,0,-3)
  7122. newaurabase2.AlwaysOnTop = false
  7123. newaura2 = Instance.new("ImageLabel",newaurabase2)
  7124. newaura2.BackgroundTransparency = 1
  7125. newaura2.ImageTransparency = 1
  7126. newaura2.ImageColor3 = Color3.fromRGB(171, 21,161)
  7127. newaura2.Size = UDim2.new(2,0,1,0)
  7128. newaura2.Position = UDim2.new(-0.5,0,-0.4,0)
  7129.  
  7130.  
  7131.  
  7132.  
  7133.  
  7134.  
  7135.  
  7136.  
  7137.  
  7138.  
  7139.  
  7140.  
  7141.  
  7142.  
  7143.  
  7144. char = game.Players.LocalPlayer.Character
  7145. char.Archivable = true
  7146. clone1 = char:Clone()
  7147.  
  7148. clone1["Sound Folder"]:Destroy()
  7149. clone1.Name = "Vegeta"
  7150. clone1.Parent = char
  7151.  
  7152. LeftUpperArm1 = clone1.LeftUpperArm
  7153. LeftShoulder1 = clone1.LeftUpperArm.LeftShoulder
  7154. LeftLowerArm1 = clone1.LeftLowerArm
  7155. LeftElbow1 = clone1.LeftLowerArm.LeftElbow
  7156. --------------------------------------------------------
  7157. LeftUpperLeg1 = clone1.LeftUpperLeg
  7158. LeftHip1 = clone1.LeftUpperLeg.LeftHip
  7159. LeftLowerLeg1 = clone1.LeftLowerLeg
  7160. LeftKnee1 = clone1.LeftLowerLeg.LeftKnee
  7161. ----------------------------------------------------------
  7162. RightUpperArm1 = clone1.RightUpperArm
  7163. RightShoulder1 = clone1.RightUpperArm.RightShoulder
  7164. RightLowerArm1 = clone1.RightLowerArm
  7165. RightElbow1 = clone1.RightLowerArm.RightElbow
  7166. ----------------------------------------------------------
  7167. RightUpperLeg1 = clone1.RightUpperLeg
  7168. RightHip1 = clone1.RightUpperLeg.RightHip
  7169. RightLowerLeg1 = clone1.RightLowerLeg
  7170. RightKnee1 = clone1.RightLowerLeg.RightKnee
  7171. ----------------------------------------------------------
  7172. UpperTorso1 = clone1.UpperTorso
  7173. LowerTorso1 = clone1.LowerTorso
  7174. Root1 = clone1.LowerTorso.Root
  7175. RootPart1 = clone1.HumanoidRootPart
  7176. LeftHand1 = clone1.LeftHand
  7177. RightHand1 = clone1.RightHand
  7178. LeftFoot1 = clone1.LeftFoot
  7179. RightFoot1 = clone1.RightFoot
  7180. --------------------------------------------
  7181. Head1 = clone1.Head
  7182. Neck1 = clone1.Head.Neck
  7183.  
  7184.  
  7185. RootPart1.CFrame = CFrame.new(999,999,999)
  7186. RootPart1.Anchored = true
  7187. function RenderStepped3()
  7188. if spiritballenergy == true then
  7189. wait(math.random(0.1,0.5))
  7190. ay = new("Part",char)
  7191. ay.Name = "NewPart2"
  7192. ay.Size = v3(0.3,0.3,0.3)
  7193. ay.CanCollide = false
  7194. ay.Material = "Neon"
  7195.  
  7196. ay.BrickColor = bc("Cyan")
  7197.  
  7198. meshk = Instance.new("SpecialMesh",ay)
  7199. meshk.MeshType = "Sphere"
  7200.  
  7201. ay.Position = v3(999,999,999)
  7202. ay.CFrame = CFrame.new(RootPart.Position.x+math.random(-15,15),RootPart.Position.y-12,RootPart.Position.z+math.random(-15,15))
  7203. ys = Instance.new("BodyVelocity",ay)
  7204. ys.Name = "GO1"
  7205. ys.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  7206.  
  7207. ys.Velocity = v3(0,6,0)
  7208. game.Debris:AddItem(ay,4)
  7209. end
  7210. if spirit1 == true then
  7211. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(180),rad(0),rad(0)),.1) --LeftUpperArm
  7212. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(180),rad(0),rad(0)),.1)--RightUpperArm
  7213. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--LeftLowerArm
  7214. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightLowerArm
  7215. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftUpperLeg
  7216. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightUpperLeg
  7217. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftLowerLeg
  7218. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightUpperLeg
  7219. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Torso
  7220. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Head
  7221. end
  7222. if spirit2 == true then
  7223. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(80),rad(0),rad(0)),.1) --LeftUpperArm
  7224. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(80),rad(0),rad(0)),.1)--RightUpperArm
  7225. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftLowerArm
  7226. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightLowerArm
  7227. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(60),rad(0),rad(0)),.1)--LeftUpperLeg
  7228. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(60),rad(0),rad(0)),.1)--RightUpperLeg
  7229. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftLowerLeg
  7230. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightUpperLeg
  7231. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(-20),rad(0),rad(0)),.1)--Torso
  7232. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Head
  7233. end
  7234. if beam1 == true then
  7235. beamgo = beamgo + 2
  7236. beamgo1 = beamgo1 + 4
  7237.  
  7238. a1.CFrame = RootPart.CFrame * CFrame.Angles(0,rad(90),0)+ v3(0,1,0) + RootPart.CFrame.lookVector * beamgo
  7239.  
  7240. aa1.Scale = v3(1,math.random(1,1.2),math.random(1,1.2))
  7241. a3.CFrame = RootPart.CFrame * CFrame.Angles(0,rad(90),0)+ v3(0,1,0) + RootPart.CFrame.lookVector * beamgo * 2
  7242. if ssj1 == false and ssj2 == false and ssj3 == false and ssjb == false and ssjbkaio == false and ssjbkaiox10 == false then
  7243. a1.Size = v3(beamgo1,3,3)
  7244. aa2.Scale = v3(100,math.random(50,70),math.random(50,70))
  7245. aa3.Scale = v3(150,math.random(50,70),math.random(50,70))
  7246.  
  7247.  
  7248. end
  7249. if ssj1 == true and ssj2 == false and ssj3 == false and ssjb == false and ssjbkaio == false and ssjbkaiox10 == false and ssj4 == false and potara == false and fuse == false then
  7250. a1.Size = v3(beamgo1,3.5,3.5)
  7251. aa2.Scale = v3(110,math.random(60,80),math.random(60,80))
  7252. aa3.Scale = v3(160,math.random(60,80),math.random(60,80))
  7253. end
  7254. if ssj1 == false and ssj2 == true and ssj3 == false and ssjb == false and ssjbkaio == false and ssjbkaiox10 == false then
  7255. a1.Size = v3(beamgo1,4,4)
  7256. aa2.Scale = v3(120,math.random(70,90),math.random(70,90))
  7257. aa3.Scale = v3(170,math.random(70,90),math.random(70,90))
  7258. end
  7259. if ssj3 == true then
  7260. a1.Size = v3(beamgo1,4.5,4.5)
  7261. aa2.Scale = v3(130,math.random(80,100),math.random(80,100))
  7262. aa3.Scale = v3(180,math.random(80,100),math.random(80,100))
  7263. end
  7264. if ssj1 == false and ssj2 == false and ssj3 == false and ssjb == true and ssjbkaio == false and ssjbkaiox10 == false and potara == false then
  7265. a1.Size = v3(beamgo1,5,5)
  7266. aa2.Scale = v3(140,math.random(90,110),math.random(90,110))
  7267. aa3.Scale = v3(190,math.random(90,110),math.random(90,110))
  7268. end
  7269. if ssj1 == false and ssj2 == false and ssj3 == false and ssjb == true and ssjbkaio == true and ssjbkaiox10 == false then
  7270. a1.Size = v3(beamgo1,6,6)
  7271. aa2.Scale = v3(155,math.random(105,125),math.random(105,125))
  7272. aa3.Scale = v3(205,math.random(105,125),math.random(105,125))
  7273. end
  7274. if ssj1 == false and ssj2 == false and ssj3 == false and ssjb == true and ssjbkaio == false and ssjbkaiox10 == true then
  7275. a1.Size = v3(beamgo1,15,15)
  7276. aa2.Scale = v3(220,math.random(185,220),math.random(185,220))
  7277. aa3.Scale = v3(280,math.random(185,220),math.random(185,220))
  7278. end
  7279. if ssjg == true then
  7280. a1.Size = v3(beamgo1,6,6)
  7281. aa2.Scale = v3(150,math.random(100,120),math.random(100,120))
  7282. aa3.Scale = v3(200,math.random(100,120),math.random(100,120))
  7283. end
  7284. if ssj4 == true and fuse == true then
  7285. a1.Size = v3(beamgo1,75,75)
  7286. end
  7287. if ssj4 == false and fuse == true then
  7288. a1.Size = v3(beamgo1,50,50)
  7289.  
  7290. end
  7291. if potara == true then
  7292. a1.Size = v3(beamgo1,math.random(25,35),math.random(25,35))
  7293. end
  7294. if ssj4 == true and fuse == false then
  7295. a1.Size = v3(beamgo1,4,4)
  7296. aa2.Scale = v3(120,math.random(70,90),math.random(70,90))
  7297. aa3.Scale = v3(170,math.random(70,90),math.random(70,90))
  7298. end
  7299. a2.CFrame = RootPart.CFrame * CFrame.Angles(0,rad(90),0)+ v3(0,1,0) - RootPart.CFrame.lookVector * 1
  7300. end
  7301. if final1 == true then
  7302. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(90),rad(0),rad(-90)),.1) --LeftUpperArm
  7303. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(90),rad(0),rad(90)),.1)--RightUpperArm
  7304. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftLowerArm
  7305. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightLowerArm
  7306. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftUpperLeg
  7307. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightUpperLeg
  7308. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftLowerLeg
  7309. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightUpperLeg
  7310. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Torso
  7311. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Head
  7312. end
  7313. if final2 == true then
  7314. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(90),rad(0),rad(30)),.1) --LeftUpperArm
  7315. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(90),rad(0),rad(-30)),.1)--RightUpperArm
  7316. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftLowerArm
  7317. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightLowerArm
  7318. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftUpperLeg
  7319. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightUpperLeg
  7320. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftLowerLeg
  7321. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightUpperLeg
  7322. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Torso
  7323. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Head
  7324. end
  7325. if hum.MoveDirection.x > 0 and walk1 == true and fuse == true or hum.MoveDirection.x > 0 and walk1 == true and potara == true or hum.MoveDirection.x < 0 and walk1 == true and fuse == true or hum.MoveDirection.x < 0 and walk1 == true and potara == true then
  7326. hum.HipHeight = 1.35
  7327. idle5 = false
  7328. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1) --LeftUpperArm
  7329. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--RightUpperArm
  7330. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--LeftLowerArm
  7331. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--RightLowerArm
  7332. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--LeftUpperLeg
  7333. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--RightUpperLeg
  7334. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--LeftLowerLeg
  7335. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--RightUpperLeg
  7336. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--Torso
  7337. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--Head
  7338. end
  7339. if potara1 == true then
  7340. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1) --LeftUpperArm
  7341. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(110),rad(50),rad(0)),.1)--RightUpperArm
  7342. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftLowerArm
  7343. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(100),rad(0),rad(0)),.1)--RightLowerArm
  7344. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftUpperLeg
  7345. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightUpperLeg
  7346. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftLowerLeg
  7347. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightUpperLeg
  7348. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Torso
  7349. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Head
  7350. end
  7351. if potara2 == true then
  7352. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(-30),rad(0),rad(-10)),.1) --LeftUpperArm
  7353. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(-30),rad(0),rad(10)),.1)--RightUpperArm
  7354. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(10),rad(0),rad(0)),.1)--LeftLowerArm
  7355. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(10),rad(0),rad(0)),.1)--RightLowerArm
  7356. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(-30),rad(0),rad(-10)),.1)--LeftUpperLeg
  7357. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(-30),rad(0),rad(10)),.1)--RightUpperLeg
  7358. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(-10),rad(0),rad(0)),.1)--LeftLowerLeg
  7359. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(-10),rad(0),rad(0)),.1)--RightUpperLeg
  7360. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(90),rad(0)),.1)--Torso
  7361. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(10),rad(0),rad(0)),.1)--Head
  7362. end
  7363. if potara3 == true then
  7364. LeftShoulder1.C0 = LeftShoulder1.C0:lerp(CFrame.new(LeftShoulder1.C0.p)*CFrame.Angles(rad(110),rad(-50),rad(0)),.1) --LeftUpperArm
  7365. RightShoulder1.C0 = RightShoulder1.C0:lerp(CFrame.new(RightShoulder1.C0 .p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightUpperArm
  7366. LeftElbow1.C0 = LeftElbow1.C0:lerp(CFrame.new(LeftElbow1.C0.p)*CFrame.Angles(rad(100),rad(0),rad(0)),.1)--LeftLowerArm
  7367. RightElbow1.C0 = RightElbow1.C0:lerp(CFrame.new(RightElbow1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightLowerArm
  7368. LeftHip1.C0 = LeftHip1.C0:lerp(CFrame.new(LeftHip1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftUpperLeg
  7369. RightHip1.C0 = RightHip1.C0:lerp(CFrame.new(RightHip1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightUpperLeg
  7370. LeftKnee1.C0 = LeftKnee1.C0:lerp(CFrame.new( LeftKnee1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftLowerLeg
  7371. RightKnee1.C0 = RightKnee1.C0:lerp(CFrame.new(RightKnee1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightUpperLeg
  7372. Root1.C0 = Root1.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Torso
  7373. Neck1.C0 = Neck1.C0:lerp(CFrame.new(Neck1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Head
  7374. end
  7375. if potara4 == true then
  7376. LeftShoulder1.C0 = LeftShoulder1.C0:lerp(CFrame.new(LeftShoulder1.C0.p)*CFrame.Angles(rad(-30),rad(0),rad(-10)),.1) --LeftUpperArm
  7377. RightShoulder1.C0 = RightShoulder1.C0:lerp(CFrame.new(RightShoulder1.C0 .p)*CFrame.Angles(rad(-30),rad(0),rad(10)),.1)--RightUpperArm
  7378. LeftElbow1.C0 = LeftElbow1.C0:lerp(CFrame.new(LeftElbow1.C0.p)*CFrame.Angles(rad(10),rad(0),rad(0)),.1)--LeftLowerArm
  7379. RightElbow1.C0 = RightElbow1.C0:lerp(CFrame.new(RightElbow1.C0.p)*CFrame.Angles(rad(10),rad(0),rad(0)),.1)--RightLowerArm
  7380. LeftHip1.C0 = LeftHip1.C0:lerp(CFrame.new(LeftHip1.C0.p)*CFrame.Angles(rad(-30),rad(0),rad(-10)),.1)--LeftUpperLeg
  7381. RightHip1.C0 = RightHip1.C0:lerp(CFrame.new(RightHip1.C0.p)*CFrame.Angles(rad(-30),rad(0),rad(10)),.1)--RightUpperLeg
  7382. LeftKnee1.C0 = LeftKnee1.C0:lerp(CFrame.new( LeftKnee1.C0.p)*CFrame.Angles(rad(-10),rad(0),rad(0)),.1)--LeftLowerLeg
  7383. RightKnee1.C0 = RightKnee1.C0:lerp(CFrame.new(RightKnee1.C0.p)*CFrame.Angles(rad(-10),rad(0),rad(0)),.1)--RightUpperLeg
  7384. Root1.C0 = Root1.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(-90),rad(0)),.1)--Torso
  7385. Neck1.C0 = Neck1.C0:lerp(CFrame.new( Neck1.C0.p)*CFrame.Angles(rad(10),rad(0),rad(0)),.1)--Head
  7386. end
  7387. if hum.MoveDirection.x == 0 and fuse == true or hum.MoveDirection.x == 0 and potara == true then
  7388. if idle7 == true then
  7389. idle5 = true
  7390.  
  7391.  
  7392. else
  7393. idle5 = false
  7394. hum.HipHeight = 1.35
  7395. end
  7396. end
  7397. if idle5 == true and idle6 == true then
  7398. idle6 = false
  7399. hum.HipHeight = 2
  7400. idle2 = true
  7401. for i = 1,50 do
  7402. wait()
  7403. hum.HipHeight = hum.HipHeight + 0.01
  7404. end
  7405. idle2 = false
  7406.  
  7407. idle3 = true
  7408. for i = 1,50 do
  7409. wait()
  7410. hum.HipHeight = hum.HipHeight - 0.01
  7411. end
  7412. idle3 = false
  7413. idle6 = true
  7414. end
  7415. if noidle == true then
  7416. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1) --LeftUpperArm
  7417. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--RightUpperArm
  7418. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--LeftLowerArm
  7419. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--RightLowerArm
  7420. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--LeftUpperLeg
  7421. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--RightUpperLeg
  7422. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--LeftLowerLeg
  7423. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--RightUpperLeg
  7424. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--Torso
  7425. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--Head
  7426. end
  7427. if noidle1 == true then
  7428. LeftShoulder1.C0 = LeftShoulder1.C0:lerp(CFrame.new(LeftShoulder1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1) --LeftUpperArm
  7429. RightShoulder1.C0 = RightShoulder1.C0:lerp(CFrame.new(RightShoulder1.C0 .p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--RightUpperArm
  7430. LeftElbow1.C0 = LeftElbow1.C0:lerp(CFrame.new(LeftElbow1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--LeftLowerArm
  7431. RightElbow1.C0 = RightElbow1.C0:lerp(CFrame.new(RightElbow1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--RightLowerArm
  7432. LeftHip1.C0 = LeftHip1.C0:lerp(CFrame.new(LeftHip1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--LeftUpperLeg
  7433. RightHip1.C0 = RightHip1.C0:lerp(CFrame.new(RightHip1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--RightUpperLeg
  7434. LeftKnee1.C0 = LeftKnee1.C0:lerp(CFrame.new( LeftKnee1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--LeftLowerLeg
  7435. RightKnee1.C0 = RightKnee1.C0:lerp(CFrame.new(RightKnee1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--RightUpperLeg
  7436. Root1.C0 = Root1.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--Torso
  7437. Neck1.C0 = Neck1.C0:lerp(CFrame.new( Neck1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--Head
  7438. end
  7439. if idle2 == true then
  7440. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(0),rad(0),rad(-20)),.01) --LeftUpperArm
  7441. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(0),rad(0),rad(20)),.01)--RightUpperArm
  7442. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(30),rad(0),rad(0)),.01)--LeftLowerArm
  7443. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(30),rad(0),rad(0)),.01)--RightLowerArm
  7444. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(70),rad(0),rad(0)),.01)--LeftUpperLeg
  7445. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.01)--RightUpperLeg
  7446. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(-60),rad(0),rad(0)),.01)--LeftLowerLeg
  7447. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.01)--RightUpperLeg
  7448. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(-5),rad(0),rad(0)),.01)--Torso
  7449. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.01)--Head
  7450. end
  7451. if idle3 == true then
  7452. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(0),rad(0),rad(-10)),.01) --LeftUpperArm
  7453. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(0),rad(0),rad(10)),.01)--RightUpperArm
  7454. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(50),rad(0),rad(0)),.01)--LeftLowerArm
  7455. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(50),rad(0),rad(0)),.01)--RightLowerArm
  7456. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(80),rad(0),rad(0)),.01)--LeftUpperLeg
  7457. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(-10),rad(0),rad(0)),.01)--RightUpperLeg
  7458. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(-70),rad(0),rad(0)),.01)--LeftLowerLeg
  7459. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(10),rad(0),rad(0)),.01)--RightUpperLeg
  7460. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(-4),rad(0),rad(0)),.01)--Torso
  7461. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(2),rad(0),rad(0)),.01)--Head
  7462. end
  7463. if fuse1 == true then
  7464. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(20),rad(20),rad(90)),.1) --LeftUpperArm
  7465. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(0),rad(0),rad(90)),.1)--RightUpperArm
  7466. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftLowerArm
  7467. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightLowerArm
  7468. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftUpperLeg
  7469. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightUpperLeg
  7470. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftLowerLeg
  7471. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightUpperLeg
  7472. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Torso
  7473. Neck.C0 = Neck.C0:lerp(CFrame.new(Neck.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Head
  7474. end
  7475.  
  7476.  
  7477. if fuse2 == true then
  7478. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(0),rad(0),rad(260)),.1) --LeftUpperArm
  7479. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(20),rad(-20),rad(260)),.1)--RightUpperArm
  7480. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftLowerArm
  7481. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightLowerArm
  7482. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftUpperLeg
  7483. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightUpperLeg
  7484. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftLowerLeg
  7485. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightUpperLeg
  7486. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Torso
  7487. Neck.C0 = Neck.C0:lerp(CFrame.new(Neck.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Head
  7488.  
  7489. end
  7490. if fuse3 == true then
  7491. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(20),rad(20),rad(90)),.5) --LeftUpperArm
  7492. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(0),rad(0),rad(90)),.5)--RightUpperArm
  7493. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.5)--LeftLowerArm
  7494. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.5)--RightLowerArm
  7495. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.5)--LeftUpperLeg
  7496. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(80),rad(0),rad(-60)),.5)--RightUpperLeg
  7497. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.5)--LeftLowerLeg
  7498. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(-90),rad(0),rad(0)),.5)--RightUpperLeg
  7499. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),.5)--Torso
  7500. Neck.C0 = Neck.C0:lerp(CFrame.new(Neck.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.5)--Head
  7501.  
  7502. end
  7503. if fuse4 == true then
  7504. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(0),rad(0),rad(330)),.5) --LeftUpperArm
  7505. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(0),rad(0),rad(200)),.5)--RightUpperArm
  7506. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(-110)),.5)--LeftLowerArm
  7507. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.5)--RightLowerArm
  7508. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(80),rad(-30),rad(-80)),.5)--LeftUpperLeg
  7509. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(-40)),.5)--RightUpperLeg
  7510. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(-70),rad(0),rad(0)),.5)--LeftLowerLeg
  7511. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.5)--RightUpperLeg
  7512. Root.C0 = Root.C0:lerp(CFrame.new(0,-0.5,0)*CFrame.Angles(rad(0),rad(0),rad(50)),.5)--Torso
  7513. Neck.C0 = Neck.C0:lerp(CFrame.new(Neck.C0.p)*CFrame.Angles(rad(0),rad(0),rad(40)),.5)--Head
  7514.  
  7515. end
  7516. if fuse5 == true then
  7517. LeftShoulder1.C0 = LeftShoulder1.C0:lerp(CFrame.new(LeftShoulder1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(-90)),.1) --LeftUpperArm
  7518. RightShoulder1.C0 = RightShoulder1.C0:lerp(CFrame.new(RightShoulder1.C0 .p)*CFrame.Angles(rad(20),rad(-20),rad(-90)),.1)--RightUpperArm
  7519. LeftElbow1.C0 = LeftElbow1.C0:lerp(CFrame.new(LeftElbow1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftLowerArm
  7520. RightElbow1.C0 = RightElbow1.C0:lerp(CFrame.new(RightElbow1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightLowerArm
  7521. LeftHip1.C0 = LeftHip1.C0:lerp(CFrame.new(LeftHip1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftUpperLeg
  7522. RightHip1.C0 = RightHip1.C0:lerp(CFrame.new(RightHip1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightUpperLeg
  7523. LeftKnee1.C0 = LeftKnee1.C0:lerp(CFrame.new( LeftKnee1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftLowerLeg
  7524. RightKnee1.C0 = RightKnee1.C0:lerp(CFrame.new(RightKnee1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightUpperLeg
  7525. Root1.C0 = Root1.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Torso
  7526. Neck1.C0 = Neck1.C0:lerp(CFrame.new(Neck1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Head
  7527. end
  7528.  
  7529.  
  7530. if fuse6 == true then
  7531. LeftShoulder1.C0 = LeftShoulder1.C0:lerp(CFrame.new(LeftShoulder1.C0.p)*CFrame.Angles(rad(20),rad(20),rad(-260)),.1) --LeftUpperArm
  7532. RightShoulder1.C0 = RightShoulder1.C0:lerp(CFrame.new(RightShoulder1.C0 .p)*CFrame.Angles(rad(0),rad(0),rad(-260)),.1)--RightUpperArm
  7533. LeftElbow1.C0 = LeftElbow1.C0:lerp(CFrame.new(LeftElbow1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftLowerArm
  7534. RightElbow1.C0 = RightElbow1.C0:lerp(CFrame.new(RightElbow1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightLowerArm
  7535. LeftHip1.C0 = LeftHip1.C0:lerp(CFrame.new(LeftHip1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftUpperLeg
  7536. RightHip1.C0 = RightHip1.C0:lerp(CFrame.new(RightHip1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightUpperLeg
  7537. LeftKnee1.C0 = LeftKnee1.C0:lerp(CFrame.new( LeftKnee1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftLowerLeg
  7538. RightKnee1.C0 = RightKnee1.C0:lerp(CFrame.new(RightKnee1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightUpperLeg
  7539. Root1.C0 = Root1.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Torso
  7540. Neck1.C0 = Neck1.C0:lerp(CFrame.new(Neck1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Head
  7541.  
  7542. end
  7543. if fuse7 == true then
  7544. LeftShoulder1.C0 = LeftShoulder1.C0:lerp(CFrame.new(LeftShoulder1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(-90)),.5) --LeftUpperArm
  7545. RightShoulder1.C0 = RightShoulder1.C0:lerp(CFrame.new(RightShoulder1.C0 .p)*CFrame.Angles(rad(20),rad(-20),rad(-90)),.5)--RightUpperArm
  7546. LeftElbow1.C0 = LeftElbow1.C0:lerp(CFrame.new(LeftElbow1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.5)--LeftLowerArm
  7547. RightElbow1.C0 = RightElbow1.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.5)--RightLowerArm
  7548. LeftHip1.C0 = LeftHip1.C0:lerp(CFrame.new(LeftHip1.C0.p)*CFrame.Angles(rad(80),rad(0),rad(60)),.5)--LeftUpperLeg
  7549. RightHip1.C0 = RightHip1.C0:lerp(CFrame.new(RightHip1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.5)--RightUpperLeg
  7550. LeftKnee1.C0 = LeftKnee1.C0:lerp(CFrame.new( LeftKnee1.C0.p)*CFrame.Angles(rad(-90),rad(0),rad(0)),.5)--LeftLowerLeg
  7551. RightKnee1.C0 = RightKnee1.C0:lerp(CFrame.new(RightKnee1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.5)--RightUpperLeg
  7552. Root1.C0 = Root1.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),.5)--Torso
  7553. Neck1.C0 = Neck1.C0:lerp(CFrame.new(Neck1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.5)--Head
  7554.  
  7555. end
  7556. if fuse8 == true then
  7557. LeftShoulder1.C0 = LeftShoulder1.C0:lerp(CFrame.new(LeftShoulder1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(-200)),.5) --LeftUpperArm
  7558. RightShoulder1.C0 = RightShoulder1.C0:lerp(CFrame.new(RightShoulder1.C0 .p)*CFrame.Angles(rad(0),rad(0),rad(-330)),.5)--RightUpperArm
  7559. LeftElbow1.C0 = LeftElbow1.C0:lerp(CFrame.new(LeftElbow1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.5)--LeftLowerArm
  7560. RightElbow1.C0 = RightElbow1.C0:lerp(CFrame.new(RightElbow1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(110)),.5)--RightLowerArm
  7561. LeftHip1.C0 = LeftHip1.C0:lerp(CFrame.new(LeftHip1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(40)),.5)--LeftUpperLeg
  7562. RightHip1.C0 = RightHip1.C0:lerp(CFrame.new(RightHip1.C0.p)*CFrame.Angles(rad(80),rad(30),rad(80)),.5)--RightUpperLeg
  7563. LeftKnee1.C0 = LeftKnee1.C0:lerp(CFrame.new( LeftKnee1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.5)--LeftLowerLeg
  7564. RightKnee1.C0 = RightKnee1.C0:lerp(CFrame.new(RightKnee1.C0.p)*CFrame.Angles(rad(-70),rad(0),rad(0)),.5)--RightUpperLeg
  7565. Root1.C0 = Root1.C0:lerp(CFrame.new(0,-0.5,0)*CFrame.Angles(rad(0),rad(0),rad(-50)),.5)--Torso
  7566. Neck1.C0 = Neck1.C0:lerp(CFrame.new(Neck1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(-40)),.5)--Head
  7567.  
  7568. end
  7569. if bigkamehameha1 == true then
  7570. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(60),rad(0),rad(30)),.1) --LeftUpperArm
  7571. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(60),rad(0),rad(-30)),.1)--RightUpperArm
  7572. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(60),rad(0),rad(0)),.1)--LeftLowerArm
  7573. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(60),rad(0),rad(0)),.1)--RightLowerArm
  7574. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(30),rad(0),rad(0)),.1)--LeftUpperLeg
  7575. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightUpperLeg
  7576. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(-80),rad(0),rad(0)),.1)--LeftLowerLeg
  7577. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightUpperLeg
  7578. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Torso
  7579. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Head
  7580. end
  7581. if bigkamehameha2 == true then
  7582. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(85),rad(0),rad(30)),.1) --LeftUpperArm
  7583. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(85),rad(0),rad(-30)),.1)--RightUpperArm
  7584. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftLowerArm
  7585. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightLowerArm
  7586. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(50),rad(0),rad(0)),.1)--LeftUpperLeg
  7587. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightUpperLeg
  7588. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(-80),rad(0),rad(0)),.1)--LeftLowerLeg
  7589. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightUpperLeg
  7590. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(-5),rad(0),rad(0)),.1)--Torso
  7591. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Head
  7592. end
  7593. end
  7594. ape51 = Instance.new("Part",clone1)
  7595. ape51.Transparency = 0
  7596. weldape5 = Instance.new("Weld",ape51)
  7597. weldape5.Part0 = LowerTorso1
  7598. weldape5.Part1 = ape51
  7599. ape51.Color = Color3.fromRGB(79,0,0)
  7600. weldape5.C0 = CFrame.new(0.4,1,2)*CFrame.Angles(0,math.rad(90),math.rad(0))
  7601. meshape5 = Instance.new("SpecialMesh",ape51)
  7602. meshape5.MeshId = "rbxassetid://547956749"
  7603. meshape5.Scale = v3(0.025,0.025,0.025)
  7604. game:GetService("RunService").RenderStepped:connect(RenderStepped3)
  7605.  
  7606. player.Chatted:connect(function(msg)
  7607. if msg == "Fuse" and ssj4 == true then
  7608. clone1.Shirt.ShirtTemplate = "rbxassetid://919206310"
  7609. clone1.Pants.PantsTemplate = "rbxassetid://919206462"
  7610. clone1.Head.Weld.C0 = CFrame.new(0.27,0.5,.6)*cfa(0,rad(180),0)
  7611. clone1.Hair.Mesh.MeshId = "rbxassetid://558303331"
  7612. clone1.Hair.Mesh.Scale = v3(0.048,0.048,0.048)
  7613.  
  7614. ape51.Transparency = 0
  7615. idle = false
  7616. walk = false
  7617. canjump = false
  7618. linkpart = Instance.new("Part",char)
  7619. linkpart.Position = v3(999,999,999)
  7620. linkpart.Transparency = 1
  7621. linkpart.CanCollide = false
  7622. linkpart.Anchored = true
  7623. linkpart.CFrame = RootPart.CFrame * cfa(0,rad(90),0) + RootPart.CFrame.lookVector
  7624. RootPart1.CFrame = linkpart.CFrame * cfa(0,rad(-90),0) + linkpart.CFrame.lookVector * 10
  7625. RootPart.CFrame = linkpart.CFrame * cfa(0,rad(-90),0) - linkpart.CFrame.lookVector * 10
  7626. RootPart1.Anchored = true
  7627. RootPart.Anchored = true
  7628. RootPart1 = clone1.HumanoidRootPart
  7629. com1 = 10
  7630.  
  7631. noidle = true
  7632. wait(2)
  7633. noidle = false
  7634.  
  7635. fuse1 = true
  7636. fuse5 = true
  7637.  
  7638. wait(0.5)
  7639. fuse1 = false
  7640. fuse5 = false
  7641. coroutine.wrap(function()
  7642. for i = 1,40 do
  7643. if fuse == false then
  7644. wait()
  7645. com1 = com1 - 0.19
  7646.  
  7647. RootPart1.CFrame = linkpart.CFrame * cfa(0,rad(-90),0) + linkpart.CFrame.lookVector * com1
  7648. RootPart.CFrame = linkpart.CFrame * cfa(0,rad(-90),0) - linkpart.CFrame.lookVector * com1
  7649.  
  7650. end
  7651. end
  7652. end)()
  7653. chatfunc("Fuuuu")
  7654. chatfunc1("Fuuuu")
  7655. fuse2 = true
  7656. fuse6 = true
  7657. wait(0.5)
  7658. fuse2 = false
  7659. fuse6 = false
  7660. chatfunc("Shon")
  7661. chatfunc1("Shon")
  7662. fuse3 = true
  7663. fuse7 = true
  7664. wait(0.5)
  7665. fuse3 = false
  7666. fuse7 = false
  7667. fuse4 = true
  7668. chatfunc("Ha")
  7669. chatfunc1("Ha")
  7670. fuse8 = true
  7671.  
  7672. wait(0.5)
  7673. a21e = new("Part",char)
  7674. a21e.Name = "Beam"..num
  7675. a21e.Locked = true
  7676. a21e.Size = v3(1,1,1)
  7677. a21e.CanCollide = false
  7678. a21e.Position = v3(999,999,999)
  7679. a21e.BrickColor = bc("White")
  7680. a21e.Material = "Neon"
  7681. a21e.Transparency = 0
  7682. aa21e = new("SpecialMesh",a21e)
  7683. a21e.Anchored = true
  7684. a21e.Position = RootPart.Position
  7685. aa21e.MeshType = "Sphere"
  7686. aa21e.Scale = v3(1,1,1)
  7687.  
  7688.  
  7689.  
  7690.  
  7691. fuse = true
  7692.  
  7693. fuse4 = false
  7694. fuse8 = false
  7695. Hair7.BrickColor = BrickColor.new("Really red")
  7696. Mesh.MeshId = "rbxassetid://560196103"
  7697. Mesh.Scale = Vector3.new(5.8,5.8,5.8)
  7698. Weld.C0 = CFrame.new(-0.28, 0, 0.25)
  7699. char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=919205601"
  7700. char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=919205734"
  7701.  
  7702. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1) --LeftUpperArm
  7703. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--RightUpperArm
  7704. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--LeftLowerArm
  7705. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--RightLowerArm
  7706. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--LeftUpperLeg
  7707. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--RightUpperLeg
  7708. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--LeftLowerLeg
  7709. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--RightUpperLeg
  7710. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--Torso
  7711. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--Head
  7712. hum.HipHeight = 1.35
  7713. char.Head.face.Texture= "rbxassetid://903201228"
  7714. RootPart.Anchored = false
  7715. idle5 = true
  7716. idle7 = true
  7717. hum.HipHeight = 2
  7718. ssjauraburst:Play()
  7719. RootPart1.CFrame = CFrame.new(999,999,999)
  7720. RootPart1.Anchored = true
  7721. GroundWave5()
  7722. GroundWave6()
  7723. GroundWave7()
  7724. GroundWave8()
  7725. GroundWave9()
  7726. GroundWave10()
  7727. for i = 1,50 do
  7728. wait()
  7729. aa21e.Scale = aa21e.Scale + v3(1,1,1)
  7730. a21e.Transparency = a21e.Transparency + 0.02
  7731. end
  7732. walk = false
  7733. end
  7734. if msg == "Fuse" and ssj4 == false and ssj1 == false and ssj2 == false and ssj3 == false and ssjb == false and ssjg == false then
  7735. clone1.Shirt.ShirtTemplate = "rbxassetid://914325463"
  7736. ape51.Transparency = 1
  7737. clone1.Pants.PantsTemplate = "rbxassetid://914325779"
  7738. clone1.Head.Weld.C0 = CFrame.new(-.2,1,.5)*cfa(0,rad(0),0)
  7739. clone1.Hair.Mesh.MeshId = "rbxassetid://560180459"
  7740. clone1.Hair.Mesh.Scale = v3(7,7,7)
  7741.  
  7742. idle = false
  7743. walk = false
  7744. ssj1 = true
  7745. canjump = false
  7746. linkpart = Instance.new("Part",char)
  7747. linkpart.Position = v3(999,999,999)
  7748. linkpart.Transparency = 1
  7749. linkpart.CanCollide = false
  7750. linkpart.Anchored = true
  7751. linkpart.CFrame = RootPart.CFrame * cfa(0,rad(90),0) + RootPart.CFrame.lookVector
  7752. RootPart1.CFrame = linkpart.CFrame * cfa(0,rad(-90),0) + linkpart.CFrame.lookVector * 10
  7753. RootPart.CFrame = linkpart.CFrame * cfa(0,rad(-90),0) - linkpart.CFrame.lookVector * 10
  7754. RootPart1.Anchored = true
  7755. RootPart.Anchored = true
  7756. RootPart1 = clone1.HumanoidRootPart
  7757. com1 = 10
  7758. noidle = true
  7759. wait(2)
  7760. noidle = false
  7761.  
  7762. fuse1 = true
  7763. fuse5 = true
  7764.  
  7765. wait(0.5)
  7766. fuse1 = false
  7767. fuse5 = false
  7768. coroutine.wrap(function()
  7769. for i = 1,40 do
  7770. if fuse == false then
  7771. wait()
  7772. com1 = com1 - 0.19
  7773.  
  7774. RootPart1.CFrame = linkpart.CFrame * cfa(0,rad(-90),0) + linkpart.CFrame.lookVector * com1
  7775. RootPart.CFrame = linkpart.CFrame * cfa(0,rad(-90),0) - linkpart.CFrame.lookVector * com1
  7776.  
  7777. end
  7778. end
  7779. end)()
  7780. chatfunc("Fuuuu")
  7781. chatfunc1("Fuuuu")
  7782. fuse2 = true
  7783. fuse6 = true
  7784. wait(0.5)
  7785. fuse2 = false
  7786. fuse6 = false
  7787. chatfunc("Shon")
  7788. chatfunc1("Shon")
  7789. fuse3 = true
  7790. fuse7 = true
  7791. wait(0.5)
  7792. fuse3 = false
  7793. fuse7 = false
  7794. fuse4 = true
  7795. chatfunc("Ha")
  7796. chatfunc1("Ha")
  7797. fuse8 = true
  7798. wait(0.5)
  7799. a21e = new("Part",char)
  7800. a21e.Name = "Beam"..num
  7801. a21e.Locked = true
  7802. a21e.Size = v3(1,1,1)
  7803. a21e.CanCollide = false
  7804. a21e.Position = v3(999,999,999)
  7805. a21e.BrickColor = bc("White")
  7806. a21e.Material = "Neon"
  7807. a21e.Transparency = 0
  7808. aa21e = new("SpecialMesh",a21e)
  7809. a21e.Anchored = true
  7810. a21e.Position = RootPart.Position
  7811. aa21e.MeshType = "Sphere"
  7812. aa21e.Scale = v3(1,1,1)
  7813.  
  7814.  
  7815.  
  7816. fuse = true
  7817.  
  7818. fuse4 = false
  7819. fuse8 = false
  7820.  
  7821.  
  7822. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1) --LeftUpperArm
  7823. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--RightUpperArm
  7824. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--LeftLowerArm
  7825. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--RightLowerArm
  7826. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--LeftUpperLeg
  7827. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--RightUpperLeg
  7828. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--LeftLowerLeg
  7829. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--RightUpperLeg
  7830. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--Torso
  7831. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--Head
  7832. hum.HipHeight = 1.35
  7833.  
  7834. RootPart.Anchored = false
  7835. idle5 = true
  7836. idle7 = true
  7837. Mesh.MeshId = "rbxassetid://720406482"
  7838. newaura.ImageTransparency = 0
  7839. Mesh.Scale = Vector3.new(7.2,7.2,7.2)
  7840. Weld.C0 = CFrame.new(0.2, .8, 0.55)*cfa(0,math.rad(180),0)
  7841. Hair7.Color = Color3.fromRGB(255,227,10)
  7842. char.Head.face.Texture= "rbxassetid://765493484"
  7843. ssjaura:Play()
  7844. char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=914324509"
  7845. char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=914324638"
  7846. hum.HipHeight = 2
  7847. ssjauraburst:Play()
  7848. wait(0.1)
  7849. RootPart1.CFrame = CFrame.new(999,999,999)
  7850. RootPart1.Anchored = true
  7851. GroundWave5()
  7852. GroundWave6()
  7853. GroundWave7()
  7854. GroundWave8()
  7855. GroundWave9()
  7856. GroundWave10()
  7857. for i = 1,50 do
  7858. wait()
  7859. aa21e.Scale = aa21e.Scale + v3(1,1,1)
  7860. a21e.Transparency = a21e.Transparency + 0.02
  7861. end
  7862. walk = false
  7863. end
  7864. if msg == "Potara" and ssj4 == false and ssj1 == false and ssj2 == false and ssj3 == false and ssjb == false and ssjg == false then
  7865. clone1.Shirt.ShirtTemplate = "rbxassetid://914325463"
  7866. clone1.Pants.PantsTemplate = "rbxassetid://914325779"
  7867. ape51.Transparency = 1
  7868.  
  7869. clone1.Head.Weld.C0 = CFrame.new(-.2,1,.5)*cfa(0,rad(0),0)
  7870. clone1.Hair.Mesh.MeshId = "rbxassetid://560180459"
  7871. clone1.Hair.Mesh.Scale = v3(7,7,7)
  7872. idle = false
  7873. walk = false
  7874. canjump = false
  7875. linkpart = Instance.new("Part",char)
  7876. linkpart.Position = v3(999,999,999)
  7877. linkpart.Transparency = 1
  7878. linkpart.CanCollide = false
  7879. linkpart.Anchored = true
  7880. linkpart.CFrame = RootPart.CFrame * cfa(0,rad(90),0) + RootPart.CFrame.lookVector
  7881. RootPart1.CFrame = linkpart.CFrame * cfa(0,rad(-90),0) + linkpart.CFrame.lookVector * 10
  7882. RootPart.CFrame = linkpart.CFrame * cfa(0,rad(-90),0) - linkpart.CFrame.lookVector * 10
  7883. RootPart1.Anchored = true
  7884. RootPart.Anchored = true
  7885. RootPart1 = clone1.HumanoidRootPart
  7886. com1 = 10
  7887.  
  7888.  
  7889.  
  7890. potara1 = true
  7891. potara3 = true
  7892. wait(1)
  7893. potara1 = false
  7894. potara3 = false
  7895. noidle = true
  7896. noidle1 = true
  7897. ee = Instance.new("Part",char)
  7898. ee.Size = Vector3.new(0.2,0.2,0.2)
  7899. ee.Position = Vector3.new(9999999,9999999,9999999)
  7900. ee.Shape = "Ball"
  7901. ee.BrickColor = BrickColor.new("New Yeller")
  7902. ee1 = Instance.new("Part",char)
  7903. ee1.Size = Vector3.new(0.18,0.18,0.18)
  7904. ee1.Position = Vector3.new(999999,999999,999999)
  7905. ee1.Shape = "Ball"
  7906. ee1.BrickColor = BrickColor.new("Mid gray")
  7907. ee2 = Instance.new("Part",char)
  7908. ee2.Size = Vector3.new(0.06,0.06,0.06)
  7909. ee2.Shape = "Ball"
  7910. ee2.BrickColor = BrickColor.new("Mid gray")
  7911. ee2.Position = Vector3.new(99999,99999,99999)
  7912. ee3 = Instance.new("Part",char)
  7913. ee3.Size = Vector3.new(0.06,0.06,0.06)
  7914. ee3.Shape = "Ball"
  7915. ee3.BrickColor = BrickColor.new("Mid gray")
  7916. ee3.Position = Vector3.new(9999,9999,9999)
  7917. ee4 = Instance.new("Part",char)
  7918. ee4.Size = Vector3.new(0.1,0.1,0.1)
  7919. ee4.Shape = "Ball"
  7920. ee4.BrickColor = BrickColor.new("Mid gray")
  7921. ee4.Position = Vector3.new(999,999,999)
  7922. eew = Instance.new("Weld",game.Players.LocalPlayer.Character.Head)
  7923. eew.Part0 = game.Players.LocalPlayer.Character.Head
  7924. eew.Part1 = ee
  7925. eew.C0 = CFrame.new(0.68,-0.22,0)
  7926. eew1 = Instance.new("Weld",game.Players.LocalPlayer.Character.Head)
  7927. eew1.Part0 = ee
  7928. eew1.Part1 = ee1
  7929. eew1.C0 = CFrame.new(0,0.02,0)
  7930. eew2 = Instance.new("Weld",game.Players.LocalPlayer.Character.Head)
  7931. eew2.Part0 = game.Players.LocalPlayer.Character.Head
  7932. eew2.Part1 = ee2
  7933. eew2.C0 = CFrame.new(0.67,-0.1,0)
  7934. eew3 = Instance.new("Weld",game.Players.LocalPlayer.Character.Head)
  7935. eew3.Part0 = game.Players.LocalPlayer.Character.Head
  7936. eew3.Part1 = ee3
  7937. eew3.C0 = CFrame.new(0.66,-0.05,0)
  7938. eew4 = Instance.new("Weld",game.Players.LocalPlayer.Character.Head)
  7939. eew4.Part0 = game.Players.LocalPlayer.Character.Head
  7940. eew4.Part1 = ee4
  7941. eew4.C0 = CFrame.new(0.64,-0.01,0)
  7942. -----------------------------------------------------------------------
  7943. eed = Instance.new("Part",char)
  7944. eed.Size = Vector3.new(0.2,0.2,0.2)
  7945. eed.Position = Vector3.new(9999999,9999999,9999999)
  7946. eed.Shape = "Ball"
  7947. eed.BrickColor = BrickColor.new("New Yeller")
  7948. ee1d = Instance.new("Part",char)
  7949. ee1d.Size = Vector3.new(0.18,0.18,0.18)
  7950. ee1d.Position = Vector3.new(999999,999999,999999)
  7951. ee1d.Shape = "Ball"
  7952. ee1d.BrickColor = BrickColor.new("Mid gray")
  7953. ee2d = Instance.new("Part",char)
  7954. ee2d.Size = Vector3.new(0.06,0.06,0.06)
  7955. ee2d.Shape = "Ball"
  7956. ee2d.BrickColor = BrickColor.new("Mid gray")
  7957. ee2d.Position = Vector3.new(99999,99999,99999)
  7958. ee3d = Instance.new("Part",char)
  7959. ee3d.Size = Vector3.new(0.06,0.06,0.06)
  7960. ee3d.Shape = "Ball"
  7961. ee3d.BrickColor = BrickColor.new("Mid gray")
  7962. ee3d.Position = Vector3.new(9999,9999,9999)
  7963. ee4d = Instance.new("Part",char)
  7964. ee4d.Size = Vector3.new(0.1,0.1,0.1)
  7965. ee4d.Shape = "Ball"
  7966. ee4d.BrickColor = BrickColor.new("Mid gray")
  7967. ee4d.Position = Vector3.new(999,999,999)
  7968. eew = Instance.new("Weld",game.Players.LocalPlayer.Character.Head)
  7969. eew.Part0 = clone1.Head
  7970. eew.Part1 = eed
  7971. eew.C0 = CFrame.new(-0.68,-0.22,0)
  7972. eew1 = Instance.new("Weld",game.Players.LocalPlayer.Character.Head)
  7973. eew1.Part0 = ee
  7974. eew1.Part1 = ee1d
  7975. eew1.C0 = CFrame.new(0,0.02,0)
  7976. eew2 = Instance.new("Weld",game.Players.LocalPlayer.Character.Head)
  7977. eew2.Part0 = clone1.Head
  7978. eew2.Part1 = ee2d
  7979. eew2.C0 = CFrame.new(-0.67,-0.1,0)
  7980. eew3 = Instance.new("Weld",game.Players.LocalPlayer.Character.Head)
  7981. eew3.Part0 = clone1.Head
  7982. eew3.Part1 = ee3d
  7983. eew3.C0 = CFrame.new(-0.66,-0.05,0)
  7984. eew4 = Instance.new("Weld",game.Players.LocalPlayer.Character.Head)
  7985. eew4.Part0 = clone1.Head
  7986. eew4.Part1 = ee4d
  7987. eew4.C0 = CFrame.new(-0.64,-0.01,0)
  7988. wait(0.5)
  7989. noidle = false
  7990. noidle1 = false
  7991. potara2 = true
  7992. potara4 = true
  7993. for i = 1,20 do
  7994. wait()
  7995. com1 = com1 - 0.5
  7996.  
  7997. RootPart1.CFrame = linkpart.CFrame * cfa(0,rad(-90),0) + linkpart.CFrame.lookVector * com1
  7998. RootPart.CFrame = linkpart.CFrame * cfa(0,rad(-90),0) - linkpart.CFrame.lookVector * com1
  7999.  
  8000. end
  8001.  
  8002. potara = true
  8003. eec = Instance.new("Part",char)
  8004. eec.Size = Vector3.new(0.2,0.2,0.2)
  8005. eec.Position = Vector3.new(9999999,9999999,9999999)
  8006. eec.Shape = "Ball"
  8007. eec.BrickColor = BrickColor.new("New Yeller")
  8008. ee1c = Instance.new("Part",char)
  8009. ee1c.Size = Vector3.new(0.18,0.18,0.18)
  8010. ee1c.Position = Vector3.new(999999,999999,999999)
  8011. ee1c.Shape = "Ball"
  8012. ee1c.BrickColor = BrickColor.new("Mid gray")
  8013. ee2c = Instance.new("Part",char)
  8014. ee2c.Size = Vector3.new(0.06,0.06,0.06)
  8015. ee2c.Shape = "Ball"
  8016. ee2c.BrickColor = BrickColor.new("Mid gray")
  8017. ee2c.Position = Vector3.new(99999,99999,99999)
  8018. ee3c = Instance.new("Part",char)
  8019. ee3c.Size = Vector3.new(0.06,0.06,0.06)
  8020. ee3c.Shape = "Ball"
  8021. ee3c.BrickColor = BrickColor.new("Mid gray")
  8022. ee3c.Position = Vector3.new(9999,9999,9999)
  8023. ee4c = Instance.new("Part",char)
  8024. ee4c.Size = Vector3.new(0.1,0.1,0.1)
  8025. ee4c.Shape = "Ball"
  8026. ee4c.BrickColor = BrickColor.new("Mid gray")
  8027. ee4c.Position = Vector3.new(999,999,999)
  8028. eew = Instance.new("Weld",game.Players.LocalPlayer.Character.Head)
  8029. eew.Part0 = game.Players.LocalPlayer.Character.Head
  8030. eew.Part1 = eec
  8031. eew.C0 = CFrame.new(-0.68,-0.22,0)
  8032. eew1 = Instance.new("Weld",game.Players.LocalPlayer.Character.Head)
  8033. eew1.Part0 = ee
  8034. eew1.Part1 = ee1c
  8035. eew1.C0 = CFrame.new(0,0.02,0)
  8036. eew2 = Instance.new("Weld",game.Players.LocalPlayer.Character.Head)
  8037. eew2.Part0 = game.Players.LocalPlayer.Character.Head
  8038. eew2.Part1 = ee2c
  8039. eew2.C0 = CFrame.new(-0.67,-0.1,0)
  8040. eew3 = Instance.new("Weld",game.Players.LocalPlayer.Character.Head)
  8041. eew3.Part0 = game.Players.LocalPlayer.Character.Head
  8042. eew3.Part1 = ee3c
  8043. eew3.C0 = CFrame.new(-0.66,-0.05,0)
  8044. eew4 = Instance.new("Weld",game.Players.LocalPlayer.Character.Head)
  8045. eew4.Part0 = game.Players.LocalPlayer.Character.Head
  8046. eew4.Part1 = ee4c
  8047. eew4.C0 = CFrame.new(-0.64,-0.01,0)
  8048. a21e = new("Part",char)
  8049. a21e.Name = "Beam"..num
  8050. a21e.Locked = true
  8051. a21e.Size = v3(1,1,1)
  8052. a21e.CanCollide = false
  8053. a21e.Position = v3(999,999,999)
  8054. a21e.BrickColor = bc("White")
  8055. a21e.Material = "Neon"
  8056. a21e.Transparency = 0
  8057. aa21e = new("SpecialMesh",a21e)
  8058. a21e.Anchored = true
  8059. a21e.Position = RootPart.Position
  8060. aa21e.MeshType = "Sphere"
  8061. aa21e.Scale = v3(1,1,1)
  8062. Mesh.MeshId = "rbxassetid://560152258"
  8063. Hair7.Color = Color3.fromRGB(26,0,0)
  8064. Mesh.Scale = Vector3.new(6.9,6.9,6.9)
  8065. Weld.C0 = CFrame.new(-.211, 0.9, 0.262)*cfa(0,math.rad(0),0)
  8066. char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=914326777"
  8067. char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=914326994"
  8068.  
  8069.  
  8070.  
  8071.  
  8072.  
  8073.  
  8074. potara2 = false
  8075. potara4 = false
  8076.  
  8077.  
  8078. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1) --LeftUpperArm
  8079. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--RightUpperArm
  8080. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--LeftLowerArm
  8081. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--RightLowerArm
  8082. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--LeftUpperLeg
  8083. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--RightUpperLeg
  8084. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--LeftLowerLeg
  8085. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--RightUpperLeg
  8086. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--Torso
  8087. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--Head
  8088. hum.HipHeight = 1.35
  8089.  
  8090. RootPart.Anchored = false
  8091. idle5 = true
  8092. idle7 = true
  8093.  
  8094.  
  8095. hum.HipHeight = 2
  8096. ssjauraburst:Play()
  8097. RootPart1.CFrame = CFrame.new(999,999,999)
  8098. RootPart1.Anchored = true
  8099. GroundWave5()
  8100. GroundWave6()
  8101. GroundWave7()
  8102. GroundWave8()
  8103. GroundWave9()
  8104. GroundWave10()
  8105. for i = 1,50 do
  8106. wait()
  8107. aa21e.Scale = aa21e.Scale + v3(1,1,1)
  8108. a21e.Transparency = a21e.Transparency + 0.02
  8109. end
  8110. walk = false
  8111. end
  8112. end)
  8113.  
  8114.  
  8115.  
  8116.  
  8117.  
  8118.  
  8119.  
  8120.  
  8121.  
  8122.  
  8123. p1 = Instance.new("Part",char)
  8124. p1.Size = v3(2,1.6,1)
  8125. p1.Transparency = 1
  8126. p1.CanCollide = false
  8127. p1.Position = v3(999,999,999)
  8128. p1.BrickColor = bc("Storm blue")
  8129. p1mesh = Instance.new("SpecialMesh",p1)
  8130. p1mesh.MeshType = "FileMesh"
  8131. p1mesh.Scale = v3(1.01,1.01,1.01)
  8132. p1mesh.MeshId = "rbxassetid://532220007"
  8133. p1weld = Instance.new("Weld",p1)
  8134. p1weld.Part0 = UpperTorso
  8135. p1weld.Part1 = p1
  8136. -------------------------------------------------------------
  8137. p2 = Instance.new("Part",char)
  8138. p2.Size = v3(2,1.6,1)
  8139. p2.Transparency = 1
  8140. p2.CanCollide = false
  8141. p2.Position = v3(999,999,999)
  8142. p2.BrickColor = bc("Storm blue")
  8143. p2mesh = Instance.new("SpecialMesh",p2)
  8144. p2mesh.MeshType = "FileMesh"
  8145. p2mesh.Scale = v3(1.01,1.01,1.01)
  8146. p2mesh.MeshId = "http://www.roblox.com/asset/?id=532220036"
  8147. p2weld = Instance.new("Weld",p2)
  8148. p2weld.Part0 = LowerTorso
  8149. p2weld.Part1 = p2
  8150. -------------------------------------------------------------
  8151. p3 = Instance.new("Part",char)
  8152. p3.Size = v3(2,1.6,1)
  8153. p3.Transparency = 1
  8154. p3.CanCollide = false
  8155. p3.Position = v3(999,999,999)
  8156. p3.BrickColor = bc("Storm blue")
  8157. p3mesh = Instance.new("SpecialMesh",p3)
  8158. p3mesh.MeshType = "FileMesh"
  8159. p3mesh.Scale = v3(1.01,1.01,1.01)
  8160. p3mesh.MeshId = "http://www.roblox.com/asset/?id=532219996"
  8161. p3weld = Instance.new("Weld",p3)
  8162. p3weld.Part0 = LeftUpperArm
  8163. p3weld.Part1 = p3
  8164. -------------------------------------------------------------
  8165. p4 = Instance.new("Part",char)
  8166. p4.Size = v3(2,1.6,1)
  8167. p4.Transparency = 1
  8168. p4.CanCollide = false
  8169. p4.Position = v3(999,999,999)
  8170. p4.BrickColor = bc("Storm blue")
  8171. p4mesh = Instance.new("SpecialMesh",p4)
  8172. p4mesh.MeshType = "FileMesh"
  8173. p4mesh.Scale = v3(1.01,1.01,1.01)
  8174. p4mesh.MeshId = "http://www.roblox.com/asset/?id=532220017"
  8175. p4weld = Instance.new("Weld",p4)
  8176. p4weld.Part0 = LeftLowerLeg
  8177. p4weld.Part1 = p4
  8178. -------------------------------------------------------------
  8179. p5 = Instance.new("Part",char)
  8180. p5.Size = v3(2,1.6,1)
  8181. p5.Transparency = 1
  8182. p5.CanCollide = false
  8183. p5.Position = v3(999,999,999)
  8184. p5.BrickColor = bc("Storm blue")
  8185. p5mesh = Instance.new("SpecialMesh",p5)
  8186. p5mesh.MeshType = "FileMesh"
  8187. p5mesh.Scale = v3(1.01,1.01,1.01)
  8188. p5mesh.MeshId = "http://www.roblox.com/asset/?id=532219991"
  8189. p5weld = Instance.new("Weld",p5)
  8190. p5weld.Part0 = LeftLowerArm
  8191. p5weld.Part1 = p5
  8192. -------------------------------------------------------------
  8193. p6 = Instance.new("Part",char)
  8194. p6.Size = v3(2,1.6,1)
  8195. p6.Transparency = 1
  8196. p6.CanCollide = false
  8197. p6.Position = v3(999,999,999)
  8198. p6.BrickColor = bc("Storm blue")
  8199. p6mesh = Instance.new("SpecialMesh",p6)
  8200. p6mesh.MeshType = "FileMesh"
  8201. p6mesh.Scale = v3(1.01,1.01,1.01)
  8202. p6mesh.MeshId = "http://www.roblox.com/asset/?id=532219986"
  8203. p6weld = Instance.new("Weld",p6)
  8204. p6weld.Part0 = LeftHand
  8205. p6weld.Part1 = p6
  8206. -------------------------------------------------------------
  8207. p7 = Instance.new("Part",char)
  8208. p7.Size = v3(2,1.6,1)
  8209. p7.Transparency =1
  8210. p7.CanCollide = false
  8211. p7.Position = v3(999,999,999)
  8212. p7.BrickColor = bc("Storm blue")
  8213. p7mesh = Instance.new("SpecialMesh",p7)
  8214. p7mesh.MeshType = "FileMesh"
  8215. p7mesh.Scale = v3(1.01,1.01,1.01)
  8216. p7mesh.MeshId = "http://www.roblox.com/asset/?id=532220012"
  8217. p7weld = Instance.new("Weld",p7)
  8218. p7weld.Part0 = LeftFoot
  8219. p7weld.Part1 = p7
  8220. -------------------------------------------------------------
  8221. p8 = Instance.new("Part",char)
  8222. p8.Size = v3(2,1.6,1)
  8223. p8.Transparency = 1
  8224. p8.CanCollide = false
  8225. p8.Position = v3(999,999,999)
  8226. p8.BrickColor = bc("Storm blue")
  8227. p8mesh = Instance.new("SpecialMesh",p8)
  8228. p8mesh.MeshType = "FileMesh"
  8229. p8mesh.Scale = v3(1.01,1.01,1.01)
  8230. p8mesh.MeshId = "http://www.roblox.com/asset/?id=532220020"
  8231. p8weld = Instance.new("Weld",p8)
  8232. p8weld.Part0 = RightFoot
  8233. p8weld.Part1 = p8
  8234. -------------------------------------------------------------
  8235. p9 = Instance.new("Part",char)
  8236. p9.Size = v3(2,1.6,1)
  8237. p9.Transparency = 1
  8238. p9.CanCollide = false
  8239. p9.Position = v3(999,999,999)
  8240. p9.BrickColor = bc("Storm blue")
  8241. p9mesh = Instance.new("SpecialMesh",p9)
  8242. p9mesh.MeshType = "FileMesh"
  8243. p9mesh.Scale = v3(1.01,1.01,1.01)
  8244. p9mesh.MeshId = "http://www.roblox.com/asset/?id=532219997"
  8245. p9weld = Instance.new("Weld",p9)
  8246. p9weld.Part0 = RightHand
  8247. p9weld.Part1 = p9
  8248. -------------------------------------------------------------
  8249. p10 = Instance.new("Part",char)
  8250. p10.Size = v3(2,1.6,1)
  8251. p10.Transparency = 1
  8252. p10.CanCollide = false
  8253. p10.Position = v3(999,999,999)
  8254. p10.BrickColor = bc("Storm blue")
  8255. p10mesh = Instance.new("SpecialMesh",p10)
  8256. p10mesh.MeshType = "FileMesh"
  8257. p10mesh.Scale = v3(1.01,1.01,1.01)
  8258. p10mesh.MeshId = "http://www.roblox.com/asset/?id=532219999"
  8259. p10weld = Instance.new("Weld",p10)
  8260. p10weld.Part0 = RightLowerArm
  8261. p10weld.Part1 = p10
  8262. -------------------------------------------------------------
  8263. p11 = Instance.new("Part",char)
  8264. p11.Size = v3(2,1.6,1)
  8265. p11.Transparency = 1
  8266. p11.CanCollide = false
  8267. p11.Position = v3(999,999,999)
  8268. p11.BrickColor = bc("Storm blue")
  8269. p11mesh = Instance.new("SpecialMesh",p11)
  8270. p11mesh.MeshType = "FileMesh"
  8271. p11mesh.Scale = v3(1.01,1.01,1.01)
  8272. p11mesh.MeshId = "http://www.roblox.com/asset/?id=532220027"
  8273. p11weld = Instance.new("Weld",p11)
  8274. p11weld.Part0 = RightLowerLeg
  8275. p11weld.Part1 = p11
  8276. -------------------------------------------------------------
  8277. p12 = Instance.new("Part",char)
  8278. p12.Size = v3(2,1.6,1)
  8279. p12.Transparency =1
  8280. p12.CanCollide = false
  8281. p12.Position = v3(999,999,999)
  8282. p12.BrickColor = bc("Storm blue")
  8283. p12mesh = Instance.new("SpecialMesh",p12)
  8284. p12mesh.MeshType = "FileMesh"
  8285. p12mesh.Scale = v3(1.01,1.01,1.01)
  8286. p12mesh.MeshId = "http://www.roblox.com/asset/?id=532220004"
  8287. p12weld = Instance.new("Weld",p12)
  8288. p12weld.Part0 = RightUpperArm
  8289. p12weld.Part1 = p12
  8290. -------------------------------------------------------------
  8291. p13 = Instance.new("Part",char)
  8292. p13.Size = v3(2,1.6,1)
  8293. p13.Transparency = 1
  8294. p13.CanCollide = false
  8295. p13.Position = v3(999,999,999)
  8296. p13.BrickColor = bc("Storm blue")
  8297. p13mesh = Instance.new("SpecialMesh",p13)
  8298. p13mesh.MeshType = "FileMesh"
  8299. p13mesh.Scale = v3(1.01,1.01,1.01)
  8300. p13mesh.MeshId = "http://www.roblox.com/asset/?id=532220031"
  8301. p13weld = Instance.new("Weld",p13)
  8302. p13weld.Part0 = RightUpperLeg
  8303. p13weld.Part1 = p13
  8304. -------------------------------------------------------------
  8305. p14 = Instance.new("Part",char)
  8306. p14.Size = v3(2,1,1)
  8307. p14.Transparency = 1
  8308. p14.CanCollide = false
  8309. p14.Position = v3(999,999,999)
  8310. p14.BrickColor = bc("Storm blue")
  8311. p14mesh = Instance.new("SpecialMesh",p14)
  8312. p14mesh.MeshType = "FileMesh"
  8313. p14mesh.Scale = v3(1.01,1.01,1.01)
  8314. p14mesh.MeshId = "http://www.roblox.com/asset/?id=532220018"
  8315. p14weld = Instance.new("Weld",p14)
  8316. p14weld.Part0 = LeftUpperLeg
  8317. p14weld.Part1 = p14
  8318. p15 = Instance.new("Part",char)
  8319. p15.Size = v3(2,1,1)
  8320. p15.Transparency = 1
  8321. p15.CanCollide = false
  8322. p15.Position = v3(999,999,999)
  8323. p15.BrickColor = bc("Storm blue")
  8324. p15mesh = Instance.new("SpecialMesh",p15)
  8325. p15mesh.MeshType = "Head"
  8326. p15mesh.Scale = v3(1.26,1.26,1.26)
  8327. p15weld = Instance.new("Weld",p15)
  8328. p15weld.Part0 = Head
  8329. p15weld.Part1 = p15
  8330.  
  8331. mouse.KeyDown:connect(function(key)
  8332. if key == "z" and ki < 101 then
  8333. idle = false
  8334. idle7 = false
  8335. hum.HipHeight = 1.35
  8336. walk = false
  8337. canjump = false
  8338. transform1 = true
  8339. wait(0.2)
  8340. size = newaurabase.Size
  8341. size2 = newaurabase2.Size
  8342. wait(0.1)
  8343. KiCharge.TimePosition = 0.7
  8344.  
  8345. wait(0.1)
  8346. KiCharge:Play()
  8347.  
  8348. if ssj1 == false and ssj2 == false and ssj3 == false and ssjb == false and ssjg == false and ssj4 == false then
  8349. newaura.ImageTransparency = 0
  8350. newaura.ImageColor3 = Color3.fromRGB(37,65,246)
  8351. newaurabase.Size = UDim2.new(20,0,20,0)
  8352. elseif ssjg == true then
  8353. newaurabase.Size = UDim2.new(12,0,25,0)
  8354. elseif ssj1 == true or ssj2 == true or ssj3 == true then
  8355. newaurabase.Size = UDim2.new(40,0,40,0)
  8356. elseif ssjb == true then
  8357. newaurabase.Size = UDim2.new(20,0,30,0)
  8358. elseif ssjb == true and ssjbkaio == true then
  8359. newaurabase2.Size = UDim2.new(25,0,45,0)
  8360. elseif ssjb == true and ssjbkaiox10 == true then
  8361. newaurabase2.Size = UDim2.new(40,0,80,0)
  8362. elseif ssj4 == true then
  8363. newaurabase.Size = UDim2.new(40,0,40,0)
  8364. end
  8365.  
  8366. newaura.ImageTransparency = 0
  8367. rock = true
  8368. transform1 = false
  8369. transform3 = true
  8370. kicharging = true
  8371. wait(2)
  8372.  
  8373. repeat
  8374. if kicharging == true then
  8375. KiCharge.TimePosition = 2
  8376.  
  8377. KiCharge:Play()
  8378. end
  8379. wait(2)
  8380. until kicharging == false
  8381. end
  8382. end)
  8383. mouse.KeyUp:connect(function(key)
  8384. if key == "z" then
  8385.  
  8386. KiCharge:Stop()
  8387. kicharging = false
  8388. rock = false
  8389. rock3 = true
  8390. transform3 = false
  8391. transform1 = false
  8392. transform4 = true
  8393. if ssj1 == false and ssj2 == false and ssj3 == false and ssjb == false and ssjg == false and ssj4 == false then
  8394. newaura.ImageTransparency = 1
  8395. newaura.ImageColor3 = Color3.fromRGB(255, 255, 255)
  8396. else
  8397. newaurabase.Size = size
  8398. newaurabase2.Size = size2
  8399. end
  8400.  
  8401. a21e = new("Part",char)
  8402. a21e.Name = "Beam"..num
  8403. a21e.Locked = true
  8404. a21e.Size = v3(1,1,1)
  8405. a21e.CanCollide = false
  8406. a21e.Position = v3(999,999,999)
  8407. a21e.BrickColor = bc("White")
  8408. a21e.Material = "Neon"
  8409. a21e.Transparency = 0
  8410. aa21e = new("SpecialMesh",a21e)
  8411. a21e.Anchored = true
  8412. a21e.Position = RootPart.Position
  8413. aa21e.MeshType = "Sphere"
  8414. aa21e.Scale = v3(1,1,1)
  8415.  
  8416. KiCharge2.TimePosition = 7.6
  8417. wait(0.1)
  8418. KiCharge2:Play()
  8419. KiCharge:Stop()
  8420. GroundWave5()
  8421. GroundWave6()
  8422. GroundWave7()
  8423. GroundWave8()
  8424. GroundWave9()
  8425. GroundWave10()
  8426. for i = 1,25 do
  8427. wait()
  8428. aa21e.Scale = aa21e.Scale + v3(5,5,5)
  8429. a21e.Transparency = a21e.Transparency + 0.04
  8430. end
  8431.  
  8432. wait(0.5)
  8433.  
  8434. KiCharge2:Stop()
  8435. transform4 = false
  8436. if fuse == false or potara == false then
  8437. idle = true
  8438. walk = true
  8439. canjump = true
  8440. end
  8441. if fuse == true or potara == true then
  8442. idle7 = true
  8443. end
  8444. end
  8445. end)
  8446.  
  8447.  
  8448.  
  8449.  
  8450.  
  8451.  
  8452.  
  8453.  
  8454. hum.Name = "LolCantHurtMe"
  8455.  
  8456.  
  8457.  
  8458.  
  8459.  
  8460.  
  8461.  
  8462.  
  8463.  
  8464. function chatfunc1(text)
  8465. local chat = coroutine.wrap(function()
  8466. if clone1:FindFirstChild("TalkingBillBoard")~= nil then
  8467. clone1:FindFirstChild("TalkingBillBoard"):destroy()
  8468. end
  8469. local naeeym2 = Instance.new("BillboardGui",clone1)
  8470. naeeym2.Size = UDim2.new(0,100,0,40)
  8471. naeeym2.StudsOffset = Vector3.new(0,3,0)
  8472. naeeym2.Adornee = clone1.Head
  8473. naeeym2.Name = "TalkingBillBoard"
  8474. local tecks2 = Instance.new("TextLabel",naeeym2)
  8475. tecks2.BackgroundTransparency = 1
  8476. tecks2.BorderSizePixel = 0
  8477. tecks2.Text = ""
  8478. tecks2.Font = "Fantasy"
  8479. tecks2.TextSize = 30
  8480. tecks2.TextStrokeTransparency = 0
  8481. tecks2.TextColor3 = Color3.new(0,0,0)
  8482. tecks2.TextStrokeColor3 = Color3.new(0,0,255)
  8483. tecks2.Size = UDim2.new(1,0,0.5,0)
  8484. local tecks3 = Instance.new("TextLabel",naeeym2)
  8485. tecks3.BackgroundTransparency = 1
  8486. tecks3.BorderSizePixel = 0
  8487. tecks3.Text = ""
  8488. tecks3.Font = "Fantasy"
  8489. tecks3.TextSize = 30
  8490. tecks3.TextStrokeTransparency = 0
  8491. tecks3.TextColor3 = Color3.new(0,0,0)
  8492. tecks3.TextStrokeColor3 = Color3.new(255,255,255)
  8493. tecks3.Size = UDim2.new(1,0,0.5,0)
  8494. for i = 1,string.len(text),1 do
  8495.  
  8496. tecks2.Text = string.sub(text,1,i)
  8497. tecks3.Text = string.sub(text,1,i)
  8498. wait(0.01)
  8499. end
  8500. wait(2)
  8501. for i = 1, 50 do
  8502.  
  8503. tecks2.Position = tecks2.Position - UDim2.new(math.random(-.4,.4),math.random(-5,5),.05,math.random(-5,5))
  8504. tecks2.Rotation = tecks2.Rotation - .8
  8505. tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  8506. tecks2.TextTransparency = tecks2.TextTransparency + .04
  8507. tecks3.Position = tecks2.Position - UDim2.new(math.random(-.4,.4),math.random(-5,5),.05,math.random(-5,5))
  8508. tecks3.Rotation = tecks2.Rotation + .8
  8509. tecks3.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  8510. tecks3.TextTransparency = tecks2.TextTransparency + .04
  8511. end
  8512. naeeym2:Destroy()
  8513. end)
  8514. chat()
  8515.  
  8516. end
  8517.  
  8518. repeat wait() until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("LowerTorso")
  8519. local mouse = game.Players.LocalPlayer:GetMouse()
  8520. repeat wait() until mouse
  8521. local plr = game.Players.LocalPlayer
  8522. local LowerTorso = plr.Character.LowerTorso
  8523. local flying = true
  8524. local deb = true
  8525. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  8526. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  8527. local maxspeed = 50
  8528. local speed = 0
  8529. function Fly()
  8530. local bg = Instance.new("BodyGyro", LowerTorso)
  8531. bg.P = 9e4
  8532. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  8533. bg.cframe =LowerTorso.CFrame
  8534. local bv = Instance.new("BodyVelocity", LowerTorso)
  8535. bv.velocity = Vector3.new(0,0.1,0)
  8536. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  8537. repeat wait()
  8538. hum.PlatformStand = true
  8539. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  8540. speed = speed+.5+(speed/maxspeed)
  8541. if speed > maxspeed then
  8542. speed = maxspeed
  8543. end
  8544. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  8545. speed = speed-1
  8546. if speed < 0 then
  8547. speed = 0
  8548. end
  8549. end
  8550. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  8551. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  8552. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  8553. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  8554. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  8555. else
  8556. bv.velocity = Vector3.new(0,0.1,0)
  8557. end
  8558. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  8559. until not flying
  8560. ctrl = {f = 0, b = 0, l = 0, r = 0}
  8561. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  8562. speed = 0
  8563. bg:Destroy()
  8564. bv:Destroy()
  8565. hum.PlatformStand = false
  8566. end
  8567. mouse.KeyDown:connect(function(key)
  8568. if key:lower() == "f" then
  8569. if flying then flying = false
  8570. flying1 = false
  8571. idle = true
  8572. walk = true
  8573. canjump = true
  8574. else
  8575. hum.Jump = true
  8576. wait(0.5)
  8577. flying1 = true
  8578. flying = true
  8579. -- return to idle if finishing an emote
  8580. if (emoteNames[oldAnim] ~= nil and emoteNames[oldAnim] == false) then
  8581. oldAnim = "idle"
  8582. end
  8583.  
  8584. currentAnim = ""
  8585. currentAnimInstance = nil
  8586. if (currentAnimKeyframeHandler ~= nil) then
  8587. currentAnimKeyframeHandler:disconnect()
  8588. end
  8589.  
  8590. if (currentAnimTrack ~= nil) then
  8591. currentAnimTrack:Stop()
  8592. currentAnimTrack:Destroy()
  8593. currentAnimTrack = nil
  8594. end
  8595.  
  8596. -- clean up walk if there is one
  8597. if (runAnimKeyframeHandler ~= nil) then
  8598. runAnimKeyframeHandler:disconnect()
  8599. end
  8600.  
  8601. if (runAnimTrack ~= nil) then
  8602. runAnimTrack:Stop()
  8603. runAnimTrack:Destroy()
  8604. runAnimTrack = nil
  8605. end
  8606. Fly()
  8607. end
  8608. elseif key:lower() == "w" then
  8609. ctrl.f = 1
  8610. nill = false
  8611. foward = true
  8612. elseif key:lower() == "s" then
  8613. ctrl.b = -1
  8614. elseif key:lower() == "a" then
  8615. ctrl.l = -1
  8616. elseif key:lower() == "d" then
  8617. ctrl.r = 1
  8618. end
  8619. end)
  8620. mouse.KeyUp:connect(function(key)
  8621. if key:lower() == "w" then
  8622. ctrl.f = 0
  8623. nill = true
  8624. foward = false
  8625. elseif key:lower() == "s" then
  8626. ctrl.b = 0
  8627. elseif key:lower() == "a" then
  8628. ctrl.l = 0
  8629. elseif key:lower() == "d" then
  8630. ctrl.r = 0
  8631. end
  8632. end)
  8633. Fly()
  8634.  
  8635.  
  8636.  
  8637.  
  8638.  
  8639.  
  8640.  
  8641.  
  8642.  
  8643.  
  8644.  
  8645.  
  8646.  
  8647.  
  8648.  
  8649.  
  8650.  
  8651.  
  8652.  
  8653.  
  8654.  
  8655.  
  8656.  
  8657.  
  8658.  
  8659.  
  8660.  
  8661.  
  8662.  
  8663.  
  8664.  
  8665.  
  8666.  
  8667.  
  8668.  
  8669.  
  8670. -------------------------------------------------------------------------------------------------------------------------------------------
  8671. math.randomseed(tick())
  8672.  
  8673. function configureAnimationSet(name, fileList)
  8674. if (animTable[name] ~= nil) then
  8675. for _, connection in pairs(animTable[name].connections) do
  8676. connection:disconnect()
  8677. end
  8678. end
  8679. animTable[name] = {}
  8680. animTable[name].count = 0
  8681. animTable[name].totalWeight = 0
  8682. animTable[name].connections = {}
  8683.  
  8684. local allowCustomAnimations = true
  8685. local AllowDisableCustomAnimsUserFlag = true
  8686.  
  8687. local success, msg = pcall(function()
  8688. AllowDisableCustomAnimsUserFlag = UserSettings():IsUserFeatureEnabled("UserAllowDisableCustomAnims")
  8689. end)
  8690.  
  8691. if (AllowDisableCustomAnimsUserFlag) then
  8692. local ps = game:GetService("StarterPlayer"):FindFirstChild("PlayerSettings")
  8693. if (ps ~= nil) then
  8694. allowCustomAnimations = not require(ps).UseDefaultAnimations
  8695. end
  8696. end
  8697.  
  8698. -- check for config values
  8699. local config = script:FindFirstChild(name)
  8700. if (allowCustomAnimations and config ~= nil) then
  8701. table.insert(animTable[name].connections, config.ChildAdded:connect(function(child) configureAnimationSet(name, fileList) end))
  8702. table.insert(animTable[name].connections, config.ChildRemoved:connect(function(child) configureAnimationSet(name, fileList) end))
  8703. local idx = 1
  8704. for _, childPart in pairs(config:GetChildren()) do
  8705. if (childPart:IsA("Animation")) then
  8706. table.insert(animTable[name].connections, childPart.Changed:connect(function(property) configureAnimationSet(name, fileList) end))
  8707. animTable[name][idx] = {}
  8708. animTable[name][idx].anim = childPart
  8709. local weightObject = childPart:FindFirstChild("Weight")
  8710. if (weightObject == nil) then
  8711. animTable[name][idx].weight = 1
  8712. else
  8713. animTable[name][idx].weight = weightObject.Value
  8714. end
  8715. animTable[name].count = animTable[name].count + 1
  8716. animTable[name].totalWeight = animTable[name].totalWeight + animTable[name][idx].weight
  8717. idx = idx + 1
  8718. end
  8719. end
  8720. end
  8721.  
  8722. -- fallback to defaults
  8723. if (animTable[name].count <= 0) then
  8724. for idx, anim in pairs(fileList) do
  8725. animTable[name][idx] = {}
  8726. animTable[name][idx].anim = Instance.new("Animation")
  8727. animTable[name][idx].anim.Name = name
  8728. animTable[name][idx].anim.AnimationId = anim.id
  8729. animTable[name][idx].weight = anim.weight
  8730. animTable[name].count = animTable[name].count + 1
  8731. animTable[name].totalWeight = animTable[name].totalWeight + anim.weight
  8732. -- print(name .. " [" .. idx .. "] " .. anim.id .. " (" .. anim.weight .. ")")
  8733. end
  8734. end
  8735. end
  8736.  
  8737. -- Setup animation objects
  8738. function scriptChildModified(child)
  8739. local fileList = animNames[child.Name]
  8740. if (fileList ~= nil) then
  8741. configureAnimationSet(child.Name, fileList)
  8742. end
  8743. end
  8744.  
  8745. script.ChildAdded:connect(scriptChildModified)
  8746. script.ChildRemoved:connect(scriptChildModified)
  8747.  
  8748.  
  8749. for name, fileList in pairs(animNames) do
  8750. configureAnimationSet(name, fileList)
  8751. end
  8752.  
  8753. -- ANIMATION
  8754.  
  8755. -- declarations
  8756. local toolAnim = "None"
  8757. local toolAnimTime = 0
  8758.  
  8759. local jumpAnimTime = 0
  8760. local jumpAnimDuration = 0.31
  8761.  
  8762. local toolTransitionTime = 0.1
  8763. local fallTransitionTime = 0.2
  8764.  
  8765. -- functions
  8766.  
  8767. function stopAllAnimations()
  8768. local oldAnim = currentAnim
  8769.  
  8770. -- return to idle if finishing an emote
  8771. if (emoteNames[oldAnim] ~= nil and emoteNames[oldAnim] == false) then
  8772. oldAnim = "idle"
  8773. end
  8774.  
  8775. currentAnim = ""
  8776. currentAnimInstance = nil
  8777. if (currentAnimKeyframeHandler ~= nil) then
  8778. currentAnimKeyframeHandler:disconnect()
  8779. end
  8780.  
  8781. if (currentAnimTrack ~= nil) then
  8782. currentAnimTrack:Stop()
  8783. currentAnimTrack:Destroy()
  8784. currentAnimTrack = nil
  8785. end
  8786.  
  8787. -- clean up walk if there is one
  8788. if (runAnimKeyframeHandler ~= nil) then
  8789. runAnimKeyframeHandler:disconnect()
  8790. end
  8791.  
  8792. if (runAnimTrack ~= nil) then
  8793. runAnimTrack:Stop()
  8794. runAnimTrack:Destroy()
  8795. runAnimTrack = nil
  8796. end
  8797.  
  8798. return oldAnim
  8799. end
  8800.  
  8801. local smallButNotZero = 0.0001
  8802. function setRunSpeed(speed)
  8803. if speed < 0.33 then
  8804. currentAnimTrack:AdjustWeight(1.0)
  8805. runAnimTrack:AdjustWeight(smallButNotZero)
  8806. elseif speed < 0.66 then
  8807. local weight = ((speed - 0.33) / 0.33)
  8808. currentAnimTrack:AdjustWeight(1.0 - weight + smallButNotZero)
  8809. runAnimTrack:AdjustWeight(weight + smallButNotZero)
  8810. else
  8811. currentAnimTrack:AdjustWeight(smallButNotZero)
  8812. runAnimTrack:AdjustWeight(1.0)
  8813. end
  8814.  
  8815. local speedScaled = speed * 1.25
  8816. runAnimTrack:AdjustSpeed(speedScaled)
  8817. currentAnimTrack:AdjustSpeed(speedScaled)
  8818. end
  8819.  
  8820.  
  8821. function setAnimationSpeed(speed)
  8822. if jumped == false or flying == false then
  8823. if speed ~= currentAnimSpeed then
  8824. currentAnimSpeed = speed
  8825. if currentAnim == "walk" then
  8826. setRunSpeed(speed)
  8827. else
  8828. currentAnimTrack:AdjustSpeed(currentAnimSpeed)
  8829. end
  8830. end
  8831. end
  8832. end
  8833.  
  8834. function keyFrameReachedFunc(frameName)
  8835. if (frameName == "End") then
  8836. if currentAnim == "walk" then
  8837. runAnimTrack.TimePosition = 0.0
  8838. currentAnimTrack.TimePosition = 0.0
  8839. else
  8840. local repeatAnim = currentAnim
  8841. -- return to idle if finishing an emote
  8842. if (emoteNames[repeatAnim] ~= nil and emoteNames[repeatAnim] == false) then
  8843. repeatAnim = "idle"
  8844. end
  8845.  
  8846. local animSpeed = currentAnimSpeed
  8847. playAnimation(repeatAnim, 0.15, Humanoid)
  8848. setAnimationSpeed(animSpeed)
  8849. end
  8850. end
  8851. end
  8852.  
  8853. function rollAnimation(animName)
  8854. local roll = math.random(1, animTable[animName].totalWeight)
  8855. local origRoll = roll
  8856. local idx = 1
  8857. while (roll > animTable[animName][idx].weight) do
  8858. roll = roll - animTable[animName][idx].weight
  8859. idx = idx + 1
  8860. end
  8861. return idx
  8862. end
  8863.  
  8864. function playAnimation(animName, transitionTime, humanoid)
  8865. local idx = rollAnimation(animName)
  8866. local anim = animTable[animName][idx].anim
  8867.  
  8868. -- switch animation
  8869. if (anim ~= currentAnimInstance) then
  8870.  
  8871. if (currentAnimTrack ~= nil) then
  8872. currentAnimTrack:Stop(transitionTime)
  8873. currentAnimTrack:Destroy()
  8874. end
  8875.  
  8876. if (runAnimTrack ~= nil) then
  8877. runAnimTrack:Stop(transitionTime)
  8878. runAnimTrack:Destroy()
  8879. end
  8880.  
  8881. currentAnimSpeed = 1.0
  8882.  
  8883. -- load it to the humanoid; get AnimationTrack
  8884. currentAnimTrack = humanoid:LoadAnimation(anim)
  8885. currentAnimTrack.Priority = Enum.AnimationPriority.Core
  8886.  
  8887. -- play the animation
  8888. currentAnimTrack:Play(transitionTime)
  8889. currentAnim = animName
  8890. currentAnimInstance = anim
  8891.  
  8892. -- set up keyframe name triggers
  8893. if (currentAnimKeyframeHandler ~= nil) then
  8894. currentAnimKeyframeHandler:disconnect()
  8895. end
  8896. currentAnimKeyframeHandler = currentAnimTrack.KeyframeReached:connect(keyFrameReachedFunc)
  8897.  
  8898. -- check to see if we need to blend a walk/run animation
  8899. if animName == "walk" then
  8900. local runAnimName = "run"
  8901. local runIdx = rollAnimation(runAnimName)
  8902.  
  8903. runAnimTrack = humanoid:LoadAnimation(animTable[runAnimName][runIdx].anim)
  8904. runAnimTrack.Priority = Enum.AnimationPriority.Core
  8905. runAnimTrack:Play(transitionTime)
  8906.  
  8907. if (runAnimKeyframeHandler ~= nil) then
  8908. runAnimKeyframeHandler:disconnect()
  8909. end
  8910. runAnimKeyframeHandler = runAnimTrack.KeyframeReached:connect(keyFrameReachedFunc)
  8911. end
  8912. end
  8913.  
  8914. end
  8915.  
  8916. -------------------------------------------------------------------------------------------
  8917. -------------------------------------------------------------------------------------------
  8918.  
  8919. local toolAnimName = ""
  8920. local toolAnimTrack = nil
  8921. local toolAnimInstance = nil
  8922. local currentToolAnimKeyframeHandler = nil
  8923.  
  8924. function toolKeyFrameReachedFunc(frameName)
  8925. if (frameName == "End") then
  8926. playToolAnimation(toolAnimName, 0.0, Humanoid)
  8927. end
  8928. end
  8929.  
  8930.  
  8931. function playToolAnimation(animName, transitionTime, humanoid, priority)
  8932. local idx = rollAnimation(animName)
  8933. local anim = animTable[animName][idx].anim
  8934.  
  8935. if (toolAnimInstance ~= anim) then
  8936.  
  8937. if (toolAnimTrack ~= nil) then
  8938. toolAnimTrack:Stop()
  8939. toolAnimTrack:Destroy()
  8940. transitionTime = 0
  8941. end
  8942.  
  8943. -- load it to the humanoid; get AnimationTrack
  8944. toolAnimTrack = humanoid:LoadAnimation(anim)
  8945. if priority then
  8946. toolAnimTrack.Priority = priority
  8947. end
  8948.  
  8949. -- play the animation
  8950. toolAnimTrack:Play(transitionTime)
  8951. toolAnimName = animName
  8952. toolAnimInstance = anim
  8953.  
  8954. currentToolAnimKeyframeHandler = toolAnimTrack.KeyframeReached:connect(toolKeyFrameReachedFunc)
  8955. end
  8956. end
  8957.  
  8958. function stopToolAnimations()
  8959. local oldAnim = toolAnimName
  8960.  
  8961. if (currentToolAnimKeyframeHandler ~= nil) then
  8962. currentToolAnimKeyframeHandler:disconnect()
  8963. end
  8964.  
  8965. toolAnimName = ""
  8966. toolAnimInstance = nil
  8967. if (toolAnimTrack ~= nil) then
  8968. toolAnimTrack:Stop()
  8969. toolAnimTrack:Destroy()
  8970. toolAnimTrack = nil
  8971. end
  8972.  
  8973. return oldAnim
  8974. end
  8975.  
  8976. -------------------------------------------------------------------------------------------
  8977. -------------------------------------------------------------------------------------------
  8978. -- STATE CHANGE HANDLERS
  8979.  
  8980. function onRunning(speed)
  8981. if speed > 0.5 then
  8982. local scale = 16.0
  8983. if jumped == false or flying == false then
  8984. playAnimation("walk", 0.2, Humanoid)
  8985. end
  8986. setAnimationSpeed(speed / scale)
  8987. pose = "Running"
  8988. else
  8989. if emoteNames[currentAnim] == nil then
  8990. playAnimation("idle", 0.2, Humanoid)
  8991. pose = "Standing"
  8992. end
  8993. end
  8994. end
  8995.  
  8996. function onDied()
  8997. pose = "Dead"
  8998. end
  8999.  
  9000. function onJumping()
  9001.  
  9002. end
  9003.  
  9004. function onClimbing(speed)
  9005. local scale = 5.0
  9006. playAnimation("climb", 0.1, Humanoid)
  9007. setAnimationSpeed(speed / scale)
  9008. pose = "Climbing"
  9009. end
  9010.  
  9011. function onGettingUp()
  9012. pose = "GettingUp"
  9013. end
  9014.  
  9015. function onFreeFall()
  9016.  
  9017. end
  9018.  
  9019. function onFallingDown()
  9020.  
  9021. end
  9022.  
  9023. function onSeated()
  9024. pose = "Seated"
  9025. end
  9026.  
  9027. function onPlatformStanding()
  9028.  
  9029. end
  9030.  
  9031. -------------------------------------------------------------------------------------------
  9032. -------------------------------------------------------------------------------------------
  9033.  
  9034. function onSwimming(speed)
  9035. if speed > 1.00 then
  9036. local scale = 10.0
  9037. playAnimation("swim", 0.4, Humanoid)
  9038. setAnimationSpeed(speed / scale)
  9039. pose = "Swimming"
  9040. else
  9041. playAnimation("swimidle", 0.4, Humanoid)
  9042. pose = "Standing"
  9043. end
  9044. end
  9045.  
  9046. function animateTool()
  9047. if (toolAnim == "None") then
  9048. playToolAnimation("toolnone", toolTransitionTime, Humanoid, Enum.AnimationPriority.Idle)
  9049. return
  9050. end
  9051.  
  9052. if (toolAnim == "Slash") then
  9053. playToolAnimation("toolslash", 0, Humanoid, Enum.AnimationPriority.Action)
  9054. return
  9055. end
  9056.  
  9057. if (toolAnim == "Lunge") then
  9058. playToolAnimation("toollunge", 0, Humanoid, Enum.AnimationPriority.Action)
  9059. return
  9060. end
  9061. end
  9062.  
  9063. function getToolAnim(tool)
  9064. for _, c in ipairs(tool:GetChildren()) do
  9065. if c.Name == "toolanim" and c.className == "StringValue" then
  9066. return c
  9067. end
  9068. end
  9069. return nil
  9070. end
  9071.  
  9072. local lastTick = 0
  9073.  
  9074. function stepAnimate(currentTime)
  9075. local amplitude = 1
  9076. local frequency = 1
  9077. local deltaTime = currentTime - lastTick
  9078. lastTick = currentTime
  9079.  
  9080. local climbFudge = 0
  9081. local setAngles = false
  9082.  
  9083. if (jumpAnimTime > 0) then
  9084. jumpAnimTime = jumpAnimTime - deltaTime
  9085. end
  9086.  
  9087. if (pose == "FreeFall" and jumpAnimTime <= 0) then
  9088. playAnimation("fall", fallTransitionTime, Humanoid)
  9089. elseif (pose == "Seated") then
  9090. playAnimation("sit", 0.5, Humanoid)
  9091. return
  9092. elseif (pose == "Running") then
  9093. if jumped == false or flying == false then
  9094. playAnimation("walk", 0.2, Humanoid)
  9095. end
  9096. elseif (pose == "Dead" or pose == "GettingUp" or pose == "FallingDown" or pose == "Seated" or pose == "PlatformStanding") then
  9097. stopAllAnimations()
  9098. amplitude = 0.1
  9099. frequency = 1
  9100. setAngles = true
  9101. end
  9102.  
  9103. -- Tool Animation handling
  9104. local tool = Character:FindFirstChildOfClass("Tool")
  9105. if tool and (tool.RequiresHandle or tool:FindFirstChild("Handle")) then
  9106.  
  9107. local animStringValueObject = getToolAnim(tool)
  9108.  
  9109. if animStringValueObject then
  9110. toolAnim = animStringValueObject.Value
  9111. -- message recieved, delete StringValue
  9112. animStringValueObject.Parent = nil
  9113. toolAnimTime = currentTime + .3
  9114. end
  9115.  
  9116. if currentTime > toolAnimTime then
  9117. toolAnimTime = 0
  9118. toolAnim = "None"
  9119. end
  9120.  
  9121. animateTool()
  9122. else
  9123. stopToolAnimations()
  9124. toolAnim = "None"
  9125. toolAnimInstance = nil
  9126. toolAnimTime = 0
  9127. end
  9128. end
  9129.  
  9130. -- connect events
  9131. Humanoid.Died:connect(onDied)
  9132. Humanoid.Running:connect(onRunning)
  9133. Humanoid.Jumping:connect(onJumping)
  9134. Humanoid.Climbing:connect(onClimbing)
  9135. Humanoid.GettingUp:connect(onGettingUp)
  9136. Humanoid.FreeFalling:connect(onFreeFall)
  9137. Humanoid.FallingDown:connect(onFallingDown)
  9138. Humanoid.Seated:connect(onSeated)
  9139. Humanoid.PlatformStanding:connect(onPlatformStanding)
  9140. Humanoid.Swimming:connect(onSwimming)
  9141.  
  9142. -- setup emote chat hook
  9143. game:GetService("Players").LocalPlayer.Chatted:connect(function(msg)
  9144. local emote = ""
  9145. if (string.sub(msg, 1, 3) == "/e ") then
  9146. emote = string.sub(msg, 4)
  9147. elseif (string.sub(msg, 1, 7) == "/emote ") then
  9148. emote = string.sub(msg, 8)
  9149. end
  9150.  
  9151. if (pose == "Standing" and emoteNames[emote] ~= nil) then
  9152. playAnimation(emote, 0.1, Humanoid)
  9153. end
  9154. end)
  9155.  
  9156.  
  9157.  
  9158. -- initialize to idle
  9159.  
  9160.  
  9161. -- loop to handle timed state transitions and tool animations
  9162. while Character.Parent ~= nil do
  9163. local _, currentGameTime = wait(0.1)
  9164. stepAnimate(currentGameTime)
  9165.  
  9166. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement