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

From Legacy Roblox Wiki
Jump to navigationJump to search
>Gamer3D
Categorized and added stub tag.
>Mr Doom Bringer
not a stub
Line 5: Line 5:


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.
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.
{{stub}}
[[Category:ROBLOX Lua Objects]]
[[Category:ROBLOX Lua Objects]]

Revision as of 17:52, 16 February 2007

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.