User:Capacitor/property
From Legacy Roblox Wiki
Jump to navigationJump to search
Example Usage
{{User:Capacitor/property |name = Name |type = {{type|string}} |description = The name of the object. |object = Instance |default value = The default value }}
Name | |
Type | string |
Description | The name of the object. |
Default value | {{{defaultvalue}}} |
Member of | Instance |
{{User:Capacitor/property |name = Protected Property |type = {{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. |
Default value | aa |
Member of | NonExistantObject |