Create Object

From Fancade Wiki
Revision as of 19:07, 16 May 2024 by Nikitaivanov (talk | contribs) (Created page with "Creates a copy of the input object. /uploads/Create Object.png Input: * Original: The object to be copied. Output: * Copy: Returns the copy of the object. However this does not copy the scripts inside a block, only the _shell_ of the block. == Notes == Create Object, when inputted None, uses the last object created on this script. Making *too* many objects will affect performance negatively, so clone responsibly. There's also a limit of 4096 cr...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Creates a copy of the input object.

/uploads/Create Object.png

Input:

  • Original: The object to be copied.

Output:

  • Copy: Returns the copy of the object.

However this does not copy the scripts inside a block, only the _shell_ of the block.

Notes

Create Object, when inputted None, uses the last object created on this script.

Making *too* many objects will affect performance negatively, so clone responsibly.

There's also a limit of 4096 created objects, so if you try to create more than that you will get a "Too many objects" error message.