Stepped (Event)

From Legacy Roblox Wiki
Revision as of 01:18, 13 January 2012 by >Legend26
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: RunService


Example
game:GetService("RunService").Stepped:connect(function()
  print("Stepped")
end)