Local1:
local camera = workspace.Camera
local currentCamera = workspace.currentCamera
camera.CameraType = Enum.CameraType.Scriptable
camera.CFrame = currentCamera.CFrame
This is part of a script in which when using the prompt, the camera switched to part, and showed the player from the side, I need to do that after that, the camera went back to the player and was as it is. How do I do that?
Local2:
local camera = workspace.Camera
local currentCamera = workspace.currentCamera
camera.CameraType = Enum.CameraType.Fixed
I tried that, but it didn’t work.