Creates a copy of the input object.

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.