I accidentally enabled --!strict on a module script, just to try to see if it would work. Now whenever I open up my place studio crashes. Does anybody know a way to revert this? I’ve tried using the version history functionality from the website, but it still crashes. I also can’t find any settings in studio for disabling type checking.
Any help would be appreciated.
It’s hard to believe that --!strict would cause Roblox Studio to crash. Are you sure that is the cause?
if you think that -!strict crashes your studio do the following:
Download the place file .rbxl locate it on your local folder. IF it is in the roblox cloud thing simply download it from the studio
rbxl files are usually xml based so you can use Notepad++ or similar software text editor
and then SEARCH for the module script containing the thing and remove the directive
save the file and reopen it again on studio