How to make a clothing checker?

How do I make it so:
The username of a player in a textbox is identified as the user to check
Then when a player presses the button named Check , it checks their current avatar and if they are wearing certain clothing , their username goes green on the GUI , and if they are not , it goes red.

Maybe also a way to mass check players.

3 Likes

You can try checking if the chosen clothing id is the same as character’s one

How would I do that?
With code

Mhm.
You will probably need to check if the id is the same

HumanoidDescription would do the job check his proprieties :smile:

1 Like

Alright , thanks.

30 characters