I know this is against the rules since am not asking about scripting, but can someone help me?
http://robloxdev.com/articles/Web-APIs
There, all the API's are there.
Just do like
Eg: https://www.roblox.com/Thumbs/Avatar.ashx?x=100&y=100&username=Roblox
script.Parent.ImageLabel.Image = https://www.roblox.com/Thumbs/Avatar.ashx?x=100&y=100&username=pedroquitas1
Like pedroquitas1 said, use 'https://www.roblox.com/Thumbs/Avatar.ashx?x=100&y=100&username='
like this
local plr = game.Players.LocalPlayer local fr = script.Parent fr.Image = "https://www.roblox.com/Thumbs/Avatar.ashx?x=100&y=100&username="..plr.Name