Some infos:
The whole area has the right orientation and is not diagonal and i don't know why the camera is diagonal
this is the script:
local Camera = workspace.Camera
local StageFolder = workspace.Stage
local Tweenservice = game:GetService("TweenService")
local TweenInfo = TweenInfo.new(0.5,Enum.EasingStyle. Quart, Enum.EasingDirection.InOut,0,false)
local CameraTween = Tweenservice:Create(Camera, TweenInfo, {CFrame = CFrame.lookAt(Vector3.new(12.1, 7.8, 16.8), Vector3.new(-90,0,0))})
StageFolder.ChildAdded:Connect(function()
Camera.CameraType = "Scriptable"
CameraTween:Play()
end)
** You are now Level 2! **