Source (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Mindraker
mNo edit summary
>GoldenUrg
updated type/description
Line 3: Line 3:
{{Property|
{{Property|
name = Source
name = Source
|property = [[string]] ''Source''
|property = [[protected-string]] ''Source''
|description = The code of a script.
|description = The code of a script. It is read-only 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 02:47, 25 April 2010

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