Player WalkSpeed Not Changing

I dont know why this is happening, its just changing the walkspeed and jumpower, how is this not working

1 Like

The anims might have bugged or resulted in infinite yeilds.

1 Like

I am not sure, but I think, that events aren’t giving errors unless you put breakpoint in it before the error (at least for me).

2 Likes

When I have an error I always write print functions over my whole code to see where it fails, have you tried that out? Maybe it’ll help you out. Also I know from experience that some scripts just will not work for very weird reason (Is it a bug?). Try moving the anim:Stop() under the player.Character.Humanoid.JumpPower = 50. It might sound stupid, but from my experience that might work.

1 Like