Custom programming languages inside Roblox-Studio

I am currently working on a program language with prefixes and parameters it can be found below.

PineCode.rbxm (16.9 KB)

The only issue is the lack of prefixes there is only 6 they can be typed with any capitals example ConsoleLog can be cl, Cl, cL, and CL followed by the parameters.

Here in the following are all the prefixes:

-ConsoleLog: Prints everything after ConsoleLog example: “CL hello world” would print “hello world”
-ValueCreate: Creates a variable or a value a such as the example: “VC valuename String” keep in mind where it says string the first section would have to be capital
-ValueSet: Changes the value of pre-existing value example: “VS valuename himoral8512”
-ValueForget: Forgets a value and all the data associated with it example: “VF valuename”
-KillSwitch: Closes the G. U. I example: “Ks”
-RepeatCommand: Repeats the command by typing a parameter of the amount of repeats used like in the following example: “RC 10 CL by moral8512” prints “by moral8512” 10 times

A bonus feature is when typing parameters you can surround it in these symbols [] it will return the value of the variable name inside so if I say “VC hello String”, “VS hello moral8512” , and then I say “CL [hello]” it would print “moral8512”.

The only issue I could find is the lack of prefixes as previously stated may anyone list some ideas they have.

Are you making your own executable programming code in Roblox?

Yes hard to explain it requires server sided access though.

Also how do you get tags like builder?

Ok i will show you

  1. Go to your profile
  2. Press the 3 lines button
  3. Click groups
  4. And select the group you wanna join it
  5. And you’re done