[Release]/help Script

Hi I have made a script which has text display on the screen when you type /help you can edit the text it displays in the server.lua file.
Hope you enjoy and have fun.

FEEL FREE TO SEND ME ANY ADVANCEMENTS ON THE CODE OR ANY SUGGESTION TO IMPROVE IT.

V0.1:

help.zip (958 Bytes)

Suggestions on how to improve it:

  • Fix the typo’s in the text
  • Use proper indentation
  • Try not using super generic file names like “server.lua”.
    • Instead use something like “srv_help_command.lua”, indicating that it is a server help command script.
  • Don’t hardcode the text
  • Don’t use the splitstring function, use string.gmatch(str, "%S")

Good luck.

Ok thanks i will have a look at improving it thanks

The spelling mistakes are on purpose by the way