Login

Fancade Wiki

add small info

... ...
@@ -2,7 +2,18 @@ Creates a copy of the input object.
2 2
3 3
Making *too* many objects will affect performance negatively, so clone responsibly. And if you try to make more than 4096 objects, you'll be punished with a "Too many objects" error message. It's for your own protection.
4 4
5
*Note:* Due to technical limitations, the object's scripts will not be copied. Fixing this is on [[Martin's|Martin Magni]] to-do list!
5
[[/uploads/Create Object.png|width=336px]]
6 6
7
Input:
7 8
8
[[/uploads/Create Object.png|width=336px]]
... ...
\ No newline at end of file
0
- Original: The object to be copied.
1
2
Output:
3
4
- Copy: Returns the copy of the object.
5
6
## Notes
7
8
Create Object, when inputted None, uses the last object created on this script.
9
10
Due to technical limitations, the object's scripts will not be copied. Fixing this is on [[Martin's|Martin Magni]] to-do list!
Fancade Wiki