📷Change cam and pos

If you want to change the position of the cameras I advise you to use a freecam and take its coordinates

Shared.PosInstance = vec3(-797.709900, 327.481323, 219.424194)
Shared.PosInstanceHeading = 0.0

Shared.Cam = { -- DONT TOUCH IF U DON'T KNOW HOW TO USE
    NewLoadSceneStart = vector3(-797.741, 330.9017, 220.9925),
    FirstCam = vector3(-797.741, 331.9017, 220.6),
    SecondCam = vector3(-797.7444, 329.8016, 220.6),
    FirstCamRotX = 180.0,
    FirstCamRotY = 180.0,
    FirstCamRotZ = 0.0,
    SecondCamRotX = 180.0,
    SecondCamRotY = 180.0,
    SecondCamRotZ = 0.0
}

Last updated