Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- if you don't wanna change it keep it like that all of them
- local m1 = 13532562418
- local m2 = 13532600125
- local m3 = 13532604085
- local m4 = 13294471966
- local MovesetName1 = "Flowing Speed"
- local MovesetName2 = "Zooming Barrage"
- local MovesetName3 = "Calculation Speed"
- local MovesetName4 = "Prey's Peril"
- local MovesetAnim1Miss = 12272894215
- local MovesetAnim2Miss = 12296882427
- local MovesetAnim3Miss = 12307656616
- local MovesetAnim4Miss = 1235185455
- local MovesetAnim1 = 16699717165
- local MovesetAnim2 = 15145462680
- local MovesetAnim3 = 17838006839
- local MovesetAnim4 = 13603396939
- local MovesetAnim1Finisher = 13603396939
- local MovesetAnim2Finisher = 14798608838
- local MovesetAnim3Finisher = 18464356233
- local MovesetAnim4Finisher = 14809836765
- local UltBarName = "YOU CANNOT CATCH ME!"
- local UltAnim = 12342141464
- local WallCombo = 16310343179
- local Block = 10470389827
- local DashForward = 10479335397
- local DashLeft = 10480796021
- local DashRight = 10480793962
- local DashBack = 10491993682
- local UltMovesetName1 = "Unseen Barrages"
- local UltMovesetName2 = "The Final Hunt"
- local UltMovesetName3 = "Rock Splitting Fist"
- local UltMovesetName4 = "Crushed Rock"
- local UltMovesetAnim2Miss = 12463072679
- local UltMovesetAnim4Miss = 13630786846
- local UltMovesetAnim1 = 12460977270
- local UltMovesetAnim2 = 12467789963
- local UltMovesetAnim3 = 14057231976
- local UltMovesetAnim4 = 13813099821
- -- don't change here unless you know
- local player = game.Players.LocalPlayer
- local character = player.Character or player.CharacterAdded:Wait()
- local humanoid = character:WaitForChild("Humanoid")
- local function onAnimationPlayed(animationTrack)
- if animationTrack.Animation.AnimationId == "rbxassetid://13532562418" then
- local p = game.Players.LocalPlayer
- local Humanoid = p.Character:WaitForChild("Humanoid")
- for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
- animTrack:Stop()
- end
- local AnimAnim = Instance.new("Animation")
- AnimAnim.AnimationId = "rbxassetid://" .. m1
- local Anim = Humanoid:LoadAnimation(AnimAnim)
- -- this is the settings change if you want to change it
- Anim:Play() -- not this one
- Anim:AdjustSpeed(1) -- speed
- Anim.TimePosition = 0 -- skip through the middle of the animation like video if you want normal leave it like that
- end
- end
- humanoid.AnimationPlayed:Connect(onAnimationPlayed)
- local player = game.Players.LocalPlayer
- local character = player.Character or player.CharacterAdded:Wait()
- local humanoid = character:WaitForChild("Humanoid")
- local function onAnimationPlayed(animationTrack)
- if animationTrack.Animation.AnimationId == "rbxassetid://13532600125" then
- local p = game.Players.LocalPlayer
- local Humanoid = p.Character:WaitForChild("Humanoid")
- for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
- animTrack:Stop()
- end
- local AnimAnim = Instance.new("Animation")
- AnimAnim.AnimationId = "rbxassetid://" .. m2
- local Anim = Humanoid:LoadAnimation(AnimAnim)
- -- this is the settings change if you want to change it
- Anim:Play() -- not this one
- Anim:AdjustSpeed(1) -- speed
- Anim.TimePosition = 0 -- skip through the middle of the animation like video if you want normal leave it like that
- end
- end
- humanoid.AnimationPlayed:Connect(onAnimationPlayed)
- local player = game.Players.LocalPlayer
- local character = player.Character or player.CharacterAdded:Wait()
- local humanoid = character:WaitForChild("Humanoid")
- local function onAnimationPlayed(animationTrack)
- if animationTrack.Animation.AnimationId == "rbxassetid://13532604085" then
- local p = game.Players.LocalPlayer
- local Humanoid = p.Character:WaitForChild("Humanoid")
- for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
- animTrack:Stop()
- end
- local AnimAnim = Instance.new("Animation")
- AnimAnim.AnimationId = "rbxassetid://" .. m3
- local Anim = Humanoid:LoadAnimation(AnimAnim)
- -- this is the settings change if you want to change it
- Anim:Play() -- not this one
- Anim:AdjustSpeed(1) -- speed
- Anim.TimePosition = 0 -- skip through the middle of the animation like video if you want normal leave it like that
- end
- end
- humanoid.AnimationPlayed:Connect(onAnimationPlayed)
- local player = game.Players.LocalPlayer
- local character = player.Character or player.CharacterAdded:Wait()
- local humanoid = character:WaitForChild("Humanoid")
- local function onAnimationPlayed(animationTrack)
- if animationTrack.Animation.AnimationId == "rbxassetid://13294471966" then
- local p = game.Players.LocalPlayer
- local Humanoid = p.Character:WaitForChild("Humanoid")
- for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
- animTrack:Stop()
- end
- local AnimAnim = Instance.new("Animation")
- AnimAnim.AnimationId = "rbxassetid://" .. m4
- local Anim = Humanoid:LoadAnimation(AnimAnim)
- -- this is the settings change if you want to change it
- Anim:Play() -- not this one
- Anim:AdjustSpeed(1) -- speed
- Anim.TimePosition = 0 -- skip through the middle of the animation like video if you want normal leave it like that
- end
- end
- humanoid.AnimationPlayed:Connect(onAnimationPlayed)
- local player = game.Players.LocalPlayer
- local playerGui = player.PlayerGui
- local hotbar = playerGui:FindFirstChild("Hotbar")
- local backpack = hotbar:FindFirstChild("Backpack")
- local hotbarFrame = backpack:FindFirstChild("Hotbar")
- local baseButton = hotbarFrame:FindFirstChild("1").Base
- local ToolName = baseButton.ToolName
- ToolName.Text = MovesetName1
- local player = game.Players.LocalPlayer
- local playerGui = player.PlayerGui
- local hotbar = playerGui:FindFirstChild("Hotbar")
- local backpack = hotbar:FindFirstChild("Backpack")
- local hotbarFrame = backpack:FindFirstChild("Hotbar")
- local baseButton = hotbarFrame:FindFirstChild("2").Base
- local ToolName = baseButton.ToolName
- ToolName.Text = MovesetName2
- local player = game.Players.LocalPlayer
- local playerGui = player.PlayerGui
- local hotbar = playerGui:FindFirstChild("Hotbar")
- local backpack = hotbar:FindFirstChild("Backpack")
- local hotbarFrame = backpack:FindFirstChild("Hotbar")
- local baseButton = hotbarFrame:FindFirstChild("3").Base
- local ToolName = baseButton.ToolName
- ToolName.Text = MovesetName3
- local player = game.Players.LocalPlayer
- local playerGui = player.PlayerGui
- local hotbar = playerGui:FindFirstChild("Hotbar")
- local backpack = hotbar:FindFirstChild("Backpack")
- local hotbarFrame = backpack:FindFirstChild("Hotbar")
- local baseButton = hotbarFrame:FindFirstChild("4").Base
- local ToolName = baseButton.ToolName
- ToolName.Text = MovesetName4
- local player = game.Players.LocalPlayer
- local character = player.Character or player.CharacterAdded:Wait()
- local humanoid = character:WaitForChild("Humanoid")
- local function onAnimationPlayed(animationTrack)
- if animationTrack.Animation.AnimationId == "rbxassetid://12273188754" then
- local p = game.Players.LocalPlayer
- local Humanoid = p.Character:WaitForChild("Humanoid")
- for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
- animTrack:Stop()
- end
- local AnimAnim = Instance.new("Animation")
- AnimAnim.AnimationId = "rbxassetid://" .. MovesetAnim1
- local Anim = Humanoid:LoadAnimation(AnimAnim)
- -- this is the settings change if you want to change it
- Anim:Play() -- not this one
- Anim:AdjustSpeed(1) -- speed
- Anim.TimePosition = 0 -- skip through the middle of the animation like video if you want normal leave it like that
- end
- end
- humanoid.AnimationPlayed:Connect(onAnimationPlayed)
- local player = game.Players.LocalPlayer
- local character = player.Character or player.CharacterAdded:Wait()
- local humanoid = character:WaitForChild("Humanoid")
- local function onAnimationPlayed(animationTrack)
- if animationTrack.Animation.AnimationId == "rbxassetid://12296113986" then
- local p = game.Players.LocalPlayer
- local Humanoid = p.Character:WaitForChild("Humanoid")
- for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
- animTrack:Stop()
- end
- local AnimAnim = Instance.new("Animation")
- AnimAnim.AnimationId = "rbxassetid://" .. MovesetAnim2
- local Anim = Humanoid:LoadAnimation(AnimAnim)
- -- this is the settings change if you want to change it
- Anim:Play() -- not this one
- Anim:AdjustSpeed(1) -- speed
- Anim.TimePosition = 0 -- skip through the middle of the animation like video if you want normal leave it like that
- end
- end
- humanoid.AnimationPlayed:Connect(onAnimationPlayed)
- local player = game.Players.LocalPlayer
- local character = player.Character or player.CharacterAdded:Wait()
- local humanoid = character:WaitForChild("Humanoid")
- local function onAnimationPlayed(animationTrack)
- if animationTrack.Animation.AnimationId == "rbxassetid://12309835105" then
- local p = game.Players.LocalPlayer
- local Humanoid = p.Character:WaitForChild("Humanoid")
- for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
- animTrack:Stop()
- end
- local AnimAnim = Instance.new("Animation")
- AnimAnim.AnimationId = "rbxassetid://" .. MovesetAnim3
- local Anim = Humanoid:LoadAnimation(AnimAnim)
- -- this is the settings change if you want to change it
- Anim:Play() -- not this one
- Anim:AdjustSpeed(1) -- speed
- Anim.TimePosition = 0 -- skip through the middle of the animation like video if you want normal leave it like that
- end
- end
- humanoid.AnimationPlayed:Connect(onAnimationPlayed)
- local player = game.Players.LocalPlayer
- local character = player.Character or player.CharacterAdded:Wait()
- local humanoid = character:WaitForChild("Humanoid")
- local function onAnimationPlayed(animationTrack)
- if animationTrack.Animation.AnimationId == "rbxassetid://13603396939" then
- local p = game.Players.LocalPlayer
- local Humanoid = p.Character:WaitForChild("Humanoid")
- for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
- animTrack:Stop()
- end
- local AnimAnim = Instance.new("Animation")
- AnimAnim.AnimationId = "rbxassetid://" .. MovesetAnim4
- local Anim = Humanoid:LoadAnimation(AnimAnim)
- -- this is the settings change if you want to change it
- Anim:Play() -- not this one
- Anim:AdjustSpeed(1) -- speed
- Anim.TimePosition = 0 -- skip through the middle of the animation like video if you want normal leave it like that
- end
- end
- humanoid.AnimationPlayed:Connect(onAnimationPlayed)
- local Players = game:GetService("Players")
- local player = Players.LocalPlayer
- local playerGui = player:WaitForChild("PlayerGui")
- local function findGuiAndSetText()
- local screenGui = playerGui:FindFirstChild("ScreenGui")
- if screenGui then
- local magicHealthFrame = screenGui:FindFirstChild("MagicHealth")
- if magicHealthFrame then
- local textLabel = magicHealthFrame:FindFirstChild("TextLabel")
- if textLabel then
- textLabel.Text = UltBarName
- end
- end
- end
- end
- playerGui.DescendantAdded:Connect(function(descendant)
- if descendant:IsDescendantOf(playerGui:FindFirstChild("ScreenGui")) then
- findGuiAndSetText()
- end
- end)
- findGuiAndSetText()
- local player = game.Players.LocalPlayer
- local character = player.Character or player.CharacterAdded:Wait()
- local humanoid = character:WaitForChild("Humanoid")
- local function onAnimationPlayed(animationTrack)
- if animationTrack.Animation.AnimationId == "rbxassetid://12342141464" then
- local p = game.Players.LocalPlayer
- local Humanoid = p.Character:WaitForChild("Humanoid")
- for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
- animTrack:Stop()
- end
- local AnimAnim = Instance.new("Animation")
- AnimAnim.AnimationId = "rbxassetid://" .. UltAnim
- local Anim = Humanoid:LoadAnimation(AnimAnim)
- -- this is the settings change if you want to change it
- Anim:Play() -- not this one
- Anim:AdjustSpeed(1) -- speed
- Anim.TimePosition = 0 -- skip through the middle of the animation like video if you want normal leave it like that
- end
- end
- humanoid.AnimationPlayed:Connect(onAnimationPlayed)
- local player = game.Players.LocalPlayer
- local character = player.Character or player.CharacterAdded:Wait()
- local humanoid = character:WaitForChild("Humanoid")
- local function onAnimationPlayed(animationTrack)
- if animationTrack.Animation.AnimationId == "rbxassetid://16310343179" then
- local p = game.Players.LocalPlayer
- local Humanoid = p.Character:WaitForChild("Humanoid")
- for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
- animTrack:Stop()
- end
- local AnimAnim = Instance.new("Animation")
- AnimAnim.AnimationId = "rbxassetid://" .. WallCombo
- local Anim = Humanoid:LoadAnimation(AnimAnim)
- -- this is the settings change if you want to change it
- Anim:Play() -- not this one
- Anim:AdjustSpeed(1) -- speed
- Anim.TimePosition = 0 -- skip through the middle of the animation like video if you want normal leave it like that
- end
- end
- humanoid.AnimationPlayed:Connect(onAnimationPlayed)
- local player = game.Players.LocalPlayer
- local character = player.Character or player.CharacterAdded:Wait()
- local humanoid = character:WaitForChild("Humanoid")
- local function onAnimationPlayed(animationTrack)
- if animationTrack.Animation.AnimationId == "rbxassetid://10470389827" then
- local p = game.Players.LocalPlayer
- local Humanoid = p.Character:WaitForChild("Humanoid")
- for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
- animTrack:Stop()
- end
- local AnimAnim = Instance.new("Animation")
- AnimAnim.AnimationId = "rbxassetid://" .. Block
- local Anim = Humanoid:LoadAnimation(AnimAnim)
- -- this is the settings change if you want to change it
- Anim:Play() -- not this one
- Anim:AdjustSpeed(1) -- speed
- Anim.TimePosition = 0 -- skip through the middle of the animation like video if you want normal leave it like that
- end
- end
- humanoid.AnimationPlayed:Connect(onAnimationPlayed)
- local player = game.Players.LocalPlayer
- local character = player.Character or player.CharacterAdded:Wait()
- local humanoid = character:WaitForChild("Humanoid")
- local function onAnimationPlayed(animationTrack)
- if animationTrack.Animation.AnimationId == "rbxassetid://10479335397" then
- local p = game.Players.LocalPlayer
- local Humanoid = p.Character:WaitForChild("Humanoid")
- for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
- animTrack:Stop()
- end
- local AnimAnim = Instance.new("Animation")
- AnimAnim.AnimationId = "rbxassetid://" .. DashForward
- local Anim = Humanoid:LoadAnimation(AnimAnim)
- -- this is the settings change if you want to change it
- Anim:Play() -- not this one
- Anim:AdjustSpeed(1) -- speed
- Anim.TimePosition = 0 -- skip through the middle of the animation like video if you want normal leave it like that
- end
- end
- humanoid.AnimationPlayed:Connect(onAnimationPlayed)
- local player = game.Players.LocalPlayer
- local character = player.Character or player.CharacterAdded:Wait()
- local humanoid = character:WaitForChild("Humanoid")
- local function onAnimationPlayed(animationTrack)
- if animationTrack.Animation.AnimationId == "rbxassetid://10480793962" then
- local p = game.Players.LocalPlayer
- local Humanoid = p.Character:WaitForChild("Humanoid")
- for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
- animTrack:Stop()
- end
- local AnimAnim = Instance.new("Animation")
- AnimAnim.AnimationId = "rbxassetid://" .. DashRight
- local Anim = Humanoid:LoadAnimation(AnimAnim)
- -- this is the settings change if you want to change it
- Anim:Play() -- not this one
- Anim:AdjustSpeed(1) -- speed
- Anim.TimePosition = 0 -- skip through the middle of the animation like video if you want normal leave it like that
- end
- end
- humanoid.AnimationPlayed:Connect(onAnimationPlayed)
- local player = game.Players.LocalPlayer
- local character = player.Character or player.CharacterAdded:Wait()
- local humanoid = character:WaitForChild("Humanoid")
- local function onAnimationPlayed(animationTrack)
- if animationTrack.Animation.AnimationId == "rbxassetid://10480796021" then
- local p = game.Players.LocalPlayer
- local Humanoid = p.Character:WaitForChild("Humanoid")
- for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
- animTrack:Stop()
- end
- local AnimAnim = Instance.new("Animation")
- AnimAnim.AnimationId = "rbxassetid://" .. DashLeft
- local Anim = Humanoid:LoadAnimation(AnimAnim)
- -- this is the settings change if you want to change it
- Anim:Play() -- not this one
- Anim:AdjustSpeed(1) -- speed
- Anim.TimePosition = 0 -- skip through the middle of the animation like video if you want normal leave it like that
- end
- end
- humanoid.AnimationPlayed:Connect(onAnimationPlayed)
- local player = game.Players.LocalPlayer
- local character = player.Character or player.CharacterAdded:Wait()
- local humanoid = character:WaitForChild("Humanoid")
- local function onAnimationPlayed(animationTrack)
- if animationTrack.Animation.AnimationId == "rbxassetid://10491993682" then
- local p = game.Players.LocalPlayer
- local Humanoid = p.Character:WaitForChild("Humanoid")
- for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
- animTrack:Stop()
- end
- local AnimAnim = Instance.new("Animation")
- AnimAnim.AnimationId = "rbxassetid://" .. DashBack
- local Anim = Humanoid:LoadAnimation(AnimAnim)
- -- this is the settings change if you want to change it
- Anim:Play() -- not this one
- Anim:AdjustSpeed(1) -- speed
- Anim.TimePosition = 0 -- skip through the middle of the animation like video if you want normal leave it like that
- end
- end
- humanoid.AnimationPlayed:Connect(onAnimationPlayed)
- local player = game.Players.LocalPlayer
- local playerGui = player.PlayerGui
- local character = player.Character or player.CharacterAdded:Wait() -- Get character
- local toolNamesToReplace = {
- ["1"] = {original = "Water Stream Rock Smashing Fist", new = UltMovesetName1},
- ["2"] = {original = "The Final Hunt", new = UltMovesetName2},
- ["3"] = {original = "Rock Splitting Fist", new = UltMovesetName3},
- ["4"] = {original = "Crushed Rock", new = UltMovesetName4}
- }
- local function checkAndReplaceToolName()
- while character.Humanoid.Health > 0 do
- local hotbar = playerGui:FindFirstChild("Hotbar")
- if hotbar then
- local backpack = hotbar:FindFirstChild("Backpack")
- if backpack then
- local hotbarFrame = backpack:FindFirstChild("Hotbar")
- if hotbarFrame then
- for buttonName, toolData in pairs(toolNamesToReplace) do
- local baseButton = hotbarFrame:FindFirstChild(buttonName) and hotbarFrame[buttonName]:FindFirstChild("Base")
- if baseButton then
- local toolName = baseButton:FindFirstChild("ToolName")
- if toolName and toolName.Text == toolData.original then
- toolName.Text = toolData.new
- end
- end
- end
- end
- end
- end
- wait()
- end
- end
- checkAndReplaceToolName()
- local player = game.Players.LocalPlayer
- local character = player.Character or player.CharacterAdded:Wait()
- local humanoid = character:WaitForChild("Humanoid")
- local function onAnimationPlayed(animationTrack)
- if animationTrack.Animation.AnimationId == "rbxassetid://12460977270" then
- local p = game.Players.LocalPlayer
- local Humanoid = p.Character:WaitForChild("Humanoid")
- for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
- animTrack:Stop()
- end
- local AnimAnim = Instance.new("Animation")
- AnimAnim.AnimationId = "rbxassetid://" .. UltMovesetAnim1
- local Anim = Humanoid:LoadAnimation(AnimAnim)
- -- this is the settings change if you want to change it
- Anim:Play() -- not this one
- Anim:AdjustSpeed(1) -- speed
- Anim.TimePosition = 0 -- skip through the middle of the animation like video if you want normal leave it like that
- end
- end
- humanoid.AnimationPlayed:Connect(onAnimationPlayed)
- local player = game.Players.LocalPlayer
- local character = player.Character or player.CharacterAdded:Wait()
- local humanoid = character:WaitForChild("Humanoid")
- local function onAnimationPlayed(animationTrack)
- if animationTrack.Animation.AnimationId == "rbxassetid://12467789963" then
- local p = game.Players.LocalPlayer
- local Humanoid = p.Character:WaitForChild("Humanoid")
- for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
- animTrack:Stop()
- end
- local AnimAnim = Instance.new("Animation")
- AnimAnim.AnimationId = "rbxassetid://" .. UltMovesetAnim2
- local Anim = Humanoid:LoadAnimation(AnimAnim)
- -- this is the settings change if you want to change it
- Anim:Play() -- not this one
- Anim:AdjustSpeed(1) -- speed
- Anim.TimePosition = 0 -- skip through the middle of the animation like video if you want normal leave it like that
- end
- end
- humanoid.AnimationPlayed:Connect(onAnimationPlayed)
- local player = game.Players.LocalPlayer
- local character = player.Character or player.CharacterAdded:Wait()
- local humanoid = character:WaitForChild("Humanoid")
- local function onAnimationPlayed(animationTrack)
- if animationTrack.Animation.AnimationId == "rbxassetid://14057231976" then
- local p = game.Players.LocalPlayer
- local Humanoid = p.Character:WaitForChild("Humanoid")
- for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
- animTrack:Stop()
- end
- local AnimAnim = Instance.new("Animation")
- AnimAnim.AnimationId = "rbxassetid://" .. UltMovesetAnim3
- local Anim = Humanoid:LoadAnimation(AnimAnim)
- -- this is the settings change if you want to change it
- Anim:Play() -- not this one
- Anim:AdjustSpeed(1) -- speed
- Anim.TimePosition = 0 -- skip through the middle of the animation like video if you want normal leave it like that
- end
- end
- humanoid.AnimationPlayed:Connect(onAnimationPlayed)
- local player = game.Players.LocalPlayer
- local character = player.Character or player.CharacterAdded:Wait()
- local humanoid = character:WaitForChild("Humanoid")
- local function onAnimationPlayed(animationTrack)
- if animationTrack.Animation.AnimationId == "rbxassetid://13813099821" then
- local p = game.Players.LocalPlayer
- local Humanoid = p.Character:WaitForChild("Humanoid")
- for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
- animTrack:Stop()
- end
- local AnimAnim = Instance.new("Animation")
- AnimAnim.AnimationId = "rbxassetid://" .. UltMovesetAnim4
- local Anim = Humanoid:LoadAnimation(AnimAnim)
- -- this is the settings change if you want to change it
- Anim:Play() -- not this one
- Anim:AdjustSpeed(1) -- speed
- Anim.TimePosition = 0 -- skip through the middle of the animation like video if you want normal leave it like that
- end
- end
- humanoid.AnimationPlayed:Connect(onAnimationPlayed)
- local player = game.Players.LocalPlayer
- local character = player.Character or player.CharacterAdded:Wait()
- local humanoid = character:WaitForChild("Humanoid")
- local function onAnimationPlayed(animationTrack)
- if animationTrack.Animation.AnimationId == "rbxassetid://12272894215" then
- local p = game.Players.LocalPlayer
- local Humanoid = p.Character:WaitForChild("Humanoid")
- for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
- animTrack:Stop()
- end
- local AnimAnim = Instance.new("Animation")
- AnimAnim.AnimationId = "rbxassetid://" .. MovesetAnim1Miss
- local Anim = Humanoid:LoadAnimation(AnimAnim)
- -- this is the settings change if you want to change it
- Anim:Play() -- not this one
- Anim:AdjustSpeed(1) -- speed
- Anim.TimePosition = 0 -- skip through the middle of the animation like video if you want normal leave it like that
- end
- end
- humanoid.AnimationPlayed:Connect(onAnimationPlayed)
- local player = game.Players.LocalPlayer
- local character = player.Character or player.CharacterAdded:Wait()
- local humanoid = character:WaitForChild("Humanoid")
- local function onAnimationPlayed(animationTrack)
- if animationTrack.Animation.AnimationId == "rbxassetid://12296882427" then
- local p = game.Players.LocalPlayer
- local Humanoid = p.Character:WaitForChild("Humanoid")
- for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
- animTrack:Stop()
- end
- local AnimAnim = Instance.new("Animation")
- AnimAnim.AnimationId = "rbxassetid://" .. MovesetAnim2Miss
- local Anim = Humanoid:LoadAnimation(AnimAnim)
- -- this is the settings change if you want to change it
- Anim:Play() -- not this one
- Anim:AdjustSpeed(1) -- speed
- Anim.TimePosition = 0 -- skip through the middle of the animation like video if you want normal leave it like that
- end
- end
- humanoid.AnimationPlayed:Connect(onAnimationPlayed)
- local player = game.Players.LocalPlayer
- local character = player.Character or player.CharacterAdded:Wait()
- local humanoid = character:WaitForChild("Humanoid")
- local function onAnimationPlayed(animationTrack)
- if animationTrack.Animation.AnimationId == "rbxassetid://12307656616" then
- local p = game.Players.LocalPlayer
- local Humanoid = p.Character:WaitForChild("Humanoid")
- for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
- animTrack:Stop()
- end
- local AnimAnim = Instance.new("Animation")
- AnimAnim.AnimationId = "rbxassetid://" .. MovesetAnim3Miss
- local Anim = Humanoid:LoadAnimation(AnimAnim)
- -- this is the settings change if you want to change it
- Anim:Play() -- not this one
- Anim:AdjustSpeed(1) -- speed
- Anim.TimePosition = 0 -- skip through the middle of the animation like video if you want normal leave it like that
- end
- end
- humanoid.AnimationPlayed:Connect(onAnimationPlayed)
- local player = game.Players.LocalPlayer
- local character = player.Character or player.CharacterAdded:Wait()
- local humanoid = character:WaitForChild("Humanoid")
- local function onAnimationPlayed(animationTrack)
- if animationTrack.Animation.AnimationId == "rbxassetid://1235185455" then
- local p = game.Players.LocalPlayer
- local Humanoid = p.Character:WaitForChild("Humanoid")
- for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
- animTrack:Stop()
- end
- local AnimAnim = Instance.new("Animation")
- AnimAnim.AnimationId = "rbxassetid://" .. MovesetAnim4Miss
- local Anim = Humanoid:LoadAnimation(AnimAnim)
- -- this is the settings change if you want to change it
- Anim:Play() -- not this one
- Anim:AdjustSpeed(1) -- speed
- Anim.TimePosition = 0 -- skip through the middle of the animation like video if you want normal leave it like that
- end
- end
- humanoid.AnimationPlayed:Connect(onAnimationPlayed)
- local player = game.Players.LocalPlayer
- local character = player.Character or player.CharacterAdded:Wait()
- local humanoid = character:WaitForChild("Humanoid")
- local function onAnimationPlayed(animationTrack)
- if animationTrack.Animation.AnimationId == "rbxassetid://14374357351" then
- local p = game.Players.LocalPlayer
- local Humanoid = p.Character:WaitForChild("Humanoid")
- for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
- animTrack:Stop()
- end
- local AnimAnim = Instance.new("Animation")
- AnimAnim.AnimationId = "rbxassetid://" .. MovesetAnim1Finisher
- local Anim = Humanoid:LoadAnimation(AnimAnim)
- -- this is the settings change if you want to change it
- Anim:Play() -- not this one
- Anim:AdjustSpeed(1) -- speed
- Anim.TimePosition = 0 -- skip through the middle of the animation like video if you want normal leave it like that
- end
- end
- humanoid.AnimationPlayed:Connect(onAnimationPlayed)
- local player = game.Players.LocalPlayer
- local character = player.Character or player.CharacterAdded:Wait()
- local humanoid = character:WaitForChild("Humanoid")
- local function onAnimationPlayed(animationTrack)
- if animationTrack.Animation.AnimationId == "rbxassetid://14798608838" then
- local p = game.Players.LocalPlayer
- local Humanoid = p.Character:WaitForChild("Humanoid")
- for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
- animTrack:Stop()
- end
- local AnimAnim = Instance.new("Animation")
- AnimAnim.AnimationId = "rbxassetid://" .. MovesetAnim2Finisher
- local Anim = Humanoid:LoadAnimation(AnimAnim)
- -- this is the settings change if you want to change it
- Anim:Play() -- not this one
- Anim:AdjustSpeed(1) -- speed
- Anim.TimePosition = 0 -- skip through the middle of the animation like video if you want normal leave it like that
- end
- end
- humanoid.AnimationPlayed:Connect(onAnimationPlayed)
- local player = game.Players.LocalPlayer
- local character = player.Character or player.CharacterAdded:Wait()
- local humanoid = character:WaitForChild("Humanoid")
- local function onAnimationPlayed(animationTrack)
- if animationTrack.Animation.AnimationId == "rbxassetid://12447247483" then
- local p = game.Players.LocalPlayer
- local Humanoid = p.Character:WaitForChild("Humanoid")
- for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
- animTrack:Stop()
- end
- local AnimAnim = Instance.new("Animation")
- AnimAnim.AnimationId = "rbxassetid://" .. MovesetAnim3Finisher
- local Anim = Humanoid:LoadAnimation(AnimAnim)
- -- this is the settings change if you want to change it
- Anim:Play() -- not this one
- Anim:AdjustSpeed(1) -- speed
- Anim.TimePosition = 0 -- skip through the middle of the animation like video if you want normal leave it like that
- end
- end
- humanoid.AnimationPlayed:Connect(onAnimationPlayed)
- local player = game.Players.LocalPlayer
- local character = player.Character or player.CharacterAdded:Wait()
- local humanoid = character:WaitForChild("Humanoid")
- local function onAnimationPlayed(animationTrack)
- if animationTrack.Animation.AnimationId == "rbxassetid://14809836765" then
- local p = game.Players.LocalPlayer
- local Humanoid = p.Character:WaitForChild("Humanoid")
- for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
- animTrack:Stop()
- end
- local AnimAnim = Instance.new("Animation")
- AnimAnim.AnimationId = "rbxassetid://" .. MovesetAnim4Finisher
- local Anim = Humanoid:LoadAnimation(AnimAnim)
- -- this is the settings change if you want to change it
- Anim:Play() -- not this one
- Anim:AdjustSpeed(1) -- speed
- Anim.TimePosition = 0 -- skip through the middle of the animation like video if you want normal leave it like that
- end
- end
- humanoid.AnimationPlayed:Connect(onAnimationPlayed)
- local player = game.Players.LocalPlayer
- local character = player.Character or player.CharacterAdded:Wait()
- local humanoid = character:WaitForChild("Humanoid")
- local function onAnimationPlayed(animationTrack)
- if animationTrack.Animation.AnimationId == "rbxassetid://12463072679" then
- local p = game.Players.LocalPlayer
- local Humanoid = p.Character:WaitForChild("Humanoid")
- for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
- animTrack:Stop()
- end
- local AnimAnim = Instance.new("Animation")
- AnimAnim.AnimationId = "rbxassetid://" .. UltMovesetAnim2Miss
- local Anim = Humanoid:LoadAnimation(AnimAnim)
- -- this is the settings change if you want to change it
- Anim:Play() -- not this one
- Anim:AdjustSpeed(1) -- speed
- Anim.TimePosition = 0 -- skip through the middle of the animation like video if you want normal leave it like that
- end
- end
- humanoid.AnimationPlayed:Connect(onAnimationPlayed)
- local player = game.Players.LocalPlayer
- local character = player.Character or player.CharacterAdded:Wait()
- local humanoid = character:WaitForChild("Humanoid")
- A0
- local function onAnimationPlayed(animationTrack)
- if animationTrack.Animation.AnimationId == "rbxassetid://13630786846" then
- local p = game.Players.LocalPlayer
- local Humanoid = p.Character:WaitForChild("Humanoid")
- for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
- animTrack:Stop()
- end
- local AnimAnim = Instance.new("Animation")
- AnimAnim.AnimationId = "rbxassetid://" .. UltMovesetAnim4Miss
- local Anim = Humanoid:LoadAnimation(AnimAnim)
- -- this is the settings change if you want to change it
- Anim:Play() -- not this one
- Anim:AdjustSpeed(1) -- speed
- Anim.TimePosition = 0 -- skip through the middle of the animation like video if you want normal leave it like that
- end
- end
- humanoid.AnimationPlayed:Connect(onAnimationPlayed)
Advertisement
Add Comment
Please, Sign In to add comment