gunsettings:NewDropdown("Gun modify", "Changes the gun states to max.", {"M9", "Remington 870", "AK-47"}, function(currentOption) local player = game:GetService("Players").LocalPlayer local gun = player.Backpack:FindFirstChild(currentOption) local sM = require(gun:FindFirstChild("Gun...