of     1   

koen500
#141373237Thursday, July 24, 2014 9:28 AM GMT

Is there a way to display the character of a player if you have the userID and the player is not neccesarily ingame?
Fluent_Lua
#141373610Thursday, July 24, 2014 9:37 AM GMT

Display the character? You mean like an NPC?
CaptainSource
#141374201Thursday, July 24, 2014 9:52 AM GMT

koen500
#141378765Thursday, July 24, 2014 11:57 AM GMT

As in an NPC. A 3D model.
UndefinedMind
#141382332Thursday, July 24, 2014 1:11 PM GMT

I asked the same question a few months ago and this was the best answer i got -------------------- I have been looking into this for a while, and there is no easy way to do this, but I did find one thing. If you use the URL http://www.roblox.com/Asset/CharacterFetch.ashx?userId= followed by your user id (as found on your profile), it returns several ; (semicolon) separated URLs which contain models of the following (in order): 1 #1: Body Colors 2 #2: Pants 3 #3: Held Gear 4 #4: Hats 5 #5: Face 6 #6: Shirt Using the HTTPService, you could use these URLs to manipulate a normal n00b character with the right BodyColors, Shirt, Pants, Gear (probably unwanted), Hats, and Face. The only thing missing is a way to get the current package the user is wearing.
smiley599
#141383146Thursday, July 24, 2014 1:25 PM GMT

lol there is an easy way to do it in 5 lines if you mean getting character name from userId
CaptainSource
#141386193Thursday, July 24, 2014 2:12 PM GMT

smiley SMILEEEEEEEEEEEEE

    of     1