I’ve been trying to create a ScreenGui cooldown animation. It does play, however the bar expands downward when it plays. How do I make it so that it stays in line with the grey line and the rest of the white line?
whiteBar is the main “line” bit which shrinks, whiteStart is the dot which is just for aesthetic purpose, and it works fine. the whiteBar is the one which is expanding downwards
I think you made this harder than it should be. You can have 2 frames consisting of UICorners. One frame which would be the bar we would tween (white bar) parented to the other (gray background bar). The gray bar’s size can be in offset or scale. The white bar we would tween’s size would be (1, 0, 1, 0) and position would be (0, 0, 0, 0). Then you could tween the white bars size down to (0, 0, 1, 0).