Changing Characters

You can write your topic however you want, but you need to answer these questions:
I am planning on making a simulator game, where you can choose to become an animal or an animal handler.

I was wondering how I would script it so that the players who select the animal teams avatar becomes an animal. (I will custom build this avatar, just wondering how to implement it)

You could put it under starter character in explorer but I have no idea how to do the scripting part.

Keep the animal (named StarterCharacter of course) in server storage. If the player chooses the animal team, clone it and put it in the starter character to make sure the player spawns as an animal. Then reset (kill) the player. If it works correctly the player should spawn as an animal.

Ill give this a go! Thanks! I am pretty bad at scripting but we will see!