So I need again help cuz am bad lol.
I tried making camera face the zombies head when the animation plays. But I dont know what I should use something like (char.Head.CFrame, who.Value.CFrame)
runservice.Heartbeat:Connect(function()
if data:WaitForChild("Glory").Value == true then
cam.CameraType = Enum.CameraType.Scriptable
cam.FieldOfView = 75
cam.CFrame = data:WaitForChild("Glory"):WaitForChild("Who").Value.CFrame
else
cam.CameraType = Enum.CameraType.Custom
end
end)