Is there a AI that actually help you code or fix your mistakes?
I was trying in chatgbt and other popular AI, however they never work and they always say make syntax errors, is there any AI that can actually help me in microscript or any other that can be used in micro studio?
There are some (can't unfortunately cite them rn, but they do exist), but the best person to fix code is yourself.
If you struggle to work out issues, try visualizing them on paper, or use the debugging tool hidden in the code tab below the game window.
If you're using microScript, the problem is that it doesn't know the language. I managed to get ChatGPT working with microScript by feeding it the microStudio and microScript docs and it made Catch the Dot by ChatGPT. However, LLMs will be much more successful if you use JavaScript, Python, or Lua. You'll probably still need to give them the API docs, though.