How to configure Forms for specific Lightsabers
- Go to your lightsaber in lua/weapons
- Find the "SWEP.UseForms" value
- Add or change forms to the lightsaber to your liking
Example
This example adds Aggressive 1 and 3 and Defensive 2
SWEP.UseForms = {
["Aggressive"] = { 1, 3 },
["Defensive"] = { 2 },
}