I have a "car" and when you get in the vehicle seat you can drive it but all of this is done in first person, and when you get in a vehicle seat it zooms out! Why is it zooming out, and is there a way to fix that? Here is my script
game.Players.LocalPlayer.CameraMode = "LockFirstPerson" game.Players.LocalPlayer.CameraMaxZoomDistance = 0.5 game.Players.LocalPlayer.CameraMinZoomDistance = 0.5 script:Destroy()
--first and last line is not mine-- Please help!!! Thank you!!!
while wait() do game.Players.LocalPlayer.CameraMode = "LockFirstPerson" game.Players.LocalPlayer.CameraMaxZoomDistance = 0.5 game.Players.LocalPlayer.CameraMinZoomDistance = 0.5 script:Destroy() end
Roblox might force the camera distance. This should work.