Help creating character selection pagination Gui

So im trying I’ve been thinking of ways to go about making a character selection that wasn’t basic and i came across this but the thing is i don’t know how to go about making it. Any tips that you have that can lead me into creating this myself would be very appreciated.

https://gyazo.com/f84251ffe5721d58b6bce020f474dc44

3 Likes

It depends how you want the next character or gui to be highlighted, if you are using arrow keys or a controller you could just make a table on the client side and every slot to the left or right and highlight the one in the middle, you would also make it so that if the gui objects are at a certain position they fade out or aren’t visible anymore. To find the object in the middle I would just make a table with the each of the gui objects name and then filter through that when you go to the next gui object.

2 Likes

Have you considered UIPageLayout? It seems to do exactly what you’re looking for :slightly_smiling_face:

Here’s a place file with a rough example: Pages.rbxl (21.5 KB)

1 Like