why does my focuspart look the complete opposite direction. how do i make it look the same direction every time
local cam = workspace.CurrentCamera
cam.CameraType = "Fixed"
cam.Focus = workspace.cutscene.CFrame
why does my focuspart look the complete opposite direction. how do i make it look the same direction every time
local cam = workspace.CurrentCamera
cam.CameraType = "Fixed"
cam.Focus = workspace.cutscene.CFrame
Rotate the camera part (char limit)
you think i haven’t tried that already?
you can try to fix it by change the + number to - or - to +
Your best bet is to follow the API on positioning the camera cframe to follow the orientation of the part it is focused on:
https://developer.roblox.com/en-us/api-reference/property/Camera/CFrame
Try using cam.CFrame
instead of cam.Focus
.