Hello, im trying to make a mastery bar and the width of the bar corresponds to a player leaderstats value. Sadly im pretty new at coding and i dont know how to code this. Could someone help me? Here is the bar.
Try something like this:
-- bar is the red bar
bar.Size = UDim2.new((mastery / 100), 0, 1, 0)
This article will help explain what UDim2 is.
Hope this helps!
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.