Hey there, I have put this image on an image button and it is not showing up, it has been approved already but it is not showing up. Here is the script:
local CurrentRank = plr.PlayerGui.MainGui.Pages.ShopFrame.CurrentRank
local ClickSound = "rbxassetid://452267918"
local function NoobClick()
CurrentRank:WaitForChild("ItemName")
CurrentRank:WaitForChild("ItemPrice")
CurrentRank:WaitForChild("ItemStats")
local sound = Instance.new("Sound",plr)
sound.SoundId = ClickSound
sound:Play()
CurrentRank.ItemName.Text = "Noob"
CurrentRank.ItemPrice.Text = "Price: "..0
CurrentRank.ItemStats.Text = "Boost: ".."x"..1
CurrentRank.ImageLabel.Image = "http://www.roblox.com/asset/?id=5696343687"
sound.Ended:Wait()
sound:Destroy()
end
Everything works but the image, it is the correct ID.
That’s strange. Is there anything interfering with the visibility? If it’s already approved. Why don’t you restart the session once? It’s the temporary cache that’s being used.