How to disable in-game settings

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Keep it simple and clear!
    I want to disable certain roblox settings like: Camera Sensitivity
  2. What is the issue? Include screenshots / videos if possible!
    When you go to settings in the roblox topbar, there are options like:
    Camera mode,
    Camera Sensitivity etc.
    I would like to prevent players from changing their camera sensitivity manually, how would i do that?
  3. What solutions have you tried so far?
    Yes i have looked far and wide
1 Like

I Don’t That’s Possible Unless There Is Something In Player Properties

I don’t think camera sensitivity is able to be manipulated through a simple property. It would have to be manipulated through a bunch of complex math algorithms including CFrame rotations and stuff. I would just say that if it’s not a crucial requirement for your project, just try and find an alternative.

1 Like

The issue is that the “in-game settings” you’re referring to, is part of the CoreGui which can’t be changed

image

The only option is to manipulate the Camera yourself, you can learn more info about it here: