My dialoge script doesn't work

You’re probably getting an error because you’re not closing the while true loop near the top. However, the loop is not necessary as the MouseClick function will run every single button click.

You forgot to put another end after end) Simple fix.

1 Like

Why do you need the while true loop?