UIListLayout prevents rotation?

EDIT: If you put your items in a frame you can basically bypass this. Nevermind.

Previous post

So I’m making a little hotbar for my game, but when I try tweening the rotation of the buttons in it it doesn’t do anything.

52ce9a1fe81e76f19a42965a6b15cf53

Is this normal behaviour? I wouldn’t expect UIListLayout to interfere with rotation…
I can’t find anything online.

4 Likes

Hey! Did you ever find a solution to this? I’m having a similar problem.

yeah, I am also having this issue.
seems like UIList/Grid Layouts prevent most forms of change to its children even if its just rotation

You’d have to have the UI button/label you want inside of a frame thats inside the same parent as UI list layout, and then you’d just have to rotate the image thats inside of each frame.

Edit: just read the post again, they the original poster actually said that they’ve done this same thing I’ve just said.

1 Like