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

Can someone add a Teleport to Humans team and zombies team on here? [closed]

Asked by 7 years ago
01local replicatedstorage = game:GetService("ReplicatedStorage")
02local status = replicatedstorage:WaitForChild("StatusValue")
03 
04while true do
05--intermission
06for i = 30,0,-1 do
07status.Value = "Intermission: "..i
08wait(1)
09end
10status.Value = "Choosing map"
11wait (5)
12status.Value = "Game in progress"
13wait (1)
14local map = game.ServerStorage.Map
15map:Clone().Parent = game.Workspace
16wait (900.2)
17game.Workspace.Map:Destroy()
18status.Value = "Game Over!"
19end

Closed as Not Constructive by Goulstem

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?