Hi, usually when you type “while true do” and then press [Enter], It’l create an empty line as well as “end” on the line below. However, that does not happen for me and instead when I press enter, nothing happens. No extra line, no “end”. It recently started happening and it is bugging me out.
Here are some pictures to better describe the bug I’m having.
Say you were going to make a while loop. Once you type “while true do” and press enter,
An extra line and “end” would appear. However when I press enter after typing “while true do”,
I get nothing, but an error.
I can confirm this happens with anything else that inputs an empty line and “end” like function, or for loops. To recreate this bug, insert a script anywhere, go into the script, type “while true do” and press enter.
Additional Info:
My computer specs are:
Processor: Intel Core i5-8400
Memory: 8 GB
GPU: Nvidia GT 1030
Monitor Refresh Rate: 144hz
Here is the log file that has been uploaded at the closest time the issue started happening for me: log_77A0D_1.txt (7.3 KB)
Hey TechnicalHost, thanks for sharing this issue! I just wonder know what’s the difference between your first enter and second? Looks like you can get ender-complete for first enter but second enter doesn’t?
When I type “while true do” and press enter, I don’t get anything. Usually what’s supposed to happen is that when you press enter on “while true do” you get an extra line along with an “end/end)”.