ScreenGui doesn't seem to go away when I set Enabled = false

It does disable the gui, however, you re-enable it as soon as its disabled.
image

Basically, you call the self: End() then the loop repeats right after, calling the self: Start() straight away.

4 Likes

I Was just going to say that HAHA, put a wait after the self:End() and your problems will be gone

2 Likes

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.

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.