I am working on a hud with moving indicator bars and I am having trouble setting the width of the bar to the max when the clip is full with varrying clip sizes. I am also trying to work this into the health bar when the players health is over 100.
Width= (Ammo / MaxAmmo) * AddWidth
math.Clamp to clamp the width when health is over 100
Sorry, you need to Log In to post a reply to this thread.