RobloxLocked (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>ArceusInator
New page: {{CatUp|Properties}} <onlyinclude>{{Property |name = RobloxLocked |property = Bool ''locked'' |description = Sets whether the object is locked or not. Objects with this pro...
>Blocco
I like this description better. Sounds better, don't it?
Line 4: Line 4:
|name        = RobloxLocked
|name        = RobloxLocked
|property    = [[Bool]] ''locked''
|property    = [[Bool]] ''locked''
|description = Sets whether the object is locked or not.  Objects with this property set to true cannot be manipulated by [[Scripts]] and [[LocalScripts]].
|description = Sets whether the object can be indexed or edited by [[Script]]s or [[LocalScript]]s.
|object      = Instance
|object      = Instance
}}</onlyinclude>
}}</onlyinclude>


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

Revision as of 18:28, 31 December 2010

RobloxLocked
Property Bool locked
Description Sets whether the object can be indexed or edited by Scripts or LocalScripts.
Member of Instance