I’ve run into a weird error when changing the visibility of a GUI Frame. The UI only shows when I resize the plugin’s window size.
Example
(114.7 KB)
How I'm changing the GUI's Visibility
There is one single Frame that has all of the other Frames needed inside of it. When pressing a button it activates a line of code inside the main handler of the entire plugin that changes the previous Frame’s visibility to false and the new frame’s visibility to true.
If you need me to clarify anything just ask!
I would like to know if this is a studio bug or if it’s a fixable bug.
Thanks for the help!
Hmm honestly no Idea, never came across this issue, if you feel like this is a bug, you may as well report it here: @Bug-Support, or possibly it might be something to do with .Activated events and how you are using them.