WalkSpeed (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Legend26
No edit summary
>Flurite
No edit summary
Line 8: Line 8:
{{clear floats}}
{{clear floats}}


{{Example|<pre>
{{Example|Use this in a LocalScript:
<nowiki>game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 150</nowiki>
<code lua>
</pre>}}
game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 150
</code>}}


[[Category:Properties]]
[[Category:Properties]]

Revision as of 00:39, 15 February 2012

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


Example
{{{1}}}