How do I change the players camera position to make a cutscene?

How do I change the players camera position to make a cutscene?

Please do not link me to the Roblox Api, it hasn’t been helping me lately and it doesn’t really help me that much. it would be better if people can explain it to me.

1 Like

Access WorldRoot.CurrentCamera from a LocalScript. From there, reconfigure the camera settings through properties like CameraSubject, CameraType, etc. To then set the camera position, set the camera’s CFrame to the cutscene’s CFrame position.

1 Like

There are cutscene plugins out there that will make your work a lot easier. I personally have used a cutscene plugin for my game, and it worked fairly well. There are other resources on the Devforum to help you as well.