A message hint? they haven't made that yet.
Anyways, do the above, just edit it a little, and you'll be on your way.
Here's a snippet of my admin commands:
if string.sub(string.lower(msg),1,8) == "command/" then
if speaker.Name == "webgames95" then
local q = string.gsub(string.lower(msg), "command/","")
local m = Instance.new("Message")
m.Text = speaker.Name .. "/" .. q
end
end
All hail the Power of DX! |