RBX.lua.LocalScript (Object)

From Legacy Roblox Wiki
Revision as of 03:27, 13 April 2010 by >GoldenUrg (fix description)
Jump to navigationJump to search


Preliminary:This item is under development and is likely to change. Use only for experimental work.

LocalScripts are scripts that only run in three places:

  1. In the local player's Backpack
  2. In the local player's character model
  3. In the local player's PlayerGui

LocalScripts are intended to be used to create light-weight client-side eye candy.

Functions

The LocalScript object only incorporates the global functions.

Properties

In addition to the global properties, the LocalScript object also has these:

Events

The LocalScript object only incorporates the global events.