game.Players.PlayerAdded:connect(function(plyr) wait(1) plyr.CameraMaxZoomDistance = 15 --Set it to whatever you want the max zoom. plyr.CameraMinZoomDistance = 1 --You can set this to 0, and top 0 for full screen. end) --Now, no one gets to see your full workspace of work easily.
Closed as off-topic by User#19524
This question has been closed by our community as being off-topic from ROBLOX Lua Scripting.
Why was this question closed?