Plasma Swords / 8 Colors

Addon Plasma Sword weapon to add to your FiveM server.

Has eight color varients.

  • Rainbow
  • White
  • Purple
  • Yellow
  • Pink
  • Orange/Red
  • Green
  • Blue

Tebex Download
[The Sling Script I use (GitHub)]


  • Comes with “Qb-Core Install code.txt” instructions / Sample code to use for your server.

  • Message me if you have any issues Discord: xTxVxTx#4282





  • ox_inventory install to ox_inventory/data/weapons.lua (Has to be capital letters like below)

      ['WEAPON_PLASMASWORD_BLUE'] = {
      	label = 'Plasma Sword Blue',
      	weight = 1134,
      	durability = 0.1,
      },
      ['WEAPON_PLASMASWORD_GREEN'] = {
      	label = 'Plasma Sword Green',
      	weight = 1134,
      	durability = 0.1,
      },
      ['WEAPON_PLASMASWORD_ORANGE'] = {
      	label = 'Plasma Sword Orange',
      	weight = 1134,
      	durability = 0.1,
      },
      ['WEAPON_PLASMASWORD_PINK'] = {
      	label = 'Plasma Sword Pink',
      	weight = 1134,
      	durability = 0.1,
      },
      ['WEAPON_PLASMASWORD_PURPLE'] = {
      	label = 'Plasma Sword Purple',
      	weight = 1134,
      	durability = 0.1,
      },
      ['WEAPON_PLASMASWORD_RAINBOW'] = {
      	label = 'Plasma Sword Rainbow',
      	weight = 1134,
      	durability = 0.1,
      },
      ['WEAPON_PLASMASWORD_WHITE'] = {
      	label = 'Plasma Sword White',
      	weight = 1134,
      	durability = 0.1,
      },
      ['WEAPON_PLASMASWORD_YELLOW'] = {
      	label = 'Plasma Sword Yellow',
      	weight = 1134,
      	durability = 0.1,
      },
    

3D Model by Tronin Dmitry

Code is accessible No/Only .Meta files are editable
Subscription-based No
Lines (approximately) N/A
Requirements None
Support Yes
1 Like

sling script have esx version ?

1 Like

Not currently, maybe I can find a solution to that soon.