I have a brick that I would like to have a surfaceGUI on it to show a player's avatar, but I am new to GUI's and am not sure how to do that..
Help?
The Gui would be an ImageLabel and its Image property would be set by this:
"http://www.roblox.com/Thumbs/Avatar.ashx?x=150&y=150&Format=Png&username=" .. Player.Name
(the picture of the Player)
script.Parent.ImageLabel.Image = "http://www.roblox.com/Thumbs/Avatar.ashx?x=420&y=420&username="..Game.Players.LocalPlayer.Name
This script would make "script.Parent" show the avatar of the LocalPlayer.
I'm not sure.
You can use userID.