depends on what you try to achive, right now you can change the rotation speed by changing the players rotation speed. I do assume though you want the camera to rotate not as fast as the player so you can try and use this
set layout angle --> lerp(layout.angle, player.angle, 0.1)[/code:1wrp1q1l]
There you can adjust the speed by changing the 0.1 to anything between 0 and 1.