# sm.menuCreation

Used to save and load blueprints displayed in the menu.

## Server-only

### load {#load}

``` { .lua .api-signature }
sm.menuCreation.load(  )
```

Loads the users menu creation blueprint and returns it as a table.

**Returns:**

| Type | Description |
| --- | --- |
| table | Users menu creation blueprint table. |

### save {#save}

``` { .lua .api-signature }
sm.menuCreation.save(  )
```

Saves the users menu creation blueprint.
