Best Way To Copy a Players Model and Weld it to an Object

I’m not sure how I would go about this and I’m looking for guidance on how to do so. More specifically, I’m creating a ship where the very front of the ship(usually the mermaid figure), would be the player’s avatar. Currently, I copied and pasted my own to the ship which sets the player’s orientation instead of trying to align and animate the player’s model into that position.

This is what the current design looks like:

This is manually copied and not automatic which I would need.
Any help is appreciated thanks.

1 Like

In order to clone a character model, you’d have to set character’s Archivable property to true, clone it and set back to false right after.

What would be the best way to set the model to this position then?

Weld it there like you would a regular part.