I don't know if you need a script for this or not, but I wanna know how to reduce the re-spawning time.
For example, you accidentally die from touching a lava brick, and your body parts just stay on the ground for like 4 seconds. I want it to be like you die and then instantly re-spawn again without having to see your dead body parts. I hope some of y'all will understand! -Ally
game.Players has a RespawnTime property that you can change either through code or in studio in the inspector by clicking on Players in the Explorer.
Just as vector3_zero said, game.Players has a RespawnTIme property that you can modify to make players respawn faster. Just change it to 1 or 0.