Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- A pretty basic chat script made by Memo1332/Poison Test/Poison Ghost
- game.Players.PlayerAdded:Connect(function(plr)
- plr.Chatted:Connect(function(msg)
- if msg:sub(1,2):lower() == "hi" then
- print("Hello!")
- end
- end)
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement