I am trying to change a player's character from r6 to r15, and vice versa, in game

This post: R6 to R15 mid game - #6 by pewpie12302die
Has a solution yet I do not understand it. When I created the rig and cloned it, set the player’s character, the player’s humanoid instantly dies for some reason. Please Help!
(I also do not know where to get all the character scripts.)

1 Like

I don’t think this works, but try setting Humanoid.RigType or something like that. It can be R6 or R15. Pretty sure theres an enum for it but you can just use strings.

No, I need to change some things in the humanoid yet I do not know what to change. Doing that just kills the player.

1 Like

Strange, last time I tried it only messed up the whole avatar.

The Humanoid will always die when setting a new character. You may have to rely on different behavior or find a workaround (like maybe moving the Humanoid somewhere temporarily then moving it into the new character, I don’t know if that will work).

1 Like