Studio crashes when I edit one specific parameter

I’m currently trying to edit one, very specific parameter on a very specific line which includes: :IsDescendantOf()

Whenever I try to edit that parameter in any way, studio immediately crashes, I’ve tried searching for solutions but I’ve already uninstalled all plugins, reinstalled studio, etc.

Here’s a video of it in real time:

As you can see, I don’t have any plugins installed, and I can even edit the line the parameter is on, but as soon as I edit the parameter, studio immediately quits.

3 Likes

This issue is still occurring if anyone knows a solution :slightly_smiling_face:!

Might be a script editor or type checking issue. Try adding --!nocheck at the very top of the script.
I think this belongs to #bug-reports:studio-bugs .

1 Like