Help with Viewport Frame

I want to parent an ImageLabel to a ViewportFrame without it overlapping on the viewportframe, i want the imagelabel to be under the viewportFrame to create a shadow effect.

Although everytime i do this, I can never get the imageLabel to be ordered under the viewport frame, I’ve tried ZIndex but it just doesnt work.

it’d probably be better if you put the viewportframe inside the imagelabel. that way the viewportframe will be on top. otherwise you could set the ZIndexBehavior inside of your screen gui to “global” so then if you set the zindex of the viewportframe one higher than the image label it should be over it.

1 Like

thanks! this helped a lot never knew what the global thingy did.

1 Like

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