Skip to content

Instantly share code, notes, and snippets.

View SavageSzym's full-sized avatar

SavageSzym SavageSzym

  • Hamburg, Germany
  • 22:42 (UTC +01:00)
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 --