RobloxLocked (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Anaminus
"...and its descendants..."
>Blocco
No edit summary
Line 4: Line 4:
|name        = RobloxLocked
|name        = RobloxLocked
|property    = [[Bool]] ''RobloxLocked''
|property    = [[Bool]] ''RobloxLocked''
|description = Sets whether the object and its descendants can be indexed or edited by [[Script]]s or [[LocalScript]]s.
|description = Sets whether the object and its descendants can be indexed or edited by code with a security context level below 4<!--[[Script]]s or [[LocalScript]]s-->.
|object      = Instance
|object      = Instance
}}</onlyinclude>
}}</onlyinclude>


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

Revision as of 00:32, 6 January 2011

RobloxLocked
Property Bool RobloxLocked
Description Sets whether the object and its descendants can be indexed or edited by code with a security context level below 4.
Member of Instance