Strafing (Event): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Camoy
No edit summary
>Camoy
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
|arguments = [[Bool]] ''active''
|arguments = [[Bool]] ''active''
|description = Fired when player is strafing.
|description = Fired when player is strafing.
|object = [[Humanoid]]
|object = Humanoid
}}</onlyinclude>
}}</onlyinclude>



Latest revision as of 15:46, 29 January 2011

Strafing ( Bool active )
Description Fired when player is strafing.
Member of: Humanoid


Example
game.Workspace.Player.Humanoid.Strafing:connect(function()
  print("Player is strafing")
end)