WalkSpeed (Property): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>SoulStealer9875 No edit summary |
m Text replacement - "</SyntaxHighlight>" to "</syntaxhighlight>" |
||
(9 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
<onlyinclude>{{Property | <onlyinclude>{{Property | ||
|name = WalkSpeed | |name = WalkSpeed | ||
| | |type = int | ||
|description = | |description = How quickly a humanoid can walk. The default value is 16. | ||
|object = Humanoid | |object = Humanoid | ||
}}</onlyinclude> | }}</onlyinclude> | ||
Line 8: | Line 8: | ||
{{clear floats}} | {{clear floats}} | ||
{{Example| | {{Example|Use this in a LocalScript: | ||
<syntaxhighlight lang="lua"> | |||
game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 150 | game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 150 | ||
}} | </syntaxhighlight>}} | ||
[[Category:Properties]] | [[Category:Properties]] |