Xomp : an open source executor, plugin, blah blah blah

xomp : executor
an open source executor, bulit for customization.

download : xomp.rbxm (12.7 KB)

features include
custom interfaces, fast and easy to use, quiet, and you can add your own interpreter and compiler, also shortcuts/

(for new scripters getting to roblox, since this is open source, you might be able to learn some stuff from it)

xomp is a plugin that is perfect for your needs! You can test & execute code with ease, and when something goes wrong, you can remember to save your code with the built-in menu. And with its simplistic design, you can customize it to your needs. You can edit the interface for a design to your choice. Also, you can import your own compiler and interpreter, so if you want to code in lets say, javascript. you can gather a javascript compiler for lua and an interpreter that interprets it.

anyway, I hope you enjoy it.

1 Like

Wait, is it a client-sided loadstring or…?

no, its only like when you’re not testing

How is this better than the command line? Or am I misunderstanding what this is for? I used the plugin, and it just seemed like a text editor to me. I couldn’t run code with it.

Please add a GitHub repository, anyways I don’t have such a grasp on what this does yet since the topic posting doesn’t really say what it does.

you have to press the MIDDLE MOUSE BUTTON
edit : also its, not an text editor, you can CHANGE the textbox, to whatever you like, like a syntax highlighter. that textbox is just a placeholder.

i’ll explain it as best as I can.
It’s an executor, it can compile code and interpret it. You can customize it to your liking, including anything.

Lets say, you want to reverse engineer code. You can gather a lua interpreter and compiler, modify it, and upload the interpreter & compiler into the plugin.