Why doesn't the clothing appear on the character?

I’m just testing out the abilities of the player character regarding clothing and shirts. My goal was to change the character’s clothing, however it doesn’t seem to be working. Is there something that I’m not doing that I’m missing?

I coded in Lua a LONGGG time ago and just got back in it today, so I’m trying to refresh myself.


You need to Parent the new items to the Character:

shirt.Parent = char

I did that and the clothes still don’t appear

I got curious and tested a few things. The only time the pants worked was when I put the ID in for the pants I was currently wearing, but when I did the same thing for my shirt it did not work.

there’s a difference between the asset id and the template id

insert in the asset id by using insert service, then copy the templateid.

here’s more ways, and the problem is same as yours

That seemed to do the trick. I didn’t know there was a difference between the IDs, thank you!

1 Like

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