I am a beginner at scripting and I need YOUR help! Can you kill all players when the round ends? I tried this:
wait(120) script.Parent.Parent.Players.GetAllChildren() -- ??????????????????????????????????????
This is where I get stuck! I need help! Can you do it?
Since this is more like a request, if you can get the list of players that are still alive in game. Here you go..
for _,v in next,alivePlayers do v:LoadCharacter() end