I m trying to make a script that runs a diff animation when player move to right and a diff animation when player moves to left
if game.Players.LocalPlayer.Character.Humanoid.Jump == true and game.LocalPlayer.Character.Humanoid.MoveDirection > Vector3.new(0,0,0) then anim:Play()
what is wrong here?