Pasting an emoji in the script editor causes crash

It’s pretty straightforward. Every time I paste an emoji directly in the script editor (not in a string), studio crashes. I don’t do this often, but when I do:

local foo = "🙃"
2 Likes

It looks like this is caused by the script editor folds beta feature.

image

Also for future reference, make sure you’re following the Bug Report Guidelines. If you can’t provide reliable reproduction steps that cause the issue for other people, make sure you provide your crash dump file in a private DM with Studio Crash Reports (it’s generally good practice to provide this always anyway).


After further investigation, this just looks like an extension of this issue:

3 Likes

A post was merged into an existing topic: [Script Editor Folds Beta] Studio crashes when typing special symbols (cyrillic, accents, emoji, etc.)