Garry's Mod Tool Gun not workingNot An Issue
I've noticed recently Garry's Mod Gun no longer can be sold in the shop.
Is there a fix I can do?

Yes, just create it as a new shop item using it's item shortname give it a custom display name then set it in a shop Tab to buy it. Should work? If it does not let me know I'll see what i can do 

  "Garrys Tool Gun": {
        "buy": "10",
        "img": "https://rustlabs.com/img/items180/toolgun.png",
        "item": "toolgun",
        "cooldown": "0",
        "sell": "0"
      },

unknown.png

I have it in, it worked before wipe, but now it's not working any more. I have a slight change in the code...
"Garry's Mod Tool Gun": {
			"buy": "1000",
			"img": "https://rustlabs.com/img/items180/toolgun.png",
			"item": "toolgun",
			"sell": "100"​

differance between yours and mine is I don't have cooldown, the rest of the items that have been tested work fine.

You cannot do special characters inside the display name... remove the '
Locked automatically