|
| 04 Feb 2014 09:09 PM |
I've noticed a lot of people coming here asking how to fix studio. For that reason, I've put up this quick tutorial for how to fix it. I hope you guys don't mind, but I'll probably be bumping this to keep it going (to make sure people see it).
Step 1. Download Fiddler 2 (Google it)
Step 2. Once open, press Ctrl + R to open up the custom rules (open it with your code editor of choice. I would recommend Sublime Text 2 or Notepad++)
Step 3. Press Ctrl + F to find: static function OnBeforeResponse(oSession: Session)
Step 4. Go down about 4 lines (you should see an empty line around there)
Step 5. Paste the following code: if (true && oSession.url.indexOf(".roblox.com/game/visit.ashx") > -1) // Here's your toggle line, just change true to false to turn this off { oSession.utilSetResponseBody(""); // Clear the response, aka give ROBLOX no faulty code to run! }
Step 6. Install this plugin: http://www.roblox.com/Play-Solo-Fix-item?id=145031403
Step 7. Launch Play Solo. Once in, press the green play button in your toolbar (not added by the plugin, its always there).
Repeat step #7 every time you open up Play Solo. Feel free to post on here if you have any questions. Also, enjoy!
Wiki Profile: http://wiki.roblox.com/index.php/User:Nelson |
|
|
| Report Abuse |
|
|
| 04 Feb 2014 09:15 PM |
Well, ROBLOX just fixed it... huh.
Wiki Profile: http://wiki.roblox.com/index.php/User:Nelson |
|
|
| Report Abuse |
|
|
| 04 Feb 2014 09:16 PM |
Or you could start>server start>player
.. |
|
|
| Report Abuse |
|
|
| 04 Feb 2014 09:18 PM |
Would have taken longer if this glitch had persisted ;)
Wiki Profile: http://wiki.roblox.com/index.php/User:Nelson |
|
|
| Report Abuse |
|