Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to reduce respawning time?

Asked by 4 years ago

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

0
Load times entirely depend on how fast your computer can load things, but for your problem, you could just have the lava not kill the player, but instead teleport them back to where you want people to respawn. SteamG00B 1633 — 4y
0
You could also just destroy the character's body parts on death if you want them to actually die and reset without being able to see their body. SteamG00B 1633 — 4y

2 answers

Log in to vote
0
Answered by 4 years ago

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.

Ad
Log in to vote
0
Answered by 4 years ago

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.

Answer this question