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
.
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
.
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.
o I literally was oblivious. Thank you aha