-
What do you want to achieve? Change player camera CFrame without character
-
What is the issue? Wrong camera CFrame
-
What solutions have you tried so far? None
local camera = workspace.CurrentCamera
task.wait(2)
camera.CameraType = Enum.CameraType.Scriptable
print(camera.CameraType)
camera.FieldOfView = 60
camera.CFrame = script:GetAttribute("CameraPos")
with CharacterAutoLoads enabled
without