Archivable (Property)

From Legacy Roblox Wiki
Jump to navigationJump to search
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