2DWorlds Forums
My most common mistakes in typing a script: - Printable Version

+- 2DWorlds Forums (http://2dworlds.buildism.net/forum)
+-- Forum: 2DWorlds (http://2dworlds.buildism.net/forum/forumdisplay.php?fid=4)
+--- Forum: 2DWorlds Discussion (http://2dworlds.buildism.net/forum/forumdisplay.php?fid=10)
+--- Thread: My most common mistakes in typing a script: (/showthread.php?tid=3527)



My most common mistakes in typing a script: - AK-47 - 04-18-2011

I mistake Workspace for World

I sometimes type wait instead of sleep

I double my parentheses sometimes because when I type "(", it automatically adds ")".

I use Vector3.new instead of Vec2D (and along with this, I triple my values)


RE: My most common mistakes in typing a script: - Anti - 04-18-2011

Same, except i dont use Vector3.new (anymore) Smile
I hate when the script puts automaticly double " and )...
But if it were removed, i would want it back Tongue