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

My game has a big bag that i can't fix? [closed]

Asked by 4 years ago
Edited 4 years ago

I am making a minigames game and every time i die when it select the next minigame it will just say that i won the game but i didn't (in the sword fights level need to be 2 players) if i don't reply i am not home,

Here is the link for my game if you want to try it yourself: --https://web.roblox.com/games/5634823302/Minigames

here is my main script:

001if game.Workspace:FindFirstChild("Baseplate") then
002    game.Workspace.Baseplate:Destroy()
003end
004wait(5)
005local Seconds = game.ReplicatedStorage.Seconds
006local Minutes = game.ReplicatedStorage.Minutes
007local TimerValue = game.ReplicatedStorage.TimerText
008local IsIntermision = false
009while wait() do
010 
011    function Counter(minutes, seconds)
012        Minutes.Value = minutes
013        Seconds.Value = seconds
014        wait(1)
015        while wait() do
View all 154 lines...
0
also i let only the flood escape map for testing i removed the other one dionsyran2 66 — 4y
0
No ones going to answer a question with more than 60 lines WideSteal321 773 — 4y
0
I know but the script is more than 60 lines dionsyran2 66 — 4y

Closed as Not Constructive by JesseSong

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?