RBX.lua.LocalScript (Object)

From Legacy Roblox Wiki
Revision as of 17:52, 16 February 2007 by >Mr Doom Bringer (not a stub)
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.