How do I get the Player's appearance?

Hello, how do I get the Player’s appearance? Their shirt, pants and hats/accessories?

I’m using a custom character for my players, but they’re unwrapped to accept Roblox clothing textures, however I can’t exactly find a way to get the players appearance without first loading the default Roblox character first, which breaks my game when I do that.

4 Likes

Have you tried :GetCharacterAppearanceAsync()??

10 Likes

:man_facepalming:I was looking under Player API, didn’t think about looking in Players.

thank you

1 Like

Deprecated, try using :GetCharacterAppearanceAsync() :+1: