Zindex is not working for menus when pasted in new place

For whatever reason the Zindex value doesn’t seem to work when pasted into a new place.

originalbutton

I just want the button to appear normally with the darker frame behind it. Anyone else have this glitch? I’ve changed the value of the Z index and no it’s use. It’s just stuck there.

the shadow is inside the frame so it’s always gonna be over the frame. Maybe make the frame the shadow and the shadow the frame without changing heirarchy?

did you paste the ScreenGui or the contents within?

if you pasted the contents in, the properties of the ScreenGuis may not be the same.

make sure the ZIndexBehavior properties are the same between the ScreenGuis

it should be set to Global in this case