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