Why are buttons still clickable?

Hello,

So I am making some UI Stuff and I came across a problem where buttons with a lower Z Index can still be clicked through a frame with a higher Z Index. Could someone tell me how this can be fixed please?

Happy New Year Btw! :tada: :fireworks:

I believe this article will help you out.

So I think you need to see the active property of the element with the lower Z Index to true.

2 Likes

I will try this out straight away, thank you!

I think what you meant was set the guiobject with the lower Z Index to Active true.

Other than that, I think I got it! Thank you once again!

1 Like

Oh my bad! I edited my original post with the correct information.