How to make copies of existing objects (such as a ball) through coding?

How to make copies of existing objects (such as a ball) through coding?
I am puzzled.

Hi ha_sir,

You can do that using create copy block, but this block needs to be place within another block such as Action or Transform. So, for example, you can use set position block and place create copy block within to make a copy of the object at a specific position.

Best.

1 Like

Thank you! I will try it!