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

How do I make a mannequin/dummy wear a 3d item/accessory/layered clothing?

Asked by
ruwuhi 23
1 year ago

I am trying to add an accessory to an R15 mannequin, but it is simply moving to the mannequin and not actually wearing it. Any ideas of how to do this? This is what I've tried (a script inside the mannequin):

script.Parent:WaitForChild("Character"):WaitForChild("Humanoid"):AddAccessory(workspace.Jacket)

Answer this question