I’ve tweened a scrollingFrame to appear slowly, however the children of it don’t appear with it. How would I achieve something like this? I know I could just check the children, look for the class, if class = button then tween it also, but is there a more efficient or simpler way?
simple way will be just to get table of whats inside of scrolling frame by using getchildren or getdescendants then tween it with thier properties you want