Advertisement
Wowiwjwhsdbvd

Untitled

Mar 17th, 2025
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.34 KB | None | 0 0
  1. game.StarterGui:SetCore("SendNotification", {
  2. Title = "Garou to Gojo";
  3. Text = "By Asteroid Destroyer";
  4. Duration = 5;
  5. Icon = "rbxassetid://0"; -- leave it like that if you don't want the icon
  6. })
  7.  
  8. -- --Move & Ultimate
  9.  
  10. local player = game.Players.LocalPlayer
  11.  
  12. local playerGui = player.PlayerGui
  13.  
  14. local hotbar = playerGui:FindFirstChild("Hotbar")
  15.  
  16. local backpack = hotbar:FindFirstChild("Backpack")
  17.  
  18. local hotbarFrame = backpack:FindFirstChild("Hotbar")
  19.  
  20. local baseButton = hotbarFrame:FindFirstChild("1").Base
  21.  
  22. local ToolName = baseButton.ToolName
  23.  
  24.  
  25. ToolName.Text = "Limitless Combo"
  26.  
  27. local animationId = 12273188754
  28.  
  29.  
  30. local player = game.Players.LocalPlayer
  31.  
  32. local character = player.Character or player.CharacterAdded:Wait()
  33.  
  34. local humanoid = character:WaitForChild("Humanoid")
  35.  
  36.  
  37. local function onAnimationPlayed(animationTrack)
  38.  
  39. if animationTrack.Animation.AnimationId == "rbxassetid://" .. animationId then
  40.  
  41.  
  42. local p = game.Players.LocalPlayer
  43.  
  44. local Humanoid = p.Character:WaitForChild("Humanoid")
  45.  
  46.  
  47. for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
  48.  
  49. animTrack:Stop()
  50.  
  51. end
  52.  
  53.  
  54. local AnimAnim = Instance.new("Animation")
  55.  
  56. AnimAnim.AnimationId = "rbxassetid://13560306510"
  57.  
  58. local Anim = Humanoid:LoadAnimation(AnimAnim)
  59.  
  60.  
  61. local startTime = 0
  62.  
  63.  
  64. Anim:Play()
  65.  
  66. Anim:AdjustSpeed(0.1)
  67.  
  68. Anim.TimePosition = startTime
  69.  
  70. Anim:AdjustSpeed(0.9)
  71.  
  72.  
  73. end
  74.  
  75. end
  76.  
  77. local player = game.Players.LocalPlayer
  78.  
  79. local playerGui = player.PlayerGui
  80.  
  81. local hotbar = playerGui:FindFirstChild("Hotbar")
  82.  
  83. local backpack = hotbar:FindFirstChild("Backpack")
  84.  
  85. local hotbarFrame = backpack:FindFirstChild("Hotbar")
  86.  
  87. local baseButton = hotbarFrame:FindFirstChild("2").Base
  88.  
  89. local ToolName = baseButton.ToolName
  90.  
  91.  
  92. ToolName.Text = "Air Dropper"
  93.  
  94.  
  95. local player = game.Players.LocalPlayer
  96.  
  97. local playerGui = player.PlayerGui
  98.  
  99. local hotbar = playerGui:FindFirstChild("Hotbar")
  100.  
  101. local backpack = hotbar:FindFirstChild("Backpack")
  102.  
  103. local hotbarFrame = backpack:FindFirstChild("Hotbar")
  104.  
  105. local baseButton = hotbarFrame:FindFirstChild("3").Base
  106.  
  107. local ToolName = baseButton.ToolName
  108.  
  109.  
  110. ToolName.Text = "Blue Kick"
  111.  
  112. local animationId = 10468665991
  113.  
  114.  
  115. local player = game.Players.LocalPlayer
  116.  
  117. local character = player.Character or player.CharacterAdded:Wait()
  118.  
  119. local humanoid = character:WaitForChild("Humanoid")
  120.  
  121.  
  122. local function onAnimationPlayed(animationTrack)
  123.  
  124. if animationTrack.Animation.AnimationId == "rbxassetid://" .. animationId then
  125.  
  126.  
  127. local p = game.Players.LocalPlayer
  128.  
  129. local Humanoid = p.Character:WaitForChild("Humanoid")
  130.  
  131.  
  132. for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
  133.  
  134. animTrack:Stop()
  135.  
  136. end
  137.  
  138.  
  139. local AnimAnim = Instance.new("Animation")
  140.  
  141. AnimAnim.AnimationId = "rbxassetid://17838006839"
  142.  
  143. local Anim = Humanoid:LoadAnimation(AnimAnim)
  144.  
  145.  
  146. local startTime = 0
  147.  
  148.  
  149. Anim:Play()
  150.  
  151. Anim:AdjustSpeed(0.1)
  152.  
  153. Anim.TimePosition = startTime
  154.  
  155. Anim:AdjustSpeed(0.9)
  156.  
  157.  
  158. end
  159.  
  160. end
  161.  
  162. local player = game.Players.LocalPlayer
  163.  
  164. local playerGui = player.PlayerGui
  165.  
  166. local hotbar = playerGui:FindFirstChild("Hotbar")
  167.  
  168. local backpack = hotbar:FindFirstChild("Backpack")
  169.  
  170. local hotbarFrame = backpack:FindFirstChild("Hotbar")
  171.  
  172. local baseButton = hotbarFrame:FindFirstChild("4").Base
  173.  
  174. local ToolName = baseButton.ToolName
  175.  
  176.  
  177. ToolName.Text = "Counter"
  178.  
  179.  
  180. local Players = game:GetService("Players")
  181.  
  182. local player = Players.LocalPlayer
  183.  
  184. local playerGui = player:WaitForChild("PlayerGui")
  185.  
  186.  
  187. local function findGuiAndSetText()
  188.  
  189. local screenGui = playerGui:FindFirstChild("ScreenGui")
  190.  
  191. if screenGui then
  192.  
  193. local magicHealthFrame = screenGui:FindFirstChild("MagicHealth")
  194.  
  195. if magicHealthFrame then
  196.  
  197. local textLabel = magicHealthFrame:FindFirstChild("TextLabel")
  198.  
  199. if textLabel then
  200.  
  201. textLabel.Text = "BEYOND INFINITY"
  202.  
  203. end
  204.  
  205. end
  206.  
  207. end
  208.  
  209. end
  210.  
  211.  
  212. playerGui.DescendantAdded:Connect(findGuiAndSetText)
  213.  
  214. findGuiAndSetText()
  215.  
  216. --[[Animations]]
  217.  
  218. --[[Move 1]]
  219.  
  220. local animationId = 10468665991
  221.  
  222.  
  223. local player = game.Players.LocalPlayer
  224.  
  225. local character = player.Character or player.CharacterAdded:Wait()
  226.  
  227. local humanoid = character:WaitForChild("Humanoid")
  228.  
  229.  
  230. local function onAnimationPlayed(animationTrack)
  231.  
  232. if animationTrack.Animation.AnimationId == "rbxassetid://" .. animationId then
  233.  
  234.  
  235. local p = game.Players.LocalPlayer
  236.  
  237. local Humanoid = p.Character:WaitForChild("Humanoid")
  238.  
  239.  
  240. for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
  241.  
  242. animTrack:Stop()
  243.  
  244. end
  245.  
  246.  
  247. local AnimAnim = Instance.new("Animation")
  248.  
  249. AnimAnim.AnimationId = "rbxassetid://17838006839"
  250.  
  251. local Anim = Humanoid:LoadAnimation(AnimAnim)
  252.  
  253.  
  254. local startTime = 0
  255.  
  256.  
  257. Anim:Play()
  258.  
  259. Anim:AdjustSpeed(0.1)
  260.  
  261. Anim.TimePosition = startTime
  262.  
  263. Anim:AdjustSpeed(0.9)
  264.  
  265. local Test = game.ReplicatedStorage.Resources.Sneeze.im1.im1.Attachment
  266.  
  267. local test = Test:Clone()
  268. test.Parent = game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart")
  269.  
  270. for _, child in ipairs(test:GetChildren()) do
  271. if child:IsA("ParticleEmitter") then
  272. child.Color = ColorSequence.new(Color3.new(0, 1, 1))
  273. child:Emit(15)
  274. child.Enabled = true
  275. end
  276. end
  277.  
  278.  
  279. end
  280.  
  281. end
  282.  
  283. --[[END OF MOVE 1 ANIM]]
  284.  
  285. --[[Move 2]]
  286.  
  287.  
  288.  
  289. humanoid.AnimationPlayed:Connect(onAnimationPlayed)
  290.  
  291. local animationId = 12273188754
  292.  
  293.  
  294. local player = game.Players.LocalPlayer
  295.  
  296. local character = player.Character or player.CharacterAdded:Wait()
  297.  
  298. local humanoid = character:WaitForChild("Humanoid")
  299.  
  300.  
  301. local function onAnimationPlayed(animationTrack)
  302.  
  303. if animationTrack.Animation.AnimationId == "rbxassetid://" .. animationId then
  304.  
  305.  
  306. local p = game.Players.LocalPlayer
  307.  
  308. local Humanoid = p.Character:WaitForChild("Humanoid")
  309.  
  310.  
  311. for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
  312.  
  313. animTrack:Stop()
  314.  
  315. end
  316.  
  317.  
  318. local AnimAnim = Instance.new("Animation")
  319.  
  320. AnimAnim.AnimationId = "rbxassetid://13560306510"
  321.  
  322. local Anim = Humanoid:LoadAnimation(AnimAnim)
  323.  
  324.  
  325. local startTime = 0
  326.  
  327.  
  328. Anim:Play()
  329.  
  330. Anim:AdjustSpeed(1)
  331.  
  332. Anim.TimePosition = startTime
  333.  
  334. Anim:AdjustSpeed(2.6)
  335.  
  336.  
  337. end
  338.  
  339. end
  340.  
  341. --[[END OF MOVE 2 ANIM]]
  342.  
  343. --[[Move 3]]
  344.  
  345.  
  346. humanoid.AnimationPlayed:Connect(onAnimationPlayed)
  347.  
  348.  
  349. local animationId = 12296113986
  350.  
  351.  
  352. local player = game.Players.LocalPlayer
  353.  
  354. local character = player.Character or player.CharacterAdded:Wait()
  355.  
  356. local humanoid = character:WaitForChild("Humanoid")
  357.  
  358.  
  359. local function onAnimationPlayed(animationTrack)
  360.  
  361. if animationTrack.Animation.AnimationId == "rbxassetid://" .. animationId then
  362.  
  363.  
  364. local p = game.Players.LocalPlayer
  365.  
  366. local Humanoid = p.Character:WaitForChild("Humanoid")
  367.  
  368.  
  369. for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
  370.  
  371. animTrack:Stop()
  372.  
  373. end
  374.  
  375. -- best Cframe fly function
  376. coroutine.wrap(function()
  377. local Players = game:GetService("Players")
  378. local player = game.Players.LocalPlayer
  379. local RunService = game:GetService("RunService")
  380. local Workspace = game:GetService("Workspace")
  381. local Camera = Workspace.CurrentCamera
  382.  
  383. local character = player.Character or player.CharacterAdded:Wait()
  384. local humanoidRootPart = character:WaitForChild("HumanoidRootPart")
  385.  
  386. local normalGravity = Workspace.Gravity
  387. local spinSpeed = 800
  388. local spinDuration = 1.5
  389. local initialRadius = 100
  390. local finalRadius = 1
  391. local riseHeight = 200
  392. local riseDuration = 3
  393.  
  394. local function getNearestHumanoid()
  395. local nearestHumanoid, shortestDistance
  396. for _, descendant in ipairs(Workspace.Live:GetDescendants()) do
  397. if descendant:IsA("Humanoid") and descendant.Parent.Name ~= game.Players.LocalPlayer.Character.Name then
  398. local humanoidRoot = descendant.Parent:FindFirstChild("HumanoidRootPart")
  399. if humanoidRoot then
  400. local distance = (humanoidRootPart.Position - humanoidRoot.Position).Magnitude
  401. if not nearestHumanoid or distance < shortestDistance then
  402. nearestHumanoid, shortestDistance = humanoidRoot, distance
  403. end
  404. end
  405. end
  406. end
  407. return nearestHumanoid
  408. end
  409.  
  410. local function spinAndRise()
  411. Workspace.Gravity = 0
  412.  
  413. local startTime = tick()
  414. local originalPosition = humanoidRootPart.Position
  415. local nearestHumanoid = getNearestHumanoid()
  416.  
  417. while tick() - startTime < spinDuration do
  418. local elapsedTime = tick() - startTime
  419. local angle = math.rad(spinSpeed) * elapsedTime
  420. local progress = elapsedTime / spinDuration
  421.  
  422. local currentRadius = initialRadius + (finalRadius - initialRadius) * progress
  423. local xOffset, zOffset = math.cos(angle) * currentRadius, math.sin(angle) * currentRadius
  424. local riseAmount = math.min(riseHeight * elapsedTime / riseDuration, riseHeight)
  425.  
  426. local newPosition = originalPosition + Vector3.new(xOffset, riseAmount, zOffset)
  427. if nearestHumanoid then
  428. humanoidRootPart.CFrame = CFrame.new(newPosition, nearestHumanoid.Position)
  429. else
  430. humanoidRootPart.Position = newPosition
  431. end
  432.  
  433. RunService.Stepped:Wait()
  434. end
  435.  
  436.  
  437. Workspace.Gravity = normalGravity
  438. end
  439.  
  440. spinAndRise()
  441. end)()
  442.  
  443.  
  444. local AnimAnim = Instance.new("Animation")
  445.  
  446. AnimAnim.AnimationId = "rbxassetid://17278415853"
  447.  
  448. local Anim = Humanoid:LoadAnimation(AnimAnim)
  449.  
  450.  
  451. local startTime = 1.3
  452.  
  453.  
  454. Anim:Play()
  455.  
  456. Anim:AdjustSpeed(0)
  457.  
  458. Anim.TimePosition = startTime
  459.  
  460. Anim:AdjustSpeed(1)
  461.  
  462.  
  463. delay(2.8, function()
  464.  
  465. Anim:Stop()
  466.  
  467. end)
  468.  
  469.  
  470. end
  471.  
  472. end
  473.  
  474. --[[END OF MOVE 3 ANIM]]
  475.  
  476. --[[Move 4]]
  477.  
  478.  
  479. humanoid.AnimationPlayed:Connect(onAnimationPlayed)
  480.  
  481.  
  482. local animationId = 12309835105
  483.  
  484.  
  485. local player = game.Players.LocalPlayer
  486.  
  487. local character = player.Character or player.CharacterAdded:Wait()
  488.  
  489. local humanoid = character:WaitForChild("Humanoid")
  490.  
  491.  
  492. local function onAnimationPlayed(animationTrack)
  493.  
  494. if animationTrack.Animation.AnimationId == "rbxassetid://" .. animationId then
  495.  
  496. local p = game.Players.LocalPlayer
  497.  
  498. local Humanoid = p.Character:WaitForChild("Humanoid")
  499.  
  500.  
  501. for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
  502.  
  503. animTrack:Stop()
  504.  
  505. end
  506.  
  507.  
  508. local AnimAnim = Instance.new("Animation")
  509.  
  510. AnimAnim.AnimationId = "rbxassetid://13083332742"
  511.  
  512. local Anim = Humanoid:LoadAnimation(AnimAnim)
  513.  
  514.  
  515. local startTime = 1.7
  516.  
  517.  
  518. Anim:Play()
  519.  
  520. Anim:AdjustSpeed(0)
  521.  
  522. Anim.TimePosition = startTime
  523.  
  524. Anim:AdjustSpeed(1.4)
  525.  
  526.  
  527. local player = game.Players.LocalPlayer
  528. repeat wait() until player.Character
  529. local character = player.Character or player.CharacterAdded:Wait()
  530. local humanoid = character:WaitForChild("Humanoid")
  531. local ReplicatedStorage = game:GetService("ReplicatedStorage")
  532.  
  533. -- Messages to send
  534. local messages = {"Ao!"}
  535.  
  536. local function sendMessage(text)
  537. ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(text, "All")
  538. end
  539.  
  540. for _, message in ipairs(messages) do
  541. sendMessage(message)
  542. wait(1.7) -- Wait time for each message
  543. end
  544.  
  545. end
  546.  
  547. end
  548.  
  549. --[[END OF MOVE 4 ANIM]]
  550.  
  551. --[[Wall combo]]
  552.  
  553. humanoid.AnimationPlayed:Connect(onAnimationPlayed)
  554.  
  555. local animationId = 18716197426
  556.  
  557.  
  558. local player = game.Players.LocalPlayer
  559.  
  560. local character = player.Character or player.CharacterAdded:Wait()
  561.  
  562. local humanoid = character:WaitForChild("Humanoid")
  563.  
  564.  
  565. local function onAnimationPlayed(animationTrack)
  566.  
  567. if animationTrack.Animation.AnimationId == "rbxassetid://" .. animationId then
  568.  
  569. local p = game.Players.LocalPlayer
  570.  
  571. local Humanoid = p.Character:WaitForChild("Humanoid")
  572.  
  573.  
  574. for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
  575.  
  576. animTrack:Stop()
  577.  
  578. end
  579.  
  580.  
  581. local AnimAnim = Instance.new("Animation")
  582.  
  583. AnimAnim.AnimationId = "rbxassetid://18903642853"
  584.  
  585. local Anim = Humanoid:LoadAnimation(AnimAnim)
  586.  
  587.  
  588. local startTime = 0.05
  589.  
  590.  
  591. Anim:Play()
  592.  
  593. Anim:AdjustSpeed(0)
  594.  
  595. Anim.TimePosition = startTime
  596.  
  597. Anim:AdjustSpeed(1)
  598.  
  599.  
  600. end
  601.  
  602. end
  603.  
  604. --[[END OF WALL COMBO ANIM]]
  605.  
  606. --[[Ult Activation]]
  607.  
  608. humanoid.AnimationPlayed:Connect(onAnimationPlayed)
  609.  
  610.  
  611. local animationId = 12447707844
  612.  
  613.  
  614. local player = game.Players.LocalPlayer
  615.  
  616. local character = player.Character or player.CharacterAdded:Wait()
  617.  
  618. local humanoid = character:WaitForChild("Humanoid")
  619.  
  620.  
  621. local function onAnimationPlayed(animationTrack)
  622.  
  623. if animationTrack.Animation.AnimationId == "rbxassetid://" .. animationId then
  624.  
  625. local p = game.Players.LocalPlayer
  626.  
  627. local Humanoid = p.Character:WaitForChild("Humanoid")
  628.  
  629.  
  630. for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
  631.  
  632. animTrack:Stop()
  633.  
  634. end
  635.  
  636.  
  637. local AnimAnim = Instance.new("Animation")
  638.  
  639. AnimAnim.AnimationId = "rbxassetid://10469643643"
  640.  
  641. local Anim = Humanoid:LoadAnimation(AnimAnim)
  642.  
  643.  
  644. local startTime = 0
  645.  
  646.  
  647. Anim:Play()
  648.  
  649. Anim:AdjustSpeed(0)
  650.  
  651. Anim.TimePosition = startTime
  652.  
  653. Anim:AdjustSpeed(1)
  654.  
  655. end
  656.  
  657. end
  658. --[[END OF ULT ACTIVATION ANIM]]
  659.  
  660. --[[Move 5]]
  661.  
  662. local animationId = 12460977270
  663.  
  664.  
  665. local player = game.Players.LocalPlayer
  666.  
  667. local character = player.Character or player.CharacterAdded:Wait()
  668.  
  669. local humanoid = character:WaitForChild("Humanoid")
  670.  
  671.  
  672. local function onAnimationPlayed(animationTrack)
  673.  
  674. if animationTrack.Animation.AnimationId == "rbxassetid://" .. animationId then
  675.  
  676.  
  677. local p = game.Players.LocalPlayer
  678.  
  679. local Humanoid = p.Character:WaitForChild("Humanoid")
  680.  
  681.  
  682. for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
  683.  
  684. animTrack:Stop()
  685.  
  686. end
  687.  
  688.  
  689. local AnimAnim = Instance.new("Animation")
  690.  
  691. AnimAnim.AnimationId = "rbxassetid://18896229321"
  692.  
  693. local Anim = Humanoid:LoadAnimation(AnimAnim)
  694.  
  695.  
  696. local startTime = 0
  697.  
  698.  
  699. Anim:Play()
  700.  
  701. Anim:AdjustSpeed(0.1)
  702.  
  703. Anim.TimePosition = startTime
  704.  
  705. Anim:AdjustSpeed(2.4)
  706.  
  707.  
  708. end
  709.  
  710. end
  711.  
  712. --[[END OF MOVE 5 ANIM]]
  713.  
  714. --[[Move 6]]
  715.  
  716.  
  717. humanoid.AnimationPlayed:Connect(onAnimationPlayed)
  718.  
  719.  
  720. local animationId = 14057231976
  721.  
  722.  
  723. local player = game.Players.LocalPlayer
  724.  
  725. local character = player.Character or player.CharacterAdded:Wait()
  726.  
  727. local humanoid = character:WaitForChild("Humanoid")
  728.  
  729.  
  730. local function onAnimationPlayed(animationTrack)
  731.  
  732. if animationTrack.Animation.AnimationId == "rbxassetid://" .. animationId then
  733.  
  734.  
  735. local p = game.Players.LocalPlayer
  736.  
  737. local Humanoid = p.Character:WaitForChild("Humanoid")
  738.  
  739.  
  740. for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
  741.  
  742. animTrack:Stop()
  743.  
  744. end
  745.  
  746.  
  747. local AnimAnim = Instance.new("Animation")
  748.  
  749. AnimAnim.AnimationId = "rbxassetid://18464372850"
  750.  
  751. local Anim = Humanoid:LoadAnimation(AnimAnim)
  752.  
  753.  
  754. local startTime = 0
  755.  
  756.  
  757. Anim:Play()
  758.  
  759. Anim:AdjustSpeed(1)
  760.  
  761. Anim.TimePosition = startTime
  762.  
  763. Anim:AdjustSpeed(1.9)
  764.  
  765.  
  766. end
  767.  
  768. end
  769.  
  770. --[[END OF MOVE 6 ANIM]]
  771.  
  772. --[[Move 7]]
  773.  
  774.  
  775. humanoid.AnimationPlayed:Connect(onAnimationPlayed)
  776.  
  777.  
  778. local animationId = 12467789963
  779.  
  780.  
  781. local player = game.Players.LocalPlayer
  782.  
  783. local character = player.Character or player.CharacterAdded:Wait()
  784.  
  785. local humanoid = character:WaitForChild("Humanoid")
  786.  
  787.  
  788. local function onAnimationPlayed(animationTrack)
  789.  
  790. if animationTrack.Animation.AnimationId == "rbxassetid://" .. animationId then
  791.  
  792.  
  793. local p = game.Players.LocalPlayer
  794.  
  795. local Humanoid = p.Character:WaitForChild("Humanoid")
  796.  
  797.  
  798. for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
  799.  
  800. animTrack:Stop()
  801.  
  802. end
  803.  
  804.  
  805. local AnimAnim = Instance.new("Animation")
  806.  
  807. AnimAnim.AnimationId = "rbxassetid://13071982935"
  808.  
  809. local Anim = Humanoid:LoadAnimation(AnimAnim)
  810.  
  811.  
  812. local startTime = 2.6
  813.  
  814.  
  815. Anim:Play()
  816.  
  817. Anim:AdjustSpeed(0)
  818.  
  819. Anim.TimePosition = startTime
  820.  
  821. Anim:AdjustSpeed(1.2)
  822.  
  823.  
  824. delay(1.6,function()
  825.  
  826. Anim:Stop()
  827.  
  828. end)
  829.  
  830.  
  831. end
  832.  
  833. end
  834.  
  835. --[[END OF MOVE 7 ANIM]]
  836.  
  837. --[[Move 8]]
  838.  
  839.  
  840. humanoid.AnimationPlayed:Connect(onAnimationPlayed)
  841.  
  842.  
  843. local animationId = 12463072679
  844.  
  845.  
  846. local player = game.Players.LocalPlayer
  847.  
  848. local character = player.Character or player.CharacterAdded:Wait()
  849.  
  850. local humanoid = character:WaitForChild("Humanoid")
  851.  
  852.  
  853. local function onAnimationPlayed(animationTrack)
  854.  
  855. if animationTrack.Animation.AnimationId == "rbxassetid://" .. animationId then
  856.  
  857. local p = game.Players.LocalPlayer
  858.  
  859. local Humanoid = p.Character:WaitForChild("Humanoid")
  860.  
  861.  
  862. for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
  863.  
  864. animTrack:Stop()
  865.  
  866. end
  867.  
  868.  
  869. local AnimAnim = Instance.new("Animation")
  870.  
  871. AnimAnim.AnimationId = "rbxassetid://129651400898906"
  872.  
  873. local Anim = Humanoid:LoadAnimation(AnimAnim)
  874.  
  875.  
  876. local startTime = 0
  877.  
  878.  
  879. Anim:Play()
  880.  
  881. Anim:AdjustSpeed(0)
  882.  
  883. Anim.TimePosition = startTime
  884.  
  885. Anim:AdjustSpeed(1.3)
  886.  
  887.  
  888. end
  889.  
  890. end
  891.  
  892. --[[END OF MOVE 8 ANIM]]
  893.  
  894.  
  895.  
  896. local Test = game.ReplicatedStorage.Resources.FiveSeasonsFX.CharFX.ArmFX
  897.  
  898. local test = Test:Clone()
  899. test.Parent = game.Players.LocalPlayer.Character:WaitForChild("Right Arm")
  900.  
  901. for _, child in ipairs(test:GetChildren()) do
  902. if child:IsA("ParticleEmitter") then
  903. child.Color = ColorSequence.new(Color3.new(0, 1, 1))
  904. child:Emit(15)
  905. child.Enabled = true
  906. end
  907. end
  908.  
  909.  
  910.  
  911.  
  912. local Test = game.ReplicatedStorage.Resources.FiveSeasonsFX.CharFX.ArmFX
  913.  
  914. local test = Test:Clone()
  915. test.Parent = game.Players.LocalPlayer.Character:WaitForChild("Left Arm")
  916.  
  917. for _, child in ipairs(test:GetChildren()) do
  918. if child:IsA("ParticleEmitter") then
  919. child.Color = ColorSequence.new(Color3.new(0, 1, 1))
  920. child:Emit(15)
  921. child.Enabled = true
  922. end
  923. end
  924.  
  925.  
  926.  
  927. local Players = game:GetService("Players")
  928. local LocalPlayer = Players.LocalPlayer
  929. local Character = LocalPlayer.Character or LocalPlayer.CharacterAdded:Wait()
  930. local HumanoidRootPart = Character:WaitForChild("HumanoidRootPart")
  931.  
  932. local JusticeLabel = Instance.new("BillboardGui", HumanoidRootPart)
  933. JusticeLabel.Size = UDim2.new(8, 0, 3, 0)
  934. JusticeLabel.StudsOffset = Vector3.new(0, 4, 0)
  935. JusticeLabel.AlwaysOnTop = true
  936.  
  937. local JusticeText = Instance.new("TextLabel", JusticeLabel)
  938. JusticeText.Size = UDim2.new(1, 0, 1, 0)
  939. JusticeText.BackgroundTransparency = 1
  940. JusticeText.Text = "Strongest Of Today"
  941. JusticeText.TextColor3 = Color3.new(173,216,230)
  942. JusticeText.TextScaled = true
  943. JusticeText.Font = Enum.Font.Arcade
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement