if TableCount == 0 then
repeat
wait(2)
print(TableCount)
SpawnScript.Disabled = true
print("All Spots Are Full!")
until TableCount >= 1
SpawnScript.Disabled = false
end
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.brokenVectors525— 4y
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.
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?