-- stupid ass exploit -- this will likely be very soon patched cuz i already abused it local args = { "SendWebhook", { "Username", -- the user that sends the report "Username", -- the user that is getting reported "Message", -- the message that gets sent in the report (can be anything) 100000000 -- the user that sends the report's user ID } } game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("Webhook"):FireServer(unpack(args))