How to change Lightsaber damage
- Go to your lightsaber in lua/weapons
- Find "SaberDamage" and "SaberBurnDamage" and edit the values to your liking.
Example
Example 1, the Lightsaber does 25 damage when someone walks into the blade and 500 when you swing the Lightsaber
SWEP.SaberDamage = 500
SWEP.SaberBurnDamage = 25