You can write your topic however you want, but you need to answer these questions:
I am trying to make a fun admin command
But when setting jumpPower to 0, I can still jump, but I also added 0 walkspeed, and that worked.
The only thing I can think of then would be that you aren’t using JumpPower, but rather JumpHeight. Try adding this code right before the JumpPower = 0 part:
character.Humanoid.UseJumpPower = true
Let me know if that doesn’t work, but I am honestly confused if that doesn’t work