of     1   

2tabbycat
#140017190Friday, July 11, 2014 8:31 PM GMT

What is wrong with my script. I think it has something to do with the ending... place.LocalPlayer.MaximumZoomDistance = 0 End End
LegendaryAccount
#140017302Friday, July 11, 2014 8:32 PM GMT

is that the entire code?
AnonyAnonymous
#140017328Friday, July 11, 2014 8:32 PM GMT

CameraMaximumZoomDistance
Edd_E
#140017359Friday, July 11, 2014 8:32 PM GMT

1. This has to be a LocalScript inside the player (playergui, backpack, etc) then it could look like this game.Players.LocalPlayer.MaximumZoomDistance = 0
2tabbycat
#140017444Friday, July 11, 2014 8:33 PM GMT

Thanks. I'm new to scripting.
LegendaryAccount
#140017672Friday, July 11, 2014 8:35 PM GMT

I would do it like wait(0.5) game:GetService('Players').LocalPlayer.CameraMode = Enum.CameraMode.LockFirstPerson
2tabbycat
#140017967Friday, July 11, 2014 8:38 PM GMT

Thanks Legend.

    of     1