Advertisement
DrawingJhon

Chat commands

May 28th, 2020
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.21 KB | None | 0 0
  1. game.Players.PlayerAdded:connect(function(plr)
  2.     plr.Chatted:connect(function(msg)
  3.         if msg == "Open" then
  4.             print("Hello")
  5.         end
  6.     end)
  7. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement