What do you want to achieve? Keep it simple and clear!
I want to turn on the visibility of an image.
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.
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.
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.