How do you change a player's walkspeed through a script?

I edited my reply with a function you can use to change a Player’s WalkSpeed. Just call it like this:

ChangeWalkSpeed(game.Players.Pancake1824, 50)

That checks if the Player has a Character and a Humanoid, if they do, change their WalkSpeed to the one you desire.

23 Likes