That’s pretty much my code and it’s not setting the image, I’ve used rbxassetid://ID aswell and it isn’t working. No errors or anything, it just isn’t working. I can’t seem to find anything else that works either.
That is the only portion that matters, all of the code above it and below it works, so it isn’t yielding anything, the ImageLabel is visible because I can only set it manually in the properties section.
But the main thing I’m trying to do is concat a new ID on the end of it, which wont work, but I don’t expect it to if giving it the entire link wont work.
I just tested out with that Id and seems to be working fine, so the problem is likely with it not loading (Should print in output), or you have referenced the ImageLabel variable to something else or you’re trying to reference the image label in StarterGui and not PlayerGui, common mistakes most people do.
That is really all I can help here, as everything else seems good.