Wrong camera CFrame with CharacterAutoLoads disabled

  1. What do you want to achieve? Change player camera CFrame without character

  2. What is the issue? Wrong camera CFrame

  3. 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

was caused by enabled StreamingEnabled

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.