void StartLaunch() { playerplaceholder.enabled = false; launchfire.enabled = true; ingameman.LaunchHit(playerplaceholder.transform.position, launcher.transform.rotation.eulerAngles.z); Invoke("FireOut", 1.5f); }