I'm working on updating an outfit of an NPC in my game. The clothes won't update, though.
Here's a picture of the output it gives me.
https://imgur.com/a/oVBmPGZ
All I'm doing is putting in a new clothing item ID under "shirt" For the mannequin. I've done this before and it worked fine, but I haven't updated in almost a year. I've tried different shirt IDs as well, random ones from the catalog and it still doesn't update and gives the NPC a transparent shirt.
Try pre-loading the assets
1 | game:GetService( 'ContentProvider' ):PreloadAsync( { id 1 , id 2 , id 3 } ) --Replace the id's with the actual id |