I'm working on a BFBB remake project, and I need help with this GUI that I can't figure out!

I’m working on a BFBB remake and I was wondering if anyone could help me solve this issue I’m having with this GUI.

The object from the ViewPortFrame (being the underwear) is behind the ImageLabel (being the bubble) but I want to get the ViewPortFrame in front of the ImageLabel instead of being behind it.

Does anyone know how I can fix this?

RobloxScreenShot20190718_1422518482

1 Like

Try setting the ZIndex on ViewportFrame to something higher than it is on ImageLabel

2 Likes

You should try to make the bubble’s zindex lower than the building over there.
You may want to look at this too: https://developer.roblox.com/en-us/api-reference/property/GuiObject/ZIndex

1 Like

Neither of those options worked, sorry guys! :disappointed:

Nevermind guys, I found out another way and I fixed it!

What I had to do was put the ViewPortFrame in the ImageFrame and reposition & rescale it.

I want to thank you guys for trying to help me out anyways, I really appreciate it!

RobloxScreenShot20190719_0742094424

3 Likes