Create Object

From Fancade Wiki
Revision as of 13:42, 29 July 2025 by -u ndefined- (talk | contribs) (Add related section and image)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Create Object
Create Object.png
TypeScript block
ColliderNone
FolderObjects
Ports
Inputs Before
Original
Outputs Copy
After

Creates a copy of the input object.

Does not copy the scripts inside a block, only the shell of the block.

Notes

  • If the input is None, the output will be the last object created by this script (But not a copy of said object!).
  • There is a limit of 4096 objects. Attempting to create more objects when the limit has been reached will display a "Too many objects" error:
File:Error Too many objects.png
  • Creating objects has a large effect on performance, try to reuse already created objects when possible.

Related