Problems with some kinda stacking system

Okay, so i have made a musicgui, and i’m about to make a playlist with some songs u can store. My problem is that, when u have more than one song, and u remove the song thats under the top song i can’t get it to go up to the removed song pos i’ll show with pics because i’m terrible at explaning.

a81e05fbbe52119bdba27233209f8421 This is when every thing is fine
b6b7f4d82a3c3079cf70cc40bf41140e
but yeah, now u can probably see whats wrong.

I have tried with some tables: i looped thru the songs in the playlist and found all the songs that was back and + them with 60 because i needed to do that to give them the main pos. that didn’t work

1 Like

This could be fixed by using a UIListLayout.

Example:

example
The UIListLayout will order these TextLabels (But can be done with Frames,Text Buttons, etc) into a list on the screen without overlapping each other. It also can sort alphabetically or by order of appearance in the Explorer.

1 Like