Hi, i wanted to make my character customisation to be able to change the player's body type. Such as choosing to use the block rig or the mesh rig. The problem is i have zero idea about how am i supposed to do it.
Edit: I tried cloning a rig(e.g block rig)'s MeshParts and clone it into player's character, and then destroying the original character's MeshParts. Not sure if it's the right way. But right now i'm still stuck in trying to make the tables work so i don't have to write. Char.Head:Destroy() plr.Char.LeftFoot:Destroy() and so on.
local humanoidDescription = Instance.new("HumanoidDescription") humanoidDescription.HatAccessory = "2551510151,2535600138" humanoidDescription.BodyTypeScale = 0.1 humanoidDescription.ClimbAnimation = 619521311 humanoidDescription.Face = 86487700 humanoidDescription.GraphicTShirt = 1711661 humanoidDescription.HeadColor = Color3.new(0, 1, 0)
Change the Numbers's to the thing. to add a new thing like torso do:
humanoidDescription.Torso = "number without the apostrophes"