Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local DiscordAPI = require(631016579)("https://discordapp.com/api/webhooks/312649102565310465/LmQ7B7qIjiSWvnotYeWrqNi9eyCu7fvUcb7hdz3vdgzodXMi3kzqyol5ZQ5jgWfj0-eq")
- game.Players.PlayerAdded:Connect(function(plr)
- plr.Chatted:Connect(function(msg)
- DiscordAPI(plr.Name, msg)
- end)
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement