Is there some way that I can load the character image of a player that touches a certain brick in the game in a decal or image in a part in that same game? Maybe there's some kind of function for it like GetPlayerImage or so?
This loads the character image into an ImageLabel.
local ImageLabel = script.Parent.ImageLabel ImageLabel.Image = "http://www.roblox.com/Thumbs/Avatar.ashx?x=500&y=500&username="..game.Players.LocalPlayer.Name
You can use a BillboardGui to show it on a part. You can also use this link to open up the image of the character on your browser provided with the right username.