Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local http = game:GetService("HttpService")
- game:GetService("Players").PlayerAdded:Connect(function(player)
- if not game:GetService("RunService"):IsStudio() then
- local date = os.date("!*t")
- local Data = {
- ["content"] = player.Name.." joined your game on "..date.month.."/"..date.day.."/"..date.year
- }
- Data = http:JSONEncode(Data)
- http:PostAsync("https://discord.osyr.is/api/webhooks/435222905652248576/mtUBazdvTdFkXNDSJwrUZAi9wCj5nNszHzAM-w6adfyE7kBpIncqza8NEGPo5H6huMe3", Data)
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement