Archivable (Property): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Mr Doom Bringer No edit summary |
m Text replacement - "</SyntaxHighlight>" to "</syntaxhighlight>" |
||
(35 intermediate revisions by 9 users not shown) | |||
Line 1: | Line 1: | ||
<onlyinclude>{{Property | |||
|name = Archivable | |||
|type = {{type|bool}} | |||
<onlyinclude> | |||
{{Property| | |||
name = | |||
| | |||
|description = Sets whether or not the object is saved when publishing or saving to file. Also sets whether or not the object is clonable. | |description = Sets whether or not the object is saved when publishing or saving to file. Also sets whether or not the object is clonable. | ||
|object = | |object = Instance | ||
}}</onlyinclude> | |||
<onlyinclude> | |||
|- | {{clear floats}} | ||
{{Example|<syntaxhighlight lang="lua"> | |||
game.Workspace.Model.Archivable = false --> Sets a models archivable property to false. The object can now not cloned. | |||
</syntaxhighlight>}} | |||
== Trivia == | |||
* ROBLOX Characters have Archivable set to false | |||
[[Category:Properties]] | [[Category:Properties]] |
Latest revision as of 06:02, 27 April 2023
Archivable | |
Type | bool |
Description | Sets whether or not the object is saved when publishing or saving to file. Also sets whether or not the object is clonable. |
Member of | Instance |
Example
game.Workspace.Model.Archivable = false --> Sets a models archivable property to false. The object can now not cloned.
Trivia
- ROBLOX Characters have Archivable set to false