> For the complete documentation index, see [llms.txt](https://docs.otherplanet.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.otherplanet.dev/scripts/op-missions-creator/exports/client-side.md).

# Client Side

### Exports & Events

{% hint style="warning" %}
If you're looking for other data than listed here - feel free to contact us on our [Discord Server](https://discord.gg/otherplanet)!
{% endhint %}

**op-missioncreator** has no public client-side exports.

Start / stop / lobby / queue flows must be driven from the **server** via:

* `exports['op-missioncreator']:StartMission(...)`
* `exports['op-missioncreator']:StartMissionWithLobby(...)`
* `exports['op-missioncreator']:OpCrimeStart(...)`
* `exports['op-missioncreator']:StopMission(...)`

See Server Side.
