Template:Property
From Legacy Roblox Wiki
[[{{{name}}} (Property)|{{{name}}}]] | |
Property | {{{property}}} |
Description | {{{description}}} |
In Objects | [[{{{object}}}]] |
Example Usage
{{Property |name = Name |property = [[String]] ''object's name'' |description = The name of the object. |object = Instance }}
Protected Property | |
Property | ProtectedProperty protectedProperty |
Description | A protected property that cannot be read or edited from scripts. |
In Objects | nil |