of     1   

SkelectroTM
#183111721Saturday, February 06, 2016 9:09 PM GMT

I posted an earlier edit of this script about 4 hours ago and I got 1 problem fixed, but now all of a sudden whenever I press literally any button, it just changes my MaxZoom from 8 to 1 and 1 to 8. Tell me if I did something wrong please. ui=game:GetService('UserInputService') Player=game:GetService("Players").LocalPlayer local FirstPerson='' SN=script.Name local Sect='PerspectiveChange' local FirstPerson='' ui.InputBegan:connect(function(key) if key.KeyCode == Enum.KeyCode.C or Enum.KeyCode.DPadDown then if FirstPerson==false then Player.CameraMinZoomDistance=.5 wait(0.03) Player.CameraMaxZoomDistance=.5 FirstPerson=true else Player.CameraMinZoomDistance=8 wait(.03) Player.CameraMaxZoomDistance=8 FirstPerson=false end end end) yes, this is a local script in StarterGui and yes, it's the entire script. y-y-you too...
SkelectroTM
#183112116Saturday, February 06, 2016 9:16 PM GMT

bumpity bump-bump y-y-you too...
SkelectroTM
#183112670Saturday, February 06, 2016 9:25 PM GMT

bump... y-y-you too...
SkelectroTM
#183113187Saturday, February 06, 2016 9:35 PM GMT

...bump y-y-you too...
SkelectroTM
#183113675Saturday, February 06, 2016 9:44 PM GMT

bumpity bumpity. please help y-y-you too...
SkelectroTM
#183117095Saturday, February 06, 2016 10:45 PM GMT

bump y-y-you too...

    of     1