[NEW PLUGIN] Auto Script Template Injector

INTRO

Although in the name it says auto injector, it’s more of an auto prompter - injector just sounds cooler lol.

With this plugin, you now have to ability to save MULTIPLE script templates by script type. Whenever you add a new script, local script, or module script; you will now be prompted to select a template.

image

pluginButton

HOW IT WORKS

  1. Open the Template Editor in the plugin tab.
    image

  2. Click the “Compose New Template” button on the sidebar to start working on your first template!
    compose

  3. Enter a name (1), script type (2), and the content of the template (3), then click “Save” (4)
    editor

  4. Rinse and repeat until satisfied!
    image

All you have to do now is create a new script object in one of the following services to receive the prompt!

Services
  • workspace,
  • game:GetService(“Players”),
  • game:GetService(“Lighting”),
  • game:GetService(“MaterialService”),
  • game:GetService(“NetworkClient”),
  • game:GetService(“ReplicatedFirst”),
  • game:GetService(“ReplicatedStorage”),
  • game:GetService(“ServerScriptService”),
  • game:GetService(“ServerStorage”),
  • game:GetService(“StarterGui”),
  • game:GetService(“StarterPack”),
  • game:GetService(“StarterPlayer”).StarterCharacterScripts,
  • game:GetService(“StarterPlayer”).StarterPlayerScripts

INSTALLATION STEPS

Click the "Get Plugin" button below or above that'll direct you to the creator store page for the plugin.

Once installed in Studio, you must accept the HTTP Request for script injection and RESTART Studio. It will not open if you do not restart studio.

pluginButton

I will add more and spice up this post so keep an eye out for that! :slight_smile:

KEEP IN MIND THIS IS BRAND NEW AND I AM STILL WORKING ON THIS IF YOU FIND ANY BUGS PLEASE LET ME KNOW!
Any suggestions, additions, anything to make this plugin more worth it let me know as well :+1:

8 Likes

Update v0.12

  • Added warns to notify user that the plugin working.
  • Added safe guards against empty contented templates.
  • Fixed the none button not working when template select prompt is shown.
  • Restructured Template Editor Homepage.

Backlog

  • Ability to edit existing templates.
  • Ability to favorite templates or make them default so they show first.
  • Ability to upload and export templates.
  • Add a Settings page to select services to get prompted for, Disable / Enable plugin, and Light / Dark Mode.

Very nice! Talk about scripters quality of life
Even though the majority of the work is probably still going to be left it’s just nice to have a template for once.
Thank you,

1 Like

I"m glad you found this useful!

Nice resource! Definitely will be using it for preset templates that will save time :slight_smile:

1 Like

I’m glad you think so! Lemme know if there is something you’d like to see.

Great plugin, will certainly be using this often.

1 Like

Update v0.2

  • Added the ability to edit existing templates.
  • Fixed the local script templates not showing when instantiating a local script.
  • Fixed the select screen not going away when template was chosen.

Backlog

  • Ability to favorite templates or make them default so they show first.
  • Ability to upload and export templates.
  • Add a Settings page to select services to get prompted for, Disable / Enable plugin, and Light / Dark Mode.

If you find any bugs, please let me know below!

Update v0.2.1

  • Fixed the selection menu showing up in team create when someone else instantiates a new script.

Backlog

  • Ability to favorite templates or make them default so they show first.
  • Ability to upload and export templates.
  • Add a Settings page to select services to get prompted for, Disable / Enable plugin, and Light / Dark Mode.

If you find any bugs, please let me know below!