Ui issues with zindex

I am making UI and for some reason a frame with a ZIndex of 100 is getting overlapped by a button with a Zindex of 3

1 Like

Can you show us a image?
It would be helpfull

Are those frames in different ScreenGuis?

They are in the same ScreenGui. I will send a image soon.

In this video, I show you what happens, I show the Explorer and I change the ZIndex to 100.

In the video, you are changing the StarterGUI’s value; not your own PlayerGui, while in the game, go to Players, Ulxqra, PlayerGui, and change it there.

Let me know if you need anything else! :smile:

So when I click stop and rejoin it will work?

When you click stop and rejoin, it won’t work as that is only for the server, not your game. To change it permanently, go to wherever the GUI is stored and change the zindex to 100.

I have, it is not working.
Im gonna change some stuff so if I do not reply im busy.

Can you send me a few screenshots? That’d be great.

Could I see:

Where the GUI is stored
The ZIndex of the Store button and the Loading screen

Still nothing. The shop button (Which has a ZIndex of 1) is somehow going over a frame with a ZIndex of 10…?

Look under the shop button, anything inside it, make sure you change the Zindex for those.

Ok so heres alot of images:
This is the shop (What is overlapping the frame)
Screen Shot 2020-08-07 at 7.41.33 am
Where it is:
Screen Shot 2020-08-07 at 7.41.38 am
The frame (that is being overlapped)
Screen Shot 2020-08-07 at 7.41.52 am
and the ZIndex for the frame
Screen Shot 2020-08-07 at 7.41.59 am
This is the ZIndex of the button though:
Screen Shot 2020-08-07 at 7.43.58 am
Also, my bad, they are in different guis.

The fact they are in different GUIs shouldn’t effect this.

Open “Open” and see what is under it (in explorer), change the Zindex for those to 1 too.

The underneath has a ZIndex of 0…
Screen Shot 2020-08-07 at 7.46.15 am

Go to the ScreenGui object and change the hierarchy property from Sibling to Global

6 Likes

This is strange.

For now, you can just, when teleporting, make the shop button invisible until needed again.

Try following @Nicolas_Caged’s soloution first.

kk, I will change it to global.

Where is this exactly located?

I am assuming it’s under the properties of the “Shop” GUI.