I made a script that changes Camera Spawn and it works
Script:
local camera = workspace.CurrentCamera --The Camera
repeat wait()
camera.CameraType = Enum.CameraType.Scriptable --Changes CameraType
until camera.CameraType == Enum.CameraType.Scriptable
camera.CFrame = workspace.CameraSpawn.CFrame --Makes Camera Go On Object
The Problem is that now when I Click A Button I cant make it go back to your own player.
Can someone Help me with a simple MouseButton1Click script.