Hello. I have npcs walking around, and I need to know how to use a script to find an offline players clothing to copy it on to my npc. This is not a request, all I need is a link, or a tiny bit of code. Thanks :D
http://wiki.roblox.com/index.php?title=API:Class/Players/GetCharacterAppearanceAsync
You can write game.Players:GetCharacterAppearanceAsync(userId)
to get a model containing the assets which the player is wearing, excluding gear.