You can write your topic however you want, but you need to answer these questions:
What do you want to achieve? Keep it simple and clear!
I want to disable certain roblox settings like: Camera Sensitivity
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?
What solutions have you tried so far?
Yes i have looked far and wide
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.