The script(s) you’re using probably has support for it, I’m personally not familiar with illenium-appearance, however if I were you I’d open your entire resources folder in VSCode and did a text lookup for the command keywords and see if you can find something.
I’m not entirely sure I understand your query. However, if you’re simply trying to locate a specific command within your files, you can use Notepad++ to help streamline the search. Here’s how you can efficiently find what you’re looking for:
Open Notepad++: Launch the application on your computer.
Set the File Filter: Before you search, set the filter to *.lua. This will restrict the search to only Lua files, which can significantly speed up the process.
Search for the Command:
Press CTRL + F to open the Find dialog.
Enter the command you’re searching for in the search bar.
Make sure to check the option to ‘Search in all open documents’ or ‘Find in Files’ if you’re searching through multiple documents.
This method should help you quickly locate the command you’re interested in. Let me know if you meant something different with your question or if you need further assistance!