I looked it up and found nothing. Please help?
Step 1: Put a ClickDetector in a part. Step 2: Put a script in the part with the following code:
local part = game.Workspace.Part -- Replace "Part" with the name of the part. part.ClickDetector.MouseClick:connect(function(player) local cam = workspace.Camera cam.CameraType = "Custom" cam.CameraSubject = part end)