Running (Event): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Camoy Fixed |
>Camoy No edit summary |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<onlyinclude>{{Event | |||
|name = Running | |||
|arguments = [[ | |arguments = [[Float]] ''speed'' | ||
|description = Fired when player is running | |description = Fired when player is running. | ||
|object = | |object = Humanoid | ||
}}</onlyinclude> | |||
|} | |||
{{clear floats}} | |||
{{Example|<pre> | |||
game.Workspace.Player.Humanoid.Running:connect(function() | |||
print("Running") | |||
end) | |||
</pre>}} | |||
[[Category:Events]] |