Purpose
Terminal is a plugin that is supposed to be a replacement for the roblox command bar.
Run a command by typing the command name along with the arguments seperated with spaces.
Command Creator
Click the icon with the pencil on it to switch to the command creator and you will see two inputs the top one will be the command name and the bottom one will be the code of the custom command
you will type commands like you would as normal (custom ones not included) and each line is a new command click the icon you previously clicked to switch back
Commands
Make Instance, Full Name
Del Full Name
Name Full Name, New Full Name
Raw Code
Set Full Name, Property, Value
Calc Number, Sign, Number
Example
Create Part Game.Workspace.E
Name Game.Workspace.E Game.Workspace.EYE
Destroy Game.Workspace.EYE
Please suggest any commands i should add to the plugin
Simple concept, but cool. I think you should make it so previous commands stay above, like an actual terminal and also have the ability to clear it.
Have a Property command to set any property to any value, have the ability to run code maybe? that’s pretty much all the normal command bar does and finally you could put a list of all the commands.
This plugin is a little pointless, creating instances normally is easier and faster and currently the normal command bar has more use functionality and use cases, though don’t be discouraged, it’s a cool idea and it could be turned into something useful.
Another small thing you could make is so when you click a previous command it executes it again or it copies it, and add aliases for the commands or make them shorter, for example instead of Calculate make it Calc, etc. Pretty cool update nonetheless!
Great updates so far! Though I want to try out the command creator and I don’t know how it works, nor would people new to the plugin. Would you care to explain how it works?
so basically you click the icon with the pencil on it to switch to the command creator and you will see two inputs the top one will be the command name and the bottom one will be the code of the custom command
you will type commands like you would as normal (custom ones not included) and each line is a new command click the icon you previously clicked to switch back