Trying to understand how "DevComputerCameraMovementMode" works, the wikia doesn't explain as thoroughly as I would have hoped it would in such like "DevEnableMouseLock" since I at least understand how it works.
game.Players.LocalPlayer.DevEnableMouseLock = false
Would disable mouselock, but this wouldn't
game.Players.LocalPlayer.DevComputerCameraMovementMode = 0
disable the user camera mode?
game.Players.LocalPlayer.DevComputerCameraMovementMode = false
nor would this. So I am confused on exactly how I would go about to setting it. Maybe I had gone full "R" mode, or it's just 5am and I am tired. Idk, but can someone clarify with me how this exactly works? Since I can't seem to understand the wiki I guess.
Decided to come here because I forgot the R forums were useless.
-EDIT
Asked four days ago, and the ROBLOX forums are full of people who just insult others. I need to figure out how to set developer mode to camera modes. Would I use enum
in this instance?
Yes, you would use Enum.DevComputerCameraMovementMode.[insertmodenamehere]
.