gonna keep it short, trying to make a system where if you hold down shift while moving it would play an animation, instead it plays it if you are holding down shift before moving (local script)
also, neither does this work: removed, don’t steal my scripts >:(
UserInputService.InputEnded:Connect(function(Output)
If Output.KeyCode == Enum.KeyCode.LeftShift then
anim.walk.WalkAnim.AnimationId = "rbxassetid://6599672741"
Humanoid.WalkSpeed = 10
end
end)