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

How to fix my intermission also I have all values and gui.?

Asked by 7 years ago

local ReplicatedStorage = game:GetService("ReplicatedStorage") local status = ReplicatedStorage:WaitForChild("StatusValue")

while true do --Intermission for i = 30,1,-1 do status.Value = "Intermission:"..i wait(1)

end local map = game.ServerStorage.BaseMap map:Clone().Parent = game.Workspace wait(15) game.WorkSpace.BaseMap:Destory() status.Value = "Game Over!" end

0
Please put your code in a code block Netflixy 126 — 7y

Answer this question