Advertisement
AxeuerAlt

Untitled

Mar 2nd, 2019
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 236.36 KB | None | 0 0
  1. wait(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 = "https://www.roblox.com/library/194135434/DBZ-Vegeta-SSJ-Theme"
  501. ssj2music = Instance.new("Sound",soundfolder)
  502. ssj2music.Volume = 0
  503. ssj2music.Name = "ssj2music"
  504. ssj2music.Looped = true
  505. ssj2music.SoundId = "https://www.roblox.com/library/194135434/DBZ-Vegeta-SSJ-Theme"
  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 = "https://www.roblox.com/library/353341880/Unofficial-Super-Saiyan-3-Vegeta-Theme"
  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 = "FinalFlashVoice"
  589. KamehamehaVoice.Looped = false
  590. KamehamehaVoice.SoundId = "https://www.roblox.com/library/142278233/Dragon-Ball-Z-Vegetas-Final-Flash"
  591. KamehamehaVoice6 = Instance.new("Sound",soundfolder)
  592. KamehamehaVoice6.Volume = 10000
  593. KamehamehaVoice6.Name = "KamehamehaVoice6"
  594. KamehamehaVoice6.Looped = false
  595. KamehamehaVoice6.SoundId = "https://www.roblox.com/library/142278233/Dragon-Ball-Z-Vegetas-Final-Flash"
  596. KamehamehaVoice3 = Instance.new("Sound",soundfolder)
  597. KamehamehaVoice3.Volume = 10000
  598. KamehamehaVoice3.Name = "KamehamehaVoice3"
  599. KamehamehaVoice3.Looped = false
  600. KamehamehaVoice3.SoundId = "https://www.roblox.com/library/142278233/Dragon-Ball-Z-Vegetas-Final-Flash"
  601. KamehamehaVoice2 = Instance.new("Sound",soundfolder)
  602. KamehamehaVoice2.Volume = 10000
  603. KamehamehaVoice2.Name = "KamehamehaVoice2"
  604. KamehamehaVoice2.Looped = false
  605. KamehamehaVoice2.SoundId = "https://www.roblox.com/library/142278233/Dragon-Ball-Z-Vegetas-Final-Flash"
  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 = "https://www.roblox.com/library/142278233/Dragon-Ball-Z-Vegetas-Final-Flash"
  616. ssjbaura = Instance.new("Sound",soundfolder)
  617. ssjbaura.Volume = 1
  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 = "https://www.roblox.com/library/396456430/Dragon-Ball-Super-OST-Super-Saiyan-Blue"
  631. ssjbkaioken = Instance.new("Sound",soundfolder)
  632. ssjbkaioken.Volume = 10000
  633. ssjbkaioken.Name = "ssjbkaioken"
  634. ssjbkaioken.Looped = false
  635. ssjbkaioken.SoundId = "http://www.roblox.com/asset/?id=975627244"
  636. ssjbkaioken1 = Instance.new("Sound",soundfolder)
  637. ssjbkaioken1.Volume = 10000
  638. ssjbkaioken1.Name = "ssjbkaioken1"
  639. ssjbkaioken1.Looped = false
  640. ssjbkaioken1.SoundId = "http://www.roblox.com/asset/?id=975627532"
  641. ssjbkaura = Instance.new("Sound",soundfolder)
  642. ssjbkaura.Volume = 3
  643. ssjbkaura.Name = "ssjbkaura"
  644. ssjbkaura.Looped = true
  645. ssjbkaura.SoundId = "rbxassetid://972925821"
  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(-20)),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 = true
  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.  
  1616. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(90),rad(0),rad(-30)),0.1) --LeftUpperArm
  1617. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(5),rad(0),rad(10)),0.1)--RightUpperArm
  1618. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(70),rad(0),rad(0)),0.1)--LeftLowerArm
  1619. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(70),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(50),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=894173257"
  1832. wait(0.1)
  1833. newaura.Image = "http://www.roblox.com/asset/?id=894173392"
  1834. wait(0.1)
  1835. newaura.Image = "http://www.roblox.com/asset/?id=890403068"
  1836. wait(0.1)
  1837. newaura.Image = "http://www.roblox.com/asset/?id=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 = "https://www.roblox.com/library/560180464/Meshes-Vegeta-Hair"
  1988.  
  1989. char.Shirt.ShirtTemplate = "https://www.roblox.com/catalog/254675024/Vegeta-shirt"
  1990. char.Pants.PantsTemplate = "https://www.roblox.com/catalog/482281462/Vegeta-Pants-New"
  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("Cyan")
  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("Cyan")
  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(150,100,100)
  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("Cyan")
  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 = true
  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 = true
  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.8)
  2673.  
  2674. if potara == false then
  2675. Hair7.Color = Color3.fromRGB(255,246,123)
  2676. Mesh.MeshId = "https://www.roblox.com/library/560152264/Meshes-Vegito-Hair"
  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,246,123)
  2683. Mesh.MeshId = "https://www.roblox.com/library/560152264/Meshes-Vegito-Hair"
  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. wait(2)
  2700. chatfunc("Are You Ready To See A Power Never Seen Before For Thousands Of Years")
  2701. aa21e = new("SpecialMesh",a21e)
  2702. a21e.Anchored = true
  2703. a21e.Position = RootPart.Position
  2704. aa21e.MeshType = "Sphere"
  2705. aa21e.Scale = v3(1,1,1)
  2706.  
  2707. transform1 = false
  2708. transform2 = true
  2709. ssjauraburst:Play()
  2710. GroundWave5()
  2711. GroundWave6()
  2712. GroundWave7()
  2713. GroundWave8()
  2714. GroundWave9()
  2715. GroundWave10()
  2716. ad.Position = RootPart.Position - v3(0,3,0)
  2717. aad.Transparency = 0
  2718.  
  2719.  
  2720.  
  2721. newaura.ImageTransparency = 0
  2722. ssjaura:Play()
  2723. for i = 1,25 do
  2724. wait()
  2725. aa21e.Scale = aa21e.Scale + v3(5,5,5)
  2726. a21e.Transparency = a21e.Transparency + 0.04
  2727. end
  2728. wait(0.1)
  2729.  
  2730. transform2 = false
  2731.  
  2732.  
  2733.  
  2734.  
  2735. -------------------------------------------------
  2736. canattack = true
  2737. RootPart.Anchored = false
  2738. if canfly1 == true then
  2739.  
  2740. idle = true
  2741. walk = true
  2742. canjump = true
  2743. end
  2744. if canfly1 == true then
  2745. canfly = true
  2746. end
  2747. for i = 1,20 do
  2748. wait()
  2749. aad.Transparency = aad.Transparency + 0.05
  2750. end
  2751. end
  2752. else
  2753. if fuse == false or potara == false then
  2754. if ssj1 == true then
  2755. if canattack == true then
  2756. canattack = false
  2757. if canfly == true then
  2758. canfly = false
  2759. canfly1 = true
  2760. end
  2761. RootPart.Anchored = true
  2762. idle = false
  2763. ssj2 = true
  2764. walk = false
  2765. canjump = false
  2766. ssj1 = true
  2767. ssjmusic:Stop()
  2768. ssj2music:Play()
  2769. g1q = Instance.new("Part",char)
  2770. g1q.Name = "Smoke"
  2771. g1q.CanCollide = false
  2772. g1q.Position = RootPart.Position - v3(-8,3,0)
  2773. g1q.Size = v3(0.1,0.1,0.1)
  2774. g1q.Anchored = true
  2775. g1a = Instance.new("Part",char)
  2776. g1a.Name = "Smoke"
  2777. g1a.CanCollide = false
  2778. g1a.Position = RootPart.Position + v3(8,80,0)
  2779. g1a.Size = v3(0.1,0.1,0.1)
  2780. g1a.Anchored = true
  2781. g1q1 = Instance.new("Part",char)
  2782. g1q1.Name = "Smoke"
  2783. g1q1.CanCollide = false
  2784. g1q1.Position = RootPart.Position - v3(-5,3,7)
  2785. g1q1.Size = v3(0.1,0.1,0.1)
  2786. g1q1.Anchored = true
  2787. g1a1 = Instance.new("Part",char)
  2788. g1a1.Name = "Smoke"
  2789. g1a1.CanCollide = false
  2790. g1a1.Position = RootPart.Position + v3(5,80,-7)
  2791. g1a1.Size = v3(0.1,0.1,0.1)
  2792. g1a1.Anchored = true
  2793. g1q2 = Instance.new("Part",char)
  2794. g1q2.Name = "Smoke"
  2795. g1q2.CanCollide = false
  2796. g1q2.Position = RootPart.Position - v3(12,3,-6)
  2797. g1q2.Size = v3(0.1,0.1,0.1)
  2798. g1q2.Anchored = true
  2799. g1a2 = Instance.new("Part",char)
  2800. g1a2.Name = "Smoke"
  2801. g1a2.CanCollide = false
  2802. g1a2.Position = RootPart.Position + v3(-12,80,6)
  2803. g1a2.Size = v3(0.1,0.1,0.1)
  2804. g1a2.Anchored = true
  2805. ------------------------------------------------
  2806. transform3 = true
  2807. screaming1:Play()
  2808. mouth.Texture = "rbxassetid://828773176"
  2809. wait(1)
  2810. lighting1.Transparency = ns(0)
  2811. ssj2aura:Play()
  2812. transform3 = false
  2813. transform1 = true
  2814. wait(0.8)
  2815. GroundShake = true
  2816.  
  2817. char.Head.face.Texture= "rbxassetid://765493484"
  2818. Mesh.MeshId = "https://www.roblox.com/library/560180464/Meshes-Vegeta-Hair"
  2819. Mesh.Scale = v3(6.3,6.3,6.3)
  2820. Weld.C0 = CFrame.new(-.25,1.2,.34)
  2821. Hair7.Color = Color3.fromRGB(255,227,10)
  2822.  
  2823. a21e = new("Part",char)
  2824. a21e.Name = "Beam"..num
  2825. a21e.Locked = true
  2826. a21e.Size = v3(1,1,1)
  2827. a21e.CanCollide = false
  2828. a21e.Position = v3(999,999,999)
  2829. a21e.BrickColor = bc("New Yeller")
  2830. a21e.Material = "Neon"
  2831. a21e.Transparency = 0
  2832. aa21e = new("SpecialMesh",a21e)
  2833. a21e.Anchored = true
  2834. a21e.Position = RootPart.Position
  2835. aa21e.MeshType = "Sphere"
  2836. aa21e.Scale = v3(1,1,1)
  2837.  
  2838. transform1 = false
  2839. transform4 = true
  2840. ssjauraburst:Play()
  2841. GroundWave5()
  2842. GroundWave6()
  2843. GroundWave7()
  2844. GroundWave8()
  2845. GroundWave9()
  2846. GroundWave10()
  2847. ad.Position = RootPart.Position - v3(0,3,0)
  2848. aad.Transparency = 0
  2849.  
  2850.  
  2851.  
  2852. newaura.ImageTransparency = 0
  2853.  
  2854. for i = 1,25 do
  2855. wait()
  2856. aa21e.Scale = aa21e.Scale + v3(5,5,5)
  2857. a21e.Transparency = a21e.Transparency + 0.04
  2858. end
  2859.  
  2860.  
  2861. wait()
  2862. GroundShake = false
  2863. for i,v in pairs(workspace:GetChildren()) do
  2864. if v:IsA("Part") then
  2865. if v.Size.x > 150 then
  2866. v.CFrame = CFrame.new(v.Position) * CFrame.Angles(rad(0),rad(0),rad(0))
  2867. end
  2868. end
  2869. end
  2870.  
  2871.  
  2872. wait(0.9)
  2873. transform4 = false
  2874. mouth.Texture = "rbxassetid://932140764"
  2875.  
  2876.  
  2877.  
  2878. -------------------------------------------------
  2879. canattack = true
  2880. RootPart.Anchored = false
  2881. if canfly1 == true then
  2882. idle = true
  2883. walk = true
  2884. canjump = true
  2885. end
  2886. if canfly1 == true then
  2887. canfly = true
  2888. canfly1 = false
  2889. end
  2890. RootPart.Anchored = false
  2891. ssj1 = false
  2892. for i = 1,20 do
  2893. wait()
  2894. aad.Transparency = aad.Transparency + 0.05
  2895. end
  2896. end
  2897. end
  2898. end
  2899. end
  2900. end
  2901. end)
  2902.  
  2903.  
  2904.  
  2905.  
  2906.  
  2907.  
  2908.  
  2909.  
  2910.  
  2911.  
  2912.  
  2913.  
  2914.  
  2915.  
  2916.  
  2917. mouse.KeyDown:connect(function(key)
  2918.  
  2919. if key == "t" then
  2920. if fuse == false or potara == false then
  2921. if ssj2 == true then
  2922. if canattack == true then
  2923. canattack = false
  2924. if canfly == true then
  2925. canfly = false
  2926. canfly1 = true
  2927. end
  2928. idle = false
  2929. ssj2 = false
  2930. ssj1 = false
  2931. ssj3 = true
  2932. ssjb = false
  2933. ssjg = false
  2934. ssjbkaio = false
  2935. ssjbkaiox10 = false
  2936.  
  2937. RootPart.Anchored = true
  2938. walk = false
  2939. canjump = false
  2940. ssj1 = true
  2941. ssj2music:Stop()
  2942. ssj3music:Play()
  2943. g1q = Instance.new("Part",char)
  2944. g1q.Name = "Smoke"
  2945. g1q.CanCollide = false
  2946. g1q.Position = RootPart.Position - v3(-8,3,0)
  2947. g1q.Size = v3(0.1,0.1,0.1)
  2948. g1q.Anchored = true
  2949. g1a = Instance.new("Part",char)
  2950. g1a.Name = "Smoke"
  2951. g1a.CanCollide = false
  2952. g1a.Position = RootPart.Position + v3(8,80,0)
  2953. g1a.Size = v3(0.1,0.1,0.1)
  2954. g1a.Anchored = true
  2955. g1q1 = Instance.new("Part",char)
  2956. g1q1.Name = "Smoke"
  2957. g1q1.CanCollide = false
  2958. g1q1.Position = RootPart.Position - v3(-5,3,7)
  2959. g1q1.Size = v3(0.1,0.1,0.1)
  2960. g1q1.Anchored = true
  2961. g1a1 = Instance.new("Part",char)
  2962. g1a1.Name = "Smoke"
  2963. g1a1.CanCollide = false
  2964. g1a1.Position = RootPart.Position + v3(5,80,-7)
  2965. g1a1.Size = v3(0.1,0.1,0.1)
  2966. g1a1.Anchored = true
  2967. g1q2 = Instance.new("Part",char)
  2968. g1q2.Name = "Smoke"
  2969. g1q2.CanCollide = false
  2970. g1q2.Position = RootPart.Position - v3(12,3,-6)
  2971. g1q2.Size = v3(0.1,0.1,0.1)
  2972. g1q2.Anchored = true
  2973. g1a2 = Instance.new("Part",char)
  2974. g1a2.Name = "Smoke"
  2975. g1a2.CanCollide = false
  2976. g1a2.Position = RootPart.Position + v3(-12,80,6)
  2977. g1a2.Size = v3(0.1,0.1,0.1)
  2978. g1a2.Anchored = true
  2979. ------------------------------------------------
  2980.  
  2981.  
  2982. transform1 = true
  2983.  
  2984. wait(0.6)
  2985.  
  2986.  
  2987.  
  2988. KiCharge:Play()
  2989. transform1 = false
  2990. transform3 = true
  2991.  
  2992.  
  2993. GroundShake = true
  2994. coroutine.wrap(function()
  2995.  
  2996.  
  2997. repeat wait()
  2998. newaurabase.Size = UDim2.new(math.random(20,28),0,math.random(20,28),0)
  2999. until GroundShake == false
  3000.  
  3001. KiCharge:Stop()
  3002.  
  3003. end)()
  3004. rock = true
  3005.  
  3006. mouth.Texture = "rbxassetid://828773176"
  3007. screaming:Play()
  3008. coroutine.wrap(function()
  3009. for i = 1,5 do
  3010. wait(math.random(1,2))
  3011. game.Lighting.Ambient = Color3.new(999,999,999)
  3012.  
  3013. wait(0.0001)
  3014. game.Lighting.Ambient = Color3.new(0,0,0)
  3015. wait(0.0001)
  3016. game.Lighting.Ambient = Color3.new(999,999,999)
  3017. wait(0.0001)
  3018. Lightning:Play()
  3019. block = Instance.new("Part",char)
  3020. block.Anchored = true
  3021. block.Transparency = 1
  3022. block.Position = RootPart.Position + v3(math.random(-10,10),-1,math.random(-10,10))
  3023. block.CanCollide = false
  3024. block2 = Instance.new("Part",char)
  3025. block2.Anchored = true
  3026. block2.Position = block.Position + v3(0,200,0)
  3027. block2.CanCollide = false
  3028. block2.Transparency = 1
  3029.  
  3030.  
  3031.  
  3032.  
  3033. Lightning1(block.Position,block2.Position,0.2,10,workspace)
  3034. game.Lighting.Ambient = Color3.new(0,0,0)
  3035. end
  3036. end)()
  3037.  
  3038. wait(8)
  3039. GroundShake2 = true
  3040. char.Head.face.Texture= "rbxassetid://897514186"
  3041.  
  3042. lighting.Transparency = ns(0)
  3043. KiCharge:Stop()
  3044.  
  3045.  
  3046. Weld.C0 = CFrame.new(0.3, -1, 1.45) * CFrame.Angles(0,rad(180),0)
  3047. Mesh.MeshId = "http://www.roblox.com/asset/?id=431511681"
  3048. Mesh.Scale = Vector3.new(0.0055,0.005,0.0055)
  3049.  
  3050. a21e = new("Part",char)
  3051. a21e.Name = "Beam"..num
  3052. a21e.Locked = true
  3053. a21e.Size = v3(1,1,1)
  3054. a21e.CanCollide = false
  3055. a21e.Position = v3(999,999,999)
  3056. a21e.BrickColor = bc("New Yeller")
  3057. a21e.Material = "Neon"
  3058. a21e.Transparency = 0
  3059. aa21e = new("SpecialMesh",a21e)
  3060. a21e.Anchored = true
  3061. a21e.Position = RootPart.Position
  3062. aa21e.MeshType = "Sphere"
  3063. aa21e.Scale = v3(1,1,1)
  3064.  
  3065.  
  3066. ssjauraburst:Play()
  3067. GroundWave5()
  3068. GroundWave6()
  3069. GroundWave7()
  3070. GroundWave8()
  3071. GroundWave9()
  3072. GroundWave10()
  3073. ad.Position = RootPart.Position - v3(0,3,0)
  3074. aad.Transparency = 0
  3075. rock = false
  3076. rock3 = true
  3077.  
  3078. newaura.ImageTransparency = 0
  3079. ssjaura:Play()
  3080. for i = 1,50 do
  3081. wait()
  3082. aa21e.Scale = aa21e.Scale + v3(5,5,5)
  3083. a21e.Transparency = a21e.Transparency + 0.02
  3084. end
  3085. GroundShake = false
  3086. wait(0.1)
  3087.  
  3088.  
  3089.  
  3090.  
  3091. GroundShake2 = false
  3092. for i,v in pairs(workspace:GetChildren()) do
  3093. if v:IsA("Part") then
  3094. if v.Size.x > 150 then
  3095. v.CFrame = CFrame.new(v.Position) * CFrame.Angles(rad(0),rad(0),rad(0))
  3096. end
  3097. end
  3098. end
  3099.  
  3100. wait(0.9)
  3101. transform3 = false
  3102. mouth.Texture = "rbxassetid://932140764"
  3103.  
  3104.  
  3105.  
  3106. -------------------------------------------------
  3107. canattack = true
  3108. rock3 = false
  3109. RootPart.Anchored = false
  3110. if canfly1 == true then
  3111. idle = true
  3112. walk = true
  3113. canjump = true
  3114. end
  3115. if canfly1 == true then
  3116. canfly = true
  3117. canfly1 = false
  3118. end
  3119. for i = 1,20 do
  3120. wait()
  3121. aad.Transparency = aad.Transparency + 0.05
  3122. end
  3123. end
  3124. end
  3125. end
  3126. end
  3127. end)
  3128.  
  3129. mouse.KeyDown:connect(function(key)
  3130. if key == "x" then
  3131. if canattack == true then
  3132. 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
  3133. char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=363968007"
  3134. char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=363966829"
  3135. if ssj4 == true then
  3136. ape5.Transparency = 1
  3137. end
  3138. ssj4 = false
  3139. fuse = false
  3140. idle7 = false
  3141. idle = true
  3142. mouth.Transparency = 0
  3143. nose.Transparency = 0
  3144. Hair7.BrickColor = BrickColor.new("Really black")
  3145. Mesh.Scale = Vector3.new(7.1,7.1,7.1)
  3146. Mesh.MeshId = "https://www.roblox.com/library/305525412/SSJ4-hair"
  3147. Weld.C0 = CFrame.new(-0.3, 1.2, -0.32)
  3148. newaurabase.Size = UDim2.new(20,0,20,0)
  3149. newaura.Position = UDim2.new(-0.5,0,-0.2,0)
  3150. newaurabase.AlwaysOnTop = false
  3151. newaura.ImageColor3 = Color3.fromRGB(255, 227, 10)
  3152. newaurabase.ExtentsOffset = Vector3.new(0,0,3)
  3153. char.Head.face.Texture= "rbxassetid://765423946"
  3154.  
  3155. lighting.Transparency = ns(1)
  3156. lighting1.Transparency = ns(1)
  3157. newaura.ImageTransparency = 1
  3158. ssj1 = false
  3159. ssj2 = false
  3160. ssjg = false
  3161. p1.Transparency = 1
  3162. p2.Transparency = 1
  3163. p3.Transparency = 1
  3164. p4.Transparency = 1
  3165. p5.Transparency = 1
  3166. p6.Transparency = 1
  3167. p7.Transparency = 1
  3168. p8.Transparency =1
  3169. p9.Transparency = 1
  3170. p10.Transparency = 1
  3171. p11.Transparency = 1
  3172. p12.Transparency = 1
  3173. p13.Transparency =1
  3174. p14.Transparency = 1
  3175. p15.Transparency =1
  3176. newaura2.ImageTransparency = 1
  3177. ssjb = false
  3178. ssjbkaio = false
  3179. ssjbkaiox10 = false
  3180. a21e.Locked = true
  3181. a21e.Size = v3(1,1,1)
  3182. a21e.CanCollide = false
  3183. a21e.Position = v3(999,999,999)
  3184. a21e.BrickColor = bc("White")
  3185. a21e.Material = "Neon"
  3186. a21e.Transparency = 0
  3187. aa21e = new("SpecialMesh",a21e)
  3188. a21e.Anchored = true
  3189. a21e.Position = RootPart.Position
  3190. aa21e.MeshType = "Sphere"
  3191. aa21e.Scale = v3(1,1,1)
  3192. ssjaura:Stop()
  3193. ssj2aura:Stop()
  3194.  
  3195. ssj3 = false
  3196. ssjaura:Stop()
  3197. ssjbaura:Stop()
  3198. ssjbkaura:Stop()
  3199. ssjgmusic:Stop()
  3200. ssjgaura:Stop()
  3201. ssjbmusic:Stop()
  3202. ssj2aura:Stop()
  3203. ssjmusic:Stop()
  3204. ssj2music:Stop()
  3205. ssj3music:Stop()
  3206. PowerDown:Play()
  3207. for i = 1,50 do
  3208. wait()
  3209. aa21e.Scale = aa21e.Scale + v3(5,5,5)
  3210. a21e.Transparency = a21e.Transparency + 0.02
  3211. end
  3212. end
  3213. if fuse == true and ssj4 == true then
  3214. fuse = false
  3215. idle7 = false
  3216. idle5 = false
  3217. noidle = true
  3218. ssjb = false
  3219. ssj1= false
  3220. walk = true
  3221. canjump = true
  3222. linkpart = Instance.new("Part",char)
  3223. linkpart.Position = v3(999,999,999)
  3224. linkpart.Transparency = 1
  3225. linkpart.CanCollide = false
  3226. linkpart.Anchored = true
  3227. linkpart.CFrame = RootPart.CFrame * cfa(0,rad(90),0) + RootPart.CFrame.lookVector
  3228. RootPart1.Anchored = true
  3229. RootPart.Anchored = true
  3230. RootPart1 = clone1.HumanoidRootPart
  3231. com1 = 1
  3232. Hair7.Color = Color3.fromRGB(0,0,0)
  3233. Mesh.MeshId = "https://www.roblox.com/library/560200129/Meshes-Super-Saiyan-4-Vegito-Hair"
  3234. Mesh.Scale = Vector3.new(0.23,0.23,0.23)
  3235. Weld.C0 = CFrame.new(0.25, 0.4, 0.5)*CFrame.Angles(0,math.rad(180),0)
  3236. char.Head.face.Texture= "http://www.roblox.com/asset/?id=869609457"
  3237. char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=258281249"
  3238. char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=258281716"
  3239. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1) --LeftUpperArm
  3240. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--RightUpperArm
  3241. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--LeftLowerArm
  3242. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--RightLowerArm
  3243. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--LeftUpperLeg
  3244. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--RightUpperLeg
  3245. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--LeftLowerLeg
  3246. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--RightUpperLeg
  3247. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--Torso
  3248. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--Head
  3249. LeftShoulder1.C0 = LeftShoulder1.C0:lerp(CFrame.new(LeftShoulder1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1) --LeftUpperArm
  3250. RightShoulder1.C0 = RightShoulder1.C0:lerp(CFrame.new(RightShoulder1.C0 .p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--RightUpperArm
  3251. LeftElbow1.C0 = LeftElbow1.C0:lerp(CFrame.new(LeftElbow1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--LeftLowerArm
  3252. RightElbow1.C0 = RightElbow1.C0:lerp(CFrame.new(RightElbow1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--RightLowerArm
  3253. LeftHip1.C0 = LeftHip1.C0:lerp(CFrame.new(LeftHip1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--LeftUpperLeg
  3254. RightHip1.C0 = RightHip1.C0:lerp(CFrame.new(RightHip1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--RightUpperLeg
  3255. LeftKnee1.C0 = LeftKnee1.C0:lerp(CFrame.new( LeftKnee1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--LeftLowerLeg
  3256. RightKnee1.C0 = RightKnee1.C0:lerp(CFrame.new(RightKnee1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--RightUpperLeg
  3257. Root1.C0 = Root1.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--Torso
  3258. Neck1.C0 = Neck1.C0:lerp(CFrame.new( Neck1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--Head
  3259. for i = 1,50 do
  3260. wait()
  3261. com1 = com1 + 0.1
  3262. RootPart1.CFrame = linkpart.CFrame * cfa(0,rad(-90),0) + linkpart.CFrame.lookVector * com1
  3263. RootPart.CFrame = linkpart.CFrame * cfa(0,rad(-90),0) - linkpart.CFrame.lookVector * com1
  3264. end
  3265. noidle = false
  3266. idle = true
  3267. RootPart1.CFrame = CFrame.new(999,999,999)
  3268. RootPart1.Anchored = true
  3269. RootPart.Anchored = false
  3270. hum.HipHeight = 1.35
  3271. end
  3272. if fuse == true and ssj4 == false or potara == true then
  3273. fuse = false
  3274. idle7 = false
  3275. ssjb = false
  3276. ssj2 = false
  3277. ssj3 = false
  3278. ssj4 = false
  3279. ssjaura:Stop()
  3280. newaurabase.Size = UDim2.new(20,0,20,0)
  3281. newaura.Position = UDim2.new(-0.5,0,-0.2,0)
  3282. newaurabase.AlwaysOnTop = false
  3283. newaura.ImageColor3 = Color3.fromRGB(255, 227, 10)
  3284. newaurabase.ExtentsOffset = Vector3.new(0,0,3)
  3285. ssjg = false
  3286. idle5 = false
  3287. noidle = true
  3288. walk = true
  3289. ssj1 = false
  3290. newaura.ImageTransparency = 1
  3291. char.Head.face.Texture= "rbxassetid://765423946"
  3292. Hair7.BrickColor = bc("Really black")
  3293. ssjaura:Stop()
  3294. canjump = true
  3295. if potara == true then
  3296.  
  3297. ee1d:Destroy()
  3298. ee2d:Destroy()
  3299. ee3d:Destroy()
  3300. ee4d:Destroy()
  3301. eec:Destroy()
  3302. ee1c:Destroy()
  3303. ee2c:Destroy()
  3304. ee3c:Destroy()
  3305. ee4c:Destroy()
  3306. end
  3307. linkpart = Instance.new("Part",char)
  3308. linkpart.Position = v3(999,999,999)
  3309. linkpart.Transparency = 1
  3310. linkpart.CanCollide = false
  3311. linkpart.Anchored = true
  3312. linkpart.CFrame = RootPart.CFrame * cfa(0,rad(90),0) + RootPart.CFrame.lookVector
  3313. RootPart1.Anchored = true
  3314. RootPart.Anchored = true
  3315. RootPart1 = clone1.HumanoidRootPart
  3316. com1 = 1
  3317. char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=363968007"
  3318. char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=363966829"
  3319. Weld.C0 = CFrame.new(-0.3, 1.2, -0.32)
  3320. Mesh.Scale = Vector3.new(6.8,6.8,6.8)
  3321. Mesh.MeshId = "http://www.roblox.com/asset/?id=501884712"
  3322. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1) --LeftUpperArm
  3323. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--RightUpperArm
  3324. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--LeftLowerArm
  3325. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--RightLowerArm
  3326. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--LeftUpperLeg
  3327. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--RightUpperLeg
  3328. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--LeftLowerLeg
  3329. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--RightUpperLeg
  3330. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--Torso
  3331. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--Head
  3332. LeftShoulder1.C0 = LeftShoulder1.C0:lerp(CFrame.new(LeftShoulder1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1) --LeftUpperArm
  3333. RightShoulder1.C0 = RightShoulder1.C0:lerp(CFrame.new(RightShoulder1.C0 .p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--RightUpperArm
  3334. LeftElbow1.C0 = LeftElbow1.C0:lerp(CFrame.new(LeftElbow1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--LeftLowerArm
  3335. RightElbow1.C0 = RightElbow1.C0:lerp(CFrame.new(RightElbow1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--RightLowerArm
  3336. LeftHip1.C0 = LeftHip1.C0:lerp(CFrame.new(LeftHip1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--LeftUpperLeg
  3337. RightHip1.C0 = RightHip1.C0:lerp(CFrame.new(RightHip1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--RightUpperLeg
  3338. LeftKnee1.C0 = LeftKnee1.C0:lerp(CFrame.new( LeftKnee1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--LeftLowerLeg
  3339. RightKnee1.C0 = RightKnee1.C0:lerp(CFrame.new(RightKnee1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--RightUpperLeg
  3340. Root1.C0 = Root1.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--Torso
  3341. Neck1.C0 = Neck1.C0:lerp(CFrame.new( Neck1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--Head
  3342. a21e.Locked = true
  3343. a21e.Size = v3(1,1,1)
  3344. a21e.CanCollide = false
  3345. a21e.Position = v3(999,999,999)
  3346. a21e.BrickColor = bc("White")
  3347. a21e.Material = "Neon"
  3348. a21e.Transparency = 0
  3349. aa21e = new("SpecialMesh",a21e)
  3350. a21e.Anchored = true
  3351. a21e.Position = RootPart.Position
  3352. aa21e.MeshType = "Sphere"
  3353. aa21e.Scale = v3(1,1,1)
  3354. ssjbaura:Stop()
  3355. PowerDown:Play()
  3356. coroutine.wrap(function()
  3357. for i = 1,50 do
  3358. wait()
  3359. aa21e.Scale = aa21e.Scale + v3(5,5,5)
  3360. a21e.Transparency = a21e.Transparency + 0.02
  3361. end
  3362. end)()
  3363. for i = 1,50 do
  3364. wait()
  3365. com1 = com1 + 0.1
  3366. RootPart1.CFrame = linkpart.CFrame * cfa(0,rad(-90),0) + linkpart.CFrame.lookVector * com1
  3367. RootPart.CFrame = linkpart.CFrame * cfa(0,rad(-90),0) - linkpart.CFrame.lookVector * com1
  3368. end
  3369. noidle = false
  3370. idle = true
  3371. if potara == true then
  3372. ee:Destroy()
  3373. ee1:Destroy()
  3374. ee2:Destroy()
  3375. ee3:Destroy()
  3376. ee4:Destroy()
  3377. eed:Destroy()
  3378. end
  3379. potara = false
  3380. RootPart1.CFrame = CFrame.new(999,999,999)
  3381. RootPart1.Anchored = true
  3382. RootPart.Anchored = false
  3383. hum.HipHeight = 1.35
  3384. end
  3385. end
  3386. end
  3387. end)
  3388. mouse.KeyDown:connect(function(key)
  3389. if key == "c" then
  3390. if canattack == true then
  3391. if ssj1 == true or ssj2 == true or ssj3 == true then
  3392. lighting.Transparency = ns(1)
  3393. lighting1.Transparency = ns(1)
  3394. newaura.ImageTransparency = 1
  3395. a21e.Name = "Beam"..num
  3396. a21e.Locked = true
  3397. a21e.Size = v3(1,1,1)
  3398. a21e.CanCollide = false
  3399. a21e.Position = v3(999,999,999)
  3400. a21e.BrickColor = bc("New Yeller")
  3401. a21e.Material = "Neon"
  3402. a21e.Transparency = 0
  3403. aa21e = new("SpecialMesh",a21e)
  3404. a21e.Anchored = true
  3405. a21e.Position = RootPart.Position
  3406. aa21e.MeshType = "Sphere"
  3407. aa21e.Scale = v3(1,1,1)
  3408. ssjaura:Stop()
  3409. ssj2aura:Stop()
  3410. AuraOff:Play()
  3411. for i = 1,50 do
  3412. wait()
  3413. aa21e.Scale = aa21e.Scale + v3(5,5,5)
  3414. a21e.Transparency = a21e.Transparency + 0.02
  3415. end
  3416. end
  3417. if ssjb == true then
  3418. ssjbaura:Stop()
  3419.  
  3420. newaura.ImageTransparency = 1
  3421. a21e.Name = "Beam"..num
  3422. a21e.Locked = true
  3423. a21e.Size = v3(1,1,1)
  3424. a21e.CanCollide = false
  3425. a21e.Position = v3(999,999,999)
  3426. a21e.BrickColor = bc("Toothpaste")
  3427. a21e.Material = "Neon"
  3428. a21e.Transparency = 0
  3429. aa21e = new("SpecialMesh",a21e)
  3430. a21e.Anchored = true
  3431. a21e.Position = RootPart.Position
  3432. aa21e.MeshType = "Sphere"
  3433. aa21e.Scale = v3(1,1,1)
  3434. AuraOff:Play()
  3435. for i = 1,50 do
  3436. wait()
  3437. aa21e.Scale = aa21e.Scale + v3(5,5,5)
  3438. a21e.Transparency = a21e.Transparency + 0.02
  3439. end
  3440. end
  3441. if ssj4 == true then
  3442. ssjaura:Stop()
  3443.  
  3444. newaura.ImageTransparency = 1
  3445. a21e.Name = "Beam"..num
  3446. a21e.Locked = true
  3447. a21e.Size = v3(1,1,1)
  3448. a21e.CanCollide = false
  3449. a21e.Position = v3(999,999,999)
  3450. a21e.BrickColor = bc("New Yeller")
  3451. a21e.Material = "Neon"
  3452. a21e.Transparency = 0
  3453. aa21e = new("SpecialMesh",a21e)
  3454. a21e.Anchored = true
  3455. a21e.Position = RootPart.Position
  3456. aa21e.MeshType = "Sphere"
  3457. aa21e.Scale = v3(1,1,1)
  3458. AuraOff:Play()
  3459. for i = 1,50 do
  3460. wait()
  3461. aa21e.Scale = aa21e.Scale + v3(5,5,5)
  3462. a21e.Transparency = a21e.Transparency + 0.02
  3463. end
  3464. end
  3465. if ssjg == true then
  3466. ssjgaura:Stop()
  3467.  
  3468. newaura.ImageTransparency = 1
  3469. a21e.Name = "Beam"..num
  3470. a21e.Locked = true
  3471. a21e.Size = v3(1,1,1)
  3472. a21e.CanCollide = false
  3473. a21e.Position = v3(999,999,999)
  3474. a21e.BrickColor = bc("Really red")
  3475. a21e.Material = "Neon"
  3476. a21e.Transparency = 0
  3477. aa21e = new("SpecialMesh",a21e)
  3478. a21e.Anchored = true
  3479. a21e.Position = RootPart.Position
  3480. aa21e.MeshType = "Sphere"
  3481. aa21e.Scale = v3(1,1,1)
  3482. AuraOff:Play()
  3483. for i = 1,50 do
  3484. wait()
  3485. aa21e.Scale = aa21e.Scale + v3(5,5,5)
  3486. a21e.Transparency = a21e.Transparency + 0.02
  3487. end
  3488. end
  3489. end
  3490. end
  3491. end)
  3492.  
  3493.  
  3494.  
  3495.  
  3496. mouse.KeyDown:connect(function(key)
  3497. if key == "h" then
  3498. if canattack == true and flying1 == false and punched1 == true then
  3499.  
  3500. idle = false
  3501. walk = false
  3502. canjump = false
  3503. canattack = false
  3504. punch1 = true
  3505. punched1 = false
  3506. punched2 = true
  3507. af1 = new("Part",char)
  3508. af1.Name = "NewPart"
  3509. af1.Size = v3(1,1,1)
  3510. af1.Position = v3(999,999,999)
  3511. af1.Material = "Neon"
  3512. af1.Transparency = 1
  3513.  
  3514. aaaf1 =new("Weld",af1)
  3515. aaaf1.Part0 = RootPart
  3516. aaaf1.Part1 = af1
  3517. aaaf1.C0 = cf(0,0,-2) * cfa(rad(0),rad(0),rad(0))
  3518. wait(0.1)
  3519. punch1 = false
  3520. punch2 = true
  3521. wait(0.2)
  3522.  
  3523. af1.Touched:connect(function(hit)
  3524. if hit.Parent:FindFirstChild("Head") then
  3525. grab = true
  3526. go11 = 2.3
  3527. af1:Destroy()
  3528. punchsound1:Play()
  3529. hit1 = true
  3530. hit.Parent:findFirstChild("Head").Anchored = true
  3531. for i,v in pairs(hit.Parent:GetChildren()) do
  3532.  
  3533.  
  3534. if v:IsA("Humanoid") then
  3535. v.Health = v.Health - 10
  3536. if v.Health > 100 then
  3537. v.Health = 100
  3538. v.MaxHealth = 100
  3539. end
  3540. end
  3541. end
  3542. hit.Parent:findFirstChild("Head").CFrame = RootPart.CFrame + RootPart.CFrame.lookVector * 2.3
  3543. punch2 = false
  3544.  
  3545.  
  3546. idle = false
  3547. walk = false
  3548. canjump = false
  3549. canattack = false
  3550. punch3 = true
  3551. punched1 = false
  3552. punched2 = false
  3553. punched3 = true
  3554. af1 = new("Part",char)
  3555. af1.Name = "NewPart"
  3556. af1.Size = v3(1,1,1)
  3557. af1.Position = v3(999,999,999)
  3558. af1.Material = "Neon"
  3559. af1.Transparency = 1
  3560.  
  3561. aaaf1 =new("Weld",af1)
  3562. aaaf1.Part0 = LeftHand
  3563. aaaf1.Part1 = af1
  3564. aaaf1.C0 = cf(0,0,0) * cfa(rad(0),rad(0),rad(0))
  3565.  
  3566. wait(0.1)
  3567. punch3 = false
  3568. punch4 = true
  3569. for i,v in pairs(hit.Parent:GetChildren()) do
  3570.  
  3571.  
  3572. if v:IsA("Humanoid") then
  3573. v.Health = v.Health - 10
  3574. if v.Health > 100 then
  3575. v.Health = 100
  3576. v.MaxHealth = 100
  3577. end
  3578. end
  3579. end
  3580. punchsound1:Play()
  3581. wait(0.2)
  3582. if hit1 == false then
  3583. af1:Destroy()
  3584. hit1 = false
  3585. end
  3586. punch4 = false
  3587.  
  3588.  
  3589. idle = false
  3590. walk = false
  3591. canjump = false
  3592. canattack = false
  3593. uppercut1 = true
  3594. punched1 = false
  3595. punched2 = false
  3596. punched3 = false
  3597. punched4 = true
  3598. wait(0.3)
  3599. uppercut1 = false
  3600. uppercut2 = true
  3601. af1 = new("Part",char)
  3602. af1.Name = "NewPart"
  3603. af1.Size = v3(1,1,1)
  3604. af1.Position = v3(999,999,999)
  3605. af1.Material = "Neon"
  3606. af1.Transparency = 1
  3607.  
  3608. aaaf1 =new("Weld",af1)
  3609. aaaf1.Part0 = LeftHand
  3610. aaaf1.Part1 = af1
  3611. aaaf1.C0 = cf(0,0,0) * cfa(rad(0),rad(0),rad(0))
  3612. for i,v in pairs(hit.Parent:GetChildren()) do
  3613.  
  3614.  
  3615. if v:IsA("Humanoid") then
  3616. v.Health = v.Health - 10
  3617. if v.Health > 100 then
  3618. v.Health = 100
  3619. v.MaxHealth = 100
  3620. end
  3621. end
  3622. end
  3623. punchsound1:Play()
  3624. for i = 1,10 do
  3625. wait()
  3626. up = up + 1
  3627. 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)
  3628. end
  3629. hit.Parent:findFirstChild("Head").Anchored = true
  3630.  
  3631.  
  3632.  
  3633.  
  3634. wait(0.3)
  3635. uppercut2 = false
  3636.  
  3637. RootPart.CFrame = hit.Parent:findFirstChild("Head").CFrame - hit.Parent:findFirstChild("Head").CFrame.lookVector * 2.3
  3638. RootPart.Anchored = true
  3639. idle = false
  3640. walk = false
  3641. canjump = false
  3642. canattack = false
  3643. knockdown1 = true
  3644. punched1 = true
  3645. punched2 = false
  3646. punched3 = false
  3647. punched4 = false
  3648. wait(0.3)
  3649. knockdown1 = false
  3650. knockdown2 = true
  3651. StrongPunch:Play()
  3652. for i,v in pairs(hit.Parent:GetChildren()) do
  3653.  
  3654.  
  3655. if v:IsA("Humanoid") then
  3656. v.Health = v.Health - 10
  3657. if v.Health > 100 then
  3658. v.Health = 100
  3659. v.MaxHealth = 100
  3660. end
  3661. end
  3662. end
  3663. GroundWave11()
  3664. punchsound2:Play()
  3665. up = 0
  3666. for i = 1,10 do
  3667. wait()
  3668. up = up + 1
  3669. 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)
  3670. end
  3671. wait(0.2)
  3672. knockdown2 = false
  3673. hit.Parent:findFirstChild("Head").Anchored = true
  3674. RootPart.CFrame = hit.Parent:findFirstChild("Head").CFrame - hit.Parent:findFirstChild("Head").CFrame.lookVector * 2.3
  3675. FastPunch:Play()
  3676. for i = 1,3 do
  3677. punch1 = true
  3678. wait(0.01)
  3679. punch1 = false
  3680.  
  3681. punch2 = true
  3682. wait(0.01)
  3683. punch2 = false
  3684. GroundWave1()
  3685. for i,v in pairs(hit.Parent:GetChildren()) do
  3686.  
  3687.  
  3688. if v:IsA("Humanoid") then
  3689. v.Health = v.Health - 1
  3690. if v.Health > 100 then
  3691. v.Health = 100
  3692. v.MaxHealth = 100
  3693. end
  3694. end
  3695.  
  3696. end
  3697. punchsound1:Play()
  3698. punch3 = true
  3699. wait(0.01)
  3700. punch3 = false
  3701.  
  3702. punch4 = true
  3703. wait(0.01)
  3704. punch4 = false
  3705.  
  3706.  
  3707. kick1 = true
  3708. wait(0.01)
  3709. kick1 = false
  3710.  
  3711. kick2 = true
  3712. wait(0.01)
  3713. kick2 = false
  3714. GroundWave111()
  3715.  
  3716. punchsound1:Play()
  3717. kick3 = true
  3718. wait(0.01)
  3719. kick3 = false
  3720.  
  3721. kick4 = true
  3722. wait(0.01)
  3723. kick4 = false
  3724.  
  3725. punchsound1:Play()
  3726. end
  3727. punch1 = true
  3728. wait(0.5)
  3729. punch1 = false
  3730. GroundWave1()
  3731. punch2 = true
  3732. wait(0.01)
  3733.  
  3734. punchsound2:Play()
  3735. for i,v in pairs(hit.Parent:GetChildren()) do
  3736.  
  3737.  
  3738. if v:IsA("Humanoid") then
  3739. v.Health = v.Health - 10
  3740. if v.Health > 100 then
  3741. v.Health = 100
  3742. v.MaxHealth = 100
  3743. end
  3744. end
  3745. end
  3746. coroutine.wrap(function()
  3747. for i = 1,40 do
  3748. wait()
  3749. go11 = go11+ 2
  3750.  
  3751. hit.Parent:findFirstChild("Head").CFrame = RootPart.CFrame + RootPart.CFrame.lookVector * go11
  3752.  
  3753. end
  3754.  
  3755. end)()
  3756.  
  3757.  
  3758.  
  3759. RootPart.Anchored = true
  3760. punch2 = false
  3761. kamehameha5 = true
  3762.  
  3763. startk = true
  3764. kamecharge:Play()
  3765. wait(0.5)
  3766.  
  3767.  
  3768. kamehameha5 = false
  3769. kamehameha2 = true
  3770. hit.Parent:findFirstChild("Head").Anchored = false
  3771. kamehameha()
  3772. wait(0.8)
  3773. kamehameha2 = false
  3774. RootPart.Anchored = false
  3775. idle = true
  3776. walk = true
  3777. canjump = true
  3778. canattack = true
  3779.  
  3780. go11 = 2.3
  3781. up = 0
  3782. idle = true
  3783. walk = true
  3784. canjump = true
  3785. canattack = true
  3786.  
  3787.  
  3788.  
  3789. if hit1 == false then
  3790. af1:Destroy()
  3791. hit1 = false
  3792. end
  3793. idle = true
  3794. walk = true
  3795. canjump = true
  3796. canattack = true
  3797.  
  3798.  
  3799. idle = true
  3800.  
  3801. walk = true
  3802. canjump = true
  3803. canattack = true
  3804. end
  3805.  
  3806. end)
  3807. end
  3808. end
  3809. end)
  3810.  
  3811.  
  3812. mouse.KeyDown:connect(function(key)
  3813. if key == "r" then
  3814. if canattack == true and kiblastdone == false then
  3815. idle = false
  3816. walk = false
  3817. kiblastdone = true
  3818. canattack = false
  3819. canjump = false
  3820. kiblast1 = true
  3821. wait(0.2)
  3822. kiblast1 = false
  3823. kiblast2 = true
  3824. kiblastsound:Play()
  3825. ay = new("Part",char)
  3826. ay.Name = "NewPart"
  3827. ay.Size = v3(1,1,1)
  3828. ay.CanCollide = false
  3829. ay.BrickColor = bc("Cyan")
  3830. ay.Material = "Neon"
  3831. ay.Transparency = 0
  3832. aay = new("SpecialMesh",ay)
  3833. aay.MeshType = "Sphere"
  3834. aay.Scale = v3(1,1,1)
  3835. ay.Position = v3(999,999,999)
  3836. ay.CFrame = RootPart.CFrame + RootPart.CFrame.lookVector * 3
  3837. ys = Instance.new("BodyVelocity",ay)
  3838.  
  3839. ys.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  3840.  
  3841. ys.Velocity = RootPart.CFrame.lookVector * 60
  3842. ay.Touched:connect(function(hit)
  3843. if hit then
  3844.  
  3845.  
  3846.  
  3847.  
  3848.  
  3849.  
  3850. kamehit:Play()
  3851. for i = 1,10 do
  3852. wait()
  3853. aay.Scale = aay.Scale + v3(1,1,1)
  3854. ay.Transparency = ay.Transparency + 0.1
  3855. end
  3856. ay:Destroy()
  3857.  
  3858. end
  3859. if hit.Parent:FindFirstChild("Head") ~= nil or hit.Parent.Parent:FindFirstChild("Head") ~= nil then
  3860. for i,v in pairs(hit.Parent:GetChildren()) do
  3861.  
  3862.  
  3863. if v:IsA("Humanoid") then
  3864. v.Health = v.Health - 5
  3865. if v.Health > 100 then
  3866. v.Health = 100
  3867. v.MaxHealth = 100
  3868. end
  3869. end
  3870. end
  3871. end
  3872.  
  3873. end)
  3874.  
  3875. game.Debris:AddItem(ay,3)
  3876. wait(0.2)
  3877. kiblast2= false
  3878. idle = true
  3879. walk = true
  3880. canjump = true
  3881. canattack = true
  3882.  
  3883. end
  3884. end
  3885. end)
  3886.  
  3887. mouse.KeyDown:connect(function(key)
  3888. if key == "r" then
  3889. if canattack == true and kiblastdone == true then
  3890. idle = false
  3891. walk = false
  3892. kiblastdone = false
  3893. canattack = false
  3894. canjump = false
  3895. kiblast3 = true
  3896. wait(0.2)
  3897. kiblast3 = false
  3898. kiblast4 = true
  3899. kiblastsound:Play()
  3900. ay = new("Part",char)
  3901. ay.Name = "NewPart"
  3902. ay.Size = v3(1,1,1)
  3903. ay.CanCollide = false
  3904. ay.BrickColor = bc("Cyan")
  3905. ay.Material = "Neon"
  3906. ay.Transparency = 0
  3907. aay = new("SpecialMesh",ay)
  3908. aay.MeshType = "Sphere"
  3909. aay.Scale = v3(1,1,1)
  3910. ay.Position = v3(999,999,999)
  3911. ay.CFrame = RootPart.CFrame + RootPart.CFrame.lookVector * 3
  3912. ys = Instance.new("BodyVelocity",ay)
  3913.  
  3914. ys.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  3915.  
  3916. ys.Velocity = RootPart.CFrame.lookVector * 60
  3917. ay.Touched:connect(function(hit)
  3918. if hit then
  3919.  
  3920.  
  3921.  
  3922.  
  3923.  
  3924.  
  3925. kamehit:Play()
  3926. for i = 1,10 do
  3927. wait()
  3928. aay.Scale = aay.Scale + v3(1,1,1)
  3929. ay.Transparency = ay.Transparency + 0.1
  3930. end
  3931. ay:Destroy()
  3932.  
  3933. end
  3934. if hit.Parent:FindFirstChild("Head") ~= nil or hit.Parent.Parent:FindFirstChild("Head") ~= nil then
  3935. for i,v in pairs(hit.Parent:GetChildren()) do
  3936.  
  3937.  
  3938. if v:IsA("Humanoid") then
  3939. v.Health = v.Health - 5
  3940. if v.Health > 100 then
  3941. v.Health = 100
  3942. v.MaxHealth = 100
  3943. end
  3944. end
  3945. end
  3946. end
  3947.  
  3948. end)
  3949.  
  3950. game.Debris:AddItem(ay,3)
  3951. wait(0.2)
  3952. kiblast4= false
  3953. idle = true
  3954. walk = true
  3955. canjump = true
  3956. canattack = true
  3957.  
  3958. end
  3959. end
  3960. end)
  3961.  
  3962. mouse.KeyDown:connect(function(key)
  3963. if key == "g" then
  3964. if canattack == true and flying1 == false and punched1 == true then
  3965.  
  3966. idle = false
  3967. walk = false
  3968. canjump = false
  3969. canattack = false
  3970. punch1 = true
  3971. punched1 = false
  3972. punched2 = true
  3973. af1 = new("Part",char)
  3974. af1.Name = "NewPart"
  3975. af1.Size = v3(1,1,1)
  3976. af1.Position = v3(999,999,999)
  3977. af1.Material = "Neon"
  3978. af1.Transparency = 1
  3979.  
  3980. aaaf1 =new("Weld",af1)
  3981. aaaf1.Part0 = RootPart
  3982. aaaf1.Part1 = af1
  3983. aaaf1.C0 = cf(0,0,-2) * cfa(rad(0),rad(0),rad(0))
  3984. wait(0.1)
  3985. punch1 = false
  3986. punch2 = true
  3987. wait(0.2)
  3988.  
  3989. af1.Touched:connect(function(hit)
  3990. if hit.Parent:FindFirstChild("Head") then
  3991. grab = true
  3992. go11 = 2.3
  3993. af1:Destroy()
  3994. punchsound1:Play()
  3995. hit1 = true
  3996. hit.Parent:findFirstChild("Head").Anchored = true
  3997. for i,v in pairs(hit.Parent:GetChildren()) do
  3998.  
  3999.  
  4000. if v:IsA("Humanoid") then
  4001. v.Health = v.Health - 10
  4002. if v.Health > 100 then
  4003. v.Health = 100
  4004. v.MaxHealth = 100
  4005. end
  4006. end
  4007. end
  4008. hit.Parent:findFirstChild("Head").CFrame = RootPart.CFrame + RootPart.CFrame.lookVector * 2.3
  4009. punch2 = false
  4010.  
  4011.  
  4012. idle = false
  4013. walk = false
  4014. canjump = false
  4015. canattack = false
  4016. punch3 = true
  4017. punched1 = false
  4018. punched2 = false
  4019. punched3 = true
  4020. af1 = new("Part",char)
  4021. af1.Name = "NewPart"
  4022. af1.Size = v3(1,1,1)
  4023. af1.Position = v3(999,999,999)
  4024. af1.Material = "Neon"
  4025. af1.Transparency = 1
  4026.  
  4027. aaaf1 =new("Weld",af1)
  4028. aaaf1.Part0 = LeftHand
  4029. aaaf1.Part1 = af1
  4030. aaaf1.C0 = cf(0,0,0) * cfa(rad(0),rad(0),rad(0))
  4031.  
  4032. wait(0.1)
  4033. punch3 = false
  4034. punch4 = true
  4035. for i,v in pairs(hit.Parent:GetChildren()) do
  4036.  
  4037.  
  4038. if v:IsA("Humanoid") then
  4039. v.Health = v.Health - 10
  4040. if v.Health > 100 then
  4041. v.Health = 100
  4042. v.MaxHealth = 100
  4043. end
  4044. end
  4045. end
  4046. punchsound1:Play()
  4047. wait(0.2)
  4048. if hit1 == false then
  4049. af1:Destroy()
  4050. hit1 = false
  4051. end
  4052. punch4 = false
  4053.  
  4054.  
  4055. idle = false
  4056. walk = false
  4057. canjump = false
  4058. canattack = false
  4059. uppercut1 = true
  4060. punched1 = false
  4061. punched2 = false
  4062. punched3 = false
  4063. punched4 = true
  4064. wait(0.3)
  4065. uppercut1 = false
  4066. uppercut2 = true
  4067. af1 = new("Part",char)
  4068. af1.Name = "NewPart"
  4069. af1.Size = v3(1,1,1)
  4070. af1.Position = v3(999,999,999)
  4071. af1.Material = "Neon"
  4072. af1.Transparency = 1
  4073.  
  4074. aaaf1 =new("Weld",af1)
  4075. aaaf1.Part0 = LeftHand
  4076. aaaf1.Part1 = af1
  4077. aaaf1.C0 = cf(0,0,0) * cfa(rad(0),rad(0),rad(0))
  4078. for i,v in pairs(hit.Parent:GetChildren()) do
  4079.  
  4080.  
  4081. if v:IsA("Humanoid") then
  4082. v.Health = v.Health - 10
  4083. if v.Health > 100 then
  4084. v.Health = 100
  4085. v.MaxHealth = 100
  4086. end
  4087. end
  4088. end
  4089. punchsound1:Play()
  4090. for i = 1,10 do
  4091. wait()
  4092. up = up + 1
  4093. 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)
  4094. end
  4095. hit.Parent:findFirstChild("Head").Anchored = true
  4096.  
  4097.  
  4098.  
  4099.  
  4100. wait(0.3)
  4101. uppercut2 = false
  4102.  
  4103. RootPart.CFrame = hit.Parent:findFirstChild("Head").CFrame - hit.Parent:findFirstChild("Head").CFrame.lookVector * 2.3
  4104. RootPart.Anchored = true
  4105. idle = false
  4106. walk = false
  4107. canjump = false
  4108. canattack = false
  4109. knockdown1 = true
  4110. punched1 = true
  4111. punched2 = false
  4112. punched3 = false
  4113. punched4 = false
  4114. wait(0.3)
  4115. knockdown1 = false
  4116. knockdown2 = true
  4117. StrongPunch:Play()
  4118. for i,v in pairs(hit.Parent:GetChildren()) do
  4119.  
  4120.  
  4121. if v:IsA("Humanoid") then
  4122. v.Health = v.Health - 10
  4123. if v.Health > 100 then
  4124. v.Health = 100
  4125. v.MaxHealth = 100
  4126. end
  4127. end
  4128. end
  4129. GroundWave11()
  4130. punchsound2:Play()
  4131. up = 0
  4132. for i = 1,10 do
  4133. wait()
  4134. up = up + 1
  4135. 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)
  4136. end
  4137. wait(0.2)
  4138. knockdown2 = false
  4139. hit.Parent:findFirstChild("Head").Anchored = true
  4140.  
  4141. 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))
  4142. Instance.new("Smoke",hit.Parent:findFirstChild("Head")).Color = Color3.fromRGB(79,91,79)
  4143. coroutine.wrap(function()
  4144.  
  4145. for i= 1,8 do
  4146.  
  4147. FastPunch:Play()
  4148. wait(0.4)
  4149. end
  4150. end)()
  4151. coroutine.wrap(function()
  4152. wait(0.5)
  4153. ay1 = new("Part",char)
  4154. ay1.Name = "NewPart"
  4155. ay1.Size = v3(1,1,1)
  4156. ay1.CanCollide = false
  4157. ay1.BrickColor = bc("Cyan")
  4158. ay1.Material = "Neon"
  4159. ay1.Transparency = 0
  4160. aay1 = new("SpecialMesh",ay1)
  4161. aay1.MeshType = "Sphere"
  4162. aay1.Scale = v3(3,3,3)
  4163. ay1.Anchored = true
  4164. ay1.Position = hit.Parent:findFirstChild("Head").Position
  4165. for i = 1,5 do
  4166. wait()
  4167. for i = 1,10 do
  4168. wait()
  4169. aay1.Scale = aay1.Scale + v3(2,2,2)
  4170. end
  4171. local HandCF = ay1.CFrame * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  4172. Colors = {"White", "White"}
  4173. local wave11111 = Instance.new("Part", char)
  4174. wave11111.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  4175. wave11111.Anchored = true
  4176. wave11111.Name = "Wave"
  4177. wave11111.CanCollide = false
  4178. wave11111.Locked = true
  4179. wave11111.Size = Vector3.new(1, 1, 1)
  4180. wave11111.TopSurface = "Smooth"
  4181. wave11111.BottomSurface = "Smooth"
  4182. wave11111.Transparency = 0.35
  4183. wave11111.CFrame = HandCF
  4184. wm31111 = Instance.new("SpecialMesh", wave11111)
  4185. wm31111.MeshId = "rbxassetid://3270017"
  4186.  
  4187. coroutine.wrap(function()
  4188. for i = 1, 30, 1 do
  4189. wm31111.Scale = Vector3.new(5 + i*5.2, 3 + i*5.2, 5)
  4190. wave11111.Size = wm31111.Scale
  4191. wave11111.CFrame = HandCF
  4192. wave11111.Transparency = i/30
  4193. wait()
  4194. end
  4195. wait()
  4196. wave11111:Destroy()
  4197. end)()
  4198. for i = 1,10 do
  4199. wait()
  4200. aay1.Scale = aay1.Scale - v3(2,2,2)
  4201. end
  4202. local HandCF = ay1.CFrame * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  4203. Colors = {"White", "White"}
  4204. local wave11111 = Instance.new("Part", char)
  4205. wave11111.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  4206. wave11111.Anchored = true
  4207. wave11111.Name = "Wave"
  4208. wave11111.CanCollide = false
  4209. wave11111.Locked = true
  4210. wave11111.Size = Vector3.new(1, 1, 1)
  4211. wave11111.TopSurface = "Smooth"
  4212. wave11111.BottomSurface = "Smooth"
  4213. wave11111.Transparency = 0.35
  4214. wave11111.CFrame = HandCF
  4215. wm31111 = Instance.new("SpecialMesh", wave11111)
  4216. wm31111.MeshId = "rbxassetid://3270017"
  4217. coroutine.wrap(function()
  4218. for i = 1, 30, 1 do
  4219. wm31111.Scale = Vector3.new(5 + i*5.2, 3 + i*5.2, 5)
  4220. wave11111.Size = wm31111.Scale
  4221. wave11111.CFrame = HandCF
  4222. wave11111.Transparency = i/30
  4223. wait()
  4224. end
  4225. wait()
  4226. wave11111:Destroy()
  4227. end)()
  4228. end
  4229. ay1:Destroy()
  4230. end)()
  4231. coroutine.wrap(function()
  4232. wait(0.5)
  4233. for i= 1,32 do
  4234. wait(0.1)
  4235. kiblastsound:Play()
  4236. kamehit:Play()
  4237.  
  4238. end
  4239. end)()
  4240.  
  4241. for i = 1,20 do
  4242. wait()
  4243. kiblast1 = true
  4244. wait()
  4245. kiblast1 = false
  4246. kiblast2 = true
  4247.  
  4248. ay = new("Part",char)
  4249. ay.Name = "NewPart"
  4250. ay.Size = v3(1,1,1)
  4251. ay.CanCollide = false
  4252. ay.BrickColor = bc("Cyan")
  4253. ay.Material = "Neon"
  4254. ay.Transparency = 0
  4255. aay = new("SpecialMesh",ay)
  4256. aay.MeshType = "Sphere"
  4257. aay.Scale = v3(2,2,2)
  4258. ay.Position = v3(999,999,999)
  4259. ay.CFrame = RootPart.CFrame + RootPart.CFrame.lookVector * 3
  4260. ys = Instance.new("BodyVelocity",ay)
  4261.  
  4262. ys.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  4263.  
  4264. ys.Velocity = RootPart.CFrame.lookVector * 80
  4265. ay.Touched:connect(function(hit)
  4266. if hit ~= ay then
  4267.  
  4268.  
  4269.  
  4270.  
  4271.  
  4272.  
  4273.  
  4274.  
  4275.  
  4276. end
  4277. if hit.Parent:FindFirstChild("Head") ~= nil or hit.Parent.Parent:FindFirstChild("Head") ~= nil then
  4278.  
  4279. for i,v in pairs(hit.Parent:GetChildren()) do
  4280.  
  4281.  
  4282. if v:IsA("Humanoid") then
  4283. v.Health = v.Health - 0.4
  4284. if v.Health > 100 then
  4285. v.Health = 100
  4286. v.MaxHealth = 100
  4287. end
  4288. end
  4289. end
  4290. end
  4291.  
  4292. end)
  4293.  
  4294. game.Debris:AddItem(ay,3)
  4295. wait()
  4296. kiblast2= false
  4297.  
  4298.  
  4299.  
  4300.  
  4301.  
  4302. kiblast3 = true
  4303. wait()
  4304. kiblast3 = false
  4305. kiblast4 = true
  4306.  
  4307. ay = new("Part",char)
  4308. ay.Name = "NewPart"
  4309. ay.Size = v3(1,1,1)
  4310. ay.CanCollide = false
  4311. ay.BrickColor = bc("Cyan")
  4312. ay.Material = "Neon"
  4313. ay.Transparency = 0
  4314. aay = new("SpecialMesh",ay)
  4315. aay.MeshType = "Sphere"
  4316. aay.Scale = v3(2,2,2)
  4317. ay.Position = v3(999,999,999)
  4318. ay.CFrame = RootPart.CFrame + RootPart.CFrame.lookVector * 3
  4319. ys = Instance.new("BodyVelocity",ay)
  4320.  
  4321. ys.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  4322.  
  4323. ys.Velocity = RootPart.CFrame.lookVector * 80
  4324. ay.Touched:connect(function(hit)
  4325. if hit ~= ay then
  4326.  
  4327.  
  4328.  
  4329.  
  4330.  
  4331.  
  4332.  
  4333.  
  4334. end
  4335. if hit.Parent:FindFirstChild("Head") ~= nil and hit.Parent:FindFirstChild("NewPart") == nil then
  4336.  
  4337.  
  4338. for i,v in pairs(hit.Parent:GetChildren()) do
  4339.  
  4340.  
  4341.  
  4342. if v:IsA("Humanoid") then
  4343. v.Health = v.Health - 0.4
  4344. if v.Health > 100 then
  4345. v.Health = 100
  4346. v.MaxHealth = 100
  4347. end
  4348. end
  4349. end
  4350. end
  4351.  
  4352. end)
  4353.  
  4354. game.Debris:AddItem(ay,3)
  4355. wait()
  4356. kiblast4= false
  4357. end
  4358.  
  4359.  
  4360.  
  4361.  
  4362. wait(2)
  4363. idle = true
  4364. walk = true
  4365. canjump = true
  4366. canattack = true
  4367.  
  4368. hit.Parent:findFirstChild("Head").Anchored = false
  4369. idle = true
  4370. go11 = 2.3
  4371. walk = true
  4372. up = 0
  4373. canjump = true
  4374. canattack = true
  4375. RootPart.Anchored = false
  4376. end
  4377.  
  4378. end)
  4379. end
  4380. end
  4381. end)
  4382.  
  4383.  
  4384.  
  4385.  
  4386.  
  4387.  
  4388.  
  4389.  
  4390.  
  4391.  
  4392.  
  4393.  
  4394.  
  4395.  
  4396. mouse.KeyDown:connect(function(key)
  4397. if key == "y" then
  4398. if fuse == false then
  4399. if ssj1 == false and ssj2 == false and ssj3 == false then
  4400. if canattack == true then
  4401. canattack = false
  4402. if canfly == true then
  4403. canfly = false
  4404. canfly1 = true
  4405. end
  4406. newaura.Position = UDim2.new(-0.475,0,-0.25,0)
  4407. RootPart.Anchored = true
  4408. newaurabase.Size = UDim2.new(15,0,25,0)
  4409. newaurabase.AlwaysOnTop = false
  4410. newaura.ImageColor3 = Color3.fromRGB(255, 255, 255)
  4411. newaurabase.ExtentsOffset = Vector3.new(0,0,-2)
  4412. idle = false
  4413. ssjb = true
  4414. ssj1 = false
  4415. ssj2= false
  4416. ssj3 = false
  4417. walk = false
  4418. canjump = false
  4419.  
  4420. ssjbmusic:Play()
  4421. g1q = Instance.new("Part",char)
  4422. g1q.Name = "Smoke"
  4423. g1q.CanCollide = false
  4424. g1q.Position = RootPart.Position - v3(-8,3,0)
  4425. g1q.Size = v3(0.1,0.1,0.1)
  4426. g1q.Anchored = true
  4427. g1a = Instance.new("Part",char)
  4428. g1a.Name = "Smoke"
  4429. g1a.CanCollide = false
  4430. g1a.Position = RootPart.Position + v3(8,80,0)
  4431. g1a.Size = v3(0.1,0.1,0.1)
  4432. g1a.Anchored = true
  4433. g1q1 = Instance.new("Part",char)
  4434. g1q1.Name = "Smoke"
  4435. g1q1.CanCollide = false
  4436. g1q1.Position = RootPart.Position - v3(-5,3,7)
  4437. g1q1.Size = v3(0.1,0.1,0.1)
  4438. g1q1.Anchored = true
  4439. g1a1 = Instance.new("Part",char)
  4440. g1a1.Name = "Smoke"
  4441. g1a1.CanCollide = false
  4442. g1a1.Position = RootPart.Position + v3(5,80,-7)
  4443. g1a1.Size = v3(0.1,0.1,0.1)
  4444. g1a1.Anchored = true
  4445. g1q2 = Instance.new("Part",char)
  4446. g1q2.Name = "Smoke"
  4447. g1q2.CanCollide = false
  4448. g1q2.Position = RootPart.Position - v3(12,3,-6)
  4449. g1q2.Size = v3(0.1,0.1,0.1)
  4450. g1q2.Anchored = true
  4451. g1a2 = Instance.new("Part",char)
  4452. g1a2.Name = "Smoke"
  4453. g1a2.CanCollide = false
  4454. g1a2.Position = RootPart.Position + v3(-12,80,6)
  4455. g1a2.Size = v3(0.1,0.1,0.1)
  4456. g1a2.Anchored = true
  4457. ------------------------------------------------
  4458. transform1 = true
  4459.  
  4460. wait(0.8)
  4461. if potara == false then
  4462. Hair7.Color = Color3.fromRGB(21,221,239)
  4463. Mesh.MeshId = "rbxassetid://430344159"
  4464. Mesh.Scale = v3(6.3,6.3,6.3)
  4465. char.Head.face.Texture= "rbxassetid://959519291"
  4466. Weld.C0 = CFrame.new(-.25,1.2,.34)
  4467. else
  4468. char.Head.face.Texture= "rbxassetid://959519291"
  4469. Hair7.Color = Color3.fromRGB(21,221,239)
  4470. Mesh.MeshId = "rbxassetid://560152258"
  4471. Mesh.Scale = Vector3.new(6.9,6.9,6.9)
  4472. Weld.C0 = CFrame.new(-.211, 0.9, 0.262)*cfa(0,math.rad(0),0)
  4473. end
  4474. a21e = new("Part",char)
  4475. a21e.Name = "Beam"..num
  4476. a21e.Locked = true
  4477. a21e.Size = v3(1,1,1)
  4478. a21e.CanCollide = false
  4479. a21e.Position = v3(999,999,999)
  4480. a21e.BrickColor = bc("Cyan")
  4481. a21e.Material = "Neon"
  4482. a21e.Transparency = 0
  4483. aa21e = new("SpecialMesh",a21e)
  4484. a21e.Anchored = true
  4485. a21e.Position = RootPart.Position
  4486. aa21e.MeshType = "Sphere"
  4487. aa21e.Scale = v3(1,1,1)
  4488.  
  4489. transform1 = false
  4490. transform2 = true
  4491. ssjbauraburst:Play()
  4492. GroundWave5()
  4493. GroundWave6()
  4494. GroundWave7()
  4495. GroundWave8()
  4496. GroundWave9()
  4497. GroundWave10()
  4498. ad.Position = RootPart.Position - v3(0,3,0)
  4499. aad.Transparency = 0
  4500.  
  4501.  
  4502.  
  4503. newaura.ImageTransparency = 0
  4504. ssjbaura:Play()
  4505. for i = 1,50 do
  4506. wait()
  4507. aa21e.Scale = aa21e.Scale + v3(5,5,5)
  4508. a21e.Transparency = a21e.Transparency + 0.02
  4509. end
  4510. wait(0.1)
  4511. wait(1.4)
  4512. transform2 = false
  4513.  
  4514.  
  4515.  
  4516.  
  4517. -------------------------------------------------
  4518. canattack = true
  4519. RootPart.Anchored = false
  4520. if canfly1 == true then
  4521.  
  4522. idle = true
  4523. walk = true
  4524. canjump = true
  4525. end
  4526. if canfly1 == true then
  4527. canfly = true
  4528. end
  4529. for i = 1,20 do
  4530. wait()
  4531. aad.Transparency = aad.Transparency + 0.05
  4532. end
  4533. end
  4534. end
  4535. end
  4536. end
  4537. end)
  4538.  
  4539.  
  4540.  
  4541. mouse.KeyDown:connect(function(key)
  4542. if key == "k" then
  4543. if potara == false then
  4544. if ssjb == true then
  4545. if canattack == true then
  4546. canattack = false
  4547. if canfly == true then
  4548. canfly = false
  4549. canfly1 = true
  4550. end
  4551.  
  4552.  
  4553. idle = false
  4554. ssjb = true
  4555. ssjbkaio = true
  4556. ssj1 = false
  4557. ssj2= false
  4558. ssj3 = false
  4559. walk = false
  4560. canjump = false
  4561.  
  4562. ssjbmusic:Play()
  4563.  
  4564. ------------------------------------------------
  4565. transform3 = true
  4566.  
  4567. wait(0.8)
  4568. Hair7.Color = Color3.fromRGB(21,221,239)
  4569. Mesh.MeshId = "https://www.roblox.com/library/560180464/Meshes-Vegeta-Hair"
  4570. Mesh.Scale = v3(6.3,6.3,6.3)
  4571. char.Head.face.Texture= "rbxassetid://959519291"
  4572. Weld.C0 = CFrame.new(-.25,1.2,.34)
  4573.  
  4574. a21e = new("Part",char)
  4575. a21e.Name = "Beam"..num
  4576. a21e.Locked = true
  4577. a21e.Size = v3(1,1,1)
  4578. a21e.CanCollide = false
  4579. a21e.Position = v3(999,999,999)
  4580. a21e.BrickColor = bc("Cyan")
  4581. a21e.Material = "Neon"
  4582. a21e.Transparency = 1
  4583. aa21e = new("SpecialMesh",a21e)
  4584. a21e.Anchored = true
  4585. a21e.Position = RootPart.Position
  4586. aa21e.MeshType = "Sphere"
  4587. aa21e.Scale = v3(1,1,1)
  4588.  
  4589.  
  4590.  
  4591.  
  4592.  
  4593. smokey = Instance.new("Smoke",RootPart)
  4594. smokey.Color = Color3.new(255,0,0)
  4595. smokey.Opacity = 1
  4596. smokey.Size = 2
  4597. ssjbkaioken.TimePosition = 1.5
  4598. ssjbkaioken:Play()
  4599. wait(0.2)
  4600. coroutine.wrap(function()
  4601. repeat
  4602. wait()
  4603. newaurabase.Size = UDim2.new(math.random(15,17),0,math.random(25,30),0)
  4604. until newaura.ImageTransparency == 1
  4605.  
  4606.  
  4607.  
  4608. end)()
  4609. rock = true
  4610. redlight = Instance.new("PointLight",LowerTorso)
  4611. redlight.Color = Color3.new(255,0,0)
  4612. redlight.Brightness = math.huge
  4613. mouth.Texture = "rbxassetid://828773176"
  4614. GroundShake = true
  4615. RootPart.Anchored = true
  4616.  
  4617. wait(10)
  4618.  
  4619. wait(7)
  4620. rock2 = true
  4621. rock = false
  4622. smokey:Destroy()
  4623. ssjbaura:Stop()
  4624. ssjbmusic:Stop()
  4625. transform3 = false
  4626. transform2 = false
  4627. transform5 = true
  4628. redlight:Destroy()
  4629.  
  4630. mouth.Texture = "rbxassetid://932140764"
  4631. newaura.ImageTransparency = 1
  4632. GroundShake = false
  4633.  
  4634. a21e.Transparency = 0
  4635. for i = 1,50 do
  4636. wait()
  4637. aa21e.Scale = aa21e.Scale + v3(5,5,5)
  4638. a21e.Transparency = a21e.Transparency + 0.02
  4639. end
  4640. aa21e.Scale = v3(1,1,1)
  4641. a21e.Transparency = 1
  4642. wait(1)
  4643. chatfunc("Kaioken!")
  4644. mouth.Texture = "rbxassetid://828773176"
  4645. wait(0.3)
  4646. mouth.Texture = "rbxassetid://932140764"
  4647. wait(0.3)
  4648. mouth.Texture = "rbxassetid://828773176"
  4649. wait(0.3)
  4650. mouth.Texture = "rbxassetid://932140764"
  4651. wait(0.3)
  4652. mouth.Texture = "rbxassetid://828773176"
  4653. wait(0.3)
  4654. mouth.Texture = "rbxassetid://932140764"
  4655. wait(0.3)
  4656. GroundShake2 = true
  4657. transform5 = false
  4658. transform3 = false
  4659. transform2 = true
  4660. ssjbauraburst:Play()
  4661. GroundWave5()
  4662. GroundWave6()
  4663. GroundWave7()
  4664. GroundWave8()
  4665. GroundWave9()
  4666. GroundWave10()
  4667. ad.Position = RootPart.Position - v3(0,3,0)
  4668. aad.Transparency = 0
  4669. newaura2.ImageTransparency = 0
  4670. wait(0.1)
  4671.  
  4672.  
  4673. newaura.ImageTransparency = 0
  4674. ssjbaura:Stop()
  4675. ssjbkaura:Play()
  4676. a21e.Transparency = 0
  4677. for i = 1,50 do
  4678. wait()
  4679. aa21e.Scale = aa21e.Scale + v3(5,5,5)
  4680. a21e.Transparency = a21e.Transparency + 0.02
  4681. end
  4682. GroundShake2 = false
  4683. for i,v in pairs(workspace:GetChildren()) do
  4684. if v:IsA("Part") then
  4685. if v.Size.x > 150 then
  4686. v.CFrame = CFrame.new(v.Position) * CFrame.Angles(rad(0),rad(0),rad(0))
  4687. end
  4688. end
  4689. end
  4690. wait(0.1)
  4691. wait(1.4)
  4692. chatfunc("This Is My Trump Card")
  4693. rock2 = false
  4694. transform2 = false
  4695.  
  4696.  
  4697.  
  4698.  
  4699. -------------------------------------------------
  4700. canattack = true
  4701. RootPart.Anchored = false
  4702. if canfly1 == true then
  4703.  
  4704. idle = true
  4705. walk = true
  4706. canjump = true
  4707. end
  4708. if canfly1 == true then
  4709. canfly = true
  4710. end
  4711. for i = 1,20 do
  4712. wait()
  4713. aad.Transparency = aad.Transparency + 0.05
  4714. end
  4715. end
  4716. end
  4717. end
  4718. end
  4719. end)
  4720.  
  4721.  
  4722.  
  4723. mouse.KeyDown:connect(function(key)
  4724. if key == "k" then
  4725. if ssjbkaio == true then
  4726. if canattack == true then
  4727. canattack = false
  4728. if canfly == true then
  4729. canfly = false
  4730. canfly1 = true
  4731. end
  4732.  
  4733. RootPart.Anchored = true
  4734. idle = false
  4735. ssjb = true
  4736. ssjbkaio = false
  4737. ssjbkaiox10 = true
  4738. ssj1 = false
  4739. ssj2= false
  4740. ssj3 = false
  4741. walk = false
  4742. canjump = false
  4743.  
  4744. ssjbmusic:Play()
  4745.  
  4746. ------------------------------------------------
  4747. transform3 = true
  4748.  
  4749. wait(0.8)
  4750.  
  4751.  
  4752. a21e = new("Part",char)
  4753. a21e.Name = "Beam"..num
  4754. a21e.Locked = true
  4755. a21e.Size = v3(1,1,1)
  4756. a21e.CanCollide = false
  4757. a21e.Position = v3(999,999,999)
  4758. a21e.BrickColor = bc("Cyan")
  4759. a21e.Material = "Neon"
  4760. a21e.Transparency = 1
  4761. aa21e = new("SpecialMesh",a21e)
  4762. a21e.Anchored = true
  4763. a21e.Position = RootPart.Position
  4764. aa21e.MeshType = "Sphere"
  4765. aa21e.Scale = v3(1,1,1)
  4766.  
  4767.  
  4768.  
  4769.  
  4770.  
  4771.  
  4772. ssjbkaioken1:Play()
  4773. coroutine.wrap(function()
  4774. repeat
  4775. wait()
  4776. newaurabase2.Size = UDim2.new(math.random(30,35),0,math.random(60,75),0)
  4777. until Hair7.Color == Color3.fromRGB(210, 211, 223)
  4778.  
  4779.  
  4780.  
  4781. end)()
  4782. rock = true
  4783. redlight = Instance.new("PointLight",LowerTorso)
  4784. redlight.Color = Color3.new(255,0,0)
  4785. redlight.Brightness = math.huge
  4786. GroundShake = true
  4787.  
  4788. mouth.Texture = "rbxassetid://828773176"
  4789. wait(9)
  4790. GroundWave5()
  4791. GroundWave6()
  4792. GroundWave7()
  4793. GroundWave8()
  4794. GroundWave9()
  4795. GroundWave10()
  4796. ad = new("Part",char)
  4797. ad.Name = "NewPart"
  4798. ad.Size = v3(30,0.1,30)
  4799. ad.CanCollide = false
  4800. ad.Anchored = true
  4801. ad.Position = RootPart.Position - v3(0,2,0)
  4802. ad.BrickColor = bc("bright Blue")
  4803. ad.Material = "Neon"
  4804. ad.Transparency = 1
  4805. aad = new("Decal",ad)
  4806.  
  4807. aad.Face = "Top"
  4808. aad.Transparency = 1
  4809. aad.Transparency = 0
  4810. aad.Texture = "http://www.roblox.com/asset/?id=108186785"
  4811. wait(11)
  4812.  
  4813. redlight:Destroy()
  4814.  
  4815. chatfunc("Times 10!")
  4816. mouth.Texture = "rbxassetid://828773176"
  4817. wait(0.3)
  4818. mouth.Texture = "rbxassetid://932140764"
  4819. wait(0.3)
  4820. mouth.Texture = "rbxassetid://828773176"
  4821. wait(0.3)
  4822. mouth.Texture = "rbxassetid://932140764"
  4823. wait(0.2)
  4824. mouth.Texture = "rbxassetid://828773176"
  4825. wait(0.2)
  4826. mouth.Texture = "rbxassetid://932140764"
  4827. wait(0.2)
  4828. mouth.Texture = "rbxassetid://828773176"
  4829. wait(1.4)
  4830. rock3 = true
  4831. rock = false
  4832. GroundShake2 = true
  4833.  
  4834. ssjbauraburst:Play()
  4835. GroundWave5()
  4836. GroundWave6()
  4837. GroundWave7()
  4838. GroundWave8()
  4839. GroundWave9()
  4840. GroundWave10()
  4841.  
  4842. aad.Transparency = 0
  4843. newaura2.ImageTransparency = 0
  4844.  
  4845. p1.Transparency = 0.5
  4846. p2.Transparency = 0.5
  4847. p3.Transparency = 0.5
  4848. p4.Transparency = 0.5
  4849. p5.Transparency = 0.5
  4850. p6.Transparency = 0.5
  4851. p7.Transparency = 0.5
  4852. p8.Transparency = 0.5
  4853. p9.Transparency = 0.5
  4854. p10.Transparency = 0.5
  4855. p11.Transparency = 0.5
  4856. p12.Transparency = 0.5
  4857. p13.Transparency = 0.5
  4858. p14.Transparency = 0.5
  4859. p15.Transparency = 0.5
  4860. newaura.ImageTransparency = 0
  4861. ssjbaura:Stop()
  4862. ssjbkaura:Play()
  4863. a21e.Transparency = 0
  4864. Hair7.Color = Color3.fromRGB(210, 211, 223)
  4865.  
  4866. Mesh.MeshId = "https://www.roblox.com/library/560180464/Meshes-Vegeta-Hair"
  4867. Mesh.Scale = v3(6.3,6.3,6.3)
  4868. char.Head.face.Texture= "http://www.roblox.com/asset/?id=975967879"
  4869. Weld.C0 = CFrame.new(-.25,1.2,.34)
  4870. for i = 1,50 do
  4871. wait()
  4872. aa21e.Scale = aa21e.Scale + v3(5,5,5)
  4873. a21e.Transparency = a21e.Transparency + 0.02
  4874. end
  4875. ssjbkaioken1:Stop()
  4876. mouth.Texture = "rbxassetid://932140764"
  4877. wait()
  4878. GroundShake = false
  4879. wait()
  4880.  
  4881. wait()
  4882. GroundShake2 = false
  4883. for i,v in pairs(workspace:GetChildren()) do
  4884. if v:IsA("Part") then
  4885. if v.Size.x > 150 then
  4886. v.CFrame = CFrame.new(v.Position) * CFrame.Angles(rad(0),rad(0),rad(0))
  4887. end
  4888. end
  4889. end
  4890. wait(2)
  4891.  
  4892.  
  4893.  
  4894.  
  4895. rock3 = false
  4896. -------------------------------------------------
  4897. transform3 = false
  4898. chatfunc("I Can't Maintain This Form For Long")
  4899. canattack = true
  4900. RootPart.Anchored = false
  4901. if canfly1 == true then
  4902.  
  4903. idle = true
  4904. walk = true
  4905. canjump = true
  4906. end
  4907. if canfly1 == true then
  4908. canfly = true
  4909. end
  4910. for i = 1,20 do
  4911. wait()
  4912. aad.Transparency = aad.Transparency + 0.05
  4913. end
  4914. end
  4915. end
  4916. end
  4917. end)
  4918.  
  4919.  
  4920.  
  4921.  
  4922. mouse.KeyDown:connect(function(key)
  4923. if key == "u" then
  4924. if fuse == false or potara == false then
  4925. if ssj1 == false and ssj2 == false and ssj3 == false and ssjb == false then
  4926. if canattack == true then
  4927. canattack = false
  4928. if canfly == true then
  4929. canfly = false
  4930. canfly1 = true
  4931. end
  4932. newaura.Position = UDim2.new(-0.57,0,-0.28,0)
  4933. newaurabase.Size = UDim2.new(10,0,20,0)
  4934. newaurabase.AlwaysOnTop = false
  4935. newaurabase.ExtentsOffset = v3(0,0,-2)
  4936. RootPart.Anchored = true
  4937.  
  4938. idle = false
  4939. ssjb = false
  4940. ssjg = true
  4941. ssj1 = false
  4942. ssj2= false
  4943. ssj3 = false
  4944. walk = false
  4945. canjump = false
  4946.  
  4947. ssjgmusic:Play()
  4948.  
  4949. ------------------------------------------------
  4950. transform1 = true
  4951.  
  4952. wait(0.8)
  4953. Hair7.Color = Color3.fromRGB(255,16,88)
  4954. GroundShake = true
  4955. char.Head.face.Texture= "rbxassetid://900680867"
  4956.  
  4957.  
  4958. a21e = new("Part",char)
  4959. a21e.Name = "Beam"..num
  4960. a21e.Locked = true
  4961. a21e.Size = v3(1,1,1)
  4962. a21e.CanCollide = false
  4963. a21e.Position = v3(999,999,999)
  4964. a21e.BrickColor = bc("Really red")
  4965. a21e.Material = "Neon"
  4966. a21e.Transparency = 0
  4967. aa21e = new("SpecialMesh",a21e)
  4968. a21e.Anchored = true
  4969. a21e.Position = RootPart.Position
  4970. aa21e.MeshType = "Sphere"
  4971. aa21e.Scale = v3(1,1,1)
  4972.  
  4973. transform1 = false
  4974. transform2 = true
  4975. ssjbauraburst:Play()
  4976. GroundWave5()
  4977. GroundWave6()
  4978. GroundWave7()
  4979. GroundWave8()
  4980. GroundWave9()
  4981. GroundWave10()
  4982. ad.Position = RootPart.Position - v3(0,3,0)
  4983. aad.Transparency = 0
  4984.  
  4985.  
  4986.  
  4987. newaura.ImageTransparency = 0
  4988. ssjgaura:Play()
  4989. for i = 1,50 do
  4990. wait()
  4991. aa21e.Scale = aa21e.Scale + v3(5,5,5)
  4992. a21e.Transparency = a21e.Transparency + 0.02
  4993. end
  4994. GroundShake = false
  4995. for i,v in pairs(workspace:GetChildren()) do
  4996. if v:IsA("Part") then
  4997. if v.Size.x > 150 then
  4998. v.CFrame = CFrame.new(v.Position) * CFrame.Angles(rad(0),rad(0),rad(0))
  4999. end
  5000. end
  5001. end
  5002. wait(0.1)
  5003. wait(1.4)
  5004. transform2 = false
  5005.  
  5006.  
  5007.  
  5008.  
  5009. -------------------------------------------------
  5010. canattack = true
  5011. RootPart.Anchored = false
  5012. if canfly1 == true then
  5013.  
  5014. idle = true
  5015. walk = true
  5016. canjump = true
  5017. end
  5018. if canfly1 == true then
  5019. canfly = true
  5020. end
  5021. for i = 1,20 do
  5022. wait()
  5023. aad.Transparency = aad.Transparency + 0.05
  5024. end
  5025. end
  5026. end
  5027. end
  5028. end
  5029. end)
  5030.  
  5031. mouse.KeyDown:connect(function(key)
  5032. if key == "l" then
  5033. if fuse == false and potara == false then
  5034. if ssj1 == false and ssj2 == false and ssj3 == false and ssjb == false and ssjg == false then
  5035. if great == false then
  5036. if canattack == true then
  5037. canattack = false
  5038. if canfly == true then
  5039. canfly = false
  5040. canfly1 = true
  5041. end
  5042.  
  5043.  
  5044. transform3 = true
  5045. idle = false
  5046. ssjb = false
  5047. ssjg = true
  5048. ssj1 = false
  5049. ssj2= false
  5050. ssj3 = false
  5051. walk = false
  5052. ssjg = false
  5053. great = true
  5054. canjump = false
  5055.  
  5056.  
  5057. ape = Instance.new("Part",char)
  5058. ape.Transparency = 1
  5059. weldape = Instance.new("Weld",ape)
  5060. weldape.Part0 = Head
  5061. weldape.Part1 = ape
  5062. weldape.C0 = CFrame.new(0,5,-9)*CFrame.Angles(0,math.rad(180),0)
  5063. meshape = Instance.new("SpecialMesh",ape)
  5064. meshape.MeshId = "rbxassetid://553201144"
  5065. meshape.Scale = v3(0.04,0.04,0.04)
  5066.  
  5067. Ape1:Play()
  5068. wait(2)
  5069.  
  5070. Ape2:Play()
  5071.  
  5072. wait(3)
  5073. Ape3:Play()
  5074. wait(10)
  5075. headcolor = Head.BrickColor
  5076. wait(0.1)
  5077. Head.BrickColor = bc("New Yeller")
  5078. Hair7.Transparency = 1
  5079. p1.Transparency = 0
  5080. p2.Transparency = 0
  5081. p3.Transparency = 0
  5082. p4.Transparency = 0
  5083. p5.Transparency = 0
  5084. p6.Transparency = 0
  5085. p7.Transparency = 0
  5086. p8.Transparency =0
  5087. p9.Transparency = 0
  5088. p10.Transparency = 0
  5089. p11.Transparency = 0
  5090. p12.Transparency = 0
  5091. p13.Transparency =0
  5092. p14.Transparency = 0
  5093.  
  5094. p1.BrickColor = bc("New Yeller")
  5095. p2.BrickColor = bc("New Yeller")
  5096. p3.BrickColor = bc("New Yeller")
  5097. p4.BrickColor = bc("New Yeller")
  5098. p5.BrickColor = bc("New Yeller")
  5099. p6.BrickColor = bc("Cool yellow")
  5100. p7.BrickColor = bc("Cool yellow")
  5101. p8.BrickColor = bc("Cool yellow")
  5102. p9.BrickColor = bc("Cool yellow")
  5103. p10.BrickColor = bc("New Yeller")
  5104. p11.BrickColor = bc("New Yeller")
  5105. p12.BrickColor = bc("New Yeller")
  5106. p13.BrickColor = bc("New Yeller")
  5107. p14.BrickColor = bc("New Yeller")
  5108.  
  5109. transform3 = false
  5110. transform4 = true
  5111. for i = 1,10 do
  5112. wait()
  5113. hum.BodyDepthScale.Value = hum.BodyDepthScale.Value + 2
  5114. hum.BodyHeightScale.Value = hum.BodyHeightScale.Value + 2
  5115. hum.BodyWidthScale.Value = hum.BodyWidthScale.Value + 2
  5116. hum.HeadScale.Value = hum.HeadScale.Value + 2
  5117. end
  5118. lboob = Instance.new("Part",char)
  5119. lboobmesh = Instance.new("SpecialMesh",lboob)
  5120. lboobweld = Instance.new("Weld",lboob)
  5121. lboobweld.Part0 = UpperTorso
  5122. lboobweld.Part1 = lboob
  5123. lboobweld.C0 = CFrame.new(0.4,7,-5)
  5124. lboobmesh.MeshType = "Sphere"
  5125. lboobmesh.Scale = Vector3.new(0.2*50,0.4*50,0.2*50)
  5126. rboob = Instance.new("Part",char)
  5127. rboobmesh = Instance.new("SpecialMesh",rboob)
  5128. rboobweld = Instance.new("Weld",rboob)
  5129. rboobweld.Part0 = char.UpperTorso
  5130. rboobweld.Part1 = rboob
  5131. rboobweld.C0 = CFrame.new(-0.4,7,-5)
  5132. rboobmesh.MeshType = "Sphere"
  5133. rboobmesh.Scale = Vector3.new(0.2*50,0.4*50,0.2*50)
  5134. rlboob = Instance.new("Part",char)
  5135. rlboobmesh = Instance.new("SpecialMesh",rlboob)
  5136. rlboobweld = Instance.new("Weld",rlboob)
  5137. rlboobweld.Part0 = char.UpperTorso
  5138. rlboobweld.Part1 = rlboob
  5139. rlboobweld.C0 = CFrame.new(0,-1,-2)
  5140. rlboobmesh.MeshType = "Sphere"
  5141. rlboobmesh.Scale = Vector3.new(0.2*50,1*50,0.2*50)
  5142. lboob.BrickColor = bc("New Yeller")
  5143. rboob.BrickColor = bc("New Yeller")
  5144. rlboob.BrickColor = bc("New Yeller")
  5145. ape.Transparency = 0
  5146. ape.BrickColor = bc("New Yeller")
  5147. p15.BrickColor = bc("Really black")
  5148. p15.Transparency =0
  5149. a21e = new("Part",char)
  5150. a21e.Name = "Beam"..num
  5151. a21e.Locked = true
  5152. a21e.Size = v3(1,1,1)
  5153. a21e.CanCollide = false
  5154. a21e.Position = v3(999,999,999)
  5155. a21e.BrickColor = bc("Really red")
  5156. a21e.Material = "Neon"
  5157. a21e.Transparency = 0
  5158. aa21e = new("SpecialMesh",a21e)
  5159. a21e.Anchored = true
  5160. a21e.Position = RootPart.Position
  5161. aa21e.MeshType = "Sphere"
  5162. aa21e.Scale = v3(50,50,50)
  5163.  
  5164.  
  5165. ApeGrowl:Play()
  5166. GroundWave5()
  5167. GroundWave6()
  5168. GroundWave7()
  5169. GroundWave8()
  5170. GroundWave9()
  5171. GroundWave10()
  5172.  
  5173.  
  5174.  
  5175.  
  5176.  
  5177. for i = 1,50 do
  5178. wait()
  5179. aa21e.Scale = aa21e.Scale + v3(5,5,5)
  5180. a21e.Transparency = a21e.Transparency + 0.02
  5181. end
  5182.  
  5183. for i,v in pairs(workspace:GetChildren()) do
  5184. if v:IsA("Part") then
  5185. if v.Size.x > 150 then
  5186. v.CFrame = CFrame.new(v.Position) * CFrame.Angles(rad(0),rad(0),rad(0))
  5187. end
  5188. end
  5189. end
  5190. wait(0.1)
  5191. wait(1.4)
  5192. transform4 = false
  5193. for i = 1,20 do
  5194. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1) --LeftUpperArm
  5195. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--RightUpperArm
  5196. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--LeftLowerArm
  5197. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--RightLowerArm
  5198. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--LeftUpperLeg
  5199. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--RightUpperLeg
  5200. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--LeftLowerLeg
  5201. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--RightUpperLeg
  5202. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--Torso
  5203. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--Head
  5204. end
  5205.  
  5206.  
  5207.  
  5208. -------------------------------------------------
  5209.  
  5210.  
  5211. if canfly1 == true then
  5212.  
  5213.  
  5214. walk = true
  5215.  
  5216. end
  5217. if canfly1 == true then
  5218. canfly = true
  5219. end
  5220. for i = 1,20 do
  5221. wait()
  5222. aad.Transparency = aad.Transparency + 0.05
  5223. end
  5224. end
  5225. else
  5226. ape:Destroy()
  5227.  
  5228. p15.BrickColor = bc("New Yeller")
  5229. Head.BrickColor = bc("New Yeller")
  5230.  
  5231. transform5 = true
  5232. char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=258281249"
  5233. char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=258281716"
  5234.  
  5235. --504772831
  5236. Head.BrickColor = headcolor
  5237. lboob:Destroy()
  5238. rboob:Destroy()
  5239. rlboob:Destroy()
  5240. a21e = new("Part",char)
  5241. a21e.Name = "Beam"..num
  5242. a21e.Locked = true
  5243. a21e.Size = v3(1,1,1)
  5244. a21e.CanCollide = false
  5245. a21e.Position = v3(999,999,999)
  5246. a21e.BrickColor = bc("New Yeller")
  5247. a21e.Material = "Neon"
  5248. a21e.Transparency = 0
  5249. aa21e = new("SpecialMesh",a21e)
  5250. a21e.Anchored = true
  5251. a21e.Position = RootPart.Position
  5252. aa21e.MeshType = "Sphere"
  5253. aa21e.Scale = v3(200,200,200)
  5254.  
  5255.  
  5256.  
  5257.  
  5258. for i = 1,100 do
  5259. wait()
  5260. hum.BodyDepthScale.Value = hum.BodyDepthScale.Value - .2
  5261. hum.BodyHeightScale.Value = hum.BodyHeightScale.Value - .2
  5262. hum.BodyWidthScale.Value = hum.BodyWidthScale.Value - .2
  5263. hum.HeadScale.Value = hum.HeadScale.Value - .2
  5264. aa21e.Scale = aa21e.Scale + v3(1,1,1)
  5265.  
  5266. end
  5267. wait(0.5)
  5268. mouth.Transparency = 1
  5269. nose.Transparency = 1
  5270. Hair7.Color = Color3.fromRGB(0,0,0)
  5271. Mesh.MeshId = "https://www.roblox.com/library/560180464/Meshes-Vegeta-Hair"
  5272. Mesh.Scale = Vector3.new(0.23,0.23,0.23)
  5273. Weld.C0 = CFrame.new(0.25, 0.4, 0.5)*CFrame.Angles(0,math.rad(180),0)
  5274. char.Head.face.Texture= "https://www.roblox.com/library/560180464/Meshes-Vegeta-Hair"
  5275. Hair7.Transparency = 0
  5276.  
  5277. p1.Transparency = 1
  5278. p2.Transparency = 1
  5279. p3.Transparency = 1
  5280. p4.Transparency = 1
  5281. p5.Transparency = 1
  5282. p6.Transparency = 1
  5283. p7.Transparency = 1
  5284. p8.Transparency =1
  5285. p9.Transparency = 1
  5286. p10.Transparency = 1
  5287. p11.Transparency = 1
  5288. p12.Transparency = 1
  5289. p13.Transparency =1
  5290. p14.Transparency = 1
  5291. p15.Transparency = 1
  5292. great = false
  5293. ape5 = Instance.new("Part",char)
  5294. ape5.Transparency = 0
  5295. weldape5 = Instance.new("Weld",ape5)
  5296. weldape5.Part0 = LowerTorso
  5297. weldape5.Part1 = ape5
  5298. ape5.BrickColor = bc("Crimson")
  5299. weldape5.C0 = CFrame.new(0.4,1,2)*CFrame.Angles(0,math.rad(90),math.rad(0))
  5300. meshape5 = Instance.new("SpecialMesh",ape5)
  5301. meshape5.MeshId = "rbxassetid://547956749"
  5302. meshape5.Scale = v3(0.025,0.025,0.025)
  5303. ssj4 = true
  5304.  
  5305.  
  5306. wait(0.5)
  5307.  
  5308. a21e:Destroy()
  5309. wait()
  5310.  
  5311. a21e = new("Part",char)
  5312. a21e.Name = "Beam"..num
  5313. a21e.Locked = true
  5314. a21e.Size = v3(1,1,1)
  5315. a21e.CanCollide = false
  5316. a21e.Position = v3(999,999,999)
  5317. a21e.BrickColor = bc("New Yeller")
  5318. a21e.Material = "Neon"
  5319. a21e.Transparency = 0
  5320. aa21e = new("SpecialMesh",a21e)
  5321. a21e.Anchored = true
  5322. a21e.Position = RootPart.Position
  5323. aa21e.MeshType = "Sphere"
  5324. aa21e.Scale = v3(50,50,50)
  5325.  
  5326.  
  5327.  
  5328.  
  5329.  
  5330. aa21e.Scale = v3(10,10,10)
  5331. a21e.Transparency = 0
  5332. newaura.ImageTransparency = 0
  5333. GroundWave5()
  5334. GroundWave6()
  5335. GroundWave7()
  5336. GroundWave8()
  5337. GroundWave9()
  5338. GroundWave10()
  5339. ssjauraburst:Play()
  5340. ssjaura:Play()
  5341. for i = 1,50 do
  5342. wait()
  5343. aa21e.Scale = aa21e.Scale + v3(5,5,5)
  5344. a21e.Transparency = a21e.Transparency + 0.02
  5345. end
  5346.  
  5347. transform5 = false
  5348. idle = true
  5349. canattack = true
  5350. end
  5351. end
  5352. end
  5353. end
  5354. end)
  5355.  
  5356.  
  5357.  
  5358.  
  5359.  
  5360.  
  5361. newaurabase = Instance.new("BillboardGui",LowerTorso)
  5362. newaurabase.Size = UDim2.new(20,0,20,0)
  5363. newaurabase.AlwaysOnTop = false
  5364. newaura = Instance.new("ImageLabel",newaurabase)
  5365. newaura.BackgroundTransparency = 1
  5366. newaurabase.ExtentsOffset = v3(0,0,3)
  5367. newaura.ImageTransparency = 1
  5368. newaura.ImageColor3 = Color3.fromRGB(255, 227, 10)
  5369. newaura.Size = UDim2.new(2,0,1,0)
  5370. newaura.Position = UDim2.new(-0.5,0,-0.2,0)
  5371. newaurabase2 = Instance.new("BillboardGui",LowerTorso)
  5372. newaurabase2.Size = UDim2.new(20,0,40,0)
  5373. newaurabase2.ExtentsOffset = v3(0,0,-3)
  5374. newaurabase2.AlwaysOnTop = false
  5375. newaura2 = Instance.new("ImageLabel",newaurabase2)
  5376. newaura2.BackgroundTransparency = 1
  5377. newaura2.ImageTransparency = 1
  5378. newaura2.ImageColor3 = Color3.fromRGB(255, 0,0)
  5379. newaura2.Size = UDim2.new(2,0,1,0)
  5380. newaura2.Position = UDim2.new(-0.5,0,-0.4,0)
  5381.  
  5382.  
  5383.  
  5384.  
  5385.  
  5386.  
  5387.  
  5388.  
  5389.  
  5390.  
  5391.  
  5392.  
  5393.  
  5394.  
  5395. char = game.Players.LocalPlayer.Character
  5396. char.Archivable = true
  5397. clone1 = char:Clone()
  5398.  
  5399. clone1["Sound Folder"]:Destroy()
  5400. clone1.Name = "Vegeta"
  5401. clone1.Parent = char
  5402.  
  5403. LeftUpperArm1 = clone1.LeftUpperArm
  5404. LeftShoulder1 = clone1.LeftUpperArm.LeftShoulder
  5405. LeftLowerArm1 = clone1.LeftLowerArm
  5406. LeftElbow1 = clone1.LeftLowerArm.LeftElbow
  5407. --------------------------------------------------------
  5408. LeftUpperLeg1 = clone1.LeftUpperLeg
  5409. LeftHip1 = clone1.LeftUpperLeg.LeftHip
  5410. LeftLowerLeg1 = clone1.LeftLowerLeg
  5411. LeftKnee1 = clone1.LeftLowerLeg.LeftKnee
  5412. ----------------------------------------------------------
  5413. RightUpperArm1 = clone1.RightUpperArm
  5414. RightShoulder1 = clone1.RightUpperArm.RightShoulder
  5415. RightLowerArm1 = clone1.RightLowerArm
  5416. RightElbow1 = clone1.RightLowerArm.RightElbow
  5417. ----------------------------------------------------------
  5418. RightUpperLeg1 = clone1.RightUpperLeg
  5419. RightHip1 = clone1.RightUpperLeg.RightHip
  5420. RightLowerLeg1 = clone1.RightLowerLeg
  5421. RightKnee1 = clone1.RightLowerLeg.RightKnee
  5422. ----------------------------------------------------------
  5423. UpperTorso1 = clone1.UpperTorso
  5424. LowerTorso1 = clone1.LowerTorso
  5425. Root1 = clone1.LowerTorso.Root
  5426. RootPart1 = clone1.HumanoidRootPart
  5427. LeftHand1 = clone1.LeftHand
  5428. RightHand1 = clone1.RightHand
  5429. LeftFoot1 = clone1.LeftFoot
  5430. RightFoot1 = clone1.RightFoot
  5431. --------------------------------------------
  5432. Head1 = clone1.Head
  5433. Neck1 = clone1.Head.Neck
  5434.  
  5435.  
  5436. RootPart1.CFrame = CFrame.new(999,999,999)
  5437. RootPart1.Anchored = true
  5438. function RenderStepped3()
  5439. if spiritballenergy == true then
  5440. wait(math.random(0.1,0.5))
  5441. ay = new("Part",char)
  5442. ay.Name = "NewPart2"
  5443. ay.Size = v3(0.3,0.3,0.3)
  5444. ay.CanCollide = false
  5445. ay.Material = "Neon"
  5446.  
  5447. ay.BrickColor = bc("Cyan")
  5448.  
  5449. meshk = Instance.new("SpecialMesh",ay)
  5450. meshk.MeshType = "Sphere"
  5451.  
  5452. ay.Position = v3(999,999,999)
  5453. ay.CFrame = CFrame.new(RootPart.Position.x+math.random(-15,15),RootPart.Position.y-12,RootPart.Position.z+math.random(-15,15))
  5454. ys = Instance.new("BodyVelocity",ay)
  5455. ys.Name = "GO1"
  5456. ys.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  5457.  
  5458. ys.Velocity = v3(0,6,0)
  5459. game.Debris:AddItem(ay,4)
  5460. end
  5461. if spirit1 == true then
  5462. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(180),rad(0),rad(0)),.1) --LeftUpperArm
  5463. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(180),rad(0),rad(0)),.1)--RightUpperArm
  5464. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--LeftLowerArm
  5465. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightLowerArm
  5466. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftUpperLeg
  5467. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightUpperLeg
  5468. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftLowerLeg
  5469. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightUpperLeg
  5470. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Torso
  5471. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Head
  5472. end
  5473. if spirit2 == true then
  5474. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(80),rad(0),rad(0)),.1) --LeftUpperArm
  5475. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(80),rad(0),rad(0)),.1)--RightUpperArm
  5476. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftLowerArm
  5477. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightLowerArm
  5478. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(60),rad(0),rad(0)),.1)--LeftUpperLeg
  5479. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(60),rad(0),rad(0)),.1)--RightUpperLeg
  5480. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftLowerLeg
  5481. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightUpperLeg
  5482. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(-20),rad(0),rad(0)),.1)--Torso
  5483. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Head
  5484. end
  5485. if beam1 == true then
  5486. beamgo = beamgo + 2
  5487. beamgo1 = beamgo1 + 4
  5488.  
  5489. a1.CFrame = RootPart.CFrame * CFrame.Angles(0,rad(90),0)+ v3(0,1,0) + RootPart.CFrame.lookVector * beamgo
  5490.  
  5491. aa1.Scale = v3(1,math.random(1,1.2),math.random(1,1.2))
  5492. a3.CFrame = RootPart.CFrame * CFrame.Angles(0,rad(90),0)+ v3(0,1,0) + RootPart.CFrame.lookVector * beamgo * 2
  5493. if ssj1 == false and ssj2 == false and ssj3 == false and ssjb == false and ssjbkaio == false and ssjbkaiox10 == false then
  5494. a1.Size = v3(beamgo1,3,3)
  5495. aa2.Scale = v3(100,math.random(50,70),math.random(50,70))
  5496. aa3.Scale = v3(150,math.random(50,70),math.random(50,70))
  5497.  
  5498.  
  5499. end
  5500. 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
  5501. a1.Size = v3(beamgo1,3.5,3.5)
  5502. aa2.Scale = v3(110,math.random(60,80),math.random(60,80))
  5503. aa3.Scale = v3(160,math.random(60,80),math.random(60,80))
  5504. end
  5505. if ssj1 == false and ssj2 == true and ssj3 == false and ssjb == false and ssjbkaio == false and ssjbkaiox10 == false then
  5506. a1.Size = v3(beamgo1,4,4)
  5507. aa2.Scale = v3(120,math.random(70,90),math.random(70,90))
  5508. aa3.Scale = v3(170,math.random(70,90),math.random(70,90))
  5509. end
  5510. if ssj3 == true then
  5511. a1.Size = v3(beamgo1,4.5,4.5)
  5512. aa2.Scale = v3(130,math.random(80,100),math.random(80,100))
  5513. aa3.Scale = v3(180,math.random(80,100),math.random(80,100))
  5514. end
  5515. if ssj1 == false and ssj2 == false and ssj3 == false and ssjb == true and ssjbkaio == false and ssjbkaiox10 == false and potara == false then
  5516. a1.Size = v3(beamgo1,5,5)
  5517. aa2.Scale = v3(140,math.random(90,110),math.random(90,110))
  5518. aa3.Scale = v3(190,math.random(90,110),math.random(90,110))
  5519. end
  5520. if ssj1 == false and ssj2 == false and ssj3 == false and ssjb == true and ssjbkaio == true and ssjbkaiox10 == false then
  5521. a1.Size = v3(beamgo1,6,6)
  5522. aa2.Scale = v3(155,math.random(105,125),math.random(105,125))
  5523. aa3.Scale = v3(205,math.random(105,125),math.random(105,125))
  5524. end
  5525. if ssj1 == false and ssj2 == false and ssj3 == false and ssjb == true and ssjbkaio == false and ssjbkaiox10 == true then
  5526. a1.Size = v3(beamgo1,15,15)
  5527. aa2.Scale = v3(220,math.random(185,220),math.random(185,220))
  5528. aa3.Scale = v3(280,math.random(185,220),math.random(185,220))
  5529. end
  5530. if ssjg == true then
  5531. a1.Size = v3(beamgo1,6,6)
  5532. aa2.Scale = v3(150,math.random(100,120),math.random(100,120))
  5533. aa3.Scale = v3(200,math.random(100,120),math.random(100,120))
  5534. end
  5535. if ssj4 == true and fuse == true then
  5536. a1.Size = v3(beamgo1,75,75)
  5537. end
  5538. if ssj4 == false and fuse == true then
  5539. a1.Size = v3(beamgo1,50,50)
  5540.  
  5541. end
  5542. if potara == true then
  5543. a1.Size = v3(beamgo1,math.random(25,35),math.random(25,35))
  5544. end
  5545. if ssj4 == true and fuse == false then
  5546. a1.Size = v3(beamgo1,4,4)
  5547. aa2.Scale = v3(120,math.random(70,90),math.random(70,90))
  5548. aa3.Scale = v3(170,math.random(70,90),math.random(70,90))
  5549. end
  5550. a2.CFrame = RootPart.CFrame * CFrame.Angles(0,rad(90),0)+ v3(0,1,0) - RootPart.CFrame.lookVector * 1
  5551. end
  5552. if final1 == true then
  5553. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(90),rad(0),rad(-90)),.1) --LeftUpperArm
  5554. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(90),rad(0),rad(90)),.1)--RightUpperArm
  5555. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftLowerArm
  5556. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightLowerArm
  5557. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftUpperLeg
  5558. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightUpperLeg
  5559. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftLowerLeg
  5560. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightUpperLeg
  5561. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Torso
  5562. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Head
  5563. end
  5564. if final2 == true then
  5565. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(90),rad(0),rad(30)),.1) --LeftUpperArm
  5566. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(90),rad(0),rad(-30)),.1)--RightUpperArm
  5567. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftLowerArm
  5568. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightLowerArm
  5569. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftUpperLeg
  5570. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightUpperLeg
  5571. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftLowerLeg
  5572. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightUpperLeg
  5573. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Torso
  5574. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Head
  5575. end
  5576. 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
  5577. hum.HipHeight = 1.35
  5578. idle5 = false
  5579. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1) --LeftUpperArm
  5580. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--RightUpperArm
  5581. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--LeftLowerArm
  5582. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--RightLowerArm
  5583. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--LeftUpperLeg
  5584. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--RightUpperLeg
  5585. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--LeftLowerLeg
  5586. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--RightUpperLeg
  5587. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--Torso
  5588. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--Head
  5589. end
  5590. if potara1 == true then
  5591. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1) --LeftUpperArm
  5592. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(110),rad(50),rad(0)),.1)--RightUpperArm
  5593. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftLowerArm
  5594. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(100),rad(0),rad(0)),.1)--RightLowerArm
  5595. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftUpperLeg
  5596. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightUpperLeg
  5597. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftLowerLeg
  5598. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightUpperLeg
  5599. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Torso
  5600. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Head
  5601. end
  5602. if potara2 == true then
  5603. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(-30),rad(0),rad(-10)),.1) --LeftUpperArm
  5604. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(-30),rad(0),rad(10)),.1)--RightUpperArm
  5605. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(10),rad(0),rad(0)),.1)--LeftLowerArm
  5606. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(10),rad(0),rad(0)),.1)--RightLowerArm
  5607. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(-30),rad(0),rad(-10)),.1)--LeftUpperLeg
  5608. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(-30),rad(0),rad(10)),.1)--RightUpperLeg
  5609. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(-10),rad(0),rad(0)),.1)--LeftLowerLeg
  5610. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(-10),rad(0),rad(0)),.1)--RightUpperLeg
  5611. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(90),rad(0)),.1)--Torso
  5612. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(10),rad(0),rad(0)),.1)--Head
  5613. end
  5614. if potara3 == true then
  5615. LeftShoulder1.C0 = LeftShoulder1.C0:lerp(CFrame.new(LeftShoulder1.C0.p)*CFrame.Angles(rad(110),rad(-50),rad(0)),.1) --LeftUpperArm
  5616. RightShoulder1.C0 = RightShoulder1.C0:lerp(CFrame.new(RightShoulder1.C0 .p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightUpperArm
  5617. LeftElbow1.C0 = LeftElbow1.C0:lerp(CFrame.new(LeftElbow1.C0.p)*CFrame.Angles(rad(100),rad(0),rad(0)),.1)--LeftLowerArm
  5618. RightElbow1.C0 = RightElbow1.C0:lerp(CFrame.new(RightElbow1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightLowerArm
  5619. LeftHip1.C0 = LeftHip1.C0:lerp(CFrame.new(LeftHip1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftUpperLeg
  5620. RightHip1.C0 = RightHip1.C0:lerp(CFrame.new(RightHip1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightUpperLeg
  5621. LeftKnee1.C0 = LeftKnee1.C0:lerp(CFrame.new( LeftKnee1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftLowerLeg
  5622. RightKnee1.C0 = RightKnee1.C0:lerp(CFrame.new(RightKnee1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightUpperLeg
  5623. Root1.C0 = Root1.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Torso
  5624. Neck1.C0 = Neck1.C0:lerp(CFrame.new(Neck1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Head
  5625. end
  5626. if potara4 == true then
  5627. LeftShoulder1.C0 = LeftShoulder1.C0:lerp(CFrame.new(LeftShoulder1.C0.p)*CFrame.Angles(rad(-30),rad(0),rad(-10)),.1) --LeftUpperArm
  5628. RightShoulder1.C0 = RightShoulder1.C0:lerp(CFrame.new(RightShoulder1.C0 .p)*CFrame.Angles(rad(-30),rad(0),rad(10)),.1)--RightUpperArm
  5629. LeftElbow1.C0 = LeftElbow1.C0:lerp(CFrame.new(LeftElbow1.C0.p)*CFrame.Angles(rad(10),rad(0),rad(0)),.1)--LeftLowerArm
  5630. RightElbow1.C0 = RightElbow1.C0:lerp(CFrame.new(RightElbow1.C0.p)*CFrame.Angles(rad(10),rad(0),rad(0)),.1)--RightLowerArm
  5631. LeftHip1.C0 = LeftHip1.C0:lerp(CFrame.new(LeftHip1.C0.p)*CFrame.Angles(rad(-30),rad(0),rad(-10)),.1)--LeftUpperLeg
  5632. RightHip1.C0 = RightHip1.C0:lerp(CFrame.new(RightHip1.C0.p)*CFrame.Angles(rad(-30),rad(0),rad(10)),.1)--RightUpperLeg
  5633. LeftKnee1.C0 = LeftKnee1.C0:lerp(CFrame.new( LeftKnee1.C0.p)*CFrame.Angles(rad(-10),rad(0),rad(0)),.1)--LeftLowerLeg
  5634. RightKnee1.C0 = RightKnee1.C0:lerp(CFrame.new(RightKnee1.C0.p)*CFrame.Angles(rad(-10),rad(0),rad(0)),.1)--RightUpperLeg
  5635. Root1.C0 = Root1.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(-90),rad(0)),.1)--Torso
  5636. Neck1.C0 = Neck1.C0:lerp(CFrame.new( Neck1.C0.p)*CFrame.Angles(rad(10),rad(0),rad(0)),.1)--Head
  5637. end
  5638. if hum.MoveDirection.x == 0 and fuse == true or hum.MoveDirection.x == 0 and potara == true then
  5639. if idle7 == true then
  5640. idle5 = true
  5641.  
  5642.  
  5643. else
  5644. idle5 = false
  5645. hum.HipHeight = 1.35
  5646. end
  5647. end
  5648. if idle5 == true and idle6 == true then
  5649. idle6 = false
  5650. hum.HipHeight = 2
  5651. idle2 = true
  5652. for i = 1,50 do
  5653. wait()
  5654. hum.HipHeight = hum.HipHeight + 0.01
  5655. end
  5656. idle2 = false
  5657.  
  5658. idle3 = true
  5659. for i = 1,50 do
  5660. wait()
  5661. hum.HipHeight = hum.HipHeight - 0.01
  5662. end
  5663. idle3 = false
  5664. idle6 = true
  5665. end
  5666. if noidle == true then
  5667. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1) --LeftUpperArm
  5668. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--RightUpperArm
  5669. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--LeftLowerArm
  5670. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--RightLowerArm
  5671. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--LeftUpperLeg
  5672. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--RightUpperLeg
  5673. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--LeftLowerLeg
  5674. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--RightUpperLeg
  5675. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--Torso
  5676. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--Head
  5677. end
  5678. if noidle1 == true then
  5679. LeftShoulder1.C0 = LeftShoulder1.C0:lerp(CFrame.new(LeftShoulder1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1) --LeftUpperArm
  5680. RightShoulder1.C0 = RightShoulder1.C0:lerp(CFrame.new(RightShoulder1.C0 .p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--RightUpperArm
  5681. LeftElbow1.C0 = LeftElbow1.C0:lerp(CFrame.new(LeftElbow1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--LeftLowerArm
  5682. RightElbow1.C0 = RightElbow1.C0:lerp(CFrame.new(RightElbow1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--RightLowerArm
  5683. LeftHip1.C0 = LeftHip1.C0:lerp(CFrame.new(LeftHip1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--LeftUpperLeg
  5684. RightHip1.C0 = RightHip1.C0:lerp(CFrame.new(RightHip1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--RightUpperLeg
  5685. LeftKnee1.C0 = LeftKnee1.C0:lerp(CFrame.new( LeftKnee1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--LeftLowerLeg
  5686. RightKnee1.C0 = RightKnee1.C0:lerp(CFrame.new(RightKnee1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--RightUpperLeg
  5687. Root1.C0 = Root1.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--Torso
  5688. Neck1.C0 = Neck1.C0:lerp(CFrame.new( Neck1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),0.1)--Head
  5689. end
  5690. if idle2 == true then
  5691. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(0),rad(0),rad(-20)),.01) --LeftUpperArm
  5692. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(0),rad(0),rad(20)),.01)--RightUpperArm
  5693. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(30),rad(0),rad(0)),.01)--LeftLowerArm
  5694. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(30),rad(0),rad(0)),.01)--RightLowerArm
  5695. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(70),rad(0),rad(0)),.01)--LeftUpperLeg
  5696. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.01)--RightUpperLeg
  5697. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(-60),rad(0),rad(0)),.01)--LeftLowerLeg
  5698. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.01)--RightUpperLeg
  5699. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(-5),rad(0),rad(0)),.01)--Torso
  5700. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.01)--Head
  5701. end
  5702. if idle3 == true then
  5703. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(0),rad(0),rad(-10)),.01) --LeftUpperArm
  5704. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(0),rad(0),rad(10)),.01)--RightUpperArm
  5705. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(50),rad(0),rad(0)),.01)--LeftLowerArm
  5706. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(50),rad(0),rad(0)),.01)--RightLowerArm
  5707. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(80),rad(0),rad(0)),.01)--LeftUpperLeg
  5708. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(-10),rad(0),rad(0)),.01)--RightUpperLeg
  5709. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(-70),rad(0),rad(0)),.01)--LeftLowerLeg
  5710. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(10),rad(0),rad(0)),.01)--RightUpperLeg
  5711. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(-4),rad(0),rad(0)),.01)--Torso
  5712. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(2),rad(0),rad(0)),.01)--Head
  5713. end
  5714. if fuse1 == true then
  5715. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(20),rad(20),rad(90)),.1) --LeftUpperArm
  5716. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(0),rad(0),rad(90)),.1)--RightUpperArm
  5717. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftLowerArm
  5718. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightLowerArm
  5719. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftUpperLeg
  5720. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightUpperLeg
  5721. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftLowerLeg
  5722. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightUpperLeg
  5723. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Torso
  5724. Neck.C0 = Neck.C0:lerp(CFrame.new(Neck.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Head
  5725. end
  5726.  
  5727.  
  5728. if fuse2 == true then
  5729. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(0),rad(0),rad(260)),.1) --LeftUpperArm
  5730. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(20),rad(-20),rad(260)),.1)--RightUpperArm
  5731. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftLowerArm
  5732. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightLowerArm
  5733. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftUpperLeg
  5734. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightUpperLeg
  5735. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftLowerLeg
  5736. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightUpperLeg
  5737. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Torso
  5738. Neck.C0 = Neck.C0:lerp(CFrame.new(Neck.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Head
  5739.  
  5740. end
  5741. if fuse3 == true then
  5742. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(20),rad(20),rad(90)),.5) --LeftUpperArm
  5743. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(0),rad(0),rad(90)),.5)--RightUpperArm
  5744. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.5)--LeftLowerArm
  5745. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.5)--RightLowerArm
  5746. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.5)--LeftUpperLeg
  5747. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(80),rad(0),rad(-60)),.5)--RightUpperLeg
  5748. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.5)--LeftLowerLeg
  5749. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(-90),rad(0),rad(0)),.5)--RightUpperLeg
  5750. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),.5)--Torso
  5751. Neck.C0 = Neck.C0:lerp(CFrame.new(Neck.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.5)--Head
  5752.  
  5753. end
  5754. if fuse4 == true then
  5755. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(0),rad(0),rad(330)),.5) --LeftUpperArm
  5756. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(0),rad(0),rad(200)),.5)--RightUpperArm
  5757. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(-110)),.5)--LeftLowerArm
  5758. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.5)--RightLowerArm
  5759. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(80),rad(-30),rad(-80)),.5)--LeftUpperLeg
  5760. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(-40)),.5)--RightUpperLeg
  5761. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(-70),rad(0),rad(0)),.5)--LeftLowerLeg
  5762. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.5)--RightUpperLeg
  5763. Root.C0 = Root.C0:lerp(CFrame.new(0,-0.5,0)*CFrame.Angles(rad(0),rad(0),rad(50)),.5)--Torso
  5764. Neck.C0 = Neck.C0:lerp(CFrame.new(Neck.C0.p)*CFrame.Angles(rad(0),rad(0),rad(40)),.5)--Head
  5765.  
  5766. end
  5767. if fuse5 == true then
  5768. LeftShoulder1.C0 = LeftShoulder1.C0:lerp(CFrame.new(LeftShoulder1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(-90)),.1) --LeftUpperArm
  5769. RightShoulder1.C0 = RightShoulder1.C0:lerp(CFrame.new(RightShoulder1.C0 .p)*CFrame.Angles(rad(20),rad(-20),rad(-90)),.1)--RightUpperArm
  5770. LeftElbow1.C0 = LeftElbow1.C0:lerp(CFrame.new(LeftElbow1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftLowerArm
  5771. RightElbow1.C0 = RightElbow1.C0:lerp(CFrame.new(RightElbow1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightLowerArm
  5772. LeftHip1.C0 = LeftHip1.C0:lerp(CFrame.new(LeftHip1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftUpperLeg
  5773. RightHip1.C0 = RightHip1.C0:lerp(CFrame.new(RightHip1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightUpperLeg
  5774. LeftKnee1.C0 = LeftKnee1.C0:lerp(CFrame.new( LeftKnee1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftLowerLeg
  5775. RightKnee1.C0 = RightKnee1.C0:lerp(CFrame.new(RightKnee1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightUpperLeg
  5776. Root1.C0 = Root1.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Torso
  5777. Neck1.C0 = Neck1.C0:lerp(CFrame.new(Neck1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Head
  5778. end
  5779.  
  5780.  
  5781. if fuse6 == true then
  5782. LeftShoulder1.C0 = LeftShoulder1.C0:lerp(CFrame.new(LeftShoulder1.C0.p)*CFrame.Angles(rad(20),rad(20),rad(-260)),.1) --LeftUpperArm
  5783. RightShoulder1.C0 = RightShoulder1.C0:lerp(CFrame.new(RightShoulder1.C0 .p)*CFrame.Angles(rad(0),rad(0),rad(-260)),.1)--RightUpperArm
  5784. LeftElbow1.C0 = LeftElbow1.C0:lerp(CFrame.new(LeftElbow1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftLowerArm
  5785. RightElbow1.C0 = RightElbow1.C0:lerp(CFrame.new(RightElbow1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightLowerArm
  5786. LeftHip1.C0 = LeftHip1.C0:lerp(CFrame.new(LeftHip1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftUpperLeg
  5787. RightHip1.C0 = RightHip1.C0:lerp(CFrame.new(RightHip1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightUpperLeg
  5788. LeftKnee1.C0 = LeftKnee1.C0:lerp(CFrame.new( LeftKnee1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftLowerLeg
  5789. RightKnee1.C0 = RightKnee1.C0:lerp(CFrame.new(RightKnee1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightUpperLeg
  5790. Root1.C0 = Root1.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Torso
  5791. Neck1.C0 = Neck1.C0:lerp(CFrame.new(Neck1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Head
  5792.  
  5793. end
  5794. if fuse7 == true then
  5795. LeftShoulder1.C0 = LeftShoulder1.C0:lerp(CFrame.new(LeftShoulder1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(-90)),.5) --LeftUpperArm
  5796. RightShoulder1.C0 = RightShoulder1.C0:lerp(CFrame.new(RightShoulder1.C0 .p)*CFrame.Angles(rad(20),rad(-20),rad(-90)),.5)--RightUpperArm
  5797. LeftElbow1.C0 = LeftElbow1.C0:lerp(CFrame.new(LeftElbow1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.5)--LeftLowerArm
  5798. RightElbow1.C0 = RightElbow1.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.5)--RightLowerArm
  5799. LeftHip1.C0 = LeftHip1.C0:lerp(CFrame.new(LeftHip1.C0.p)*CFrame.Angles(rad(80),rad(0),rad(60)),.5)--LeftUpperLeg
  5800. RightHip1.C0 = RightHip1.C0:lerp(CFrame.new(RightHip1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.5)--RightUpperLeg
  5801. LeftKnee1.C0 = LeftKnee1.C0:lerp(CFrame.new( LeftKnee1.C0.p)*CFrame.Angles(rad(-90),rad(0),rad(0)),.5)--LeftLowerLeg
  5802. RightKnee1.C0 = RightKnee1.C0:lerp(CFrame.new(RightKnee1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.5)--RightUpperLeg
  5803. Root1.C0 = Root1.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),.5)--Torso
  5804. Neck1.C0 = Neck1.C0:lerp(CFrame.new(Neck1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.5)--Head
  5805.  
  5806. end
  5807. if fuse8 == true then
  5808. LeftShoulder1.C0 = LeftShoulder1.C0:lerp(CFrame.new(LeftShoulder1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(-200)),.5) --LeftUpperArm
  5809. RightShoulder1.C0 = RightShoulder1.C0:lerp(CFrame.new(RightShoulder1.C0 .p)*CFrame.Angles(rad(0),rad(0),rad(-330)),.5)--RightUpperArm
  5810. LeftElbow1.C0 = LeftElbow1.C0:lerp(CFrame.new(LeftElbow1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.5)--LeftLowerArm
  5811. RightElbow1.C0 = RightElbow1.C0:lerp(CFrame.new(RightElbow1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(110)),.5)--RightLowerArm
  5812. LeftHip1.C0 = LeftHip1.C0:lerp(CFrame.new(LeftHip1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(40)),.5)--LeftUpperLeg
  5813. RightHip1.C0 = RightHip1.C0:lerp(CFrame.new(RightHip1.C0.p)*CFrame.Angles(rad(80),rad(30),rad(80)),.5)--RightUpperLeg
  5814. LeftKnee1.C0 = LeftKnee1.C0:lerp(CFrame.new( LeftKnee1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.5)--LeftLowerLeg
  5815. RightKnee1.C0 = RightKnee1.C0:lerp(CFrame.new(RightKnee1.C0.p)*CFrame.Angles(rad(-70),rad(0),rad(0)),.5)--RightUpperLeg
  5816. Root1.C0 = Root1.C0:lerp(CFrame.new(0,-0.5,0)*CFrame.Angles(rad(0),rad(0),rad(-50)),.5)--Torso
  5817. Neck1.C0 = Neck1.C0:lerp(CFrame.new(Neck1.C0.p)*CFrame.Angles(rad(0),rad(0),rad(-40)),.5)--Head
  5818.  
  5819. end
  5820. if bigkamehameha1 == true then
  5821. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(60),rad(0),rad(30)),.1) --LeftUpperArm
  5822. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(60),rad(0),rad(-30)),.1)--RightUpperArm
  5823. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(60),rad(0),rad(0)),.1)--LeftLowerArm
  5824. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(60),rad(0),rad(0)),.1)--RightLowerArm
  5825. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(30),rad(0),rad(0)),.1)--LeftUpperLeg
  5826. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightUpperLeg
  5827. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(-80),rad(0),rad(0)),.1)--LeftLowerLeg
  5828. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightUpperLeg
  5829. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Torso
  5830. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Head
  5831. end
  5832. if bigkamehameha2 == true then
  5833. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(85),rad(0),rad(30)),.1) --LeftUpperArm
  5834. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(85),rad(0),rad(-30)),.1)--RightUpperArm
  5835. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--LeftLowerArm
  5836. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightLowerArm
  5837. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(50),rad(0),rad(0)),.1)--LeftUpperLeg
  5838. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightUpperLeg
  5839. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(-80),rad(0),rad(0)),.1)--LeftLowerLeg
  5840. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--RightUpperLeg
  5841. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(-5),rad(0),rad(0)),.1)--Torso
  5842. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),.1)--Head
  5843. end
  5844. end
  5845. ape51 = Instance.new("Part",clone1)
  5846. ape51.Transparency = 0
  5847. weldape5 = Instance.new("Weld",ape51)
  5848. weldape5.Part0 = LowerTorso1
  5849. weldape5.Part1 = ape51
  5850. ape51.Color = Color3.fromRGB(79,0,0)
  5851. weldape5.C0 = CFrame.new(0.4,1,2)*CFrame.Angles(0,math.rad(90),math.rad(0))
  5852. meshape5 = Instance.new("SpecialMesh",ape51)
  5853. meshape5.MeshId = "rbxassetid://547956749"
  5854. meshape5.Scale = v3(0.025,0.025,0.025)
  5855. game:GetService("RunService").RenderStepped:connect(RenderStepped3)
  5856.  
  5857. player.Chatted:connect(function(msg)
  5858. if msg == "Fuse" and ssj4 == true then
  5859. clone1.Shirt.ShirtTemplate = "rbxassetid://919206310"
  5860. clone1.Pants.PantsTemplate = "rbxassetid://919206462"
  5861. clone1.Head.Weld.C0 = CFrame.new(0.27,0.5,.6)*cfa(0,rad(180),0)
  5862. clone1.Hair.Mesh.MeshId = "rbxassetid://558303331"
  5863. clone1.Hair.Mesh.Scale = v3(0.048,0.048,0.048)
  5864.  
  5865. ape51.Transparency = 0
  5866. idle = false
  5867. walk = false
  5868. canjump = false
  5869. linkpart = Instance.new("Part",char)
  5870. linkpart.Position = v3(999,999,999)
  5871. linkpart.Transparency = 1
  5872. linkpart.CanCollide = false
  5873. linkpart.Anchored = true
  5874. linkpart.CFrame = RootPart.CFrame * cfa(0,rad(90),0) + RootPart.CFrame.lookVector
  5875. RootPart1.CFrame = linkpart.CFrame * cfa(0,rad(-90),0) + linkpart.CFrame.lookVector * 10
  5876. RootPart.CFrame = linkpart.CFrame * cfa(0,rad(-90),0) - linkpart.CFrame.lookVector * 10
  5877. RootPart1.Anchored = true
  5878. RootPart.Anchored = true
  5879. RootPart1 = clone1.HumanoidRootPart
  5880. com1 = 10
  5881.  
  5882. noidle = true
  5883. wait(2)
  5884. noidle = false
  5885.  
  5886. fuse1 = true
  5887. fuse5 = true
  5888.  
  5889. wait(0.5)
  5890. fuse1 = false
  5891. fuse5 = false
  5892. coroutine.wrap(function()
  5893. for i = 1,40 do
  5894. if fuse == false then
  5895. wait()
  5896. com1 = com1 - 0.19
  5897.  
  5898. RootPart1.CFrame = linkpart.CFrame * cfa(0,rad(-90),0) + linkpart.CFrame.lookVector * com1
  5899. RootPart.CFrame = linkpart.CFrame * cfa(0,rad(-90),0) - linkpart.CFrame.lookVector * com1
  5900.  
  5901. end
  5902. end
  5903. end)()
  5904. chatfunc("Fuuuu")
  5905. chatfunc1("Fuuuu")
  5906. fuse2 = true
  5907. fuse6 = true
  5908. wait(0.5)
  5909. fuse2 = false
  5910. fuse6 = false
  5911. chatfunc("Shon")
  5912. chatfunc1("Shon")
  5913. fuse3 = true
  5914. fuse7 = true
  5915. wait(0.5)
  5916. fuse3 = false
  5917. fuse7 = false
  5918. fuse4 = true
  5919. chatfunc("Ha")
  5920. chatfunc1("Ha")
  5921. fuse8 = true
  5922.  
  5923. wait(0.5)
  5924. a21e = new("Part",char)
  5925. a21e.Name = "Beam"..num
  5926. a21e.Locked = true
  5927. a21e.Size = v3(1,1,1)
  5928. a21e.CanCollide = false
  5929. a21e.Position = v3(999,999,999)
  5930. a21e.BrickColor = bc("White")
  5931. a21e.Material = "Neon"
  5932. a21e.Transparency = 0
  5933. aa21e = new("SpecialMesh",a21e)
  5934. a21e.Anchored = true
  5935. a21e.Position = RootPart.Position
  5936. aa21e.MeshType = "Sphere"
  5937. aa21e.Scale = v3(1,1,1)
  5938.  
  5939.  
  5940.  
  5941.  
  5942. fuse = true
  5943.  
  5944. fuse4 = false
  5945. fuse8 = false
  5946. Hair7.BrickColor = BrickColor.new("Really red")
  5947. Mesh.MeshId = "rbxassetid://560196103"
  5948. Mesh.Scale = Vector3.new(5.8,5.8,5.8)
  5949. Weld.C0 = CFrame.new(-0.28, 0, 0.25)
  5950. char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=919205601"
  5951. char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=919205734"
  5952.  
  5953. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1) --LeftUpperArm
  5954. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--RightUpperArm
  5955. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--LeftLowerArm
  5956. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--RightLowerArm
  5957. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--LeftUpperLeg
  5958. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--RightUpperLeg
  5959. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--LeftLowerLeg
  5960. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--RightUpperLeg
  5961. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--Torso
  5962. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--Head
  5963. hum.HipHeight = 1.35
  5964. char.Head.face.Texture= "rbxassetid://903201228"
  5965. RootPart.Anchored = false
  5966. idle5 = true
  5967. idle7 = true
  5968. hum.HipHeight = 2
  5969. ssjauraburst:Play()
  5970. RootPart1.CFrame = CFrame.new(999,999,999)
  5971. RootPart1.Anchored = true
  5972. GroundWave5()
  5973. GroundWave6()
  5974. GroundWave7()
  5975. GroundWave8()
  5976. GroundWave9()
  5977. GroundWave10()
  5978. for i = 1,50 do
  5979. wait()
  5980. aa21e.Scale = aa21e.Scale + v3(1,1,1)
  5981. a21e.Transparency = a21e.Transparency + 0.02
  5982. end
  5983. walk = false
  5984. end
  5985. if msg == "Fuse" and ssj4 == false and ssj1 == false and ssj2 == false and ssj3 == false and ssjb == false and ssjg == false then
  5986. clone1.Shirt.ShirtTemplate = "rbxassetid://914325463"
  5987. ape51.Transparency = 1
  5988. clone1.Pants.PantsTemplate = "rbxassetid://914325779"
  5989. clone1.Head.Weld.C0 = CFrame.new(-.2,1,.5)*cfa(0,rad(0),0)
  5990. clone1.Hair.Mesh.MeshId = "rbxassetid://560180459"
  5991. clone1.Hair.Mesh.Scale = v3(7,7,7)
  5992.  
  5993. idle = false
  5994. walk = false
  5995. ssj1 = true
  5996. canjump = false
  5997. linkpart = Instance.new("Part",char)
  5998. linkpart.Position = v3(999,999,999)
  5999. linkpart.Transparency = 1
  6000. linkpart.CanCollide = false
  6001. linkpart.Anchored = true
  6002. linkpart.CFrame = RootPart.CFrame * cfa(0,rad(90),0) + RootPart.CFrame.lookVector
  6003. RootPart1.CFrame = linkpart.CFrame * cfa(0,rad(-90),0) + linkpart.CFrame.lookVector * 10
  6004. RootPart.CFrame = linkpart.CFrame * cfa(0,rad(-90),0) - linkpart.CFrame.lookVector * 10
  6005. RootPart1.Anchored = true
  6006. RootPart.Anchored = true
  6007. RootPart1 = clone1.HumanoidRootPart
  6008. com1 = 10
  6009. noidle = true
  6010. wait(2)
  6011. noidle = false
  6012.  
  6013. fuse1 = true
  6014. fuse5 = true
  6015.  
  6016. wait(0.5)
  6017. fuse1 = false
  6018. fuse5 = false
  6019. coroutine.wrap(function()
  6020. for i = 1,40 do
  6021. if fuse == false then
  6022. wait()
  6023. com1 = com1 - 0.19
  6024.  
  6025. RootPart1.CFrame = linkpart.CFrame * cfa(0,rad(-90),0) + linkpart.CFrame.lookVector * com1
  6026. RootPart.CFrame = linkpart.CFrame * cfa(0,rad(-90),0) - linkpart.CFrame.lookVector * com1
  6027.  
  6028. end
  6029. end
  6030. end)()
  6031. chatfunc("Fuuuu")
  6032. chatfunc1("Fuuuu")
  6033. fuse2 = true
  6034. fuse6 = true
  6035. wait(0.5)
  6036. fuse2 = false
  6037. fuse6 = false
  6038. chatfunc("Shon")
  6039. chatfunc1("Shon")
  6040. fuse3 = true
  6041. fuse7 = true
  6042. wait(0.5)
  6043. fuse3 = false
  6044. fuse7 = false
  6045. fuse4 = true
  6046. chatfunc("Ha")
  6047. chatfunc1("Ha")
  6048. fuse8 = true
  6049. wait(0.5)
  6050. a21e = new("Part",char)
  6051. a21e.Name = "Beam"..num
  6052. a21e.Locked = true
  6053. a21e.Size = v3(1,1,1)
  6054. a21e.CanCollide = false
  6055. a21e.Position = v3(999,999,999)
  6056. a21e.BrickColor = bc("White")
  6057. a21e.Material = "Neon"
  6058. a21e.Transparency = 0
  6059. aa21e = new("SpecialMesh",a21e)
  6060. a21e.Anchored = true
  6061. a21e.Position = RootPart.Position
  6062. aa21e.MeshType = "Sphere"
  6063. aa21e.Scale = v3(1,1,1)
  6064.  
  6065.  
  6066.  
  6067. fuse = true
  6068.  
  6069. fuse4 = false
  6070. fuse8 = false
  6071.  
  6072.  
  6073. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1) --LeftUpperArm
  6074. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--RightUpperArm
  6075. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--LeftLowerArm
  6076. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--RightLowerArm
  6077. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--LeftUpperLeg
  6078. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--RightUpperLeg
  6079. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--LeftLowerLeg
  6080. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--RightUpperLeg
  6081. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--Torso
  6082. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--Head
  6083. hum.HipHeight = 1.35
  6084.  
  6085. RootPart.Anchored = false
  6086. idle5 = true
  6087. idle7 = true
  6088. Mesh.MeshId = "rbxassetid://720406482"
  6089. newaura.ImageTransparency = 0
  6090. Mesh.Scale = Vector3.new(7.2,7.2,7.2)
  6091. Weld.C0 = CFrame.new(0.2, .8, 0.55)*cfa(0,math.rad(180),0)
  6092. Hair7.Color = Color3.fromRGB(255,227,10)
  6093. char.Head.face.Texture= "rbxassetid://765493484"
  6094. ssjaura:Play()
  6095. char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=914324509"
  6096. char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=914324638"
  6097. hum.HipHeight = 2
  6098. ssjauraburst:Play()
  6099. wait(0.1)
  6100. RootPart1.CFrame = CFrame.new(999,999,999)
  6101. RootPart1.Anchored = true
  6102. GroundWave5()
  6103. GroundWave6()
  6104. GroundWave7()
  6105. GroundWave8()
  6106. GroundWave9()
  6107. GroundWave10()
  6108. for i = 1,50 do
  6109. wait()
  6110. aa21e.Scale = aa21e.Scale + v3(1,1,1)
  6111. a21e.Transparency = a21e.Transparency + 0.02
  6112. end
  6113. walk = false
  6114. end
  6115. if msg == "Potara" and ssj4 == false and ssj1 == false and ssj2 == false and ssj3 == false and ssjb == false and ssjg == false then
  6116. clone1.Shirt.ShirtTemplate = "rbxassetid://914325463"
  6117. clone1.Pants.PantsTemplate = "rbxassetid://914325779"
  6118. ape51.Transparency = 1
  6119.  
  6120. clone1.Head.Weld.C0 = CFrame.new(-.2,1,.5)*cfa(0,rad(0),0)
  6121. clone1.Hair.Mesh.MeshId = "rbxassetid://560180459"
  6122. clone1.Hair.Mesh.Scale = v3(7,7,7)
  6123. idle = false
  6124. walk = false
  6125. canjump = false
  6126. linkpart = Instance.new("Part",char)
  6127. linkpart.Position = v3(999,999,999)
  6128. linkpart.Transparency = 1
  6129. linkpart.CanCollide = false
  6130. linkpart.Anchored = true
  6131. linkpart.CFrame = RootPart.CFrame * cfa(0,rad(90),0) + RootPart.CFrame.lookVector
  6132. RootPart1.CFrame = linkpart.CFrame * cfa(0,rad(-90),0) + linkpart.CFrame.lookVector * 10
  6133. RootPart.CFrame = linkpart.CFrame * cfa(0,rad(-90),0) - linkpart.CFrame.lookVector * 10
  6134. RootPart1.Anchored = true
  6135. RootPart.Anchored = true
  6136. RootPart1 = clone1.HumanoidRootPart
  6137. com1 = 10
  6138.  
  6139.  
  6140.  
  6141. potara1 = true
  6142. potara3 = true
  6143. wait(1)
  6144. potara1 = false
  6145. potara3 = false
  6146. noidle = true
  6147. noidle1 = true
  6148. ee = Instance.new("Part",char)
  6149. ee.Size = Vector3.new(0.2,0.2,0.2)
  6150. ee.Position = Vector3.new(9999999,9999999,9999999)
  6151. ee.Shape = "Ball"
  6152. ee.BrickColor = BrickColor.new("New Yeller")
  6153. ee1 = Instance.new("Part",char)
  6154. ee1.Size = Vector3.new(0.18,0.18,0.18)
  6155. ee1.Position = Vector3.new(999999,999999,999999)
  6156. ee1.Shape = "Ball"
  6157. ee1.BrickColor = BrickColor.new("Mid gray")
  6158. ee2 = Instance.new("Part",char)
  6159. ee2.Size = Vector3.new(0.06,0.06,0.06)
  6160. ee2.Shape = "Ball"
  6161. ee2.BrickColor = BrickColor.new("Mid gray")
  6162. ee2.Position = Vector3.new(99999,99999,99999)
  6163. ee3 = Instance.new("Part",char)
  6164. ee3.Size = Vector3.new(0.06,0.06,0.06)
  6165. ee3.Shape = "Ball"
  6166. ee3.BrickColor = BrickColor.new("Mid gray")
  6167. ee3.Position = Vector3.new(9999,9999,9999)
  6168. ee4 = Instance.new("Part",char)
  6169. ee4.Size = Vector3.new(0.1,0.1,0.1)
  6170. ee4.Shape = "Ball"
  6171. ee4.BrickColor = BrickColor.new("Mid gray")
  6172. ee4.Position = Vector3.new(999,999,999)
  6173. eew = Instance.new("Weld",game.Players.LocalPlayer.Character.Head)
  6174. eew.Part0 = game.Players.LocalPlayer.Character.Head
  6175. eew.Part1 = ee
  6176. eew.C0 = CFrame.new(0.68,-0.22,0)
  6177. eew1 = Instance.new("Weld",game.Players.LocalPlayer.Character.Head)
  6178. eew1.Part0 = ee
  6179. eew1.Part1 = ee1
  6180. eew1.C0 = CFrame.new(0,0.02,0)
  6181. eew2 = Instance.new("Weld",game.Players.LocalPlayer.Character.Head)
  6182. eew2.Part0 = game.Players.LocalPlayer.Character.Head
  6183. eew2.Part1 = ee2
  6184. eew2.C0 = CFrame.new(0.67,-0.1,0)
  6185. eew3 = Instance.new("Weld",game.Players.LocalPlayer.Character.Head)
  6186. eew3.Part0 = game.Players.LocalPlayer.Character.Head
  6187. eew3.Part1 = ee3
  6188. eew3.C0 = CFrame.new(0.66,-0.05,0)
  6189. eew4 = Instance.new("Weld",game.Players.LocalPlayer.Character.Head)
  6190. eew4.Part0 = game.Players.LocalPlayer.Character.Head
  6191. eew4.Part1 = ee4
  6192. eew4.C0 = CFrame.new(0.64,-0.01,0)
  6193. -----------------------------------------------------------------------
  6194. eed = Instance.new("Part",char)
  6195. eed.Size = Vector3.new(0.2,0.2,0.2)
  6196. eed.Position = Vector3.new(9999999,9999999,9999999)
  6197. eed.Shape = "Ball"
  6198. eed.BrickColor = BrickColor.new("New Yeller")
  6199. ee1d = Instance.new("Part",char)
  6200. ee1d.Size = Vector3.new(0.18,0.18,0.18)
  6201. ee1d.Position = Vector3.new(999999,999999,999999)
  6202. ee1d.Shape = "Ball"
  6203. ee1d.BrickColor = BrickColor.new("Mid gray")
  6204. ee2d = Instance.new("Part",char)
  6205. ee2d.Size = Vector3.new(0.06,0.06,0.06)
  6206. ee2d.Shape = "Ball"
  6207. ee2d.BrickColor = BrickColor.new("Mid gray")
  6208. ee2d.Position = Vector3.new(99999,99999,99999)
  6209. ee3d = Instance.new("Part",char)
  6210. ee3d.Size = Vector3.new(0.06,0.06,0.06)
  6211. ee3d.Shape = "Ball"
  6212. ee3d.BrickColor = BrickColor.new("Mid gray")
  6213. ee3d.Position = Vector3.new(9999,9999,9999)
  6214. ee4d = Instance.new("Part",char)
  6215. ee4d.Size = Vector3.new(0.1,0.1,0.1)
  6216. ee4d.Shape = "Ball"
  6217. ee4d.BrickColor = BrickColor.new("Mid gray")
  6218. ee4d.Position = Vector3.new(999,999,999)
  6219. eew = Instance.new("Weld",game.Players.LocalPlayer.Character.Head)
  6220. eew.Part0 = clone1.Head
  6221. eew.Part1 = eed
  6222. eew.C0 = CFrame.new(-0.68,-0.22,0)
  6223. eew1 = Instance.new("Weld",game.Players.LocalPlayer.Character.Head)
  6224. eew1.Part0 = ee
  6225. eew1.Part1 = ee1d
  6226. eew1.C0 = CFrame.new(0,0.02,0)
  6227. eew2 = Instance.new("Weld",game.Players.LocalPlayer.Character.Head)
  6228. eew2.Part0 = clone1.Head
  6229. eew2.Part1 = ee2d
  6230. eew2.C0 = CFrame.new(-0.67,-0.1,0)
  6231. eew3 = Instance.new("Weld",game.Players.LocalPlayer.Character.Head)
  6232. eew3.Part0 = clone1.Head
  6233. eew3.Part1 = ee3d
  6234. eew3.C0 = CFrame.new(-0.66,-0.05,0)
  6235. eew4 = Instance.new("Weld",game.Players.LocalPlayer.Character.Head)
  6236. eew4.Part0 = clone1.Head
  6237. eew4.Part1 = ee4d
  6238. eew4.C0 = CFrame.new(-0.64,-0.01,0)
  6239. wait(0.5)
  6240. noidle = false
  6241. noidle1 = false
  6242. potara2 = true
  6243. potara4 = true
  6244. for i = 1,20 do
  6245. wait()
  6246. com1 = com1 - 0.5
  6247.  
  6248. RootPart1.CFrame = linkpart.CFrame * cfa(0,rad(-90),0) + linkpart.CFrame.lookVector * com1
  6249. RootPart.CFrame = linkpart.CFrame * cfa(0,rad(-90),0) - linkpart.CFrame.lookVector * com1
  6250.  
  6251. end
  6252.  
  6253. potara = true
  6254. eec = Instance.new("Part",char)
  6255. eec.Size = Vector3.new(0.2,0.2,0.2)
  6256. eec.Position = Vector3.new(9999999,9999999,9999999)
  6257. eec.Shape = "Ball"
  6258. eec.BrickColor = BrickColor.new("New Yeller")
  6259. ee1c = Instance.new("Part",char)
  6260. ee1c.Size = Vector3.new(0.18,0.18,0.18)
  6261. ee1c.Position = Vector3.new(999999,999999,999999)
  6262. ee1c.Shape = "Ball"
  6263. ee1c.BrickColor = BrickColor.new("Mid gray")
  6264. ee2c = Instance.new("Part",char)
  6265. ee2c.Size = Vector3.new(0.06,0.06,0.06)
  6266. ee2c.Shape = "Ball"
  6267. ee2c.BrickColor = BrickColor.new("Mid gray")
  6268. ee2c.Position = Vector3.new(99999,99999,99999)
  6269. ee3c = Instance.new("Part",char)
  6270. ee3c.Size = Vector3.new(0.06,0.06,0.06)
  6271. ee3c.Shape = "Ball"
  6272. ee3c.BrickColor = BrickColor.new("Mid gray")
  6273. ee3c.Position = Vector3.new(9999,9999,9999)
  6274. ee4c = Instance.new("Part",char)
  6275. ee4c.Size = Vector3.new(0.1,0.1,0.1)
  6276. ee4c.Shape = "Ball"
  6277. ee4c.BrickColor = BrickColor.new("Mid gray")
  6278. ee4c.Position = Vector3.new(999,999,999)
  6279. eew = Instance.new("Weld",game.Players.LocalPlayer.Character.Head)
  6280. eew.Part0 = game.Players.LocalPlayer.Character.Head
  6281. eew.Part1 = eec
  6282. eew.C0 = CFrame.new(-0.68,-0.22,0)
  6283. eew1 = Instance.new("Weld",game.Players.LocalPlayer.Character.Head)
  6284. eew1.Part0 = ee
  6285. eew1.Part1 = ee1c
  6286. eew1.C0 = CFrame.new(0,0.02,0)
  6287. eew2 = Instance.new("Weld",game.Players.LocalPlayer.Character.Head)
  6288. eew2.Part0 = game.Players.LocalPlayer.Character.Head
  6289. eew2.Part1 = ee2c
  6290. eew2.C0 = CFrame.new(-0.67,-0.1,0)
  6291. eew3 = Instance.new("Weld",game.Players.LocalPlayer.Character.Head)
  6292. eew3.Part0 = game.Players.LocalPlayer.Character.Head
  6293. eew3.Part1 = ee3c
  6294. eew3.C0 = CFrame.new(-0.66,-0.05,0)
  6295. eew4 = Instance.new("Weld",game.Players.LocalPlayer.Character.Head)
  6296. eew4.Part0 = game.Players.LocalPlayer.Character.Head
  6297. eew4.Part1 = ee4c
  6298. eew4.C0 = CFrame.new(-0.64,-0.01,0)
  6299. a21e = new("Part",char)
  6300. a21e.Name = "Beam"..num
  6301. a21e.Locked = true
  6302. a21e.Size = v3(1,1,1)
  6303. a21e.CanCollide = false
  6304. a21e.Position = v3(999,999,999)
  6305. a21e.BrickColor = bc("White")
  6306. a21e.Material = "Neon"
  6307. a21e.Transparency = 0
  6308. aa21e = new("SpecialMesh",a21e)
  6309. a21e.Anchored = true
  6310. a21e.Position = RootPart.Position
  6311. aa21e.MeshType = "Sphere"
  6312. aa21e.Scale = v3(1,1,1)
  6313. Mesh.MeshId = "rbxassetid://560152258"
  6314. Hair7.Color = Color3.fromRGB(26,0,0)
  6315. Mesh.Scale = Vector3.new(6.9,6.9,6.9)
  6316. Weld.C0 = CFrame.new(-.211, 0.9, 0.262)*cfa(0,math.rad(0),0)
  6317. char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=914326777"
  6318. char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=914326994"
  6319.  
  6320.  
  6321.  
  6322.  
  6323.  
  6324.  
  6325. potara2 = false
  6326. potara4 = false
  6327.  
  6328.  
  6329. LeftShoulder.C0 = LeftShoulder.C0:lerp(CFrame.new(LeftShoulder.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1) --LeftUpperArm
  6330. RightShoulder.C0 = RightShoulder.C0:lerp(CFrame.new(RightShoulder.C0 .p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--RightUpperArm
  6331. LeftElbow.C0 = LeftElbow.C0:lerp(CFrame.new(LeftElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--LeftLowerArm
  6332. RightElbow.C0 = RightElbow.C0:lerp(CFrame.new(RightElbow.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--RightLowerArm
  6333. LeftHip.C0 = LeftHip.C0:lerp(CFrame.new(LeftHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--LeftUpperLeg
  6334. RightHip.C0 = RightHip.C0:lerp(CFrame.new(RightHip.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--RightUpperLeg
  6335. LeftKnee.C0 = LeftKnee.C0:lerp(CFrame.new( LeftKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--LeftLowerLeg
  6336. RightKnee.C0 = RightKnee.C0:lerp(CFrame.new(RightKnee.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--RightUpperLeg
  6337. Root.C0 = Root.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--Torso
  6338. Neck.C0 = Neck.C0:lerp(CFrame.new( Neck.C0.p)*CFrame.Angles(rad(0),rad(0),rad(0)),1)--Head
  6339. hum.HipHeight = 1.35
  6340.  
  6341. RootPart.Anchored = false
  6342. idle5 = true
  6343. idle7 = true
  6344.  
  6345.  
  6346. hum.HipHeight = 2
  6347. ssjauraburst:Play()
  6348. RootPart1.CFrame = CFrame.new(999,999,999)
  6349. RootPart1.Anchored = true
  6350. GroundWave5()
  6351. GroundWave6()
  6352. GroundWave7()
  6353. GroundWave8()
  6354. GroundWave9()
  6355. GroundWave10()
  6356. for i = 1,50 do
  6357. wait()
  6358. aa21e.Scale = aa21e.Scale + v3(1,1,1)
  6359. a21e.Transparency = a21e.Transparency + 0.02
  6360. end
  6361. walk = false
  6362. end
  6363. end)
  6364.  
  6365.  
  6366.  
  6367.  
  6368.  
  6369.  
  6370.  
  6371.  
  6372.  
  6373.  
  6374. p1 = Instance.new("Part",char)
  6375. p1.Size = v3(2,1.6,1)
  6376. p1.Transparency = 1
  6377. p1.CanCollide = false
  6378. p1.Position = v3(999,999,999)
  6379. p1.BrickColor = bc("Bright red")
  6380. p1mesh = Instance.new("SpecialMesh",p1)
  6381. p1mesh.MeshType = "FileMesh"
  6382. p1mesh.Scale = v3(1.01,1.01,1.01)
  6383. p1mesh.MeshId = "rbxassetid://532220007"
  6384. p1weld = Instance.new("Weld",p1)
  6385. p1weld.Part0 = UpperTorso
  6386. p1weld.Part1 = p1
  6387. -------------------------------------------------------------
  6388. p2 = Instance.new("Part",char)
  6389. p2.Size = v3(2,1.6,1)
  6390. p2.Transparency = 1
  6391. p2.CanCollide = false
  6392. p2.Position = v3(999,999,999)
  6393. p2.BrickColor = bc("Bright red")
  6394. p2mesh = Instance.new("SpecialMesh",p2)
  6395. p2mesh.MeshType = "FileMesh"
  6396. p2mesh.Scale = v3(1.01,1.01,1.01)
  6397. p2mesh.MeshId = "http://www.roblox.com/asset/?id=532220036"
  6398. p2weld = Instance.new("Weld",p2)
  6399. p2weld.Part0 = LowerTorso
  6400. p2weld.Part1 = p2
  6401. -------------------------------------------------------------
  6402. p3 = Instance.new("Part",char)
  6403. p3.Size = v3(2,1.6,1)
  6404. p3.Transparency = 1
  6405. p3.CanCollide = false
  6406. p3.Position = v3(999,999,999)
  6407. p3.BrickColor = bc("Bright red")
  6408. p3mesh = Instance.new("SpecialMesh",p3)
  6409. p3mesh.MeshType = "FileMesh"
  6410. p3mesh.Scale = v3(1.01,1.01,1.01)
  6411. p3mesh.MeshId = "http://www.roblox.com/asset/?id=532219996"
  6412. p3weld = Instance.new("Weld",p3)
  6413. p3weld.Part0 = LeftUpperArm
  6414. p3weld.Part1 = p3
  6415. -------------------------------------------------------------
  6416. p4 = Instance.new("Part",char)
  6417. p4.Size = v3(2,1.6,1)
  6418. p4.Transparency = 1
  6419. p4.CanCollide = false
  6420. p4.Position = v3(999,999,999)
  6421. p4.BrickColor = bc("Bright red")
  6422. p4mesh = Instance.new("SpecialMesh",p4)
  6423. p4mesh.MeshType = "FileMesh"
  6424. p4mesh.Scale = v3(1.01,1.01,1.01)
  6425. p4mesh.MeshId = "http://www.roblox.com/asset/?id=532220017"
  6426. p4weld = Instance.new("Weld",p4)
  6427. p4weld.Part0 = LeftLowerLeg
  6428. p4weld.Part1 = p4
  6429. -------------------------------------------------------------
  6430. p5 = Instance.new("Part",char)
  6431. p5.Size = v3(2,1.6,1)
  6432. p5.Transparency = 1
  6433. p5.CanCollide = false
  6434. p5.Position = v3(999,999,999)
  6435. p5.BrickColor = bc("Bright red")
  6436. p5mesh = Instance.new("SpecialMesh",p5)
  6437. p5mesh.MeshType = "FileMesh"
  6438. p5mesh.Scale = v3(1.01,1.01,1.01)
  6439. p5mesh.MeshId = "http://www.roblox.com/asset/?id=532219991"
  6440. p5weld = Instance.new("Weld",p5)
  6441. p5weld.Part0 = LeftLowerArm
  6442. p5weld.Part1 = p5
  6443. -------------------------------------------------------------
  6444. p6 = Instance.new("Part",char)
  6445. p6.Size = v3(2,1.6,1)
  6446. p6.Transparency = 1
  6447. p6.CanCollide = false
  6448. p6.Position = v3(999,999,999)
  6449. p6.BrickColor = bc("Bright red")
  6450. p6mesh = Instance.new("SpecialMesh",p6)
  6451. p6mesh.MeshType = "FileMesh"
  6452. p6mesh.Scale = v3(1.01,1.01,1.01)
  6453. p6mesh.MeshId = "http://www.roblox.com/asset/?id=532219986"
  6454. p6weld = Instance.new("Weld",p6)
  6455. p6weld.Part0 = LeftHand
  6456. p6weld.Part1 = p6
  6457. -------------------------------------------------------------
  6458. p7 = Instance.new("Part",char)
  6459. p7.Size = v3(2,1.6,1)
  6460. p7.Transparency =1
  6461. p7.CanCollide = false
  6462. p7.Position = v3(999,999,999)
  6463. p7.BrickColor = bc("Bright red")
  6464. p7mesh = Instance.new("SpecialMesh",p7)
  6465. p7mesh.MeshType = "FileMesh"
  6466. p7mesh.Scale = v3(1.01,1.01,1.01)
  6467. p7mesh.MeshId = "http://www.roblox.com/asset/?id=532220012"
  6468. p7weld = Instance.new("Weld",p7)
  6469. p7weld.Part0 = LeftFoot
  6470. p7weld.Part1 = p7
  6471. -------------------------------------------------------------
  6472. p8 = Instance.new("Part",char)
  6473. p8.Size = v3(2,1.6,1)
  6474. p8.Transparency = 1
  6475. p8.CanCollide = false
  6476. p8.Position = v3(999,999,999)
  6477. p8.BrickColor = bc("Bright red")
  6478. p8mesh = Instance.new("SpecialMesh",p8)
  6479. p8mesh.MeshType = "FileMesh"
  6480. p8mesh.Scale = v3(1.01,1.01,1.01)
  6481. p8mesh.MeshId = "http://www.roblox.com/asset/?id=532220020"
  6482. p8weld = Instance.new("Weld",p8)
  6483. p8weld.Part0 = RightFoot
  6484. p8weld.Part1 = p8
  6485. -------------------------------------------------------------
  6486. p9 = Instance.new("Part",char)
  6487. p9.Size = v3(2,1.6,1)
  6488. p9.Transparency = 1
  6489. p9.CanCollide = false
  6490. p9.Position = v3(999,999,999)
  6491. p9.BrickColor = bc("Bright red")
  6492. p9mesh = Instance.new("SpecialMesh",p9)
  6493. p9mesh.MeshType = "FileMesh"
  6494. p9mesh.Scale = v3(1.01,1.01,1.01)
  6495. p9mesh.MeshId = "http://www.roblox.com/asset/?id=532219997"
  6496. p9weld = Instance.new("Weld",p9)
  6497. p9weld.Part0 = RightHand
  6498. p9weld.Part1 = p9
  6499. -------------------------------------------------------------
  6500. p10 = Instance.new("Part",char)
  6501. p10.Size = v3(2,1.6,1)
  6502. p10.Transparency = 1
  6503. p10.CanCollide = false
  6504. p10.Position = v3(999,999,999)
  6505. p10.BrickColor = bc("Bright red")
  6506. p10mesh = Instance.new("SpecialMesh",p10)
  6507. p10mesh.MeshType = "FileMesh"
  6508. p10mesh.Scale = v3(1.01,1.01,1.01)
  6509. p10mesh.MeshId = "http://www.roblox.com/asset/?id=532219999"
  6510. p10weld = Instance.new("Weld",p10)
  6511. p10weld.Part0 = RightLowerArm
  6512. p10weld.Part1 = p10
  6513. -------------------------------------------------------------
  6514. p11 = Instance.new("Part",char)
  6515. p11.Size = v3(2,1.6,1)
  6516. p11.Transparency = 1
  6517. p11.CanCollide = false
  6518. p11.Position = v3(999,999,999)
  6519. p11.BrickColor = bc("Bright red")
  6520. p11mesh = Instance.new("SpecialMesh",p11)
  6521. p11mesh.MeshType = "FileMesh"
  6522. p11mesh.Scale = v3(1.01,1.01,1.01)
  6523. p11mesh.MeshId = "http://www.roblox.com/asset/?id=532220027"
  6524. p11weld = Instance.new("Weld",p11)
  6525. p11weld.Part0 = RightLowerLeg
  6526. p11weld.Part1 = p11
  6527. -------------------------------------------------------------
  6528. p12 = Instance.new("Part",char)
  6529. p12.Size = v3(2,1.6,1)
  6530. p12.Transparency =1
  6531. p12.CanCollide = false
  6532. p12.Position = v3(999,999,999)
  6533. p12.BrickColor = bc("Bright red")
  6534. p12mesh = Instance.new("SpecialMesh",p12)
  6535. p12mesh.MeshType = "FileMesh"
  6536. p12mesh.Scale = v3(1.01,1.01,1.01)
  6537. p12mesh.MeshId = "http://www.roblox.com/asset/?id=532220004"
  6538. p12weld = Instance.new("Weld",p12)
  6539. p12weld.Part0 = RightUpperArm
  6540. p12weld.Part1 = p12
  6541. -------------------------------------------------------------
  6542. p13 = Instance.new("Part",char)
  6543. p13.Size = v3(2,1.6,1)
  6544. p13.Transparency = 1
  6545. p13.CanCollide = false
  6546. p13.Position = v3(999,999,999)
  6547. p13.BrickColor = bc("Bright red")
  6548. p13mesh = Instance.new("SpecialMesh",p13)
  6549. p13mesh.MeshType = "FileMesh"
  6550. p13mesh.Scale = v3(1.01,1.01,1.01)
  6551. p13mesh.MeshId = "http://www.roblox.com/asset/?id=532220031"
  6552. p13weld = Instance.new("Weld",p13)
  6553. p13weld.Part0 = RightUpperLeg
  6554. p13weld.Part1 = p13
  6555. -------------------------------------------------------------
  6556. p14 = Instance.new("Part",char)
  6557. p14.Size = v3(2,1,1)
  6558. p14.Transparency = 1
  6559. p14.CanCollide = false
  6560. p14.Position = v3(999,999,999)
  6561. p14.BrickColor = bc("Bright red")
  6562. p14mesh = Instance.new("SpecialMesh",p14)
  6563. p14mesh.MeshType = "FileMesh"
  6564. p14mesh.Scale = v3(1.01,1.01,1.01)
  6565. p14mesh.MeshId = "http://www.roblox.com/asset/?id=532220018"
  6566. p14weld = Instance.new("Weld",p14)
  6567. p14weld.Part0 = LeftUpperLeg
  6568. p14weld.Part1 = p14
  6569. p15 = Instance.new("Part",char)
  6570. p15.Size = v3(2,1,1)
  6571. p15.Transparency = 1
  6572. p15.CanCollide = false
  6573. p15.Position = v3(999,999,999)
  6574. p15.BrickColor = bc("Bright red")
  6575. p15mesh = Instance.new("SpecialMesh",p15)
  6576. p15mesh.MeshType = "Head"
  6577. p15mesh.Scale = v3(1.26,1.26,1.26)
  6578. p15weld = Instance.new("Weld",p15)
  6579. p15weld.Part0 = Head
  6580. p15weld.Part1 = p15
  6581.  
  6582. mouse.KeyDown:connect(function(key)
  6583. if key == "z" and ki < 101 then
  6584. idle = false
  6585. idle7 = false
  6586. hum.HipHeight = 1.35
  6587. walk = false
  6588. canjump = false
  6589. transform1 = true
  6590. wait(0.2)
  6591. size = newaurabase.Size
  6592. size2 = newaurabase2.Size
  6593. wait(0.1)
  6594. KiCharge.TimePosition = 0.7
  6595.  
  6596. wait(0.1)
  6597. KiCharge:Play()
  6598.  
  6599. if ssj1 == false and ssj2 == false and ssj3 == false and ssjb == false and ssjg == false and ssj4 == false then
  6600. newaura.ImageTransparency = 0
  6601. newaura.ImageColor3 = Color3.fromRGB(255,255,255)
  6602. newaurabase.Size = UDim2.new(20,0,20,0)
  6603. elseif ssjg == true then
  6604. newaurabase.Size = UDim2.new(12,0,25,0)
  6605. elseif ssj1 == true or ssj2 == true or ssj3 == true then
  6606. newaurabase.Size = UDim2.new(40,0,40,0)
  6607. elseif ssjb == true then
  6608. newaurabase.Size = UDim2.new(20,0,30,0)
  6609. elseif ssjb == true and ssjbkaio == true then
  6610. newaurabase2.Size = UDim2.new(25,0,45,0)
  6611. elseif ssjb == true and ssjbkaiox10 == true then
  6612. newaurabase2.Size = UDim2.new(40,0,80,0)
  6613. elseif ssj4 == true then
  6614. newaurabase.Size = UDim2.new(40,0,40,0)
  6615. end
  6616.  
  6617. newaura.ImageTransparency = 0
  6618. rock = true
  6619. transform1 = false
  6620. transform3 = true
  6621. kicharging = true
  6622. wait(2)
  6623.  
  6624. repeat
  6625. if kicharging == true then
  6626. KiCharge.TimePosition = 2
  6627.  
  6628. KiCharge:Play()
  6629. end
  6630. wait(2)
  6631. until kicharging == false
  6632. end
  6633. end)
  6634. mouse.KeyUp:connect(function(key)
  6635. if key == "z" then
  6636.  
  6637. KiCharge:Stop()
  6638. kicharging = false
  6639. rock = false
  6640. rock3 = true
  6641. transform3 = false
  6642. transform1 = false
  6643. transform4 = true
  6644. if ssj1 == false and ssj2 == false and ssj3 == false and ssjb == false and ssjg == false and ssj4 == false then
  6645. newaura.ImageTransparency = 1
  6646. newaura.ImageColor3 = Color3.fromRGB(255, 227, 10)
  6647. else
  6648. newaurabase.Size = size
  6649. newaurabase2.Size = size2
  6650. end
  6651.  
  6652. a21e = new("Part",char)
  6653. a21e.Name = "Beam"..num
  6654. a21e.Locked = true
  6655. a21e.Size = v3(1,1,1)
  6656. a21e.CanCollide = false
  6657. a21e.Position = v3(999,999,999)
  6658. a21e.BrickColor = bc("White")
  6659. a21e.Material = "Neon"
  6660. a21e.Transparency = 0
  6661. aa21e = new("SpecialMesh",a21e)
  6662. a21e.Anchored = true
  6663. a21e.Position = RootPart.Position
  6664. aa21e.MeshType = "Sphere"
  6665. aa21e.Scale = v3(1,1,1)
  6666.  
  6667. KiCharge2.TimePosition = 7.6
  6668. wait(0.1)
  6669. KiCharge2:Play()
  6670. KiCharge:Stop()
  6671. GroundWave5()
  6672. GroundWave6()
  6673. GroundWave7()
  6674. GroundWave8()
  6675. GroundWave9()
  6676. GroundWave10()
  6677. for i = 1,25 do
  6678. wait()
  6679. aa21e.Scale = aa21e.Scale + v3(5,5,5)
  6680. a21e.Transparency = a21e.Transparency + 0.04
  6681. end
  6682.  
  6683. wait(0.5)
  6684.  
  6685. KiCharge2:Stop()
  6686. transform4 = false
  6687. if fuse == false or potara == false then
  6688. idle = true
  6689. walk = true
  6690. canjump = true
  6691. end
  6692. if fuse == true or potara == true then
  6693. idle7 = true
  6694. end
  6695. end
  6696. end)
  6697.  
  6698.  
  6699.  
  6700.  
  6701.  
  6702.  
  6703.  
  6704.  
  6705. hum.Name = "LolCantHurtMe"
  6706.  
  6707.  
  6708.  
  6709.  
  6710.  
  6711.  
  6712.  
  6713.  
  6714.  
  6715. function chatfunc1(text)
  6716. local chat = coroutine.wrap(function()
  6717. if clone1:FindFirstChild("TalkingBillBoard")~= nil then
  6718. clone1:FindFirstChild("TalkingBillBoard"):destroy()
  6719. end
  6720. local naeeym2 = Instance.new("BillboardGui",clone1)
  6721. naeeym2.Size = UDim2.new(0,100,0,40)
  6722. naeeym2.StudsOffset = Vector3.new(0,3,0)
  6723. naeeym2.Adornee = clone1.Head
  6724. naeeym2.Name = "TalkingBillBoard"
  6725. local tecks2 = Instance.new("TextLabel",naeeym2)
  6726. tecks2.BackgroundTransparency = 1
  6727. tecks2.BorderSizePixel = 0
  6728. tecks2.Text = ""
  6729. tecks2.Font = "Fantasy"
  6730. tecks2.TextSize = 30
  6731. tecks2.TextStrokeTransparency = 0
  6732. tecks2.TextColor3 = Color3.new(0,0,0)
  6733. tecks2.TextStrokeColor3 = Color3.new(0,0,255)
  6734. tecks2.Size = UDim2.new(1,0,0.5,0)
  6735. local tecks3 = Instance.new("TextLabel",naeeym2)
  6736. tecks3.BackgroundTransparency = 1
  6737. tecks3.BorderSizePixel = 0
  6738. tecks3.Text = ""
  6739. tecks3.Font = "Fantasy"
  6740. tecks3.TextSize = 30
  6741. tecks3.TextStrokeTransparency = 0
  6742. tecks3.TextColor3 = Color3.new(0,0,0)
  6743. tecks3.TextStrokeColor3 = Color3.new(255,255,255)
  6744. tecks3.Size = UDim2.new(1,0,0.5,0)
  6745. for i = 1,string.len(text),1 do
  6746.  
  6747. tecks2.Text = string.sub(text,1,i)
  6748. tecks3.Text = string.sub(text,1,i)
  6749. wait(0.01)
  6750. end
  6751. wait(2)
  6752. for i = 1, 50 do
  6753.  
  6754. tecks2.Position = tecks2.Position - UDim2.new(math.random(-.4,.4),math.random(-5,5),.05,math.random(-5,5))
  6755. tecks2.Rotation = tecks2.Rotation - .8
  6756. tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  6757. tecks2.TextTransparency = tecks2.TextTransparency + .04
  6758. tecks3.Position = tecks2.Position - UDim2.new(math.random(-.4,.4),math.random(-5,5),.05,math.random(-5,5))
  6759. tecks3.Rotation = tecks2.Rotation + .8
  6760. tecks3.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  6761. tecks3.TextTransparency = tecks2.TextTransparency + .04
  6762. end
  6763. naeeym2:Destroy()
  6764. end)
  6765. chat()
  6766.  
  6767. end
  6768.  
  6769. repeat wait() until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("LowerTorso")
  6770. local mouse = game.Players.LocalPlayer:GetMouse()
  6771. repeat wait() until mouse
  6772. local plr = game.Players.LocalPlayer
  6773. local LowerTorso = plr.Character.LowerTorso
  6774. local flying = true
  6775. local deb = true
  6776. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  6777. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  6778. local maxspeed = 50
  6779. local speed = 0
  6780. function Fly()
  6781. local bg = Instance.new("BodyGyro", LowerTorso)
  6782. bg.P = 9e4
  6783. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  6784. bg.cframe =LowerTorso.CFrame
  6785. local bv = Instance.new("BodyVelocity", LowerTorso)
  6786. bv.velocity = Vector3.new(0,0.1,0)
  6787. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  6788. repeat wait()
  6789. hum.PlatformStand = true
  6790. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  6791. speed = speed+.5+(speed/maxspeed)
  6792. if speed > maxspeed then
  6793. speed = maxspeed
  6794. end
  6795. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  6796. speed = speed-1
  6797. if speed < 0 then
  6798. speed = 0
  6799. end
  6800. end
  6801. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  6802. 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
  6803. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  6804. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  6805. 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
  6806. else
  6807. bv.velocity = Vector3.new(0,0.1,0)
  6808. end
  6809. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  6810. until not flying
  6811. ctrl = {f = 0, b = 0, l = 0, r = 0}
  6812. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  6813. speed = 0
  6814. bg:Destroy()
  6815. bv:Destroy()
  6816. hum.PlatformStand = false
  6817. end
  6818. mouse.KeyDown:connect(function(key)
  6819. if key:lower() == "f" then
  6820. if flying then flying = false
  6821. flying1 = false
  6822. idle = true
  6823. walk = true
  6824. canjump = true
  6825. else
  6826. hum.Jump = true
  6827. wait(0.5)
  6828. flying1 = true
  6829. flying = true
  6830. -- return to idle if finishing an emote
  6831. if (emoteNames[oldAnim] ~= nil and emoteNames[oldAnim] == false) then
  6832. oldAnim = "idle"
  6833. end
  6834.  
  6835. currentAnim = ""
  6836. currentAnimInstance = nil
  6837. if (currentAnimKeyframeHandler ~= nil) then
  6838. currentAnimKeyframeHandler:disconnect()
  6839. end
  6840.  
  6841. if (currentAnimTrack ~= nil) then
  6842. currentAnimTrack:Stop()
  6843. currentAnimTrack:Destroy()
  6844. currentAnimTrack = nil
  6845. end
  6846.  
  6847. -- clean up walk if there is one
  6848. if (runAnimKeyframeHandler ~= nil) then
  6849. runAnimKeyframeHandler:disconnect()
  6850. end
  6851.  
  6852. if (runAnimTrack ~= nil) then
  6853. runAnimTrack:Stop()
  6854. runAnimTrack:Destroy()
  6855. runAnimTrack = nil
  6856. end
  6857. Fly()
  6858. end
  6859. elseif key:lower() == "w" then
  6860. ctrl.f = 1
  6861. nill = false
  6862. foward = true
  6863. elseif key:lower() == "s" then
  6864. ctrl.b = -1
  6865. elseif key:lower() == "a" then
  6866. ctrl.l = -1
  6867. elseif key:lower() == "d" then
  6868. ctrl.r = 1
  6869. end
  6870. end)
  6871. mouse.KeyUp:connect(function(key)
  6872. if key:lower() == "w" then
  6873. ctrl.f = 0
  6874. nill = true
  6875. foward = false
  6876. elseif key:lower() == "s" then
  6877. ctrl.b = 0
  6878. elseif key:lower() == "a" then
  6879. ctrl.l = 0
  6880. elseif key:lower() == "d" then
  6881. ctrl.r = 0
  6882. end
  6883. end)
  6884. Fly()
  6885.  
  6886.  
  6887.  
  6888.  
  6889.  
  6890.  
  6891.  
  6892.  
  6893.  
  6894.  
  6895.  
  6896.  
  6897.  
  6898.  
  6899.  
  6900.  
  6901.  
  6902.  
  6903.  
  6904.  
  6905.  
  6906.  
  6907.  
  6908.  
  6909.  
  6910.  
  6911.  
  6912.  
  6913.  
  6914.  
  6915.  
  6916.  
  6917.  
  6918.  
  6919.  
  6920.  
  6921. -------------------------------------------------------------------------------------------------------------------------------------------
  6922. math.randomseed(tick())
  6923.  
  6924. function configureAnimationSet(name, fileList)
  6925. if (animTable[name] ~= nil) then
  6926. for _, connection in pairs(animTable[name].connections) do
  6927. connection:disconnect()
  6928. end
  6929. end
  6930. animTable[name] = {}
  6931. animTable[name].count = 0
  6932. animTable[name].totalWeight = 0
  6933. animTable[name].connections = {}
  6934.  
  6935. local allowCustomAnimations = true
  6936. local AllowDisableCustomAnimsUserFlag = true
  6937.  
  6938. local success, msg = pcall(function()
  6939. AllowDisableCustomAnimsUserFlag = UserSettings():IsUserFeatureEnabled("UserAllowDisableCustomAnims")
  6940. end)
  6941.  
  6942. if (AllowDisableCustomAnimsUserFlag) then
  6943. local ps = game:GetService("StarterPlayer"):FindFirstChild("PlayerSettings")
  6944. if (ps ~= nil) then
  6945. allowCustomAnimations = not require(ps).UseDefaultAnimations
  6946. end
  6947. end
  6948.  
  6949. -- check for config values
  6950. local config = script:FindFirstChild(name)
  6951. if (allowCustomAnimations and config ~= nil) then
  6952. table.insert(animTable[name].connections, config.ChildAdded:connect(function(child) configureAnimationSet(name, fileList) end))
  6953. table.insert(animTable[name].connections, config.ChildRemoved:connect(function(child) configureAnimationSet(name, fileList) end))
  6954. local idx = 1
  6955. for _, childPart in pairs(config:GetChildren()) do
  6956. if (childPart:IsA("Animation")) then
  6957. table.insert(animTable[name].connections, childPart.Changed:connect(function(property) configureAnimationSet(name, fileList) end))
  6958. animTable[name][idx] = {}
  6959. animTable[name][idx].anim = childPart
  6960. local weightObject = childPart:FindFirstChild("Weight")
  6961. if (weightObject == nil) then
  6962. animTable[name][idx].weight = 1
  6963. else
  6964. animTable[name][idx].weight = weightObject.Value
  6965. end
  6966. animTable[name].count = animTable[name].count + 1
  6967. animTable[name].totalWeight = animTable[name].totalWeight + animTable[name][idx].weight
  6968. idx = idx + 1
  6969. end
  6970. end
  6971. end
  6972.  
  6973. -- fallback to defaults
  6974. if (animTable[name].count <= 0) then
  6975. for idx, anim in pairs(fileList) do
  6976. animTable[name][idx] = {}
  6977. animTable[name][idx].anim = Instance.new("Animation")
  6978. animTable[name][idx].anim.Name = name
  6979. animTable[name][idx].anim.AnimationId = anim.id
  6980. animTable[name][idx].weight = anim.weight
  6981. animTable[name].count = animTable[name].count + 1
  6982. animTable[name].totalWeight = animTable[name].totalWeight + anim.weight
  6983. -- print(name .. " [" .. idx .. "] " .. anim.id .. " (" .. anim.weight .. ")")
  6984. end
  6985. end
  6986. end
  6987.  
  6988. -- Setup animation objects
  6989. function scriptChildModified(child)
  6990. local fileList = animNames[child.Name]
  6991. if (fileList ~= nil) then
  6992. configureAnimationSet(child.Name, fileList)
  6993. end
  6994. end
  6995.  
  6996. script.ChildAdded:connect(scriptChildModified)
  6997. script.ChildRemoved:connect(scriptChildModified)
  6998.  
  6999.  
  7000. for name, fileList in pairs(animNames) do
  7001. configureAnimationSet(name, fileList)
  7002. end
  7003.  
  7004. -- ANIMATION
  7005.  
  7006. -- declarations
  7007. local toolAnim = "None"
  7008. local toolAnimTime = 0
  7009.  
  7010. local jumpAnimTime = 0
  7011. local jumpAnimDuration = 0.31
  7012.  
  7013. local toolTransitionTime = 0.1
  7014. local fallTransitionTime = 0.2
  7015.  
  7016. -- functions
  7017.  
  7018. function stopAllAnimations()
  7019. local oldAnim = currentAnim
  7020.  
  7021. -- return to idle if finishing an emote
  7022. if (emoteNames[oldAnim] ~= nil and emoteNames[oldAnim] == false) then
  7023. oldAnim = "idle"
  7024. end
  7025.  
  7026. currentAnim = ""
  7027. currentAnimInstance = nil
  7028. if (currentAnimKeyframeHandler ~= nil) then
  7029. currentAnimKeyframeHandler:disconnect()
  7030. end
  7031.  
  7032. if (currentAnimTrack ~= nil) then
  7033. currentAnimTrack:Stop()
  7034. currentAnimTrack:Destroy()
  7035. currentAnimTrack = nil
  7036. end
  7037.  
  7038. -- clean up walk if there is one
  7039. if (runAnimKeyframeHandler ~= nil) then
  7040. runAnimKeyframeHandler:disconnect()
  7041. end
  7042.  
  7043. if (runAnimTrack ~= nil) then
  7044. runAnimTrack:Stop()
  7045. runAnimTrack:Destroy()
  7046. runAnimTrack = nil
  7047. end
  7048.  
  7049. return oldAnim
  7050. end
  7051.  
  7052. local smallButNotZero = 0.0001
  7053. function setRunSpeed(speed)
  7054. if speed < 0.33 then
  7055. currentAnimTrack:AdjustWeight(1.0)
  7056. runAnimTrack:AdjustWeight(smallButNotZero)
  7057. elseif speed < 0.66 then
  7058. local weight = ((speed - 0.33) / 0.33)
  7059. currentAnimTrack:AdjustWeight(1.0 - weight + smallButNotZero)
  7060. runAnimTrack:AdjustWeight(weight + smallButNotZero)
  7061. else
  7062. currentAnimTrack:AdjustWeight(smallButNotZero)
  7063. runAnimTrack:AdjustWeight(1.0)
  7064. end
  7065.  
  7066. local speedScaled = speed * 1.25
  7067. runAnimTrack:AdjustSpeed(speedScaled)
  7068. currentAnimTrack:AdjustSpeed(speedScaled)
  7069. end
  7070.  
  7071.  
  7072. function setAnimationSpeed(speed)
  7073. if jumped == false or flying == false then
  7074. if speed ~= currentAnimSpeed then
  7075. currentAnimSpeed = speed
  7076. if currentAnim == "walk" then
  7077. setRunSpeed(speed)
  7078. else
  7079. currentAnimTrack:AdjustSpeed(currentAnimSpeed)
  7080. end
  7081. end
  7082. end
  7083. end
  7084.  
  7085. function keyFrameReachedFunc(frameName)
  7086. if (frameName == "End") then
  7087. if currentAnim == "walk" then
  7088. runAnimTrack.TimePosition = 0.0
  7089. currentAnimTrack.TimePosition = 0.0
  7090. else
  7091. local repeatAnim = currentAnim
  7092. -- return to idle if finishing an emote
  7093. if (emoteNames[repeatAnim] ~= nil and emoteNames[repeatAnim] == false) then
  7094. repeatAnim = "idle"
  7095. end
  7096.  
  7097. local animSpeed = currentAnimSpeed
  7098. playAnimation(repeatAnim, 0.15, Humanoid)
  7099. setAnimationSpeed(animSpeed)
  7100. end
  7101. end
  7102. end
  7103.  
  7104. function rollAnimation(animName)
  7105. local roll = math.random(1, animTable[animName].totalWeight)
  7106. local origRoll = roll
  7107. local idx = 1
  7108. while (roll > animTable[animName][idx].weight) do
  7109. roll = roll - animTable[animName][idx].weight
  7110. idx = idx + 1
  7111. end
  7112. return idx
  7113. end
  7114.  
  7115. function playAnimation(animName, transitionTime, humanoid)
  7116. local idx = rollAnimation(animName)
  7117. local anim = animTable[animName][idx].anim
  7118.  
  7119. -- switch animation
  7120. if (anim ~= currentAnimInstance) then
  7121.  
  7122. if (currentAnimTrack ~= nil) then
  7123. currentAnimTrack:Stop(transitionTime)
  7124. currentAnimTrack:Destroy()
  7125. end
  7126.  
  7127. if (runAnimTrack ~= nil) then
  7128. runAnimTrack:Stop(transitionTime)
  7129. runAnimTrack:Destroy()
  7130. end
  7131.  
  7132. currentAnimSpeed = 1.0
  7133.  
  7134. -- load it to the humanoid; get AnimationTrack
  7135. currentAnimTrack = humanoid:LoadAnimation(anim)
  7136. currentAnimTrack.Priority = Enum.AnimationPriority.Core
  7137.  
  7138. -- play the animation
  7139. currentAnimTrack:Play(transitionTime)
  7140. currentAnim = animName
  7141. currentAnimInstance = anim
  7142.  
  7143. -- set up keyframe name triggers
  7144. if (currentAnimKeyframeHandler ~= nil) then
  7145. currentAnimKeyframeHandler:disconnect()
  7146. end
  7147. currentAnimKeyframeHandler = currentAnimTrack.KeyframeReached:connect(keyFrameReachedFunc)
  7148.  
  7149. -- check to see if we need to blend a walk/run animation
  7150. if animName == "walk" then
  7151. local runAnimName = "run"
  7152. local runIdx = rollAnimation(runAnimName)
  7153.  
  7154. runAnimTrack = humanoid:LoadAnimation(animTable[runAnimName][runIdx].anim)
  7155. runAnimTrack.Priority = Enum.AnimationPriority.Core
  7156. runAnimTrack:Play(transitionTime)
  7157.  
  7158. if (runAnimKeyframeHandler ~= nil) then
  7159. runAnimKeyframeHandler:disconnect()
  7160. end
  7161. runAnimKeyframeHandler = runAnimTrack.KeyframeReached:connect(keyFrameReachedFunc)
  7162. end
  7163. end
  7164.  
  7165. end
  7166.  
  7167. -------------------------------------------------------------------------------------------
  7168. -------------------------------------------------------------------------------------------
  7169.  
  7170. local toolAnimName = ""
  7171. local toolAnimTrack = nil
  7172. local toolAnimInstance = nil
  7173. local currentToolAnimKeyframeHandler = nil
  7174.  
  7175. function toolKeyFrameReachedFunc(frameName)
  7176. if (frameName == "End") then
  7177. playToolAnimation(toolAnimName, 0.0, Humanoid)
  7178. end
  7179. end
  7180.  
  7181.  
  7182. function playToolAnimation(animName, transitionTime, humanoid, priority)
  7183. local idx = rollAnimation(animName)
  7184. local anim = animTable[animName][idx].anim
  7185.  
  7186. if (toolAnimInstance ~= anim) then
  7187.  
  7188. if (toolAnimTrack ~= nil) then
  7189. toolAnimTrack:Stop()
  7190. toolAnimTrack:Destroy()
  7191. transitionTime = 0
  7192. end
  7193.  
  7194. -- load it to the humanoid; get AnimationTrack
  7195. toolAnimTrack = humanoid:LoadAnimation(anim)
  7196. if priority then
  7197. toolAnimTrack.Priority = priority
  7198. end
  7199.  
  7200. -- play the animation
  7201. toolAnimTrack:Play(transitionTime)
  7202. toolAnimName = animName
  7203. toolAnimInstance = anim
  7204.  
  7205. currentToolAnimKeyframeHandler = toolAnimTrack.KeyframeReached:connect(toolKeyFrameReachedFunc)
  7206. end
  7207. end
  7208.  
  7209. function stopToolAnimations()
  7210. local oldAnim = toolAnimName
  7211.  
  7212. if (currentToolAnimKeyframeHandler ~= nil) then
  7213. currentToolAnimKeyframeHandler:disconnect()
  7214. end
  7215.  
  7216. toolAnimName = ""
  7217. toolAnimInstance = nil
  7218. if (toolAnimTrack ~= nil) then
  7219. toolAnimTrack:Stop()
  7220. toolAnimTrack:Destroy()
  7221. toolAnimTrack = nil
  7222. end
  7223.  
  7224. return oldAnim
  7225. end
  7226.  
  7227. -------------------------------------------------------------------------------------------
  7228. -------------------------------------------------------------------------------------------
  7229. -- STATE CHANGE HANDLERS
  7230.  
  7231. function onRunning(speed)
  7232. if speed > 0.5 then
  7233. local scale = 16.0
  7234. if jumped == false or flying == false then
  7235. playAnimation("walk", 0.2, Humanoid)
  7236. end
  7237. setAnimationSpeed(speed / scale)
  7238. pose = "Running"
  7239. else
  7240. if emoteNames[currentAnim] == nil then
  7241. playAnimation("idle", 0.2, Humanoid)
  7242. pose = "Standing"
  7243. end
  7244. end
  7245. end
  7246.  
  7247. function onDied()
  7248. pose = "Dead"
  7249. end
  7250.  
  7251. function onJumping()
  7252.  
  7253. end
  7254.  
  7255. function onClimbing(speed)
  7256. local scale = 5.0
  7257. playAnimation("climb", 0.1, Humanoid)
  7258. setAnimationSpeed(speed / scale)
  7259. pose = "Climbing"
  7260. end
  7261.  
  7262. function onGettingUp()
  7263. pose = "GettingUp"
  7264. end
  7265.  
  7266. function onFreeFall()
  7267.  
  7268. end
  7269.  
  7270. function onFallingDown()
  7271.  
  7272. end
  7273.  
  7274. function onSeated()
  7275. pose = "Seated"
  7276. end
  7277.  
  7278. function onPlatformStanding()
  7279.  
  7280. end
  7281.  
  7282. -------------------------------------------------------------------------------------------
  7283. -------------------------------------------------------------------------------------------
  7284.  
  7285. function onSwimming(speed)
  7286. if speed > 1.00 then
  7287. local scale = 10.0
  7288. playAnimation("swim", 0.4, Humanoid)
  7289. setAnimationSpeed(speed / scale)
  7290. pose = "Swimming"
  7291. else
  7292. playAnimation("swimidle", 0.4, Humanoid)
  7293. pose = "Standing"
  7294. end
  7295. end
  7296.  
  7297. function animateTool()
  7298. if (toolAnim == "None") then
  7299. playToolAnimation("toolnone", toolTransitionTime, Humanoid, Enum.AnimationPriority.Idle)
  7300. return
  7301. end
  7302.  
  7303. if (toolAnim == "Slash") then
  7304. playToolAnimation("toolslash", 0, Humanoid, Enum.AnimationPriority.Action)
  7305. return
  7306. end
  7307.  
  7308. if (toolAnim == "Lunge") then
  7309. playToolAnimation("toollunge", 0, Humanoid, Enum.AnimationPriority.Action)
  7310. return
  7311. end
  7312. end
  7313.  
  7314. function getToolAnim(tool)
  7315. for _, c in ipairs(tool:GetChildren()) do
  7316. if c.Name == "toolanim" and c.className == "StringValue" then
  7317. return c
  7318. end
  7319. end
  7320. return nil
  7321. end
  7322.  
  7323. local lastTick = 0
  7324.  
  7325. function stepAnimate(currentTime)
  7326. local amplitude = 1
  7327. local frequency = 1
  7328. local deltaTime = currentTime - lastTick
  7329. lastTick = currentTime
  7330.  
  7331. local climbFudge = 0
  7332. local setAngles = false
  7333.  
  7334. if (jumpAnimTime > 0) then
  7335. jumpAnimTime = jumpAnimTime - deltaTime
  7336. end
  7337.  
  7338. if (pose == "FreeFall" and jumpAnimTime <= 0) then
  7339. playAnimation("fall", fallTransitionTime, Humanoid)
  7340. elseif (pose == "Seated") then
  7341. playAnimation("sit", 0.5, Humanoid)
  7342. return
  7343. elseif (pose == "Running") then
  7344. if jumped == false or flying == false then
  7345. playAnimation("walk", 0.2, Humanoid)
  7346. end
  7347. elseif (pose == "Dead" or pose == "GettingUp" or pose == "FallingDown" or pose == "Seated" or pose == "PlatformStanding") then
  7348. stopAllAnimations()
  7349. amplitude = 0.1
  7350. frequency = 1
  7351. setAngles = true
  7352. end
  7353.  
  7354. -- Tool Animation handling
  7355. local tool = Character:FindFirstChildOfClass("Tool")
  7356. if tool and (tool.RequiresHandle or tool:FindFirstChild("Handle")) then
  7357.  
  7358. local animStringValueObject = getToolAnim(tool)
  7359.  
  7360. if animStringValueObject then
  7361. toolAnim = animStringValueObject.Value
  7362. -- message recieved, delete StringValue
  7363. animStringValueObject.Parent = nil
  7364. toolAnimTime = currentTime + .3
  7365. end
  7366.  
  7367. if currentTime > toolAnimTime then
  7368. toolAnimTime = 0
  7369. toolAnim = "None"
  7370. end
  7371.  
  7372. animateTool()
  7373. else
  7374. stopToolAnimations()
  7375. toolAnim = "None"
  7376. toolAnimInstance = nil
  7377. toolAnimTime = 0
  7378. end
  7379. end
  7380.  
  7381. -- connect events
  7382. Humanoid.Died:connect(onDied)
  7383. Humanoid.Running:connect(onRunning)
  7384. Humanoid.Jumping:connect(onJumping)
  7385. Humanoid.Climbing:connect(onClimbing)
  7386. Humanoid.GettingUp:connect(onGettingUp)
  7387. Humanoid.FreeFalling:connect(onFreeFall)
  7388. Humanoid.FallingDown:connect(onFallingDown)
  7389. Humanoid.Seated:connect(onSeated)
  7390. Humanoid.PlatformStanding:connect(onPlatformStanding)
  7391. Humanoid.Swimming:connect(onSwimming)
  7392.  
  7393. -- setup emote chat hook
  7394. game:GetService("Players").LocalPlayer.Chatted:connect(function(msg)
  7395. local emote = ""
  7396. if (string.sub(msg, 1, 3) == "/e ") then
  7397. emote = string.sub(msg, 4)
  7398. elseif (string.sub(msg, 1, 7) == "/emote ") then
  7399. emote = string.sub(msg, 8)
  7400. end
  7401.  
  7402. if (pose == "Standing" and emoteNames[emote] ~= nil) then
  7403. playAnimation(emote, 0.1, Humanoid)
  7404. end
  7405. end)
  7406.  
  7407.  
  7408.  
  7409. -- initialize to idle
  7410.  
  7411.  
  7412. -- loop to handle timed state transitions and tool animations
  7413. while Character.Parent ~= nil do
  7414. local _, currentGameTime = wait(0.1)
  7415. stepAnimate(currentGameTime)
  7416. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement