I've been trying to figure out on how to change the CameraType by touch but I haven't been able to. I've searched up on Youtube and on the devforum but didn't understand anything, and on youtube there where only explanations on camera manipulation and that's not what I'm searching for.
I guess you are very beginner at scripting, well I am quite too, but this is super easy stuff dude. Just make remote event for touch and after do code. LOCALSCRIPT
local part = YOUR-PART part.Touched:Connect(function() game.Workspace.Camera.CurrentCameraType = what you want end)