ScriptMakerTSB

A-TRAIN

Oct 27th, 2024
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.68 KB | None | 0 0
  1. -- if you don't wanna change it keep it like that all of them
  2. local m1 = 13532562418
  3. local m2 = 13532600125
  4. local m3 = 13532604085
  5. local m4 = 13294471966
  6.  
  7. local MovesetName1 = "Flowing Speed"
  8. local MovesetName2 = "Zooming Barrage"
  9. local MovesetName3 = "Calculation Speed"
  10. local MovesetName4 = "Prey's Peril"
  11.  
  12. local MovesetAnim1Miss = 12272894215
  13. local MovesetAnim2Miss = 12296882427
  14. local MovesetAnim3Miss = 12307656616
  15. local MovesetAnim4Miss = 1235185455
  16.  
  17. local MovesetAnim1 = 16699717165
  18. local MovesetAnim2 = 15145462680
  19. local MovesetAnim3 = 17838006839
  20. local MovesetAnim4 = 13603396939
  21.  
  22. local MovesetAnim1Finisher = 13603396939
  23. local MovesetAnim2Finisher = 14798608838
  24. local MovesetAnim3Finisher = 18464356233
  25. local MovesetAnim4Finisher = 14809836765
  26.  
  27. local UltBarName = "YOU CANNOT CATCH ME!"
  28. local UltAnim = 12342141464
  29.  
  30. local WallCombo = 16310343179
  31. local Block = 10470389827
  32. local DashForward = 10479335397
  33. local DashLeft = 10480796021
  34. local DashRight = 10480793962
  35. local DashBack = 10491993682
  36.  
  37. local UltMovesetName1 = "Unseen Barrages"
  38. local UltMovesetName2 = "The Final Hunt"
  39. local UltMovesetName3 = "Rock Splitting Fist"
  40. local UltMovesetName4 = "Crushed Rock"
  41.  
  42. local UltMovesetAnim2Miss = 12463072679
  43. local UltMovesetAnim4Miss = 13630786846
  44.  
  45. local UltMovesetAnim1 = 12460977270
  46. local UltMovesetAnim2 = 12467789963
  47. local UltMovesetAnim3 = 14057231976
  48. local UltMovesetAnim4 = 13813099821
  49.  
  50. -- don't change here unless you know
  51. local player = game.Players.LocalPlayer
  52. local character = player.Character or player.CharacterAdded:Wait()
  53. local humanoid = character:WaitForChild("Humanoid")
  54. local function onAnimationPlayed(animationTrack)
  55. if animationTrack.Animation.AnimationId == "rbxassetid://13532562418" then
  56. local p = game.Players.LocalPlayer
  57. local Humanoid = p.Character:WaitForChild("Humanoid")
  58. for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
  59. animTrack:Stop()
  60. end
  61. local AnimAnim = Instance.new("Animation")
  62. AnimAnim.AnimationId = "rbxassetid://" .. m1
  63. local Anim = Humanoid:LoadAnimation(AnimAnim)
  64.  
  65.  
  66. -- this is the settings change if you want to change it
  67. Anim:Play() -- not this one
  68. Anim:AdjustSpeed(1) -- speed
  69. Anim.TimePosition = 0 -- skip through the middle of the animation like video if you want normal leave it like that
  70. end
  71. end
  72.  
  73. humanoid.AnimationPlayed:Connect(onAnimationPlayed)
  74. local player = game.Players.LocalPlayer
  75. local character = player.Character or player.CharacterAdded:Wait()
  76. local humanoid = character:WaitForChild("Humanoid")
  77.  
  78. local function onAnimationPlayed(animationTrack)
  79. if animationTrack.Animation.AnimationId == "rbxassetid://13532600125" then
  80.  
  81. local p = game.Players.LocalPlayer
  82. local Humanoid = p.Character:WaitForChild("Humanoid")
  83.  
  84. for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
  85. animTrack:Stop()
  86. end
  87.  
  88. local AnimAnim = Instance.new("Animation")
  89. AnimAnim.AnimationId = "rbxassetid://" .. m2
  90. local Anim = Humanoid:LoadAnimation(AnimAnim)
  91.  
  92.  
  93. -- this is the settings change if you want to change it
  94. Anim:Play() -- not this one
  95. Anim:AdjustSpeed(1) -- speed
  96. Anim.TimePosition = 0 -- skip through the middle of the animation like video if you want normal leave it like that
  97. end
  98. end
  99.  
  100. humanoid.AnimationPlayed:Connect(onAnimationPlayed)
  101. local player = game.Players.LocalPlayer
  102. local character = player.Character or player.CharacterAdded:Wait()
  103. local humanoid = character:WaitForChild("Humanoid")
  104.  
  105. local function onAnimationPlayed(animationTrack)
  106. if animationTrack.Animation.AnimationId == "rbxassetid://13532604085" then
  107.  
  108. local p = game.Players.LocalPlayer
  109. local Humanoid = p.Character:WaitForChild("Humanoid")
  110.  
  111. for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
  112. animTrack:Stop()
  113. end
  114.  
  115. local AnimAnim = Instance.new("Animation")
  116. AnimAnim.AnimationId = "rbxassetid://" .. m3
  117. local Anim = Humanoid:LoadAnimation(AnimAnim)
  118.  
  119.  
  120. -- this is the settings change if you want to change it
  121. Anim:Play() -- not this one
  122. Anim:AdjustSpeed(1) -- speed
  123. Anim.TimePosition = 0 -- skip through the middle of the animation like video if you want normal leave it like that
  124. end
  125. end
  126.  
  127. humanoid.AnimationPlayed:Connect(onAnimationPlayed)
  128. local player = game.Players.LocalPlayer
  129. local character = player.Character or player.CharacterAdded:Wait()
  130. local humanoid = character:WaitForChild("Humanoid")
  131.  
  132. local function onAnimationPlayed(animationTrack)
  133. if animationTrack.Animation.AnimationId == "rbxassetid://13294471966" then
  134.  
  135. local p = game.Players.LocalPlayer
  136. local Humanoid = p.Character:WaitForChild("Humanoid")
  137.  
  138. for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
  139. animTrack:Stop()
  140. end
  141.  
  142. local AnimAnim = Instance.new("Animation")
  143. AnimAnim.AnimationId = "rbxassetid://" .. m4
  144. local Anim = Humanoid:LoadAnimation(AnimAnim)
  145.  
  146.  
  147. -- this is the settings change if you want to change it
  148. Anim:Play() -- not this one
  149. Anim:AdjustSpeed(1) -- speed
  150. Anim.TimePosition = 0 -- skip through the middle of the animation like video if you want normal leave it like that
  151. end
  152. end
  153.  
  154. humanoid.AnimationPlayed:Connect(onAnimationPlayed)
  155. local player = game.Players.LocalPlayer
  156. local playerGui = player.PlayerGui
  157. local hotbar = playerGui:FindFirstChild("Hotbar")
  158. local backpack = hotbar:FindFirstChild("Backpack")
  159. local hotbarFrame = backpack:FindFirstChild("Hotbar")
  160. local baseButton = hotbarFrame:FindFirstChild("1").Base
  161. local ToolName = baseButton.ToolName
  162.  
  163. ToolName.Text = MovesetName1
  164.  
  165. local player = game.Players.LocalPlayer
  166. local playerGui = player.PlayerGui
  167. local hotbar = playerGui:FindFirstChild("Hotbar")
  168. local backpack = hotbar:FindFirstChild("Backpack")
  169. local hotbarFrame = backpack:FindFirstChild("Hotbar")
  170. local baseButton = hotbarFrame:FindFirstChild("2").Base
  171. local ToolName = baseButton.ToolName
  172.  
  173. ToolName.Text = MovesetName2
  174.  
  175. local player = game.Players.LocalPlayer
  176. local playerGui = player.PlayerGui
  177. local hotbar = playerGui:FindFirstChild("Hotbar")
  178. local backpack = hotbar:FindFirstChild("Backpack")
  179. local hotbarFrame = backpack:FindFirstChild("Hotbar")
  180. local baseButton = hotbarFrame:FindFirstChild("3").Base
  181. local ToolName = baseButton.ToolName
  182.  
  183. ToolName.Text = MovesetName3
  184.  
  185. local player = game.Players.LocalPlayer
  186. local playerGui = player.PlayerGui
  187. local hotbar = playerGui:FindFirstChild("Hotbar")
  188. local backpack = hotbar:FindFirstChild("Backpack")
  189. local hotbarFrame = backpack:FindFirstChild("Hotbar")
  190. local baseButton = hotbarFrame:FindFirstChild("4").Base
  191. local ToolName = baseButton.ToolName
  192.  
  193. ToolName.Text = MovesetName4
  194. local player = game.Players.LocalPlayer
  195. local character = player.Character or player.CharacterAdded:Wait()
  196. local humanoid = character:WaitForChild("Humanoid")
  197.  
  198. local function onAnimationPlayed(animationTrack)
  199. if animationTrack.Animation.AnimationId == "rbxassetid://12273188754" then
  200.  
  201. local p = game.Players.LocalPlayer
  202. local Humanoid = p.Character:WaitForChild("Humanoid")
  203.  
  204. for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
  205. animTrack:Stop()
  206. end
  207.  
  208. local AnimAnim = Instance.new("Animation")
  209. AnimAnim.AnimationId = "rbxassetid://" .. MovesetAnim1
  210. local Anim = Humanoid:LoadAnimation(AnimAnim)
  211.  
  212.  
  213. -- this is the settings change if you want to change it
  214. Anim:Play() -- not this one
  215. Anim:AdjustSpeed(1) -- speed
  216. Anim.TimePosition = 0 -- skip through the middle of the animation like video if you want normal leave it like that
  217. end
  218. end
  219.  
  220. humanoid.AnimationPlayed:Connect(onAnimationPlayed)
  221. local player = game.Players.LocalPlayer
  222. local character = player.Character or player.CharacterAdded:Wait()
  223. local humanoid = character:WaitForChild("Humanoid")
  224.  
  225. local function onAnimationPlayed(animationTrack)
  226. if animationTrack.Animation.AnimationId == "rbxassetid://12296113986" then
  227.  
  228. local p = game.Players.LocalPlayer
  229. local Humanoid = p.Character:WaitForChild("Humanoid")
  230.  
  231. for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
  232. animTrack:Stop()
  233. end
  234.  
  235. local AnimAnim = Instance.new("Animation")
  236. AnimAnim.AnimationId = "rbxassetid://" .. MovesetAnim2
  237. local Anim = Humanoid:LoadAnimation(AnimAnim)
  238.  
  239.  
  240. -- this is the settings change if you want to change it
  241. Anim:Play() -- not this one
  242. Anim:AdjustSpeed(1) -- speed
  243. Anim.TimePosition = 0 -- skip through the middle of the animation like video if you want normal leave it like that
  244. end
  245. end
  246.  
  247. humanoid.AnimationPlayed:Connect(onAnimationPlayed)
  248. local player = game.Players.LocalPlayer
  249. local character = player.Character or player.CharacterAdded:Wait()
  250. local humanoid = character:WaitForChild("Humanoid")
  251.  
  252. local function onAnimationPlayed(animationTrack)
  253. if animationTrack.Animation.AnimationId == "rbxassetid://12309835105" then
  254.  
  255. local p = game.Players.LocalPlayer
  256. local Humanoid = p.Character:WaitForChild("Humanoid")
  257.  
  258. for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
  259. animTrack:Stop()
  260. end
  261.  
  262. local AnimAnim = Instance.new("Animation")
  263. AnimAnim.AnimationId = "rbxassetid://" .. MovesetAnim3
  264. local Anim = Humanoid:LoadAnimation(AnimAnim)
  265.  
  266.  
  267. -- this is the settings change if you want to change it
  268. Anim:Play() -- not this one
  269. Anim:AdjustSpeed(1) -- speed
  270. Anim.TimePosition = 0 -- skip through the middle of the animation like video if you want normal leave it like that
  271. end
  272. end
  273.  
  274. humanoid.AnimationPlayed:Connect(onAnimationPlayed)
  275. local player = game.Players.LocalPlayer
  276. local character = player.Character or player.CharacterAdded:Wait()
  277. local humanoid = character:WaitForChild("Humanoid")
  278.  
  279. local function onAnimationPlayed(animationTrack)
  280. if animationTrack.Animation.AnimationId == "rbxassetid://13603396939" then
  281.  
  282. local p = game.Players.LocalPlayer
  283. local Humanoid = p.Character:WaitForChild("Humanoid")
  284.  
  285. for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
  286. animTrack:Stop()
  287. end
  288.  
  289. local AnimAnim = Instance.new("Animation")
  290. AnimAnim.AnimationId = "rbxassetid://" .. MovesetAnim4
  291. local Anim = Humanoid:LoadAnimation(AnimAnim)
  292.  
  293.  
  294. -- this is the settings change if you want to change it
  295. Anim:Play() -- not this one
  296. Anim:AdjustSpeed(1) -- speed
  297. Anim.TimePosition = 0 -- skip through the middle of the animation like video if you want normal leave it like that
  298. end
  299. end
  300.  
  301. humanoid.AnimationPlayed:Connect(onAnimationPlayed)
  302. local Players = game:GetService("Players")
  303. local player = Players.LocalPlayer
  304. local playerGui = player:WaitForChild("PlayerGui")
  305.  
  306. local function findGuiAndSetText()
  307. local screenGui = playerGui:FindFirstChild("ScreenGui")
  308. if screenGui then
  309. local magicHealthFrame = screenGui:FindFirstChild("MagicHealth")
  310. if magicHealthFrame then
  311. local textLabel = magicHealthFrame:FindFirstChild("TextLabel")
  312. if textLabel then
  313. textLabel.Text = UltBarName
  314. end
  315. end
  316. end
  317. end
  318.  
  319. playerGui.DescendantAdded:Connect(function(descendant)
  320. if descendant:IsDescendantOf(playerGui:FindFirstChild("ScreenGui")) then
  321. findGuiAndSetText()
  322. end
  323. end)
  324.  
  325. findGuiAndSetText()
  326. local player = game.Players.LocalPlayer
  327. local character = player.Character or player.CharacterAdded:Wait()
  328. local humanoid = character:WaitForChild("Humanoid")
  329.  
  330. local function onAnimationPlayed(animationTrack)
  331. if animationTrack.Animation.AnimationId == "rbxassetid://12342141464" then
  332.  
  333. local p = game.Players.LocalPlayer
  334. local Humanoid = p.Character:WaitForChild("Humanoid")
  335.  
  336. for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
  337. animTrack:Stop()
  338. end
  339.  
  340. local AnimAnim = Instance.new("Animation")
  341. AnimAnim.AnimationId = "rbxassetid://" .. UltAnim
  342. local Anim = Humanoid:LoadAnimation(AnimAnim)
  343.  
  344.  
  345. -- this is the settings change if you want to change it
  346. Anim:Play() -- not this one
  347. Anim:AdjustSpeed(1) -- speed
  348. Anim.TimePosition = 0 -- skip through the middle of the animation like video if you want normal leave it like that
  349. end
  350. end
  351.  
  352. humanoid.AnimationPlayed:Connect(onAnimationPlayed)
  353. local player = game.Players.LocalPlayer
  354. local character = player.Character or player.CharacterAdded:Wait()
  355. local humanoid = character:WaitForChild("Humanoid")
  356.  
  357. local function onAnimationPlayed(animationTrack)
  358. if animationTrack.Animation.AnimationId == "rbxassetid://16310343179" then
  359.  
  360. local p = game.Players.LocalPlayer
  361. local Humanoid = p.Character:WaitForChild("Humanoid")
  362.  
  363. for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
  364. animTrack:Stop()
  365. end
  366.  
  367. local AnimAnim = Instance.new("Animation")
  368. AnimAnim.AnimationId = "rbxassetid://" .. WallCombo
  369. local Anim = Humanoid:LoadAnimation(AnimAnim)
  370.  
  371.  
  372. -- this is the settings change if you want to change it
  373. Anim:Play() -- not this one
  374. Anim:AdjustSpeed(1) -- speed
  375. Anim.TimePosition = 0 -- skip through the middle of the animation like video if you want normal leave it like that
  376. end
  377. end
  378.  
  379. humanoid.AnimationPlayed:Connect(onAnimationPlayed)
  380. local player = game.Players.LocalPlayer
  381. local character = player.Character or player.CharacterAdded:Wait()
  382. local humanoid = character:WaitForChild("Humanoid")
  383.  
  384. local function onAnimationPlayed(animationTrack)
  385. if animationTrack.Animation.AnimationId == "rbxassetid://10470389827" then
  386.  
  387. local p = game.Players.LocalPlayer
  388. local Humanoid = p.Character:WaitForChild("Humanoid")
  389.  
  390. for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
  391. animTrack:Stop()
  392. end
  393.  
  394. local AnimAnim = Instance.new("Animation")
  395. AnimAnim.AnimationId = "rbxassetid://" .. Block
  396. local Anim = Humanoid:LoadAnimation(AnimAnim)
  397.  
  398.  
  399. -- this is the settings change if you want to change it
  400. Anim:Play() -- not this one
  401. Anim:AdjustSpeed(1) -- speed
  402. Anim.TimePosition = 0 -- skip through the middle of the animation like video if you want normal leave it like that
  403. end
  404. end
  405.  
  406. humanoid.AnimationPlayed:Connect(onAnimationPlayed)
  407. local player = game.Players.LocalPlayer
  408. local character = player.Character or player.CharacterAdded:Wait()
  409. local humanoid = character:WaitForChild("Humanoid")
  410.  
  411. local function onAnimationPlayed(animationTrack)
  412. if animationTrack.Animation.AnimationId == "rbxassetid://10479335397" then
  413.  
  414. local p = game.Players.LocalPlayer
  415. local Humanoid = p.Character:WaitForChild("Humanoid")
  416.  
  417. for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
  418. animTrack:Stop()
  419. end
  420.  
  421. local AnimAnim = Instance.new("Animation")
  422. AnimAnim.AnimationId = "rbxassetid://" .. DashForward
  423. local Anim = Humanoid:LoadAnimation(AnimAnim)
  424.  
  425.  
  426. -- this is the settings change if you want to change it
  427. Anim:Play() -- not this one
  428. Anim:AdjustSpeed(1) -- speed
  429. Anim.TimePosition = 0 -- skip through the middle of the animation like video if you want normal leave it like that
  430. end
  431. end
  432.  
  433. humanoid.AnimationPlayed:Connect(onAnimationPlayed)
  434. local player = game.Players.LocalPlayer
  435. local character = player.Character or player.CharacterAdded:Wait()
  436. local humanoid = character:WaitForChild("Humanoid")
  437.  
  438. local function onAnimationPlayed(animationTrack)
  439. if animationTrack.Animation.AnimationId == "rbxassetid://10480793962" then
  440.  
  441. local p = game.Players.LocalPlayer
  442. local Humanoid = p.Character:WaitForChild("Humanoid")
  443.  
  444. for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
  445. animTrack:Stop()
  446. end
  447.  
  448. local AnimAnim = Instance.new("Animation")
  449. AnimAnim.AnimationId = "rbxassetid://" .. DashRight
  450. local Anim = Humanoid:LoadAnimation(AnimAnim)
  451.  
  452.  
  453. -- this is the settings change if you want to change it
  454. Anim:Play() -- not this one
  455. Anim:AdjustSpeed(1) -- speed
  456. Anim.TimePosition = 0 -- skip through the middle of the animation like video if you want normal leave it like that
  457. end
  458. end
  459.  
  460. humanoid.AnimationPlayed:Connect(onAnimationPlayed)
  461. local player = game.Players.LocalPlayer
  462. local character = player.Character or player.CharacterAdded:Wait()
  463. local humanoid = character:WaitForChild("Humanoid")
  464.  
  465. local function onAnimationPlayed(animationTrack)
  466. if animationTrack.Animation.AnimationId == "rbxassetid://10480796021" then
  467.  
  468. local p = game.Players.LocalPlayer
  469. local Humanoid = p.Character:WaitForChild("Humanoid")
  470.  
  471. for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
  472. animTrack:Stop()
  473. end
  474.  
  475. local AnimAnim = Instance.new("Animation")
  476. AnimAnim.AnimationId = "rbxassetid://" .. DashLeft
  477. local Anim = Humanoid:LoadAnimation(AnimAnim)
  478.  
  479.  
  480. -- this is the settings change if you want to change it
  481. Anim:Play() -- not this one
  482. Anim:AdjustSpeed(1) -- speed
  483. Anim.TimePosition = 0 -- skip through the middle of the animation like video if you want normal leave it like that
  484. end
  485. end
  486.  
  487. humanoid.AnimationPlayed:Connect(onAnimationPlayed)
  488. local player = game.Players.LocalPlayer
  489. local character = player.Character or player.CharacterAdded:Wait()
  490. local humanoid = character:WaitForChild("Humanoid")
  491.  
  492. local function onAnimationPlayed(animationTrack)
  493. if animationTrack.Animation.AnimationId == "rbxassetid://10491993682" then
  494.  
  495. local p = game.Players.LocalPlayer
  496. local Humanoid = p.Character:WaitForChild("Humanoid")
  497.  
  498. for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
  499. animTrack:Stop()
  500. end
  501.  
  502. local AnimAnim = Instance.new("Animation")
  503. AnimAnim.AnimationId = "rbxassetid://" .. DashBack
  504. local Anim = Humanoid:LoadAnimation(AnimAnim)
  505.  
  506.  
  507. -- this is the settings change if you want to change it
  508. Anim:Play() -- not this one
  509. Anim:AdjustSpeed(1) -- speed
  510. Anim.TimePosition = 0 -- skip through the middle of the animation like video if you want normal leave it like that
  511. end
  512. end
  513.  
  514. humanoid.AnimationPlayed:Connect(onAnimationPlayed)
  515. local player = game.Players.LocalPlayer
  516. local playerGui = player.PlayerGui
  517. local character = player.Character or player.CharacterAdded:Wait() -- Get character
  518.  
  519. local toolNamesToReplace = {
  520. ["1"] = {original = "Water Stream Rock Smashing Fist", new = UltMovesetName1},
  521. ["2"] = {original = "The Final Hunt", new = UltMovesetName2},
  522. ["3"] = {original = "Rock Splitting Fist", new = UltMovesetName3},
  523. ["4"] = {original = "Crushed Rock", new = UltMovesetName4}
  524. }
  525.  
  526. local function checkAndReplaceToolName()
  527. while character.Humanoid.Health > 0 do
  528. local hotbar = playerGui:FindFirstChild("Hotbar")
  529. if hotbar then
  530. local backpack = hotbar:FindFirstChild("Backpack")
  531. if backpack then
  532. local hotbarFrame = backpack:FindFirstChild("Hotbar")
  533. if hotbarFrame then
  534. for buttonName, toolData in pairs(toolNamesToReplace) do
  535. local baseButton = hotbarFrame:FindFirstChild(buttonName) and hotbarFrame[buttonName]:FindFirstChild("Base")
  536. if baseButton then
  537. local toolName = baseButton:FindFirstChild("ToolName")
  538. if toolName and toolName.Text == toolData.original then
  539. toolName.Text = toolData.new
  540. end
  541. end
  542. end
  543. end
  544. end
  545. end
  546. wait()
  547. end
  548. end
  549.  
  550. checkAndReplaceToolName()
  551. local player = game.Players.LocalPlayer
  552. local character = player.Character or player.CharacterAdded:Wait()
  553. local humanoid = character:WaitForChild("Humanoid")
  554.  
  555. local function onAnimationPlayed(animationTrack)
  556. if animationTrack.Animation.AnimationId == "rbxassetid://12460977270" then
  557.  
  558. local p = game.Players.LocalPlayer
  559. local Humanoid = p.Character:WaitForChild("Humanoid")
  560.  
  561. for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
  562. animTrack:Stop()
  563. end
  564.  
  565. local AnimAnim = Instance.new("Animation")
  566. AnimAnim.AnimationId = "rbxassetid://" .. UltMovesetAnim1
  567. local Anim = Humanoid:LoadAnimation(AnimAnim)
  568.  
  569.  
  570. -- this is the settings change if you want to change it
  571. Anim:Play() -- not this one
  572. Anim:AdjustSpeed(1) -- speed
  573. Anim.TimePosition = 0 -- skip through the middle of the animation like video if you want normal leave it like that
  574. end
  575. end
  576.  
  577. humanoid.AnimationPlayed:Connect(onAnimationPlayed)
  578. local player = game.Players.LocalPlayer
  579. local character = player.Character or player.CharacterAdded:Wait()
  580. local humanoid = character:WaitForChild("Humanoid")
  581.  
  582. local function onAnimationPlayed(animationTrack)
  583. if animationTrack.Animation.AnimationId == "rbxassetid://12467789963" then
  584.  
  585. local p = game.Players.LocalPlayer
  586. local Humanoid = p.Character:WaitForChild("Humanoid")
  587.  
  588. for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
  589. animTrack:Stop()
  590. end
  591.  
  592. local AnimAnim = Instance.new("Animation")
  593. AnimAnim.AnimationId = "rbxassetid://" .. UltMovesetAnim2
  594. local Anim = Humanoid:LoadAnimation(AnimAnim)
  595.  
  596.  
  597. -- this is the settings change if you want to change it
  598. Anim:Play() -- not this one
  599. Anim:AdjustSpeed(1) -- speed
  600. Anim.TimePosition = 0 -- skip through the middle of the animation like video if you want normal leave it like that
  601. end
  602. end
  603.  
  604. humanoid.AnimationPlayed:Connect(onAnimationPlayed)
  605. local player = game.Players.LocalPlayer
  606. local character = player.Character or player.CharacterAdded:Wait()
  607. local humanoid = character:WaitForChild("Humanoid")
  608.  
  609. local function onAnimationPlayed(animationTrack)
  610. if animationTrack.Animation.AnimationId == "rbxassetid://14057231976" then
  611.  
  612. local p = game.Players.LocalPlayer
  613. local Humanoid = p.Character:WaitForChild("Humanoid")
  614.  
  615. for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
  616. animTrack:Stop()
  617. end
  618.  
  619. local AnimAnim = Instance.new("Animation")
  620. AnimAnim.AnimationId = "rbxassetid://" .. UltMovesetAnim3
  621. local Anim = Humanoid:LoadAnimation(AnimAnim)
  622.  
  623.  
  624. -- this is the settings change if you want to change it
  625. Anim:Play() -- not this one
  626. Anim:AdjustSpeed(1) -- speed
  627. Anim.TimePosition = 0 -- skip through the middle of the animation like video if you want normal leave it like that
  628. end
  629. end
  630.  
  631. humanoid.AnimationPlayed:Connect(onAnimationPlayed)
  632. local player = game.Players.LocalPlayer
  633. local character = player.Character or player.CharacterAdded:Wait()
  634. local humanoid = character:WaitForChild("Humanoid")
  635.  
  636. local function onAnimationPlayed(animationTrack)
  637. if animationTrack.Animation.AnimationId == "rbxassetid://13813099821" then
  638.  
  639. local p = game.Players.LocalPlayer
  640. local Humanoid = p.Character:WaitForChild("Humanoid")
  641.  
  642. for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
  643. animTrack:Stop()
  644. end
  645.  
  646. local AnimAnim = Instance.new("Animation")
  647. AnimAnim.AnimationId = "rbxassetid://" .. UltMovesetAnim4
  648. local Anim = Humanoid:LoadAnimation(AnimAnim)
  649.  
  650.  
  651. -- this is the settings change if you want to change it
  652. Anim:Play() -- not this one
  653. Anim:AdjustSpeed(1) -- speed
  654. Anim.TimePosition = 0 -- skip through the middle of the animation like video if you want normal leave it like that
  655. end
  656. end
  657.  
  658. humanoid.AnimationPlayed:Connect(onAnimationPlayed)
  659. local player = game.Players.LocalPlayer
  660. local character = player.Character or player.CharacterAdded:Wait()
  661. local humanoid = character:WaitForChild("Humanoid")
  662.  
  663. local function onAnimationPlayed(animationTrack)
  664. if animationTrack.Animation.AnimationId == "rbxassetid://12272894215" then
  665.  
  666. local p = game.Players.LocalPlayer
  667. local Humanoid = p.Character:WaitForChild("Humanoid")
  668.  
  669. for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
  670. animTrack:Stop()
  671. end
  672.  
  673. local AnimAnim = Instance.new("Animation")
  674. AnimAnim.AnimationId = "rbxassetid://" .. MovesetAnim1Miss
  675. local Anim = Humanoid:LoadAnimation(AnimAnim)
  676.  
  677.  
  678. -- this is the settings change if you want to change it
  679. Anim:Play() -- not this one
  680. Anim:AdjustSpeed(1) -- speed
  681. Anim.TimePosition = 0 -- skip through the middle of the animation like video if you want normal leave it like that
  682. end
  683. end
  684.  
  685. humanoid.AnimationPlayed:Connect(onAnimationPlayed)
  686. local player = game.Players.LocalPlayer
  687. local character = player.Character or player.CharacterAdded:Wait()
  688. local humanoid = character:WaitForChild("Humanoid")
  689.  
  690. local function onAnimationPlayed(animationTrack)
  691. if animationTrack.Animation.AnimationId == "rbxassetid://12296882427" then
  692.  
  693. local p = game.Players.LocalPlayer
  694. local Humanoid = p.Character:WaitForChild("Humanoid")
  695.  
  696. for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
  697. animTrack:Stop()
  698. end
  699.  
  700. local AnimAnim = Instance.new("Animation")
  701. AnimAnim.AnimationId = "rbxassetid://" .. MovesetAnim2Miss
  702. local Anim = Humanoid:LoadAnimation(AnimAnim)
  703.  
  704.  
  705. -- this is the settings change if you want to change it
  706. Anim:Play() -- not this one
  707. Anim:AdjustSpeed(1) -- speed
  708. Anim.TimePosition = 0 -- skip through the middle of the animation like video if you want normal leave it like that
  709. end
  710. end
  711.  
  712. humanoid.AnimationPlayed:Connect(onAnimationPlayed)
  713. local player = game.Players.LocalPlayer
  714. local character = player.Character or player.CharacterAdded:Wait()
  715. local humanoid = character:WaitForChild("Humanoid")
  716.  
  717. local function onAnimationPlayed(animationTrack)
  718. if animationTrack.Animation.AnimationId == "rbxassetid://12307656616" then
  719.  
  720. local p = game.Players.LocalPlayer
  721. local Humanoid = p.Character:WaitForChild("Humanoid")
  722.  
  723. for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
  724. animTrack:Stop()
  725. end
  726.  
  727. local AnimAnim = Instance.new("Animation")
  728. AnimAnim.AnimationId = "rbxassetid://" .. MovesetAnim3Miss
  729. local Anim = Humanoid:LoadAnimation(AnimAnim)
  730.  
  731.  
  732. -- this is the settings change if you want to change it
  733. Anim:Play() -- not this one
  734. Anim:AdjustSpeed(1) -- speed
  735. Anim.TimePosition = 0 -- skip through the middle of the animation like video if you want normal leave it like that
  736. end
  737. end
  738.  
  739. humanoid.AnimationPlayed:Connect(onAnimationPlayed)
  740. local player = game.Players.LocalPlayer
  741. local character = player.Character or player.CharacterAdded:Wait()
  742. local humanoid = character:WaitForChild("Humanoid")
  743.  
  744. local function onAnimationPlayed(animationTrack)
  745. if animationTrack.Animation.AnimationId == "rbxassetid://1235185455" then
  746.  
  747. local p = game.Players.LocalPlayer
  748. local Humanoid = p.Character:WaitForChild("Humanoid")
  749.  
  750. for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
  751. animTrack:Stop()
  752. end
  753.  
  754. local AnimAnim = Instance.new("Animation")
  755. AnimAnim.AnimationId = "rbxassetid://" .. MovesetAnim4Miss
  756. local Anim = Humanoid:LoadAnimation(AnimAnim)
  757.  
  758.  
  759. -- this is the settings change if you want to change it
  760. Anim:Play() -- not this one
  761. Anim:AdjustSpeed(1) -- speed
  762. Anim.TimePosition = 0 -- skip through the middle of the animation like video if you want normal leave it like that
  763. end
  764. end
  765.  
  766. humanoid.AnimationPlayed:Connect(onAnimationPlayed)
  767. local player = game.Players.LocalPlayer
  768. local character = player.Character or player.CharacterAdded:Wait()
  769. local humanoid = character:WaitForChild("Humanoid")
  770.  
  771. local function onAnimationPlayed(animationTrack)
  772. if animationTrack.Animation.AnimationId == "rbxassetid://14374357351" then
  773.  
  774. local p = game.Players.LocalPlayer
  775. local Humanoid = p.Character:WaitForChild("Humanoid")
  776.  
  777. for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
  778. animTrack:Stop()
  779. end
  780.  
  781. local AnimAnim = Instance.new("Animation")
  782. AnimAnim.AnimationId = "rbxassetid://" .. MovesetAnim1Finisher
  783. local Anim = Humanoid:LoadAnimation(AnimAnim)
  784.  
  785.  
  786. -- this is the settings change if you want to change it
  787. Anim:Play() -- not this one
  788. Anim:AdjustSpeed(1) -- speed
  789. Anim.TimePosition = 0 -- skip through the middle of the animation like video if you want normal leave it like that
  790. end
  791. end
  792.  
  793. humanoid.AnimationPlayed:Connect(onAnimationPlayed)
  794. local player = game.Players.LocalPlayer
  795. local character = player.Character or player.CharacterAdded:Wait()
  796. local humanoid = character:WaitForChild("Humanoid")
  797.  
  798. local function onAnimationPlayed(animationTrack)
  799. if animationTrack.Animation.AnimationId == "rbxassetid://14798608838" then
  800.  
  801. local p = game.Players.LocalPlayer
  802. local Humanoid = p.Character:WaitForChild("Humanoid")
  803.  
  804. for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
  805. animTrack:Stop()
  806. end
  807.  
  808. local AnimAnim = Instance.new("Animation")
  809. AnimAnim.AnimationId = "rbxassetid://" .. MovesetAnim2Finisher
  810. local Anim = Humanoid:LoadAnimation(AnimAnim)
  811.  
  812.  
  813. -- this is the settings change if you want to change it
  814. Anim:Play() -- not this one
  815. Anim:AdjustSpeed(1) -- speed
  816. Anim.TimePosition = 0 -- skip through the middle of the animation like video if you want normal leave it like that
  817. end
  818. end
  819.  
  820. humanoid.AnimationPlayed:Connect(onAnimationPlayed)
  821. local player = game.Players.LocalPlayer
  822. local character = player.Character or player.CharacterAdded:Wait()
  823. local humanoid = character:WaitForChild("Humanoid")
  824.  
  825. local function onAnimationPlayed(animationTrack)
  826. if animationTrack.Animation.AnimationId == "rbxassetid://12447247483" then
  827.  
  828. local p = game.Players.LocalPlayer
  829. local Humanoid = p.Character:WaitForChild("Humanoid")
  830.  
  831. for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
  832. animTrack:Stop()
  833. end
  834.  
  835. local AnimAnim = Instance.new("Animation")
  836. AnimAnim.AnimationId = "rbxassetid://" .. MovesetAnim3Finisher
  837. local Anim = Humanoid:LoadAnimation(AnimAnim)
  838.  
  839.  
  840. -- this is the settings change if you want to change it
  841. Anim:Play() -- not this one
  842. Anim:AdjustSpeed(1) -- speed
  843. Anim.TimePosition = 0 -- skip through the middle of the animation like video if you want normal leave it like that
  844. end
  845. end
  846.  
  847. humanoid.AnimationPlayed:Connect(onAnimationPlayed)
  848. local player = game.Players.LocalPlayer
  849. local character = player.Character or player.CharacterAdded:Wait()
  850. local humanoid = character:WaitForChild("Humanoid")
  851.  
  852. local function onAnimationPlayed(animationTrack)
  853. if animationTrack.Animation.AnimationId == "rbxassetid://14809836765" then
  854.  
  855. local p = game.Players.LocalPlayer
  856. local Humanoid = p.Character:WaitForChild("Humanoid")
  857.  
  858. for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
  859. animTrack:Stop()
  860. end
  861.  
  862. local AnimAnim = Instance.new("Animation")
  863. AnimAnim.AnimationId = "rbxassetid://" .. MovesetAnim4Finisher
  864. local Anim = Humanoid:LoadAnimation(AnimAnim)
  865.  
  866.  
  867. -- this is the settings change if you want to change it
  868. Anim:Play() -- not this one
  869. Anim:AdjustSpeed(1) -- speed
  870. Anim.TimePosition = 0 -- skip through the middle of the animation like video if you want normal leave it like that
  871. end
  872. end
  873.  
  874. humanoid.AnimationPlayed:Connect(onAnimationPlayed)
  875. local player = game.Players.LocalPlayer
  876. local character = player.Character or player.CharacterAdded:Wait()
  877. local humanoid = character:WaitForChild("Humanoid")
  878.  
  879. local function onAnimationPlayed(animationTrack)
  880. if animationTrack.Animation.AnimationId == "rbxassetid://12463072679" then
  881.  
  882. local p = game.Players.LocalPlayer
  883. local Humanoid = p.Character:WaitForChild("Humanoid")
  884.  
  885. for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
  886. animTrack:Stop()
  887. end
  888.  
  889. local AnimAnim = Instance.new("Animation")
  890. AnimAnim.AnimationId = "rbxassetid://" .. UltMovesetAnim2Miss
  891. local Anim = Humanoid:LoadAnimation(AnimAnim)
  892.  
  893.  
  894. -- this is the settings change if you want to change it
  895. Anim:Play() -- not this one
  896. Anim:AdjustSpeed(1) -- speed
  897. Anim.TimePosition = 0 -- skip through the middle of the animation like video if you want normal leave it like that
  898. end
  899. end
  900.  
  901. humanoid.AnimationPlayed:Connect(onAnimationPlayed)
  902. local player = game.Players.LocalPlayer
  903. local character = player.Character or player.CharacterAdded:Wait()
  904. local humanoid = character:WaitForChild("Humanoid")
  905. A0
  906. local function onAnimationPlayed(animationTrack)
  907. if animationTrack.Animation.AnimationId == "rbxassetid://13630786846" then
  908.  
  909. local p = game.Players.LocalPlayer
  910. local Humanoid = p.Character:WaitForChild("Humanoid")
  911.  
  912. for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
  913. animTrack:Stop()
  914. end
  915.  
  916. local AnimAnim = Instance.new("Animation")
  917. AnimAnim.AnimationId = "rbxassetid://" .. UltMovesetAnim4Miss
  918. local Anim = Humanoid:LoadAnimation(AnimAnim)
  919.  
  920.  
  921. -- this is the settings change if you want to change it
  922. Anim:Play() -- not this one
  923. Anim:AdjustSpeed(1) -- speed
  924. Anim.TimePosition = 0 -- skip through the middle of the animation like video if you want normal leave it like that
  925. end
  926. end
  927.  
  928. humanoid.AnimationPlayed:Connect(onAnimationPlayed)
Advertisement
Add Comment
Please, Sign In to add comment