Click and move(slow) + visible cursor

I have used this project for a project in my school but I want the mouse cursor to not disappear when clicked and the camera/person to move smoothly and not teleport like it does now

https://launch.playcanvas.com/484674?debug=true

Can somebody help me?

Hi @kevinstorm and welcome,

If you mean the mouse cursor shouldn’t be captured by the window on click, find the following line in your code and remove it:

this.app.mouse.enablePointerLock();

To smoothly animate an object or the camera towards a position on click, this example project can be of help:
https://developer.playcanvas.com/en/tutorials/point-and-click-movement/