Issue with roundify UI

How do I fix this issue with roundify I’m trying to make it so that the bottom part is like a fade in a darker color that you see in lots of simulator games. Thanks.
image

1 Like

I think that you mean this? https://gyazo.com/c3d2a5cc4036b1354df28887bba96ee0

I think you’d want to change the ZIndex property of the uis. You’d want to set the property of your ScreenGui which is ZIndexBehaviour to Global, first.

For the lighter frame, it should have a higher ZIndex than the dark frame, you should probably make it 2. Then the darker frame at the bottom should have a lower ZIndex, which would be 1.

If you’re unaware of how ZIndex works, it determines the order in which a GUIObj will render on the screen relative to other guis

Thanks, just wasn’t really sure how to do it.

1 Like