I have a basic damage scaling system that mainly scales off of gun level but
character.Humanoid:TakeDamage(math.round(DmgV.Value + (gLevel.Value/10)))
if i change the damage value doesn’t really matter because level dmg will just overtake it
Any tips to making a good dmg scaling per level system?