Closed Sparky983 closed 1 year ago
Previously, when Gui.Builder.button(Slot, Button) was called we wouldn't be able to tell if the slot was inside the Gui since the rows are haven't been specified yet.
Gui.Builder.button(Slot, Button)
Gui
Previously, when
Gui.Builder.button(Slot, Button)
was called we wouldn't be able to tell if the slot was inside theGui
since the rows are haven't been specified yet.