i dont understand how to make the camera focus on a part
local Camera = game.Workspace.CurrentCamera
Camera.CameraSubject = workspace.Part
ive tried every single camera type but nothing works
its a localscript inside starterplayerscripts
in properties you can see the workspace camera properties being changed.
the camera just stays at 0,0,0 and cant be moved.
local Camera = game.Workspace.Camera
local part = game.Workspace.Part
repeat wait(3) until game:IsLoaded()
Camera.CameraType = Enum.CameraType.Scriptable
Camera.CFrame = part.CFrame
The repeat until is because the script will probably run before the players camera spawns Thats why it’s good having a loading screen or something…
If you wanna make a cutscene with the camera i suggest you this video