> For the complete documentation index, see [llms.txt](https://rocket-networking.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rocket-networking.gitbook.io/docs/rocket-networking-code/rooms/callback_changeroom.md).

# callback\_ChangeRoom()

After a successful room change, the callback function **callback\_ChangeRoom()** is called.&#x20;

Under Scripts/Rocket Networking/Callback Functions , you can edit this to do whatever you want…

### Example Implementation of callback

<figure><img src="/files/oUZxFJvLsIqREXS1BR13" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/61EKjsY9a8XaAPvyDOZu" alt=""><figcaption></figcaption></figure>

* Here I’ve just done a show\_message so the user is shown a dialog box with that message&#x20;
* You can use this as confirmation that you have indeed changed rooms
