Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Image not working when I use a local script?

Asked by 6 years ago

So I need this script to show the players image

if script.Parent.Visible == true then
    script.Parent.Image = "http://www.roblox.com/Thumbs/Avatar.ashx?x=500&y=500&Format=Png&username=" ..game.Players.LocalPlayer.Name
end

But when I try it it only shows "N/A"?

I wonder if this is deprecated but I don't know.

Answer this question