Well, I've already got transparency in the editor, but it doesn't come out in the game with transparency.
Edit: Script:
function Script:PostRender(context)
context:DrawImage(self.imgHudPlayer,context:GetWidth()-200, context:GetHeight()-200,200,200)
end