i’m trying to make it where when you hit someone, a bar will increase it’s x size by 30. i’ve been trying to use tweensize but I keep getting told a UDim was expected, but when I use a UDim; nothing happens. i don’t know if i’m overcomplicating this…
code example:
local yes = UDim2.new(0,30,0,0)
print(script.Parent.Size + yes)
script.Parent:TweenSize(UDim2.new(0,script.Parent.Size + yes,0,13),"Out","Quad",.5,false)