How can I put a limit on UiGridLayout?
Asked by
4 years ago Edited 4 years ago
I have a boombox script that saves audios to the roblox data store so it saves people form having to type in the same audio ID constantly, and I use the UiGridLayout to properly fit all of the saved audios onto one frame. My problem here is that when you go over 13 saved audios it goes onto the next column, so how would I go about putting a limit on the amount of saved audios. Example for what I want it to do: if the amount of saved audios go over 13 then the bottom most saved audio will delete so it can fit the most recently added saved audio to the frame.
The problem - https://imgur.com/a/OFAGXpz
The Gui - https://imgur.com/a/KhcyrHP
In the "ListOfMusic" frame showed in the picture above contains the MusicInfo (which is where the audios are stored) and as you can see there are over 13 which breaks the gui (shown in "The Problem" link).