RBX.lua.ScriptContext (Service): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Nate
A page for ScriptContext. Having an empty wiki isn't good!
>Nate
m Fixing object placement error
Line 1: Line 1:
{{CatUp|Class reference}}
{{CatUp|Class reference}}


A service that contains [[RBX.Lua.Script|Script]] objects.
A service that controls [[RBX.Lua.Script|Script]] objects.


{{Service}}
{{Service}}

Revision as of 20:51, 27 June 2008

A service that controls Script objects.

This is a Game Service; it cannot be created with Instance.new - it must be obtained using the GetService method, or as a child of game.


Functions

In addition to the global functions, the ScriptContext service also has these:
# indicates a locked function. These should NOT be tampered with.

  • # SetTimeout(seconds)


Properties

In addition to the global properties, the Players service also has these:

Events

The ScriptContext service only incorporates global events.