Hi, I am needing support on how to achieve my goal on making a Progress Bar show the Statistics of a Vehicle, such as it’s handling etc from a percentage. So if the handling is 100% (the best) the bar will be full however if the handling is 25% then it is only 1/4 full. The image below should provide more context for what I am trying to achieve.
you can do smtg like this
local Percentage
local Bar
Bar.Size = UDim2.fromScale(Percentage/100, 1)
I get this
From this
This worked, thank you for the solution!
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.