WalkSpeed (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Trappingnoobs
Removed 'Changes' - It's an integer not a function so the term seems a bit off. It was correct, but it just sounded incorrect, if you know what I mean.
>Legend26
No edit summary
Line 2: Line 2:
|name                = WalkSpeed
|name                = WalkSpeed
|property            = [[Integer]] WalkSpeed
|property            = [[Integer]] WalkSpeed
|description          = How quickly a humanoid walks. Default value 16.
|description          = How quickly a humanoid can walk. The default value is 16.
|object              = Humanoid
|object              = Humanoid
}}</onlyinclude>
}}</onlyinclude>

Revision as of 21:25, 8 January 2012

WalkSpeed
Property Integer WalkSpeed
Description How quickly a humanoid can walk. The default value is 16.
Member of Humanoid


Example
game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 150