I want to make it so a player can’t zoom out to far so they can’t see over the map. How would I add this? This is what I have:

local script.Parent.Humanoid:Connect(CFrame) local script.Parent.MaxZoom = "CFrame" =~ local MaxZoom.CFrame = 15
I want to make it so a player can’t zoom out to far so they can’t see over the map. How would I add this? This is what I have:

local script.Parent.Humanoid:Connect(CFrame) local script.Parent.MaxZoom = "CFrame" =~ local MaxZoom.CFrame = 15
In starterplayer there is a property called CameraMaxZoomDistance, Just change that to ur likings.
Thats the easiest way its not that hard, most player settings u can find at StarterPlayer
Why would you make something complicated if the same ‘‘thing’’ can be done easily. I mean, He can easily script it.