Source (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Blocco
New information
>Camoy
protected-string isn't a data type. Its the property that makes it protected, not the data type
Line 3: Line 3:
{{Property|
{{Property|
name = Source
name = Source
|property = [[protected-string]] ''Source''
|property = [[string]] ''Source''
|description = The code of a script. It is neither readable nor writable 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]]

Revision as of 20:57, 27 August 2010

Source
Property 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]]