jasdevil7
|
  |
| Joined: 10 Apr 2009 |
| Total Posts: 2758 |
|
|
| 03 Nov 2014 07:37 AM |
| Trying to create a third person lock, but doesn't work like locking first person and I can't figure out how to disable zooming in. |
|
|
| Report Abuse |
|
|
|
| 03 Nov 2014 07:44 AM |
| Make a while true loop that checks the distance from the camera to the person's character and force it to be a certain distance away |
|
|
| Report Abuse |
|
|
jasdevil7
|
  |
| Joined: 10 Apr 2009 |
| Total Posts: 2758 |
|
|
| 03 Nov 2014 08:22 AM |
would you be able to write it up for me? i'm horrid with scripting. |
|
|
| Report Abuse |
|
|
|
| 03 Nov 2014 08:22 AM |
| I can help, but no I wont write it for you. |
|
|
| Report Abuse |
|
|
jasdevil7
|
  |
| Joined: 10 Apr 2009 |
| Total Posts: 2758 |
|
|
| 03 Nov 2014 08:27 AM |
aha, worth a shot at least. i'll figure it out, thanks. |
|
|
| Report Abuse |
|
|
|
| 03 Nov 2014 09:13 AM |
Shadow that's terribly inefficient, you should never do something like that. Just do: player.CameraMaxZoomDistance = number player.CameraMinZoomDistance = sameNumber
guise i have a siggy |
|
|
| Report Abuse |
|
|
|
| 03 Nov 2014 09:37 AM |
Ohh, thanks for pointing that out, i didn't know that was an existing thing!
My friend has always used that technique, so that's where i got it from. |
|
|
| Report Abuse |
|
|