#clothing not loading for a script
21 messages · Page 1 of 1 (latest)
Where are you getting the asset id?
The actual shirt?
Roblox doesn't load shirts and pants with the actual thing some reason
It uses a separate id
im getting the asset id from a gui, which a user inputs the ID in a textbox and presses a button
middle one
Yeah but shirts don't load using the shirtid
They use the shirt template id
Sorry if I was confusing. If you want to change the player’s character’s shirt, I suggest using InsertService to insert the shirt, which you can use the ShirtID/ContentID for (this does not use shirt template ID). Using the method I just described, this was my code for getting a shirt based on ShirtID --local varaibles that you should change t...
This should work
but that wouldnt explain it removing any clothes
it doesnt apply pants or replace them it just removes any clothes from the avatar
@copper flicker
Hi
Does it remove them and put new ones in the character? Like if you actually look in the character model in workspace?
Also you should try this
no it just deletes them
idk how to merge that with my script i just made the current one off youtube tutorials