Skip to content

Instantly share code, notes, and snippets.

View SavageSzym's full-sized avatar

Szymon Mleczek SavageSzym

View GitHub Profile
@SavageSzym
SavageSzym / ActivityLogger.lua
Last active February 19, 2025 11:34
Roblox Group game activity to discord
--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 --