How do I disable camera roll?

Hey guys, can anybody tell me how to disable the camera roll?

I fixed it.

UserInputService.InputChanged:Connect(function(input)
	if (input.UserInputType == Enum.UserInputType.MouseWheel) then
		position = oldpos
	end
end)
1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.