Running (Event): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Camoy
Fixed args and added example
>Camoy
Fixed args and added example
(No difference)

Revision as of 16:02, 29 August 2010

Running ( Float] speed )
Description Fired when player is running.
Member of: [[RBX.lua.Humanoid (Object)|Humanoid]]
Example
game.Workspace.Player.Humanoid.Running:connect(function()
  print("Running")
end)