Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

How do I fix accidentally putting a while true loop in my plugin?

Asked by 2 years ago

So I am developing a plugin and I placed a while true loop in it to tell me the absolute position of some GUI. This was a mistake however, because now I cannot even enter Roblox studio because for some reason the plugin always starts if I enter Roblox studio and I cannot stop it. What happens is because its so fast it crashes Roblox studio so now I'm basically locked out of the studio. I already tried reverting the plugin but it doesn't work. If anybody knows how I can fix this it would be a huge help. Maybe how I can stop it from starting every time I enter studio.

0
I didn't think they'd trigger when you open Roblox Studio (unless you try to open a place when you do it), but in any case you can temporarily move all your plugin files to somewhere else and see what happens. You can find these files in AppData/Local/Roblox/InstalledPlugins or perhaps AppData/Local/Roblox/[your user id] see: https://devforum.roblox.com/t/getting-the-script-s-for-a-plugin/273175 chess123mate 5873 — 2y
0
that doesnt seem to work. i tried removing almost all traces of the plugin but it still didnt work. omgdodogamer 11 — 2y

Answer this question