Need help with UIPageLayout

How do I transfer between Gui Frames using a UIPageLayout?
Also how do I animate the transfer between frames?
6711152958
Screenshot 2022-08-02 201519

1 Like

Well first roblox automatically does the animating for you, you can change the easing style and direction and tween time in the properties, but to transfer between gui frames just:
local uiPageLayout = (define the instance)
and with whatever event you have like a button click or next page button:
uiPageLayout:JumpTo(thepageinstance)
I could help you with more of the script but I’d need more details like what event do you want to turn the page in. There’s also other functions like :Next() and :Previous() https://developer.roblox.com/en-us/api-reference/class/UIPageLayout