Hey, I need some help with a UI issue in Roblox Studio.
I'm trying to display a special offer (like "1700 Robux → 99 Robux") at the top of my shop UI. I want the offer to stay fixed at the top of the shop window, even when the player scrolls through the ScrollingFrame below it.
Right now, when I put the offer inside the ScrollingFrame, it scrolls away with the rest of the content. But when I move it outside the ScrollingFrame, it becomes visible outside the shop window, floating in the wrong place.
I want the offer to stay inside the shop UI, always visible at the top, while the rest of the items scroll underneath it.