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 6 years ago
local replicatedstorage = game:GetService("ReplicatedStorage")
local status = replicatedstorage:WaitForChild("StatusValue")

while true do
--intermission
for i = 30,0,-1 do
status.Value = "Intermission: "..i
wait(1)
end
status.Value = "Choosing map"
wait (5)
status.Value = "Game in progress"
wait (1)
local map = game.ServerStorage.Map
map:Clone().Parent = game.Workspace
wait (900.2)
game.Workspace.Map:Destroy()
status.Value = "Game Over!"
end

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?