Help Needed - Updating Rig's Appearance

I’m making a simple demo game where people put a shirt’s asset ID into a textbox, which puts the shirt on a rig.

My scripts successfully change the Rig’s shirt ID in properties, but the update does not show on the actual rig itself. I can’t figure out how to update the rig’s actual appearance, live and in-game after a player puts the shirt ID. After I apply the shirt ID, it just makes the rig turn black.

Please look at the attached screenshots:


1 Like

May I see your scripts please.

1 Like

Here’s the script for the “Put Shirt” button in the popup
sc3
and here’s the script in ServerScriptService (there’s an UpdateShirt remote event in ReplicatedStorage)

I’m guessing it has something to do with the humanoid description part of the script also what does it print?