> For the complete documentation index, see [llms.txt](https://docs.zep.us/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zep.us/zep-script/zep-script-guide/explore-zep-script/tutorials/displaying-a-message.md).

# Displaying a Message

1. Let’s try displaying a message in the center of the app. The default center label is set to a black background with white text.

```jsx
// main.js

App.showCenterLabel("Hello world");
```

2\. Result

<div align="left"><figure><img src="/files/hoELhaJFwaN3saDD6MXa" alt=""><figcaption></figcaption></figure></div>

{% hint style="warning" %}
Please Note&#x20;

* For the tutorial, we recommend setting the app type to Mini-Game.&#x20;
* The JSON file name must be “main”. Please create a new text file and name it main.js.&#x20;
* If you do not know how to deploy an app, please refer to the [<mark style="color:purple;">**ZEP Script Deployment Guide**</mark>](/zep-script/zep-script-guide/zep-script-development-guide/zep-script-deployment-guide.md)<mark style="color:purple;">.</mark>
  {% endhint %}
