How to replace the default character with a custom character?

Hello, I would like to know how it is possible to change the player’s model by pressing a button

for example, I press a button and my player is an ant, I press it again and it returns to its appearance from before, how can I do this?

It would be very helpful if someone could give me tips, help or something, it is appreciated :frowning:

EXAMPLE:
player → press button → change the player’s default character to another → press button again and player return to its appearance from before.

If you mean completely changing a character you can just set it with Player.Character and set the network owner with it, otherwise you can just set humanoid description if you want the same kind of rig

1 Like

Do you have an example of how to do it? I really can’t find any information… :frowning:

name a rig “StarterCharacter” and put the model into game.StarterPlayer

-edit- oh srry, didnt read the desc

1 Like

Just clone the rig, put it in workspace, set the players character to it with

player.Character = rig

I don’t believe this is what he was asking

For example I am the normal player (human), I press the button then it change the character from human to an ant