RBX.lua.LocalScript (Object)

From Legacy Roblox Wiki
Revision as of 21:22, 15 February 2007 by >Telamon
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

LocalScripts are scripts that only run in two places:

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

LocalScripts are intended to be used to create light-weight client-side eye candy. Because they do not run on the server and are not replicated to other clients, they have zero network overhead.