Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How, and what is the best way to find a specific asset a player is wearing?

Asked by 8 years ago

a hat, a tshirt, or any item really- what is the best way to go about doing this in code? I understand you'd probably want to find the ID, but is there a specific in-built function I can call or rather just going through a characters children? (for example)

1 answer

Log in to vote
1
Answered by 8 years ago

You can use this to get a player's overall appearance, but apart from that, the only way to find the individual components would be to grab the textures from the character's children (I think).

0
thanks for the help, I can create a basic VIP door now! ProgramsMan 100 — 8y
Ad

Answer this question