You can write your topic however you want, but you need to answer these questions:
What do you want to achieve? Keep it simple and clear!
Would It be possible to edit 1 line of a script using a script.
Kinda like using script.Parent.Source but instead of changing the entire script, just one line of it would change.
Basically, kind of like a loader.
When someone enters text, and clicks a button it edits a single line of the code.
So, I am making a Admin Panel Plugin as you might know.
What the plugin does is it inserts a whole working admin panel into your game.
When people click the plugin it prompts them for two things.
The group ID, and the minimum rank.
When they input the group id and minimum rank, I have it change a local variable I described in the plugin script.
Then once the entire configuration process is complete, it loads in the admin panel, and also edits the main file to how they configured it.