|
|
(18 intermediate revisions by 9 users not shown) |
Line 1: |
Line 1: |
| {{CatUp|Class reference}}
| | #REDIRECT [[RBX.lua.RunService (Object)]] |
| | |
| A service that runs and controls the running of other services.
| |
| | |
| <div style="border: solid #a00 1px; background: #f9f9f9; padding: 4px; text-align: left;">
| |
| '''Note:''' This is a [[Game Service]], and therefore isn't like other Object in the Class Explorer. You have to access it with :<br><code>game:RunService()</code></div>
| |
| | |
| | |
| ==Functions==
| |
| In addition to the global functions, the Run service also has these:<br>
| |
| ''<font color="red"># indicates a locked function.</font>''
| |
| | |
| * <font color="red">#</font> Pause()
| |
| * <font color="red">#</font> Reset()
| |
| * <font color="red">#</font> Run()
| |
| | |
| ==Properties==
| |
| The Run service only incorporates the global properties.
| |
| | |
| ==Events==
| |
| In addition to the global events, the Run service also has these:
| |
| | |
| * [[Heartbeat]]
| |
| * [[Stepped]]
| |