i want to make a cooldown of a skill by using tweensize but the cool down doesn't tween from up to down but it tweens from both sides and meet on the middle , how do i make it so it can tween from up to down or form down to up?
https://developer.roblox.com/en-us/api-reference/datatype/UDim2 https://developer.roblox.com/en-us/api-reference/function/GuiObject/TweenSize
Frame.Size = UDim2.new(0,0,1,0) Frame:TweenSize(UDim2.new(1,0,1,0))
Using this it'll go from left to right, just slot in the variables like cooldown.