RBX.lua.RunService (Service)

From Legacy Roblox Wiki
Revision as of 20:45, 27 June 2008 by >Nate (Making a page for RunService)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

A service that runs and controls the running of other services.

Note: This is a Game Service, and therefore isn't like other Object in the Class Explorer. You have to access it with :
game:RunService()


Functions

In addition to the global functions, the Run service also has these:
# indicates a locked function.

  • # Pause()
  • # Reset()
  • # Run()

Properties

The Run service only incorporates the global properties.

Events

In addition to the global events, the Run service also has these: