I'm making a GUI window that shrinks open or close, and appears before tween and disappears after tween. However, I can get the tween to occure using TweenScale but I can't seem to figure out how to get the Tween to call a method when it has shrunk the UI to disable it.
Anyone know how to correctly queue a method call for when the tween is completed?