Running (Event)

From Legacy Roblox Wiki
Revision as of 15:47, 29 January 2011 by >Camoy
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Running ( Float speed )
Description Fired when player is running.
Member of: Humanoid


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