I was making guis for my game and i wanted to make a shop gui, so i made one
but then i stopped making the gui because of 1 thing, how can i make an unmoveable button in the shop gui? (scrolling frame)
i tried searching and i didnt find any answers, so how can i make one unmoveable button?
(also, im not saying how to make an normal button that’s moves when scrolling, im saying how to make an unmoveable one that even when scrolling still doens’t move.)
Two Guis.
One with the scrolling frame.
Make the other one not scrolling, then place it in front of the scrolling Gui.
Change the ZIndex so the scrolling Gui is rendered behind the non-scrolling one.
Documentation is here: GuiButton | Roblox Creator Documentation