Tweening button

Currently I’m trying to tween a button that is within a UiListLayout, however the issue I’m facing is upon tweening it’s size, it tweens from the corner, setting the anchor point to vector2.new(0.5,0.5) does not fix this issue; How do I tween a buttons size from its center while it’s being affected by a “UiListLayout”

You can put the button into an invisible frame, this way only the frame is affected by the UiListLayout which allow the button to be freely moved and resized.

Should I put the button in an invisible frame only when I need to tween it, or simply just have them in the invisible frame all the time?

You can let it in the frame all the time, it shouldn’t be a problem at all.

All the time off course to prevent the code from errors become yields and nils

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.