Ruinable
|
  |
| Joined: 14 Sep 2014 |
| Total Posts: 8903 |
|
|
| 22 Dec 2014 02:44 PM |
when checking the player, CameraMinZoomDistance never changes but MaxZoomDistance does. It also prints toggling weeb 3 times.
function toggleperson() print("Toggling weeb") if person == 1 then plr.CameraMaxZoomDistance = 10 plr.CameraMinZoomDistance = 10 person = 3 elseif person == 3 then plr.CameraMaxZoomDistance = 0 plr.CameraMinZoomDistance = 0 person = 1 end end
#ScriptMasterRace |
|
|
| Report Abuse |
|
Ruinable
|
  |
| Joined: 14 Sep 2014 |
| Total Posts: 8903 |
|
| |