: In Workspace , create a Part and add a Script inside it. Insert this code :

end

Never download a script that comes as an executable file. Real Roblox scripts are text-based ( .lua or .txt ).

-- Give FE weapons for _, weaponName in pairs(config.weapons) do local weapon = game.ServerStorage:FindFirstChild(weaponName) if weapon then weapon:Clone().Parent = player.Backpack end end