What function would I use to edit something in a website with http service?

Hello everyone, I am trying to make a website ban list, what function would I use to set the text of the website? Thanks.

You would use HttpService:PostAsync() to send a POST request.

1 Like