Page 1 of 1

Custom console commands

Posted: Wed Jun 17, 2015 5:10 pm
by MrP123
I was wondering if there is a way to make custom commands so that players can customize parts of your mod without editing any files.
The only useful thing I found with the search function is this thread, but using remote.call(...) is not really user friendly.

Cheers
MrP123

Re: Custom console commands

Posted: Wed Jun 17, 2015 7:42 pm
by DaveMcW
remote.call() or build a gui.

Re: Custom console commands

Posted: Thu Jun 18, 2015 8:29 pm
by MrP123
DaveMcW wrote:remote.call() or build a gui.
Thanks for the answer