beako 13 Posted January 9, 2017 Hi All, I'm trying to delay the respawn menu I created with: respawnTemplates[] = {"MenuInventory","MenuPosition"}; because I want to watch the footage from my deathcam function play out to completion, but instead the respawn menu interrupts and automatically pops-up. Does anyone know how I can delay it or is this out of our control? Share this post Link to post Share on other sites
M1ke_SK 230 Posted January 9, 2017 in Description.ext set respawnDelay parameter with number of seconds to delay. Description.ext respawnDelay = 10; Source: https://community.bistudio.com/wiki/Description.ext#respawnDelay Share this post Link to post Share on other sites
beako 13 Posted January 9, 2017 9 hours ago, M1ke_SK said: in Description.ext set respawnDelay parameter with number of seconds to delay. Description.ext respawnDelay = 10; Source: https://community.bistudio.com/wiki/Description.ext#respawnDelay Thanks, but this does not solve the problem. The respawn UI menu still appears and overides the deathcam. Share this post Link to post Share on other sites
davidoss 552 Posted January 9, 2017 I do not knew if there is any possibility to delay respawnmenu after player dead, but you could do this from other side. Do not kill the player when he should gets killed, wait until killcam ends, kill player. Share this post Link to post Share on other sites
billyeatworld 2 Posted January 10, 2017 Hey david. I'm pretty sure you're on the right track about delaying the player death. There's no way that I can think of to avoid the respawn screen appearing. Share this post Link to post Share on other sites