local speed = 500 while true do task.wait() game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = speed end