Tween inside a UIListLayout

  1. What do you want to achieve? Hello, im making a notification system that use an UIListLayout and i want to tween a notification from the right to the left inside the UIListLayout.

  2. What is the issue? It seems we can’t tween inside UIListLayout

  3. What solutions have you tried so far? I tried to do it myself and looked on forums

This is how the UI is setup, i clone the “NotificationTemplate” inside “Notifications” when a new notification is created

image

1 Like

I had the same issue once and i just put a UIPadding inside the notification and i just tweened the padding values

2 Likes

You can create an invisible parent frame with the size of the notification, then tween the GUI objects inside that. You can also turn on ClipsDescendants.

2 Likes