I have this script in workspace in normal script. It does not change my speed.
game.Players.PlayerAdded:connect(function(player) player.CharacterAdded:connect(function(character) character.Humanoid.WalkSpeed = 1 end) end)
I would recommend putting it in the ServerScriptService. Also, when you join the game the CharacterAdded function doesn't work until you reset.