How can I duplicate the player and place the newly duplicated players position where the player was last standing?

So I need to duplicate the player and make a dummy version of them and place them where they were last standing I’ve tried multiple methods and nothing seems to work it’s really weird.

I’ve duplicated the character. Now when I ran for _, in pairs on the character and duplicated everything into a new model in the workspace it worked but all the joints just went inside each other and turned into a ball.

anyone got any ideas?

1 Like

Why don’t you just use :Clone() on the players character?

1 Like

You’ll have to set the player’s character’s archivable to true.

1 Like

this is what I did and it said it was nil but when I printed the characters name or used its humanoid or anything else it works

1 Like

ok ill try thanks for the response

It works but why does the player turn into a ball?

1 Like