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

How to reset the map after all players have died? [closed]

Asked by 6 years ago

How do i reset the map after all players in the game die?

2
You could put the map in ServerStorage and clone it at the beginning of the round and then destroy it at the end. shayner32 478 — 6y

Closed as Not Constructive by PyccknnXakep, blowup999, and BlueTaslem

This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.

Why was this question closed?

1 answer

Log in to vote
0
Answered by 6 years ago

Before the round put it in lighting. When you want the game to start put the map in workspace. Then I think you would make a table getting all the players humanoids in it. Then you would wait for all the humanoids health to go to 0, and finally put the map back in lighting. I've never done this but I think thats how to do it.

Ad