Third Person Mouse Move Camera Help

Hey, so this issue cannot actually be fixed unless you fork the camera scripts.
For some very very odd reason, roblox disabled the Camera API entirely.

This is the code responsible for disabling the camera api, it is locked behind an FFlag called “UserRemoveTheCameraApi” which seems to currently be enabled. If you want to re-enable the camera API manually, please replace lines 552-556 with

return cameraModuleObject

image

A follow-up from a staff member regarding why this FFlag exists and why its turned on would be lovely. I don’t see a reason for disabling the camera API.

5 Likes