How can I disable first person, like the camera should stop at a point in zoom(Right before going in first person)
Edit the Player’s CameraMinZoomDistance. Ideally, it should be something like 15? Try messing around with it. You can do this in a local script like so:
local plr = game:GetService("Players").LocalPlayer
plr.CameraMinZoomDistance = 15
Wow it was that easy thank you so much
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.