how to make a tweenservice gui with numbervalue like if my number value is 50% the bar only show 50% or my value is 100% the bar is full
you will need to have the anchorpoint to Vector2.new(0,0.5)
so the anchorpoint goes to left center then you will need to check the Value of Numbervalue and basicly do TweenSize(Udim2.new(numervalue/100),0,1,0),"Out","Quad",0.5)
i might have some speeling errors here because i typed it here so ye basicly this is how i did
umm can i change the Quad to Linear