Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to Change Body Type In Character Customization?

Asked by 3 years ago
Edited 3 years ago

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.

1 answer

Log in to vote
0
Answered by 3 years ago
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"
0
Yes, that creates a hum des but how do i apply it to the player's character? iMazariuz 36 — 3y
Ad

Answer this question