It does disable the gui, however, you re-enable it as soon as its disabled.
Basically, you call the self: End()
then the loop repeats right after, calling the self: Start()
straight away.
It does disable the gui, however, you re-enable it as soon as its disabled.
Basically, you call the self: End()
then the loop repeats right after, calling the self: Start()
straight away.
I Was just going to say that HAHA, put a wait after the self:End() and your problems will be gone
guess I was correct lol, I forgot that the while loop would just insta loop back to the start, I didn’t bother thinking about it since I put the task.wait(3)
, and couldn’t bother checking it lol.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.