How would I use 'StarterPlayer' to change max zoom distance? or min zoom distance?
You may change the properties on the StarterPlayer service that's in between 'StarterPack' and 'Soundscape' if you want the players to have that property set up when they spawn.
You may also change the properties on the Player if you want to change it individually.
-- Example game.Players.LocalPlayer.CameraMaxZoomDistance = 10
You ought to start getting used to researching Roblox's APIs at reliable sources such as Wiki, YouTube, or Roblox's forums.