local httpService = game:GetService("HttpService") httpService:PostAsync("https://webhook.lewisakura.moe/api/webhooks/{WEBHOOK_ID}/{WEBHOOK_TOKEN}", httpService:JSONEncode({ content = "Hello, world!" }) )