I note that in a few games, creators make their own 'PlayerList' - displaying an image of your and other player's ROBLOX Character onto a decal/screengui.
I have tried simply copying my own ROBLOX Character Id to a gui image, yet my character's image won't show up as an image.
Is there a specific Image code that needs to be used, to identify I'm looking for User Images?
Please, let me know if you have any information on this subject.
Even if it's just a hyperlink to the source of this problem.
The url you're looking for is this:
http://www.roblox.com/Thumbs/Avatar.ashx?x=100&y=100&Format=Png&userid=
Simply concatenate the userID you want to display, choose a size to render, and set the value.
Certain size will not render, though, so you should test the sizes you want to use in your browser to see if it works, first.