Can i AutoRotate FreeCamera?

Hello,

I want to auto-rotate Freecamera just like ArcRotatecamera but how can i do this can anyone suggest me?

Hey! You can probably do something similar to this: Transformations with TransformNode | Babylon.js Playground (babylonjs.com)

Basically set up a transform node that we set as the parent of the camera then change its angle before every render.