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

Is there a way to script more advanced?

Asked by
cancle5 120
3 years ago

So I'm an advanced Roblox scripter and I was wondering is there a more advanced way to test??? Like I have over 500 lines of code and when I have an error I only know where the error occurred not where it really is after 1 hour I find out that I made my variable upper case and I used lower.

This is really annoying.

It would be really helpful if there was a plugin that would add more detail to errors.

Please reply if you know any ways/ plugins that will help. Thanks!

0
You could try making some of your script parts shorter by using "local" which will eliminate script.Parents that lie around in your script. 2_MMZ 1059 — 3y
0
I always use variables. Just when the code starts getting larger it's harder to keep track where everything is happening. cancle5 120 — 3y
0
Might aswell make my own plugin. cancle5 120 — 3y

Answer this question