Cloning the players character!

how can I clone the players charcter for every body in the game but they will all see it to?

You can set Player.CharacterAppearance and use Player:LoadCharacter() to refresh the player’s appearance for each player.

Use a loop or when the player connects to apply those changes to the Player class.