I try to put 0 for both yet they don't work, here is my code:
local function DistortCamera()
task.wait(0.1)
game.Workspace.Camera.CameraSubject = CURRENT_VEHICLE.CameraPart
game.Workspace.Camera.CameraType = Enum.CameraType.Attach
game.StarterPlayer.CameraMaxZoomDistance = 0
game.StarterPlayer.CameraMinZoomDistance = 0
end```
Pretty simplistic, everything works but the cameramaxzoomdistance and cameraminzoomdistance , I tried using CurrentCamera and I also tried game:GetService("StarterPlayer"), still didnt work!
Any help? Thanks! :gnomewave: