RBX.lua.Script (Object)

From ROBLOX Wiki
Revision as of 05:36, 10 December 2024 by PRG (talk | contribs) (Created page with "{{CatUp|Class reference}} __NOTOC__ 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: *Disabled *LinkedSource *Source ==Events== The Script object only incorporates the global event...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search


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.