How would I show a picture of the Character? I honestly don't know how. I've seen many games do it. Do I use HttpService? Or not?
Lets say you want to make a decal show a picture of a character, you would use:
decal = Instance.new("Decal", game.Workspace.Part) decal.Texture = "http://www.roblox.com/Thumbs/Avatar.ashx?x=200&y=200&Format=Png&username="..game.Players.SOMEPLAYER.Name