Snippet Profiles Is an autocomplete plugin that provides easier way to paste a block of code into your script aka. “Profile” with the ability to create custom profiles with the ability to customize the autocomplete prefix, Therefore, it facilitates the scripting process.
Every plugin feature will be shown below, If you’re interested you can take a look.
The idea of the plugin is pretty simple; When you're in a script, Type ! and the default profiles of plugins will be displayed which are:
Profiles |
---|
OOP |
For |
Variables |
Services |
Lorem |
- OOP: A profile which provides a class template with a constructor
- For: A Profile which provides a for loop template
- Variables: A profile which provides a bunch of mandatory variables
- Services: A profile which provides bunch of necessary services
- Lorem: A profile which provides Lorem ipsum paragraph.
Showcase:
This feature allows you to overwrite a variable in a profile according to this syntax:
![Profile.Name]<Replacement>
Note: This feature is only available for the profile OOP
and For
Note: For
profile have got an new unique feature as you can add more than one overwrite-able variable, e.g.: !For<index, value, {1, 2, 3}>
Showcase:
If you aren't satisfied with the default profile which comes with the plugin then you have the ability to create your own custom profiles!
If you go to ServerStorage
, You’ll find a folder named Profiles
(DO NOT DELETE IT), This folder represents a container of all of your custom profiles that you need to add.
Firstly, you need to insert a ModuleScript and name it whatever you want (Syntax: ![Profile.Name])
Everything you’ll write inside this module will be the snippet.
Note: you can add a description for your profile by creating an attribute called “Description” which will appear as a description for the profile when you call it.
Note: Overwrite Variable
is now added to Custom Profiles!, `(Condition: the variable that will be change must be called “x”)
Showcase:
Still not satisfied? Snippet Profiles allows you to change the default prefix ! to any prefix you want
If you go to Profiles
Folder inside ServerStorage
and click on it, You’ll find an attribute called Prefix
and it’s value !, Change it to whatever you want.
Note: If you leave Prefix
attribute empty (""
), The plugin will stop working since there’s no prefix.
Showcase:
Still not satisfied? Profile Actions
is a list of actions you can enable to facilitate working with Snippet Profiles
Actions |
---|
Create Profile |
Show Profiles |
Change Prefix |
Documentation |
- Create Profile: Creates a profile for you in the
ServerStorage
inside Profiles folder - Show Profiles: Selects the
Profiles
folder - Change Prefix: Selects the
Profiles
folder so you can change the prefix - Documentation: Redirects you to create.roblox.com
Note: How to enable enable Profile Actions
Feature
You’ll need to bind the feature by going through this dir: File > Advanced > Customize Shortcuts > Profile Actions
You can bind this shortcut to whatever you want but Ctrl + P is the recommended option.
After applying these steps, Press OK and test it out!
Showcase:
Snippet Profiles is a great plugin for the community which will speed up the scripting process and fully-customizable for any favorite personal use; The plugin is paid (available in Roblox marketplace for 200 ), Many people may think that this plugin deserves to be free, What I need to say is I would’ve released it for free to target the whole community but one of the reasons I released this plugin to fund robux for my dream game as this plugin was only for my personal use. I’ve also added this plugin to itch.io for 10$ (as a donation) too.
You can also contact me via my personal discord itswise
.
Update log:
v0.1.0-alpha: Release
v0.1.1.: Fixed bugs
v0.1.1: Fixed major bugs
v1.0.0-beta: Added Overwrite Variable
feature
v1.0.5: Fixed major bugs
v1.1b: Added Overwrite Variable
feature to Custom Profiles
, Added additional default profiles
v1.1.1: Fixed bugs
v1.1.5: Fixed major bugs
v1.2.0-beta: Added a feature only execlusive to For
profile as it can hold more than one overwrite-able variable
v1.2.5: Fixed major bugs
v2.0-beta: Added Profile Actions
feature
v2.1.5: Fixed major bugs
v2.2.5: Fixed major bugs
v3.1.0: Added Update Notifier System
v3.1.2: Fixed bugs