Hello, i’ve posted something like this before but it didn’t really get answered so i’ll be more specific of what I want to accomplish.
I want to create an unlimited inventory system with slots as textbuttons, I already know how to create it, but I don’t know how to add pages to my ui. I wanted to use UIPageLayout, but there’s a limit to that.
Here’s what I want to recreate:
As you can see, there would be no limit to how many pages you can go through.
Why not use a script to rewrite everything on the gui when you go to the next page, this way the only limit would be scripting side of things. I don’t like some of Roblox’s built in functions as they are actually selling you short of what a simple script can actually do.
I see what you mean, but where you you store the items? I can’t use a folder to store my items since the script wouldn’t know what belongs to page 1 and what belongs to a different page.
The items would be stored by a script in whatever format you can imagine. And the script can know, for instance i could make multiple lists or add tags or numbers to things in a list for placement. Its very easy to do. or simily devide the number of items by the number that can fit onto 1 page and presto, auto organising inventory.
Alright, i’ll try this for now.