Hello, I need some help with the camera in workspace.
So, my camera, in workspace, I want it to be locked when someone enters the game, It’s what they see. They can’t move the camera or their Character. I’ve looked for this but I didn’t seem to find anything similar to my case.
local Camera = workspace.CurrentCamera
-- what is the full z position
local CameraCFrame = CFrame.new(-1305.053, 4.835, 166) * CFrame.Angles(
math.rad(0.325),
math.rad(-38.022),
0
)
repeat
Camera.CameraType = Enum.CameraType.Scriptable
Camera.CFrame = CameraCFrame
task.wait(1)
until Camera.CameraType == Enum.CameraType.Scriptable