Template:Property: Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Ozzypig No edit summary |
>Ozzypig No edit summary |
(No difference)
|
Revision as of 02:03, 17 February 2012
Example Usage
{{Property |name = Name |type = String |description = The name of the object. |object = Instance }}
{{Property |name = Protected Property |type = ProtectedProperty |description = A protected property that cannot be read or written from scripts. |object = NonExistantObject |protected = yes}}
Protected Property | |
Type | ProtectedProperty |
Description | A protected property that cannot be read or written from scripts. |
In Object | NonExistantObject |