Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- local _, player, message, uuid = os.pullEvent("chat_message")
- if message:find("[Hh]ello") then
- print(player .. "said hello!")
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement