Stepped (Event)

From Legacy Roblox Wiki
Revision as of 16:06, 29 August 2010 by >Camoy (Added example)
Jump to navigationJump to search
Stepped ( Number time, Number step )
Description Fired on every 'step' in the RunService, a time of approximately 1/30th of a second.
Member of: [[RBX.lua.RunService (Object)|RunService]]
Example
game:GetService("RunService").Stepped:connect(function()
  print("Stepped")
end)