SaveShape
Saves a shape as .vox and .xml files to Teardown/creativemode/
in Documents.
(TODO: Exactly how does the creative
tag affect this function? Why do names containing .
cause a crash? What other names are invalid? Go into more detail about what is saved.)
This function exists in all environments, but will do nothing if called from a non-privileged script.
This function was added in 1.4.0 (11452023).
This function is not officially documented.
Arguments
- Shape (number): Index of shape entity to save.
- string: Name to save to. Must not contain
/
, \
, :
, or ..
.
Return values
None.