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