For some reason, when i try to execute this script, it only rolls the camera and changes the coordinate frame, but it doesn't look at the baseplate. Can anybody tell me why?
Workspace.CurrentCamera.CoordinateFrame = Workspace.BasePlate.CFrame * CFrame.new(0, 5, 0) Workspace.CurrentCamera.Focus = Workspace.BasePlate.CFrame Workspace.CurrentCamera.CameraType = "Scriptable" Workspace.CurrentCamera:SetRoll(math.rad(0))
It's in a corescript. I'm using it in a plugin