RYD_Projectile_Spectator Script by Rydygier & Gunter Severloh Description This is a script that will attach a camera to any ballistic projectile be it a bullet, bomb, missile, rocket, grenade, or tank shell. The camera's function will enable you to slow the time acceleration up or down, zoom in or out, and change the angle and view of the camera of the projectile while its flying. Essentially a souped up bullet, bomb, or missile cam! Download the script https://drive.google.com/file/d/14jfvMQ7iRJoxg_sF7RRvvq8Gzxmm-0By/view?usp=sharing Features Give the function of the projectile camera to any player/vehicle defined in the script that has a weapon. Activate/deactivate the camera through the action menu at anytime. Slow the speed of the camera as it follows the projectile to its target, and speed it back up to normal real time. Zoom in or out from the projectile to get a closer or further view while its in flight. Upon impact of the projectile, the camera will automatically zoom out a little for 5 seconds showing the devastation of the impact. Cancel the camera at anytime while the camera is following the projectile in flight and return to normal view. An added smoke tracer effect to the "BulletCore" projectiles will show where the projectile is mid flight once you slow the camera acceleration down. Player can use mouse wheel to change smoothly the distance between the camera and the projectile. Player will get an on screen small info about current distance or time acceleration - the time of fading in and displaying of this info is affected by the time acceleration. Any AI that you teamswitched to that has the camera enabled you will see the camera for whatever they shot. Camera Controls The camera can be controlled through key press during the projectile's flight. Move your mouse while holding left control will allow you to change the angle of the camera. Mouse wheel while shift is held will change the time acceleration by step of 0.05 from the minimum of 0.01 to the maximum of 1. Scroll Mouse wheel with or without shift pressed to change time acceleration or the camera distance. Terminate the camera while the projectile is mid flight at any time with the space bar. Script Usage The last line of the script is this line: [player,v1,v2,v3] call RYD_PRC_Run; Here you define after player, the names of each vehicle that will have the projectile camera function, separate each name with a , (comma). v1,v2,v3 are just example names, you can use your own names. Credits Rydygier wrote the script. Both Gunter's and Rydygier's ideas.