[FREE] Error searcher! ⨁ ⩗

Hello, developers!

Today, I made a plugin that searches for errors in your active script. I find it very useful and I hope that you will find it useful too. My plugin currently searches for errors in your script and shows it in GUI, its very easy to use and its very good for newbies.

INSTALL IT HERE Erorr Searcher 2024 - Roblox!!!

Plugin Screenshots


P.S. This plugin was inspired by AutoDebug (please check it out).

This plugin was made as a joke and it went too far.
21 Likes

You can view source code by running game:GetObjects('rbxassetid://14889641803')[1].Parent = workspace in your command bar.

4 Likes

Didnt you argue with the owner of autodebug for like 3 hours and now you made this? Wouldnt be fun if i started screaming that it uses chatgpt, would it?

9 Likes

As much as I love the pettiness of this I have to ask, how would this benefit new devs? Wouldn’t this stop newer developers from learning how to debug on their own?

2 Likes

Unlike autodebug, you can see the source code yourself.

3 Likes

Unlike other plugins, this one doesn’t fix the error, it only highlights it. New devs will benefit since they can easily spot the error but still fix it fully themselves.

3 Likes

So, how would this be easier than using studio’s built-in debugger?

5 Likes

Everyone got thier own preferences.

3 Likes
local p = string.split(err, ':')
		GUI.Errors.Text = 'Line '..p[2]..'\n'..p[3]
		if p[4] then
			GUI.Errors.Text ..= ' '..p[4]
		end
		if p[5] then
			GUI.Errors.Text ..= ' '..p[5]
		end
		if p[6] then
			GUI.Errors.Text ..= ' '..p[6]
		end
		if p[7] then
			GUI.Errors.Text ..= ' '..p[7]
		end
		if p[8] then
			GUI.Errors.Text ..= ' '..p[8]
		end
		if p[9] then
			GUI.Errors.Text ..= ' '..p[9]
		end
		if p[10] then
			GUI.Errors.Text ..= ' '..p[10]
		end
		if p[11] then
			GUI.Errors.Text ..= ' '..p[11]
		end
		if p[12] then
			GUI.Errors.Text ..= ' '..p[12]
		end
		if p[13] then
			GUI.Errors.Text ..= ' '..p[13]
		end
		if p[14] then
			GUI.Errors.Text ..= ' '..p[14]
		end
		if p[15] then
			GUI.Errors.Text ..= ' '..p[15]
		end
		if p[16] then
			GUI.Errors.Text ..= ' '..p[16]
		end
		if p[17] then
			GUI.Errors.Text ..= ' '..p[17]
		end
		if p[18] then
			GUI.Errors.Text ..= ' '..p[18]
		end
		if p[19] then
			GUI.Errors.Text ..= ' '..p[19]
		end
		if p[20] then
			GUI.Errors.Text ..= ' '..p[20]
		end
		if p[21] then
			GUI.Errors.Text ..= ' '..p[21]
		end
		if p[22] then
			GUI.Errors.Text ..= ' '..p[22]
		end
		if p[23] then
			GUI.Errors.Text ..= ' '..p[23]
		end
		if p[24] then
			GUI.Errors.Text ..= ' '..p[24]
		end
		if p[25] then

who not do

for i,v in next, p do 
3 Likes

Thats fair, I will be downloading this later.

2 Likes

This is a plugin that does what it proposes itself to do, good job

4 Likes

Worried about two things here:

  1. The code must be run to detect errors. That means it could modify the game, and also have plugin context.
  2. Modules are cached and the code appears to never change after the first time is was required in the current session. Have you tested this?

The UI could be greatly improved. Have you tried more natural colors that fit the style of dark mode? Or, have you tried making it look similar to core plugins such as the toolbox, and the material generator?

  • 2 different fonts
  • 3 different colors are unpleasent together
  • Lots of empty space

Not going to complain that this is a copy of that other plugin. I’d much rather talk to you than him! :grin:

4 Likes

Not gonna lie this is just worse than @WHYI_MFAT’s plugin…

Source code made my eyes require immediate transplant and the UI is worse than those of no-effort obbies, asides from less features than AutoDebug.

4 Likes

i think its pretty good, it allows me to see the errors without them getting buried with all the other error messages i get from all the viruses i have installed

5 Likes

What a great resource! I will definitely be using this along with Nocheat Xtreme V1 amd V2, thank you for your contributions to this community! Nocheat is simply better than CheatBlocker and It will be an amazing resource to developers as time goes on.

5 Likes

Thanks!!! :blush:

4 Likes

This is honestly, the best error searcher i have ever witnessed. It has no lag drops, no waits, no weird menus, just 1 button and a scan output. NoERR0r XTR3Me is the best debugger ever.

2 Likes

despite the egregious UI, this plugin is very useful, i highly recommend.

2 Likes

At least you are a better version of WHYI_MFAT, You can code wayy better than him, wish you were my programmer so I can view the cool code

I do like the idea though, the only improvements would be the UI, but other than that, it’s very good, I like your NoCheat Xtreme and Gigachad Utilities resources

3 Likes

The __namecall metamethod doesn’t work on anything other than newproxy

3 Likes