Copying my character

I’m trying to make a game, where one of the features is that you can duplicate your character. What would be the proper way to do that?

Whenever or however you want to going into an emit (if you want it close to the other character) or a spawn block and create an object similar to the character, you then procceed to have the new object not have a camera.

Okay that makes sense