Like the title says, The cam doesnt change position
local Players = game:GetService("Players") local cam = workspace.CurrentCamera local player = Players.LocalPlayer local BerlinoZooCam = game:GetService("Workspace"):FindFirstChild("TycoonCams").BerlinoZoo local HenryDoorlyZooCam = game:GetService("Workspace"):FindFirstChild("TycoonCams").HenryDoorlyZoo local LisbonZooCam = game:GetService("Workspace"):FindFirstChild("TycoonCams").LisbonZoo local PairiDaizaZooCam = game:GetService("Workspace"):FindFirstChild("TycoonCams").PairiDaizaZoo local ValenciaZooCam = game:GetService("Workspace"):FindFirstChild("TycoonCams").ValenciaZoo repeat wait() until player.Character wait(5) cam.CameraType = Enum.CameraType.Custom cam.CFrame = BerlinoZooCam.CFrame