#lava
1 messages · Page 1 of 1 (latest)
prob bc of the timeout
not intire sure
but i think if the timeout is higher this should go get higher
Time out make sense on loops one by one
So, it should works 1 minute, but it works only 15 seconds
Idk why
Because you increase seconds without increasing timeout. Your first loop increases seconds to 15, the second loop uses the same seconds variable so it starts at 15.
make timeout equal to 60 then, and use task.wait() not wait()
i have written seconds = 0 after every command