Ok, so I was coding in my livestream and I came across a rather odd bug…
- Insert a script
- Clear the script contents (the Hello World thing)
- Type the following: oops…
- Highlight it and click “Comment Selection”
- It’ll work! Now uncomment it.
- Add a ‘(’ or ‘)’
- 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