So, programming is basically always learning something new
And that’s why today i want to learn about Camera Manipulation. For example i don’t currently know how to manipulate a camera in a way to make a cutscene ( I used to use a plugin for cutscenes ). And so i want to learn to do things like that.
Basically i just want to know how i can make cutscenes with the camera, maybe also make it smooth but that’s not needed.
So if someone is able to send me videos, posts or just teach me how to simply do camera manipulation, i’d really appreciate.
Also, don’t ask for people to teach you big stuff like this. I don’t think you researched any videos at all because there’s so many videos about camera manipulation.
You need to manipulate cameras through a local script. Since your local script won’t run in workspace, run it in StarterGui. Set the workspace.Camera.CameraType to Scriptable and change the CFrame of the camera to a part. Make sure the part’s lookvector is looking where you want it to be.
There’s definitely more articles and tutorials too.