UiPageLayout Question

I have a question about UIpageLayouts, Is it possible to have nested pages, so that instead of skipping the third page (Options, if i click on player Options it slides past game options) as shown in the video, it slides once?
or should i just make a workaround that i just clone the stuff onto the next frame (if u get what i mean)

Let each page have a page attribute and when the player clicks on a button, change the page attribute of the corresponding page to 1 and sort the table after deleting the old page layour and then add a new one to re-sort the pages

Found another solution, just set the visibility of the frame to false

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.