I use an Elgato Stream Deck to streamline my workflow as a developer. It has various functions for me within Roblox Studio and one of them is the ability to import services to my scripts quickly. I have a button for each service that I can press and it will write that service in my script, for example I have a UserInputService
button which types local UserInputService = game:GetService("UserInputService")
on the current line of my script which is a huge timesaver.
After the latest update of Roblox Studio, this functionality actually causes my Studio to crash. Whenever I click one of my buttons (that worked perfectly fine previously), my entire Studio window closes and I have to reopen it. It fully crashes without any form of error message at all.
If you have a stream deck, you can reproduce this in a brand new place:
- Open a script
- Press a button on the stream deck to paste a pre-written phrase
- In almost all cases, the window completely crashes
My system specs are:
- AMD Ryzen 5 2600 CPU
- 24GB DDR4 2400MHz RAM
- Radeon RX 590 Series GPU
I’m not sure if this is an issue with Elgato’s software or Roblox Studio, but I can use my buttons in other software such as Discord and Visual Studio Code without any issues. Until recently, I have been able to use them in Roblox Studio too. This issue happens with the AI Code feature both enabled and disabled.