Im trying to make an Image of a player. It doenst work!
Player = game.Players.LocalPlayer while true do script.Parent.Image = "http://www.roblox.com/User.aspx?ID=" .. Player.userId wait(0.01) end
Player = game.Players.LocalPlayer while wait(0.01) do --More convenient script.Parent.Image = "http://www.roblox.com/Thumbs/Avatar.ashx?x=200&y=200&Format=Png&username=" ..Player.Name --x = 200 and y = 200 is the pixels. 200x200 picture end
..Character name I think...?