How to force a certain page to appear under UIPageLayout

What I’m trying to achieve is to force a page to open up through a button which is elsewhere in the GUI
I’ve checked wiki (Documentation - Roblox Creator Hub) and I can’t find something which could help, or I’m just not looking hard enough

.

1 Like

That’s the UIGridLayout documentation page.

Heres the right documentation page:

http://robloxdev.com/api-reference/class/UIPageLayout

You’re probably looking for the JumpTo and JumpToIndex methods.

1 Like

o I literally was oblivious. Thank you aha