Hello! I am trying to make tabs for my Robux Shop GUI, and when you click them it brings you to the tab like if you click the Game passes tab, it brings you to the Gamepass section in the Scrolling Frame. How can I do this?
Video on what I mean > 2021-10-12 16-53-22 (what I mean is when you click the button, it brings you to that section)
Theres a property CanvasPosition its a vector2 value you can Tween it if you want a nice transition or just set it to make it just snap it to the desired CanvasPosition
I think @Extrenious explained it pretty well. Move your scroll frame to the position you want it to and get the CanvasPosition property. Now once you have that when the button is clicked, simply do ScrollingFrame.CanvasPositon = Vector2.new(--Position)
Within Test mode open your explorer tab and find the scrollingframe. Then open properties panel and when you scroll to the position you want it to snap to copy and paste the value. So you can type it in later.