222304
|
  |
 |
| Joined: 26 May 2008 |
| Total Posts: 24900 |
|
|
| 15 Apr 2014 04:38 PM |
I've been designing a dynamic zombie top-down survival game.
http://www.roblox.com/unnamed-place?id=12439020
So far the camera works as it should but, I'm wondering what I can do to improve on it. |
|
|
| Report Abuse |
|
|
|
| 15 Apr 2014 04:45 PM |
First off, check if the character has died before shooting the gun, otherwise, you can shoot when youre dead.
Second, have the camera update faster for s smoother top-down camera view. |
|
|
| Report Abuse |
|
|
Bebee2
|
  |
| Joined: 17 May 2009 |
| Total Posts: 3985 |
|
|
| 15 Apr 2014 04:48 PM |
| AKA use game:service'RunService'.RenderStepped:connect(function() |
|
|
| Report Abuse |
|
|
| |
|