Text Box parameter

The Text Box parameter creates a frame where you can type anything.

How to register it?

Code:

MyCommand:AddParameter("Textbox", {
	Name = "Amazing Text Box", --// Parameter name.
})

If you did it correctly, You should see the parameter appear on the parameters section.

Last updated