Hey everyone. I’ve never ever created a roblox lua plugin before, but I’m interested in doing so, just to create a “script macro”. I want the plugin to detect what the player is typing in a script, and if it matches a macro that they set inside a gui, then it changes to the value of the macro.
If that would be too difficult, then just for my own personal use I would like to just create a system with keywords/macros that replace my text with the value of the macro.
How would I go about starting with that? I’ve been struggling to find a way to detect what the plugin user is typing in a script. Thank you for reading
Also the plugin I’m trying to create is something like this other one:
I am not good at this but I wanna try to help this might not work but maybe try to make a table for the things you wanna detect then do like an
if --you type something == yourtable then
–what you wanna put
end