Interactive UI Question

I want to make an interactive inventory UI which would animate whenever a player hovers over the buttons and clicks the buttons; however, I have been trying to do this with the UIListLayout and I wasn’t able to do so because the anchor point isn’t compatible with UIListLayout. That said, is there any other alternatives?

1 Like

you can either write own UiListLayout logic or parent this “animatable” frame inside other frame under UIListLayout

1 Like