How to enable moving while attacking on lightsaber weapons
- Go to your lightsaber in lua/weapons
- Find the "SWEP.CanMoveWhileAttacking" value
- Change the value to false to disable moving while attacking, set it to true to enable moving while attacking
Example
SWEP.CanMoveWhileAttacking = true