Studio breaking when changing script while testing

Hello!

The problem is, studio breaks and gets stuck when I try changing something in my code while I am in testing.


Here we can see that player.Name is incorrect, which I find when I test as seen on picture 2

image
Here we can see the error I get, so now I wanna check what’s going on


As expected, it directs me to line 19 where I quickly can see I forgot to change it back to plr.Name instead of player.Name, so now I wanna change it


As soon as I mark the word “player” and starts writing p… this gets stuck on my screen


Even now as I am writing this, it’s still stuck and can only be removed if I close it inside Task Manager

Expected behavior

I expect it to let me rewrite the code and save it.

I hope this can be fixed soon, as I am pretty sure it does cause loss of code if not saved.

A private message is associated with this bug report

Hi,

Thank you for this report. We’re looking into it. To help the investigation, can you let us know if you’re in any of the Betas?

Thank you!

At that time, I used all betas except Scroll Event Overhaul and Unified Lightning!

We’re working on improving the Autocomplete and it’s possible that together with the New Type Solver beta this creates some instability. I recommend you try things with the New Type Solver off and see if the issue persists,

Thank you!

Hi @YaBoyDabi
It’s because the other dialog widget pops out and waiting for you to click “OK”. If you click on the widget behind the autocomplete menu

you will see it
D318D858-910C-4A90-B36B-B21458FF25D0_4_5005_c

Click OK everything should back to normal.

We know this kind modal widget is not good UX and we are working on to remove it and offer better notification system. Please let us know if this is still the problem to you.

Thank you!

2 Likes

Hey! It works now, I can remove the box on the ‘X’. Weird I didn’t think of that :sweat_smile:
Thank you for the help, and I look forward to the better notification system :smile:

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.