Help looking for lua ide

Hello, I would like to know options to be able to program in lua (lua ide) which one do you recommend using and how is it configured or installed? I’m with visual studio code and I can’t run my code.

I had to use an online lua ide to run my code

does someone know any lua ide?

There aren’t any Lua specific IDEs (that I know of), but for RLua, you can use VSC and this extension.

1 Like

Why not use the built-in editors with Roblox Studio?

1 Like

Have you tried using Eclipse? Clear workspace and easy to manage.

2 Likes

Lua doesn’t really do much standalone, thus there’s not really a market to create a full IDE for Lua. You can usually get away with either compiling the Lua source code or downloading pre-built Lua binaries and then running your code off of that.

2 Likes

I don’t remember exactly what I did but if you look up “Visual Studio Code Lua” in youtube, you’ll likely find the video I used to set up an IDE for Lua.

Keep in mind all code you run on your IDE will not work on Roblox (through my method) due to differences in an IDE to an engine. I suggest using Roblox Studio though.

1 Like

I like to use repl its pretty good!

3 Likes

Thank you all very much for your comments! I am very grateful. :smiley: