Service Library Scripting Plugin

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…

7 Likes

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.
1 Like

alright, but what do you mean by leave the editor? the plugin can be in a window while you have it open

Meaning if I am typing, and my mouse has to move at all, it’s impractical for me.

(i use arch btw)

2 Likes

ehhhhhhh

1 Like

yeah, makes sense, although most of the time you’ll be initializing services at the top of the script, no?