I have a brick that has a SurfaceGui with an ImageLabel child..
How can I make the ImageLabel show the local player's avatar?
Here: http://wiki.roblox.com/index.php?title=Content#rbxhttp Just put the name of the player there.
[EDIT]
To make it assign the local player, put this in a local script:
player = game.Players.LocalPlayer ImageLabel.Image = "http://www.roblox.com/Thumbs/Avatar.ashx?x=420&y=420&username=" .. player.Name
http://wiki.roblox.com/index.php?title=String#Combining_strings