Hey developers, I’ve been trying to make a loading screen which slowly becomes smaller, but when I try and TweenSize() one of the frames it just goes the other way, is there anyway to change its director?
I can’t tell what you are trying to achieve. A decent illustration will greatly help on what you want to achieve and that it helps us understand what the problem is.
This means that the size is changed relative to the anchorpoint, which to the right side of the X axis. You might need to reposition the starting position of frame when changing anchorpoints.
Edit: I’ve seen OP wants to make it so the left bar shrinks from left to right, while the right bar shrinks from right to left. Changing the anchorpoint of the left bar will achieve this.