Comment Selection Bug (WITH REPRO)

Ok, so I was coding in my livestream and I came across a rather odd bug…

  1. Insert a script
  2. Clear the script contents (the Hello World thing)
  3. Type the following: oops…
  4. Highlight it and click “Comment Selection”
  5. It’ll work! :smiley: Now uncomment it.
  6. Add a ‘(’ or ‘)’
  7. Try to comment it with “Comment Selection”

In other words:
You cannot use Comment Selection with a ‘(’ or ‘)’ in it.

EDIT: Here’s the line of code I found it with