Faces, Shirts, and Pants not loading

    botPants.Parent = bot    
    botShirts.Parent = bot
    bot.Parent = game.Workspace
    
    bot.Head.face.Texture = "http://www.roblox.com/asset/?id="..face.Value
    botPants.PantsTemplate = "http://www.roblox.com/asset/?id="..pant.Value
    botShirts.ShirtTemplate = "http://www.roblox.com/asset/?id="..shirt.Value```

For some reason teh shirts and face isn’t loading

Make sure they’re images and not face, shirt, pants IDs

That’s weird, because I can put a face or shirt ID on it and it works. Not from the script tho.

Put it in the shirt and you’ll see the ID update automaticly. Then, grab the updated ID and put it in the script.

I hope this helps, have a good rest of your day.

1 Like

One last thing, I have like over 10 faces in one folder. Is there an easy way to change all of them?

For faces I like to use a catalog item inserter plugin. I put in the face id and it gives me the image id inside the decal which can be used for the script.

Is it possible for you to send the link of the plugin?

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.