Player.SetWalkSpeed
From GMod Wiki
| Function | |
| Syntax | Player:SetWalkSpeed( Number Speed ) |
| Description: | |
| Sets the walk speed of the player. | |
| Returns: | nil |
| In Object: | Player |
| Realm: |
|
| BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Player.SetWalkSpeed]Player.SetWalkSpeed [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Example
| Description | A function that slows the player down. |
|---|---|
| Used on | |
| Code | function Slow( ply ) ply:SetWalkSpeed( 50 ) end |
| Output | N/A |
Additional Notes
- Default walk speed is 250