Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Don't want people to access your view of the workspace? Just use a camera lock script. [closed]

Asked by 6 years ago
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.
0
what is the purpose of this question? theking48989987 2147 — 6y

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?