When editing a script, if Shift+Enter
are pushed at the same time, the script editor creates an unrecognised unicode character, however it will still display as a new line
This issue is not instantly noticeable until you run the code and get a very specific error
The bug can be recreated by writing a few lines and pushing Shift+Enter to create a new line
System OS: Windows 10
Studio Version: 436.0.406474
36 Likes
tamtamchu
(tamtamchu)
June 10, 2020, 11:55pm
#2
Hi FilteredDev
Thanks for the report, we will take a look.
13 Likes
ImparuZ
(Paru)
June 11, 2020, 3:53am
#4
Happening to me aswell, roblox must have broke it with some new update
3 Likes
Fm_Trick
(Trick)
June 11, 2020, 4:27am
#5
It’s worth nothing that this only started happening with today’s studio update. I use Shift + Enter to move blocks of code constantly.
4 Likes
koob85
(koob85)
June 11, 2020, 5:08am
#7
DevHumor
(loser)
June 12, 2020, 1:54am
#10
This is quite interesting since Studio doesn’t use ASCII for the Script Editor and I assume that it uses UTF-8.
Besides that, it also affects macOS by pressing Shift + Return aswell.
1 Like
Once I tried to fix that for hours, then I found out that copy and pasting it into a new script instance can fix it.
1 Like
ImparuZ
(Paru)
June 12, 2020, 9:50pm
#15
Copy pasting your script in the SAME script instance also works but doesn’t solve the problem, this need to get fixed asap.
2 Likes
RPD777
(RPD777)
June 13, 2020, 2:47pm
#18
I have been experiencing this for a few days now and it is extremely frustrating and I end up spending twice as long on my scripts. Appreciate it if this can get resolved ASAP.
3 Likes
Seems to be doing it in comments as well
2 Likes
This bug has been annoying me to no end.
Hope its fixed soon
10 Likes
Ryfiles
(Ryfiles)
June 16, 2020, 4:34pm
#21
Same error has happen to me when I do this
local configuration = {
['Table'] = {}
}
Started happening to me two days ago. Took me forever to figure what was causing it.
Svmiyy
(Sami)
June 22, 2020, 2:36am
#23
I was SO confused when this started happening to me. I just copied and pasted it in the same script as said above. Hope it’s fixed soon!
I’m still experiencing this. I’ve seen a couple of submitted bug reports ~18 days ago, and no fix yet?
2 Likes
tamtamchu
(tamtamchu)
July 8, 2020, 8:25pm
#26
This issue should now be resolved in release 0.439.0.407878, please let me know if you are still experiencing this bug, thanks!
7 Likes
ImparuZ
(Paru)
July 8, 2020, 8:57pm
#27
It was fixed for me, thank you
1 Like
system
(system)
Closed
October 25, 2022, 10:13pm
#28
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.