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

How do I disable the ChangeCameraOption?

Asked by 7 years ago
Edited 7 years ago

I know the basics, I just need to figure out how to write this one. Is it the same as disabling Shiftlock? This is what I have at the moment but it does not work.

wait()
pcall(function()
    local starterGui = game:GetService('StarterGui')
    starterGui:SetCore("CameraModeOption", false)
end)

All help is appreciated!

1 answer

Log in to vote
0
Answered by 7 years ago
Edited 7 years ago

Step 1: Open Studio. ,
Step 2: Open up "Explorer" and "Properties" using the "View" tab ,
Step 3: Find "Starter Player" in Explorer. ,
Step 4: Using Properties, Scroll down to the "Camera" section. ,
Step 5: Change "Camera Mode" to "Classic" or "LockFirstPerson" ,
Step 6: Change "DevComputerCameraMovementMode" to "Classic" ,
Step 7: Change "DevTouchCameraMovementMode" to "Classic" ,
I hope this helped, if it did accept as an answer, no scripts required. :D

0
Wow, seems simple enough! I appreciate this. AdvancedCode 136 — 7y
Ad

Answer this question