Source (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>GoldenUrg
updated type/description
>Blocco
New information
Line 4: Line 4:
name = Source
name = Source
|property = [[protected-string]] ''Source''
|property = [[protected-string]] ''Source''
|description = The code of a script. It is read-only from scripts.
|description = The code of a script. It is neither readable nor writable from scripts.
|object = [[RBX.lua.LocalScript (Object)|LocalScript]], [[RBX.lua.Script (Object)|Script]]
|object = [[RBX.lua.LocalScript (Object)|LocalScript]], [[RBX.lua.Script (Object)|Script]]
}}
}}


[[Category:Properties]]
[[Category:Properties]]

Revision as of 22:34, 28 May 2010

Source
Property protected-string Source
Description The code of a script. It is neither readable nor writable from scripts.
Member of [[RBX.lua.LocalScript, Script (Object)|LocalScript, Script]]