Is there a way to cancel a function while it is running?
So I want to cancel this function so when all the players die but how can I cancel a function tho?
004 | game.ReplicatedStorage.PlayersAlive.Value = game.ReplicatedStorage.NumPlayers.Value |
005 | for i,v in pairs (game.Players:GetChildren()) do |
006 | v.Backpack.inGame.Value = "Game" |
008 | game.ReplicatedStorage.GameStatus.Value = "Game" |
010 | game.ReplicatedStorage.GameStatus.Value = "Game" |
011 | local WaterRunMap = game.ServerStorage.WaterRun:Clone() |
012 | WaterRunMap.Parent = game.Workspace |
013 | game:GetService( "ReplicatedStorage" ).GameTime 60 :Fire() |
014 | game:GetService( "ReplicatedStorage" ).WaterRun:FireAllClients() |
016 | for i,v in pairs (game.Players:GetChildren()) do |
017 | v.Character.HumanoidRootPart.CFrame = CFrame.new(- 207.5 , 17.5 , 151.5 ) |
020 | game.ReplicatedStorage.GameTime.Value = t |
026 | game.ReplicatedStorage.GameStatus.Value = "Game" |
027 | local BombBombRainMap = game.ServerStorage.BombBombRain:Clone() |
028 | BombBombRainMap.Parent = game.Workspace |
029 | game.ServerScriptService.BombRain.Disabled = false |
030 | game:GetService( "ReplicatedStorage" ).GameTime 60 :Fire() |
031 | game:GetService( "ReplicatedStorage" ).BombBombRain:FireAllClients() |
033 | for i,v in pairs (game.Players:GetChildren()) do |
034 | v.Character.HumanoidRootPart.CFrame = CFrame.new(- 43 , 2.5 , 27 ) |
037 | game.ReplicatedStorage.GameTime.Value = t |
040 | game.ServerScriptService.BombRain.Disabled = true |
044 | game.ReplicatedStorage.PlayersAlive.Value = game.ReplicatedStorage.NumPlayers.Value |
045 | game.ReplicatedStorage.GameStatus.Value = "Game" |
046 | game:GetService( "ReplicatedStorage" ).GameTime 120 :Fire() |
047 | local SwordFightMap = game.ServerStorage.SwordFight:Clone() |
048 | SwordFightMap.Parent = game.Workspace |
049 | game:GetService( "ReplicatedStorage" ).SwordFight:FireAllClients() |
051 | for i,v in pairs (game.Players:GetChildren()) do |
052 | v.Character.HumanoidRootPart.CFrame = CFrame.new( 2 , 5 , 80 ) |
055 | game.ReplicatedStorage.GameTime.Value = t |
090 | game.ReplicatedStorage.PlayersAlive.Value = game.ReplicatedStorage.NumPlayers.Value |
091 | game.ReplicatedStorage.GameStatus.Value = "Game" |
092 | local LaserTagMap = game.ServerStorage.LaserTag:Clone() |
093 | LaserTagMap.Parent = game.Workspace |
095 | for i,v in pairs (game.Players:GetChildren()) do |
096 | v.Character.HumanoidRootPart.CFrame = CFrame.new( 104 , 7.59996033 , - 35 ) |
098 | game:GetService( "ReplicatedStorage" ).LaserTag:FireAllClients() |
101 | game.ReplicatedStorage.GameTime.Value = t |
107 | local SewersMap = game.ServerStorage.WIPSewers:Clone() |
108 | SewersMap.Parent = game.Workspace |
I want to cancel this function