Scrolling frame bug with tweenservice

Tweened gui objects are still visible for some time after scrolling down

any idea on fixing it while keeping the effect?

1 Like

It’s an old and well known issue with Rotation on objects inside ClipDescendants frames.
You’ll unfortunately have to use a CanvasGroup.

Roblox been rolling out a fix lately, but it still doesn’t fully fix the issue and it still requires a CanvasGroup.

2 Likes

I was able to reproduce this:


And this can be fixed by enabling ClipsDescendantsSupportsRotation:

2 Likes

Appreciate it, my shop frame would look too boring without this effect

1 Like