
Cmdr - eryn
100% Extensible Cmdr ships with a set of optional default commands for the very most commonly used commands for debugging your game, but the real power of Cmdr is its extensibility. You can register …
Setup | Cmdr - eryn
Sep 23, 2020 · The Cmdr GUI will be inserted into StarterGui if it doesn't already exist. You can customize the GUI to your liking (changing colors, etc.) if you play the game, copy the GUI, stop the …
Meta-Commands | Cmdr - eryn
Oct 8, 2020 · By default, if the evaluated command output has a space in it, the return value will be encapsulated in quote marks so that the entire value is perceived as one argument to Cmdr.
Registry | Cmdr - eryn
Oct 15, 2020 · CommandArgument CommandDefinition Properties Cmdr Instance Methods RegisterTypesIn Parameters
Commands | Cmdr - eryn
Oct 14, 2020 · If you want Cmdr to interpret the operator as literal text, you can escape these operators by inserting a \ before them. For example: \* will be interpreted as a literal *.
Cmdr | Cmdr - eryn
Sep 8, 2019 · Fully extensible command console for Roblox developers.Refers to a table containing many useful utility functions.
CmdrClient | Cmdr - eryn
Aug 14, 2020 · Sets whether or not Cmdr can be shown via the defined activation keys. Useful for when you want users to need to opt-in to show the console in a settings menu.
Types | Cmdr - eryn
Oct 28, 2020 · The Default function should always return a string, as this is inserted BEFORE parsing. For any argument that is type with a default value, you can simply type a . in Cmdr and the default …
Hooks | Cmdr - eryn
Aug 14, 2020 · This hook is most useful for logging. Since we don't want to add this hook on the client in this example, we can just require the server version of Cmdr and add this hook directly right here (as …
v1.8.3 | Cmdr - eryn.io
New function CmdrClient:SetMashToEnable(true) to enable Mash to Enable mode, which requires the player to press the activation key 7 times in quick succession to open the Cmdr menu for the first time.