Right here?
1 Like
No, I thought that was the second script. You had it right the first time. Possibly change the
while wait() do
into
repeat
until intermissionLength == 0
and then make a separate repeat for the round timer.
repeat
until roundLength == 0
This way is less optimized, but I am struggling to see where things could go wrong. Do as @Virvek said and put debugging prints between each line. Like print(“success1”), and then print(“success2”), so on so forth.
Tell us how far it gets and what line that is.
3 Likes