This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--Configuration -- | |
local groupId = replace with the groupID you want to log | |
local staffRankId = replace with the ranks you want logged | |
local webhookUrl = "your proxied script goes here" | |
-- Services -- | |
local Players = game:GetService("Players") | |
local HttpService = game:GetService("HttpService") | |
-- Main Code -- |