[Home](./index.md) > [bitburner](./bitburner.md) > [Gang](./bitburner.gang.md) > [createGang](./bitburner.gang.creategang.md) ## Gang.createGang() method Create a gang. **Signature:** ```typescript createGang(faction: FactionName): boolean; ``` ## Parameters
| Parameter | Type | Description |
|---|---|---|
| faction | [FactionName](./bitburner.factionname.md) | Name of the faction that you want to create a gang with. This faction must allow this action, and you must be its member. |