Hello, I want it so the bar goes down instead of sideways. I can’t figure out how to make it go down, I tried looking up stuff and messed around with nothing that seems to work.
UDim2.new(1, 0, Formula, 0)
Swap the X and Y components around in the UDim2 constructor function.
The bar is decreasing up, I want it to go down.
In that case subtract the result of the division from 1.
1 - Formula
I want it to decrease from the top, and now the bar does the same thing until it disappears and then fills in the space it used to take up.
It shouldn’t be resizing along the wrong axis unless you’re plugging incorrect values into TweenSize
.
It would help if you put the whole line you change. Am not great at Tweens.