I use the scroll to (Mouse.X,Mouse.Y) but is too fast, how can I control the speed of the camera following the mouse?
Develop games in your browser. Powerful, performant & highly capable.
The camera is going too fast because you are setting it every tick. Try to add some delay or using lerp expression.