Hello, I’m making a camera script for the main menu but, how can reset the player camera?
local cc = workspace.CurrentCamera
local pc = workspace.PlayCam
local dmc = workspace.DmCam
local pb = script.Parent.Playbutton
wait(0.001)
cc.CameraType = Enum.CameraType.Scriptable
cc.CFrame = pc.CFrame
Thanks for help