|
| 11 Aug 2015 08:54 PM |
How do I do it so if the player says /kick then the players name it kicks that players. I am starting to learn how to make chat commands.
Please help. |
|
|
| Report Abuse |
|
|
|
| 11 Aug 2015 08:55 PM |
Well start with an admin list
|
|
|
| Report Abuse |
|
|
|
| 11 Aug 2015 08:55 PM |
| If you just need to add one command, use the Player.Chatted event to get a chatted message. If the first character is "/" then check whatever is after it. If what is after it is "kick" then find what is after the preceding space(presumably a player's name) and find the player with that name, and then call player:Kick(message or "This game has shut down") on them. |
|
|
| Report Abuse |
|
|
|
| 11 Aug 2015 08:56 PM |
What do you currently know? Well not really what you currently know that doesn't mean anything. What do you currently know and have practiced enough to use it efficiently? |
|
|
| Report Abuse |
|
|