ZIndex not working

Hi, Im trying to make this UI, and there are 2 of them because one is connected to a script and the other one is a plain GUI. The scripts don’t matter since they don’t alter anything about the GUI. Anyways, im trying to make the 001 SPS (separate GUI) be ahead of the black background, however it kind of just chooses at random since sometimes when i play it is behind the background, and sometimes it is ahead (which is the intended effect) I have already changed the ZIndex of the frames and changed the ZIndex behavior of the GUI’s to ‘‘Global’’ So im not sure what else i can do. Please help!
image
Example of the issue above ^

1 Like

Okay, it seems that by pure dumb luck i fixed it. So originally i got desperate and set the ‘‘001 SPS’’ ZIndex to 100 and the rest to -10. It seems all i had to do was set the BG to 1 and the 001 SPS to 2.

1 Like

Actually nevermind, the real problem was the textlabel didn’t have the same ZIndex as the frame, so yeah. thats funny from my part i guess