local a = game.Players.LocalPlayer.Character.Humanoid a.WalkSpeed=32 a.HipHeight=5 for i,b in a.Parent.Animate:GetDescendants() do if b:IsA("Animation") then if b.Parent.Name == "walk" or b.Parent.Name == "run" then b.AnimationId="rbxassetid://80979197" elseif b.Parent.name == "jump" then b.AnimationId="rbxassetid://46333678" else b.AnimationId="rbxassetid://46196182" end end end