Top Down Shooter, having the gun player rotate towards the mouse.

Can some one please conjure up a script to be exactly like the blue squares movement and aiming system in this video.

Thanks for helping in advance,
-Dj

short answer no. long answer no. Please show us that you tried, then we can help you on the way.

i did, the animations for both the player and the zombie and modeled them both and got the camera set-up and things of that sort but im a bit short on memory on how to make a script for this type of camera.

Camera.ScreenPointToRay and Transform.lookat(hit.point) are good start points.