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

How would I make something activated by saying a word?

Asked by 9 years ago

I am thinking about making a simple admin script so, I am wondering is this how you do a command? Is this possible?

children = game.Players:GetChildren()

if PlayerSays"Hello" then
for i = 1, #children do children[i]:remove() end end

1 answer

Log in to vote
-1
Answered by 9 years ago
Ad

Answer this question