hey, i made my first plugin today to test out my skills. it’s a simple menu where you select a service and it adds it to your selected line in a script. also has your game’s modules, as long as they’re in ReplicatedStorage. also has variable abbreviation and a search bar.
let me know what you want added, or if this has already been made… gulp…
While this is cool, it’s fairly impractical for most scripters. I don’t want to have to leave my editor to go click a button to quick insert a service.
A better option is to have a macro-style system where I could type something like ?s (service_name) and have that replaced with the service.
usage example:
?s Players -- This would insert game:GetService("Players") on this line and replace the macro.