Chat Question | LocalScript vs ServerScript

Greetings, developers! :wave:

Recently, I have been looking a lot into string manipulation, but more so working with the chat. I have a question though; Which is better to handle chat commands with? A LocalScript or a ServerScript. I have gotten to the point where I found that both do the same thing, it is just a matter of features. So tell me, which one would be better to use!

Thanks, Commander.

1 Like

I would choose serverscript as i fell more safe with them

1 Like

If you can use a server script and a local script and have the same result, always use the server script. It’s safer and easier to work with.