WalkSpeed (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>JulienDethurens
No edit summary
m Text replacement - "</code>" to "</SyntaxHighlight>"
Line 11: Line 11:
<code lua>
<code lua>
game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 150
game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 150
</code>}}
</SyntaxHighlight>}}


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

Revision as of 03:11, 27 April 2023

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


Example
{{{1}}}