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.
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?
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?
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.
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
The code must be run to detect errors. That means it could modify the game, and also have plugin context.
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!
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
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.
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.
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