#Icon not showing up

1 messages · Page 1 of 1 (latest)

neat zodiac
#

local icon = script.Parent
local iinput = script.Parent.Parent.IconInput

iinput.FocusLost:Connect(function(enterPressed)
if iinput.Text ~= "" then
icon.Image = "rbxassetid://" .. iinput.Text
else
icon.Image = ""
end
end)
this is the script, how would i make icons show up on the imagelabel?
they dont show up when i input.

manic quailBOT
#

studio** You are now Level 2! **studio

neat zodiac
#

this is the imge that should be popping up there

elfin creek
#

im not really good with ui stuff but i think you need to say ImageId when setting the image

neat zodiac
#

let me try

#

imageid isnt a field in imagelabels

elfin creek
#

mb lemme boot up roblox studio

neat zodiac
#

kk thx for help

elfin creek
#

if its yours

neat zodiac
#

i mean its someone elses, but its public and all

#

let me try with mine

elfin creek
#

i copied the id and it doesnt show up on my screen

neat zodiac
#

hm makes sense

#

imma wait for my decal to update

#

like to show and all

#

i just uploaded it

elfin creek
#

try it now maybe its that

#

if you have it saved on ur pc i guess you can make an image decal in replicated storage or in the ui or whatever and use that

#

like

neat zodiac
#

yeah it was

elfin creek
#

ah ok

neat zodiac
#

thx for helping!

elfin creek
#

np

neat zodiac
#

oh it works with images but not decalsa