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

Why does the image not load? It saids N/A (read description)?

Asked by 5 years ago
Edited 5 years ago
script.Parent.Image = "http://www.roblox.com/Thumbs/Avatar.ashx?x=420&y=420&username="..game.Players.LocalPlayer.Name

ImageLabel = script.Parent.Parent:WaitForChild('ImageLabel')
Plr = game.Players.LocalPlayer
Chr = Plr.Character
Hum = Chr:WaitForChild('Humanoid')
HP = Hum.Health





so why does this not load I think I did everything correctly

1 answer

Log in to vote
0
Answered by
IcyEvil 260 Moderation Voter
5 years ago

It's because the image itself is 'N/A'. You need to make a decal and use its link instead.

Ad

Answer this question