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

How would I go about using "DevComputerCameraMovementMode"?

Asked by 7 years ago
Edited 7 years ago

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?

0
B1 BrotherBerzerk 17 — 7y

1 answer

Log in to vote
0
Answered by 6 years ago

Yes, you would use Enum.DevComputerCameraMovementMode.[insertmodenamehere].

Ad

Answer this question