How would you get animations similar to this sliding effect whenever an item is added/removed from the inventory? I have a similar custom toolbar but I haven’t started scripting it yet.
I also have another question about how to go about this, would it be better to have every slot premade or to create the slots as the player picks up items, based off of a template
I think the best way to achive this would be to create 2 frames, 1 frame being the frame that is inside a UiListLayout and the 2nd frame inside the first frame being the one with the ui (text, images etc.). And when a tool is removed from a player’s inventory you would just hide the 2nd frame and then scale down the first frame to give that illusion. For adding tools it would be just the same proccess but backwards