I need help on a script command. I'm a terrible scripter. I need a command where when I say a certain word, it changes the brick color. Also only people w/ permission are allowed to do that command.
Here are a few snippets that you need
Game.Players.PlayerAdded:connect(function(NewPlayer) NewPlayer.Chatted:connect(function(Message) if string.lower(string.sub(Message, 1, 4)) == 'kill' then -- Do action end end) end)
Basically what we are doing :
Admin list : - Learn how to work with Tables (See the Wiki) to understand how you should be able to make an admin table.
Closed as Not Constructive by YellowoTide, woodengop, and Shawnyg
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?