How can I make the player a dummy?

I’m doing a project that uses cinematics and animations, how can I turn the dummy I have into the player character.

If you want the player to spawn in as a default rig or character, name the character Startercharacter, and put it in StarterPlayer.

(if that does not work, name it StarterCharacter)

1 Like

When a player’s character spawns, it comes with a HumanoidDescription inside the Humanoid. Apply it to the dummy to copy the player’s character. If you can’t, get a HumanoidDescription from the player’s UserId, then apply that.

1 Like