How to move the camera independently of the player

So, I am currently making a game, and i want to use the arrow keys to move the camera, and not the player. and i want to do this when you pause the game. and when i unpause, i want the camera to go right back to the player. If you get what im saying, please help me :confused:
here is a link to the project page: PlayCanvas 3D HTML5 Game Engine

Hi @TheOnlyLabs,

Start with these examples on how to receive keyboard input and how to apply it to a player controller or the camera:

https://developer.playcanvas.com/en/tutorials/?tags=input

1 Like

thank you :slight_smile: