Archivable (Property): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>JulienDethurens It's 'bool', not 'boolean'. I know boolean is the complete word, but let's be consistent and respect the actual type of the name. |
m Text replacement - "</SyntaxHighlight>" to "</syntaxhighlight>" |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 9: | Line 9: | ||
{{Example|< | {{Example|<syntaxhighlight lang="lua"> | ||
game.Workspace.Model.Archivable = false --> Sets a models archivable property to false. The object can now not cloned. | game.Workspace.Model.Archivable = false --> Sets a models archivable property to false. The object can now not cloned. | ||
</ | </syntaxhighlight>}} | ||
== Trivia == | == Trivia == |
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