UI not showing in game but in studio?

Hello,

I am super confused whats happening to my GUI. I am trying to make it and when I am studio it shows completely. But when I get into game I can’t see them but I can still click them?

2 Likes

Do you have a script that is changing the transparency of them??? (Also i didnt mean to heart i clicked without looking)

It’s a ImageLabel from a roundify plugin I use and nothing that makes it not visible.

Go through and edit the zindexes of them. That might be the issue. For example: If a gui has a zindex of 0 every other GUI with a zindex higher than 0 will appear on top of it so the back will have a zindex of 0 or 1. then give the roundify imagelabels a zindex 1 higher then the zindex of the background and the text parts 1 higher than the roundifies

I restarted studio to check. Must of been a glitch or something but it works now. Thanks for helping though!

np! Also i still do recommend doing the zindex thing as it can help with GUI making

Do not use Roundify, it’s outdated. Use a UICorners object in your buttons.

Also, try setting the ZIndex of the buttons to something high like 3-4

It’s not the roundify plugin. I use Interference Tools by Factor Plugins it just has roundifed Buttons and Frames and like I said my problem is already solved.

1 Like

You don’t need those plugins anymore due to UICorner, Roundify doesn’t even work for me anyways now. UICorner is really useful and reduces the amount of plugins I now needed.

It should be the Studio UI Position Bug. Happen to me 10,000 times even since when i started making my game with my first UI