Issue with Camera Manip

The Camera does not go to the camera in the workspace:

local CurrentCamera = workspace.CurrentCamera
local Camera = workspace.CameraPart

CurrentCamera.CameraType = Enum.CameraType.Scriptable
CurrentCamera.CFrame = Camera.CFrame

You might have to wait a little bit before setting the camera as soon as they join.

That fixed it, thank you! Adding more cause of character limit

2 Likes