KLGA
|
  |
| Joined: 19 Apr 2014 |
| Total Posts: 2571 |
|
|
| 16 Aug 2014 09:08 PM |
How would I allow a player to scroll out 10 scrolls (pressing the o key 10 times starting from first person) and then disallow scrolling out after 10, so changing the max scroll from whatever it currently is to 10?
*reposted because of high amount of replies with no help |
|
|
| Report Abuse |
|
4567777
|
  |
| Joined: 13 Jul 2013 |
| Total Posts: 128 |
|
|
| 16 Aug 2014 09:22 PM |
there is a CameraMaxZoomDistance located in the player object, set this to 10. script example:
game.Players.LocalPlayer.CameraMaxZoomDistance = 10
insert into localscript in startergui |
|
|
| Report Abuse |
|