How to make an unmoveable button in a scrolling frame

Hi, my name is Darkmenacing

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.)

Anything can help! - darkmenacing

Can’t you just place another fixed Gui over top of the first one?

how?

[stupid max character-bruh]

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

Move your button outside of the ScrollingFrame.

i dont think that’s the best way

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.