So i have been stuck with this problem for a while and i really need a system like this but i dont know how to ahieve it, basically i need to make an ui like the roblox’s workspace thing, an infinite list, draggable things to be able to parent to other and etc but ive tried for so long and i have achieved this infite list but not the other things.
TLDR; i need to make an ui that functions like roblox studios workspace.
Create a frame with a UIListLayout and put frames for all the children. Then make the frame Visible = true or false when you click on it. Then do that recursively for all the children frames just like in studio.
Then it would be massive of space between the the things, and what if the thing has more children? I cannot create infinite frames, so i would have to create them via scripts?