This isn’t game breaking, but it’s annoying so might might as well report it. If you have a script inside a ScreenGui and drag a frame inside of it, the frame remains visible. You have to uncheck the frame’s visible box, and then check it off again so it won’t be visible while it’s Parent is the script.
Any frame I parent to a script doesn’t display. How are you getting them to show?
Issue 1:
Repro1.rbxmx (1.8 KB) (insert into StarterGui)
- Action: drag Frame into Script, so it becomes its child.
- Expected behaviour: the Frame should not be displayed anymore.
- Actual behaviour: the Frame is still displayed.
Issue 2:
Repro2.rbxmx (1.9 KB) (insert into StarterGui)
- Action: drag the Frame listed under Script into ScreenGui
- Expected behaviour: the Frame should now be displayed.
- Actual behaviour: the Frame is not being displayed.
1 Like
Heres a GIF example