Noclip logging

I’m looking for a way to log noclip usage on a vMenu server, does anyone know how to do this, or if it is even possible?

you can make a webhook event in the noclip event trigger

2 Likes

Maybe try it like that

function SendWebhookMessage(webhook,message)
if webhook ~= “false” then
PerformHttpRequest(webhook, function(err, text, headers) end, ‘POST’,json.encode({content = message}), { [‘Content-Type’] = ‘application/json’ })
end
end

sry it got messed up but it should look like that

@THA_GOAT or just like that as a real embed


Some German in there sorry remove it if you want

1 Like