Adding Forms To Lightsaber Weapons

How to configure Forms for specific Lightsabers

  1. Go to your lightsaber in lua/weapons
  2. Find the "SWEP.UseForms" value
  3. 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 }, 

}

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Allow Moving While Attacking For A Lightsaber Weapon

How to enable moving while attacking on lightsaber weapons Go to your lightsaber in...

Setting Base Stats For Personal Lightsabers

How to configure base stats for personal lightsabers Navigate to...

How To Disable Lunge

How to disable lightsaber swing lunge Navigate to...

Creating A Lightsaber Weapon

How to create a custom lightsaber weapon Navigate to lua/weapons Open any premade...

How To Change A Lightsaber's Damage

How to change Lightsaber damage Go to your lightsaber in lua/weapons Find "SaberDamage" and...