With this plugin you can create shortcuts to your code the way you want
All what this plugin does is ease the time it takes to create code in roblox studio
In this plugin you can create as many shortcuts as you want, you can add multilines to your shortcuts to shorten the way
Video Example
v2.3
v2.4
How to use
buy & install the plugin
to start creating shortcuts click on the ‘Create’ button in the ‘AutoScript2’ in your plugins tab.
now you should see the plugin ui. in there you can make new shortcuts with simple logic: {shortcut_name}: {shortcut_code}
now you have shortcuts.
3.5. to use shortcuts variables here is example: {speed}: {plr.Character.Humanoid.$kind = $value}
and then on the script: /speed, $kind=WalkSpeed, value=16/
it will execute:
plr.Character.Humanoid.WalkSpeed = 16
to start using your shortcuts at your scripts click on the ‘Toggle’ button in the ‘AutoScript2’ in your plugins tab.
now select the script you are working on inside the Explorer.
in your script you can use your shortcut using this method: /shortcut_name/
this will replace it to your shortcut code right in your script where you did it.
Features that may come soon to the plugin.
search. (search and find a shortcut you made)
easier way to make shortcuts.
Suggestions are welcome.
This plugin requires to enable ‘Enable Studio Access to API Services’ in the settings (to save the shortcuts), it will make error without that enabled.
Honestly for quite small plugin, 4k robux is an overkill price. I’m not trying to blame for making plugin paid and because you spent effort making it, but that is very expensive for something that replaces your keywords with what you want it to replace.
Charging 4k robux for this simple of a plugin is, quite frankly, ridiculous. It would cost less to hire someone to make a replica given how simple this plugin is, or just by downloading a free one with more features from #resources. Setting absurdly high prices for primitive products with unpolished UI will only negatively affect your standing as a plugin developer.
Okay. 140 Robux would be reasonable-ish if you polish the UI a bit and add a couple more features. And since RoIntellisense and other such modules shut down for some reason. THis is the best IK of. Maybe add a trial version that limits you to 5 keywords so we can test it out?
Suggest more features to add and I will add, I don’t have many ideas
EDIT: If I add a trial version people can just get the code and change it to have INF keywords.
with no possibility to steal the code I’m doing a trial version but this is imppossibe that roblox studio do it.
Auto Complete Inisde UI - now you can press left shift for the program to auto complete you (for now its only a few things. but i will add later more.)
Thanks for mentioning my plugin, RoIntellisense, however I highly recommend to use other plugins as It is not maintained anymore
(ro-intellisense uses ScriptEditorService’s autocompletion and has other functions and its made before ScriptEditorService was even a thing; I’m thinking of reopening the ro intellisense with a complete makeover)