This post is old and no longer being updated.
“if not Character1 then Player1ToCharacter1”
“if Character1 and not Character2 then Player2ToCharacter2”
I’d just have two server variables (Character1 and Character2) that represent whether or not either character exists.
And when a player joins the game run the character check and then the appearance function.