I want to put a frame in front another frames, but it doesnt appear in front but behind the frame

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? I want to make a Frame, mainly an ImageLabel go in front of the other frames when it’s dragged, but it goes behind them.

  2. What is the issue?
    robloxapp-20240624-1831545.wmv (176.9 KB)

  3. What solutions have you tried so far? I used Zindex but it still doesnt work and used GlobalZindex too.

Please help if you can.

1 Like

In your screenGui property, set the ZIndex Behaviour to “Global”.

1 Like

He said it didn’t work with global too.

That’s what I’ve done. But it doesnt work.

Oh, sorry then. Seems like I skipped it.

To OP:

I suppose it’s due to clip descendants enabled? Try disabling it.

Actually, It was the GlobalZindex but I had it in a scrollingframe.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.