Skip to content

Using the camera

Enabling and disabling the camera

After we have finished adjusting our camera, we can enable it by doing the following.

ShiftUnlockedCamera:SetEnabled(true)

To disable the camera, simply pass false as the value.

ShiftUnlockedCamera:SetEnabled(false)

Destroying the camera

After we finish using a camera object, we can destroy it by doing the following.

ShiftUnlockedCamera:Destroy()