RBX.lua.Script (Object): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Mindraker
m RBX.Lua.Script (Object) moved to RBX.lua.Script (Object)
>Mindraker
mNo edit summary
Line 10: Line 10:
In addition to the Global properties, the Script also has these:
In addition to the Global properties, the Script also has these:


*[[Disabled]]
*[[Disabled (Property)|Disabled]]
*[[LinkedSource]]
*[[LinkedSource]]
*[[Source]]
*[[Source]]

Revision as of 04:40, 3 November 2008


A Script in Roblox is a type of object that hold a section of Lua code. This script can be used in many, many ways and is very versatile in applications.

Functions

The Script object only incorporates the global functions.

Properties

In addition to the Global properties, the Script also has these:

Events

The Script object only incorporates the global events.