Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

how can i make chat commands that have arguments?

Asked by 3 years ago

i have read many horrible tutorials on this. how could I make chat commands where you can write them like this: !notify test this would notify something using game.StarterGui:SetCore

1
Dawg, at least those who made the tutorials are capable of making them, regardless horrible or not you should learn from it. use string.split or sub, whichever u prefer, sub is worse imo, you can use whitespace to get a table of arguments. greatneil80 2647 — 3y
0
There are MANYYouTube tutorials on this kind of thing. Please do your research before you ask a question... E.G https://www.youtube.com/watch?v=ZJE_xTzOdLs This explains the basics for making chat commands 4jnx 50 — 3y

1 answer

Log in to vote
0
Answered by 3 years ago

Thanks! my chat commands are working perfectly with 2 arguments.

Ad

Answer this question