3m0 Hello, I've been searching the documentation and API, but I can't find a way to create an event that moves the camera to another region on the map (and maybe attach the camera back to the player later?). Is there a way that I can achieve this?
Samarium Hello and welcome to the forum, you are just in time since the new version allows to manage the camera on the server side On version 3.1.0: https://docs.rpgjs.dev/commands/common.html#camera-follow Otherwise, you can manipulate the camera on the client side by retrieving the viewport property on the scene (example: https://community.rpgjs.dev/d/85-change-viewportcamera-scale)