of     1   

superbobman
#162092979Wednesday, May 13, 2015 10:21 PM GMT

Couldn't get much help in other forums. I have a problem with my GUI frames, So, Within a ScreenGUI named "Map" I have 2 children, another Screengui named "A" and a frame named "frame". The problem is, when ever I try to click a button within "A", nothing changes. I tried setting an output, that if the mouse leaves the GUI, it will close it and print something.. Diddnt work.. I then moved the screen GUI "A" outside of the parent, and it responds... I set the ZIndex of everything in the "A" Gui to 2, and everything else is 0.. http://prntscr.com/74x4f9
superbobman
#162096689Wednesday, May 13, 2015 11:18 PM GMT

:(
superbobman
#162097548Wednesday, May 13, 2015 11:30 PM GMT

Where is everyone?
Fresh_Effect
#162097678Wednesday, May 13, 2015 11:32 PM GMT

I'm not postive on this but I think I remember something about Guis Zindex not being compatible with those of that of their parents and Guis need to all be in the same generation for Zindex to take effect. Maybe I'm thinking of something different.
superbobman
#162098325Wednesday, May 13, 2015 11:42 PM GMT

Dont believe that is the solution...
protectiveEBob
#162100164Thursday, May 14, 2015 12:14 AM GMT

The ZIndex tells your computer in what order to draw each GUI element. If more than one GUI object has the same ZIndex, they will be drawn in order according to order of them being added. ZIndex of one will be drawn first, then whatever will be drawn overtop if it.
superbobman
#162100461Thursday, May 14, 2015 12:19 AM GMT

The GUI goes to the front, it does not allow me to click on it though.
protectiveEBob
#162100946Thursday, May 14, 2015 12:26 AM GMT

Oh, I see your issue. I... don't have an answer...
superbobman
#162129877Thursday, May 14, 2015 7:00 PM GMT

anyone? Its like having a piece of glass over an iphone, you cant click the screen but you can still see it.
superbobman
#162138090Thursday, May 14, 2015 9:29 PM GMT

b
superbobman
#162142912Thursday, May 14, 2015 10:40 PM GMT

b
Legoman654
#162148744Thursday, May 14, 2015 11:55 PM GMT

From the looks of it, you need to remove the second ScreenGui "A" and have the button a child of "Map". A screenGui in a screengui wont allow for the objects to be interacted with. I have had the same problem. Instead of using another screenGui to store the buttons, use frames that are sized scaled to your screen.
RBXJared
#162150559Friday, May 15, 2015 12:22 AM GMT

ZIndex represents the order on the X-axis the guis are in. Hence the name Z-Index. The higher the ZIndex, the farther up the gui is in order

    of     1