Template:Property
From Legacy Roblox Wiki
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. |
Member of | NonExistantObject |