How would i save a character model?

Im trying to save a character model when the player equips it but im not sure how to do so, can someone help me?

Thank you

you will need datastore for that and datastore cant save instances so you must save it as a string value like when the player equip it you save it as a string value then whenever the player leave and join the game you will search the string value and then like if string = “something” then character clone which mean it will search the character that is in the game to be chosen or equip then put the player as this character.