Hi members,
I’m working on a plugin. And in plugin Gui, I’m using ImageButton. But I have seen that no image is loading in Plugin Widget.
“rbxassetid://293296862” this is the image that I’m trying to load. (it is loading in StartGui or in-game)
I’m currently save plugin as “Save as Local Plugin”. (Is this the reason?)
Thanks for the reply,
But I got the actual issue and resolved the same.
Actually the working of zIndex of GuiObjects is different in Plugin’s Widget. So, I just increased the zIndex value of that GuiObject.