Garry's Mod Wiki

Player:SetCrouchedWalkSpeed

  Player:SetCrouchedWalkSpeed( number speed )

Description

Sets the crouched walk speed multiplier.

Doesn't work for values above 1.

See also Player:SetWalkSpeed and Player:GetCrouchedWalkSpeed.

Arguments

1 number speed
The walk speed multiplier that crouch speed should be.

Example

Set the crouch speed to be as fast as the players walk speed.

Output: The player will crouch-walk as fast as normal walking.