Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Camera CFrame doesn't want to move to the brick CFrame?

Asked by 3 years ago

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
0
Try putting the cameratype to scriptable instead of custom grandiosav4 62 — 2y

Answer this question