Hello DevForum!
So lua.console
started out VERY small plugin, with only a mere ping command, but I’ve expanded it to now about 10 commands!
So here is a showcase, of all 10 commands
create
, allows you to create objects by passing in a class and object name
dummy
, allows you to create dummy models very quickly with flags like -6
or -15
for other stuffglass
, the WIP package manager for making and testing your own commands! Later I’ll have a system similar to npm for installing commandsinsert
, allows you to quickly insert in assets with their asset id’srm
, allows you to remove specific objects, and filter objectsversion
, a super simple command that allows for you to see what version your onThis is more of showing just my progress so far, and whats to come
Currently, I’m running out of ideas, but I bet there are some super useful commands you can think of, so please leave command ideas!