Jumping (Event): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Camoy
No edit summary
>Camoy
No edit summary
Line 14: Line 14:
</pre>}}
</pre>}}


This event is fired when the humanoid's health is changed. Either by losing, or gaining health.
[[Category:Events]]

Revision as of 15:47, 29 January 2011

Jumping ( Bool active )
Description Fired when player is jumping.
Member of: Humanoid


Example
game.Workspace.Player.Humanoid.Jumping:connect(function()
  print("Jumping")
end)