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

why can't I change the camera properties in StarterPlayer using LocalScript?

Asked by 4 years ago

in General, this is the case. I created a LocalScript in StarterPlayer --> StarterPlayerScripts . The goal is to change the camera properties in StarterPlayer, namely DevCameraOcclusionMode . I want to change from Zoom to Invisicam . Here is what the script turned out to be:

script.Parent.Parent.DevCameraOcclusionMode = Enum.DevCameraOcclusionMode.Invisicam

Seemed so simple , but no! Issues errors : 1) Insufficent permissions to set DevCameraOcclusionMode and 2) The current identity (2) cannot setDevCameraOcclusionMode (lacking permission 5).

I tried other simple ways to do this , but it doesn't work :( Please help me with this problem.

1 answer

Log in to vote
0
Answered by
qVoided 221 Moderation Voter
4 years ago

You can't access it if you are lacking permission. Once I tried accessing the CoreGui, but it wouldn't let me. Sorry! :(

0
thank you rewsautaster11 9 — 4y
Ad

Answer this question