How to tween a players camera from the server?

I want to make a cutscene that everybody in the server can watch at the same time, but I do not know how to get the players’ camera from a server script. I don’t want to use a local script, to improve performance. How would I be able to get the camera?

The camera is handled by the client. You can’t control the camera throught the server. You have to use a localscript. If you want to make a cutscene, you have to send a signal to all the clients through a remote event. You can read what that is here

1 Like