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

Im trying to make it so if all the tables are full it will stop, but idk what im doing wrong? [closed]

Asked by
fastlocks -10
3 years ago
if TableCount == 0 then
    repeat
        wait(2)
            print(TableCount)
            SpawnScript.Disabled = true
                print("All Spots Are Full!")    
            until TableCount >= 1    

        SpawnScript.Disabled = false
    end
0
Is that your entire script? User#34929 0 — 3y
0
What exactly are you trying to do? Is that the whole script? Do you get any errors? There is almost no context here, please answer these questions. brokenVectors 525 — 3y

Closed as Non-Descriptive by DeceptiveCaster

This question has been closed because its title or content does not adequately describe the problem you are trying to solve.
Please ensure that your question pertains to your actual problem, rather than your attempted solution. That is, you were trying to solve problem X, and you thought solution Y would work, but instead of asking about X when you ran into trouble, you asked about Y.

Why was this question closed?