Image isn't Turning Visible?

  1. What do you want to achieve? Keep it simple and clear!
    I want to turn on the visibility of an image.

  2. What is the issue? Include screenshots / videos if possible!
    I have a script that will turn on the visibility of an image, but the image doesn’t become visible.

Here are some images of what happens;

There should be an image that appears on top, but it doesn’t.

Even the visible property is turned on
Screen Shot 2020-01-13 at 5.26.49 PM

  • Is the Enabled property of the screen gui set to true.

  • Is it maybe transparent (BackgroundTransparency = 1)?

1 Like

Yes, the enabled property is true and the background transparency wouldn’t matter, because I also have texts inside the image.

Is it positioned off-screen?

Maybe put it into another screen gui?

A script inside of your frame may be disabling it in-game as well.

If the frame says it’s visible, you should see it. Adding onto the above, I would highly recommend checking the position of your frame, as well as checking if any other scripts are altering it. A more unlikely reason, but still possible, is that your image texture has no value, meaning you haven’t put an image on it. Also, make sure that everything inside of the frame is set to visible.

From the picture you attached, this is what I can literally see.
image
The y-value of the position property is negative, so you might wanna check that again. I hope you also remember to use local script, not a regular one.

1 Like